cancel
Showing results for 
Search instead for 
Did you mean: 

Confirmation in SAVE BADI

Former Member
0 Kudos

Hello,

I need to make changes to the t_account structure for confirmations (accessed using FM BBP_PD_CONF_GETDETAIL), and i can only determine if those changes are applicable when i'm in the save badi. the problem is that the save badi doesn't have any export parameters. Therefore, any changes i make to the t_account structure are lost when i exit the badi.

Is there any other way i can update my structure without losing any data.

Thanks

Chris.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Christine,

in the DOC_SAVE_BADI you need to do the updating and saving yourself.

So instead of only using BBP_PD_CONF_GETDETAIL, you also need to use the following function modules:

BBP_PD_CONF_UPDATE

BBP_PD_CONF_SAVE

Answers (0)