FSCM: Additional Tab to Business partner through BDT Settings
Introduction to BDT:
The BDT (Business Data Toolset) is a central control tool for maintaining master data and simple transaction data. In addition to dialog maintenance, it also supports maintenance with direct input and/or function modules.
The BDT also provides generic services for consistently recurring requirements such as occur in change document lists, field groupings and the deletion program. It takes control over these objects as well as generic parts and calls the applications using predefined interfaces (control tables and events). The applications themselves introduce application-specific enhancements, such as writing and reading application tables
BDT settings:
Step 1: Create Module Pool Program – SAPLZFG_FSCM with screen 9001.
(Function Group: ZFG_FSCM)
Step 2: Create New Application for screen
BUPT->Business Partner->Control->Applications / t-code (BUS1)
Step 3: Create New Dataset for the application:
BUPT->Business Partner->Control->Data Sets / t-code (BUS23)
Step 4: Create field groups as required:
BUPT->Business Partner->Control->Screen Layout->Field Groups / t-code (BUS2)
Assign the fields to the field group
Step 5: Create view:
BUPT->Business Partner->Control->Screen Layout->Views / t-code (BUS3)
Assign the field groups to the views:
Step 6: Create section
Go to BUPT->Business Partner->Control->Screen Layout->Section/ t-code (BUS4)
Assign View to the section:
Step 7: Create Screen:
Go to BUPT->Business Partner->Control->Screen Layout->Screens (BUS5)
Assign the section to the screen
Step 8: Create the screen sequence:
Go to BUPT->Business Partner->Control->Screen Sequences (BUS6)
Select the screen sequence and click on Screen Sequence->Screens to assign the Screen.
Create a screen sequence category:
Selecting the Screen Sequence category, assign the screen sequence to it.
Step 9:
Add your screen with the standard screen sequence so that it would appear with the standard TABS.
Select the BUP001 Screen Sequence and add your screen with the required Item number.
Item Number will depict where the tab will come.
**************Most Important Step******************
Step 10: Create Divisibility:
BUPT->Business Partner->Control->Divisibility->BP Views (BUSD)
Add Data Set ZFSCM to standard BP View UKM000
Add the custom application to standard BP view UKM000
Output: Execute t-code “UKM_BP” and enter partner number.
Incorporating a logic flow for the validations etc. of those custom fields
To incorporate the logic for the validations of the custom fields, the PAI and the PBO of the custom program that is attached to the View can be used.
Here we attached the custom FM “ZZAPP_BUPA_PBO_ZAPP9001” to the view ZFSCM.
Updating the underlying database tables for the custom fields when the BP transaction is saved
We will need to create FMs and configure the FMs to trigger under specific SAP events.
The list of the events can be found from the transaction BUPT using the path:
SAP Menu -> Business Partner -> Control Data -> Events -> Business Data Toolset (BUS7)
In the e.g. described above, 2 FMs were created under the Function Group ‘ZGM_FSCM’.
These FMs were:
1) FM ‘ZZAPP_BUPA_EVNT_XCHNG’:
The custom FM was attached to the event the event ‘XCHNG’ (which is triggered to check whether Data Has Been changed). The application name used was ‘ZAPP’.
2) FM ‘ZZAPP_BUPA_EVNT_DSAVE’:
The custom FM was attached to the event ‘DSAVE’ (which is triggered to Save Data in Database (from Local Memory)). The application name used was ‘ZAPP’.























