SAP for Banking Discussions
Join the conversation about navigating compliance, enhancing customer experience, and driving growth in the banking industry with SAP.
cancel
Showing results for 
Search instead for 
Did you mean: 

BDT in contract master

Former Member
0 Kudos

Dear All,

We are trying to enhance account master(BCA_CN_ACCT_01) using BDT.

I could successfully do the customization so as to add a new tab(screen) in it.

I was analyzing the standard code to see how the code is implemented so that i could link my data in a custom table.

All the coding is done in Function Modules(most of them don't have parameters, just using global variables in top include).

For this example, SAP has structured it's code in many Function Groups(one for Screen layer, Object layer, API layer & DB layer).

I couldn't figure out how the data is exchanged(passed) from on FG to another without any parameters in the actual function modules.

Your expert inputs are appreciated. Thank You!!!

Thanks, Deni

1 REPLY 1

0 Kudos

Hi Deni,

Please refer an attachment provided in SAP note 1424730.

SAP has explained very well how to perform customer enhancements and gave sample coding in page no 56.

Most of the function modules will not have any parameter, but the FM gets called after you made Event->function module assignment.