Glad to find this document that help me a lot.
Dear Expert, can u tell me how to write the function modules: ZZAPP_BUPA_PBO_ZAPP9001,
ZZAPP_BUPA_EVNT_XCHNG,
ZZAPP_BUPA_EVNT_DSAVE.
Thanks in advanced .
Hi Chigon,
Below are the steps.
ZZAPP_BUPA_EVNT_XCHNG
Export parameter - E_XCHNG TYPE BOOLE_D
This FM is used to check if the screen data has been changed
After checking the validation based on the screen data, if data has been changed then mark the exporting flag i.e, E_XCHNG = 'X'.
ZZAPP_BUPA_EVNT_DSAVE
This FM will be used to save the data from screen to respective DB tables and doesn't have any parameters.
ZZAPP_BUPA_PBO_ZAPP9001
This FM will be used to move the initial data from DB tables to the screen. No interface is required.
Similarly we can create PAI function module to validate the screen data after user inputs and do perform any specific validations.
Hope it clears and please let me know if you require any other information.
Regards
Gangadhar
Hi
How to get the data form screen and update into DB tables using this ZZAPP_BUPA_EVNT_DSAVE FM in DSAVE event. Can you please explain more about this logic.
Hi Gangadhar,
Can u explain how to get the data like partner,partner name and company..etc like standard data in to those FM's or PBO, PAI of customized tab.
Thanks in Advance.
Hi Karthik,
You can use the FM "BUP_BUPA_BUT000_GET" to get partner number of screen. It will import all the details of partner.
Thanks
Gangadhar
Can u give ur gmai id?
I Have some more issues. Need to clarify.
Thanks in Advance.
Hi Gangadhar,
I Created those FM's and assigned under particular events.
But, those FM's are not triggering and not updating my Z-table when Saving the BP(wrote the code to update DB in FM's).
When Saving the BP after entering the data on Custom tab, It is showing "No Changes were made".
Please do favour to solve the issues.
Thanks in advance.
same issue. please let me know if you find solution.
Hi Gangadhar,
Please, explain me how to make it work those FM's.
My Save FM not at all triggering, but XCHNG FM is triggering .
Not able to get the value what i have entered as a input into XCHNG FM.
same issue. please let me know if you find solution.
Hi Gangadhar,
I have enhanced the BUT000 table with custom fields. I am facing the issue during saving the data. Screen data for custom fields are not filling in database tables. After seeing this post i understood that DSAVE and XCHNG event Function module must be created. MY doubt is i have ZFIELDS1 ZFIELDS2 ZFIELD3 . In SCREEN PAI i have called FMBUS_PAI and In pBO i have called FM BUS_PBO . Please tell me if i created Function module for DSAVE event what is the logic i have to write ?
Hi
I am also facing same kind of Issue. Added new field in the BP tab and that field will be included in BUT000.
But How to handle the Logic in DSAVE and DCHCK events.. Can we use update BAPI any update process in Events FM.
Can you any once suggest me how to write the logic in Events to store the screen data in DB tables.
Regards
Sandeep K
Hi Gangadhar,
Done
Thank you .
Issue re-solved by using EEWB tcode.
Hi Nilesh,
Can you share the steps on what you did to solve the issue? I'm having the same scenario and wasn't able to figure out the correct way to trigger it.
Thanks!
Michelle
Hi,
I am trying to add and display a tab with custom fields based on BP Type (BPKIND/B_GROUP).
I could only see that the tabs/custom field group is managed based on BP Role. Could you please let me know how to hide or display a tab based on BP Type.
In field grouping criteria I see the following and BUP003 seems to be for BP type, but I did not find an option where I could do it BP Type wise
BUP001 Business Partner Categories BUP_BUPA_EVENT_FMOD1_BUP001
BUP002 Req. Fields for Existing Roles BUP_BUPA_EVENT_FMOD1_BUP002
BUP003 Partner Types BUP_BUPA_EVENT_FMOD1_BUP003
Thanks
Pradeep
Hi
Good Document. It was very helpful
I have done the same for LFA1, but its not getting updated.
Do you have any suggestions?
looking forward for your reply
Hi Anshraf,
Have you done with your problem, couse i got same problem with you.
Please share you know how to solve it. Thank you.
Hi Gangadhar,
Wonderful blog!!. I have got similar requirement of adding new tab in Transaction Code (FPP1/FPP2/FPP3). Till Step-9 i have done everything same, in step-10 i have added the set and application under BP view "MKK". But still i am not getting the new tab. I don't know What i have done wrong.
Thanks & Regards
Sumit
Hi Gangadhar sir,
Can you please help me for that I have also same requirement for 'RECN' T-code.
I have done screen enhancement through document 969234.
but getting issue in save and change mode buttons not linking with screen.
Thanks and Regards
Vijay