cancel
Showing results for 
Search instead for 
Did you mean: 

BADI in the confirmation process

Former Member
0 Kudos

Hello,

We are using SRM 5.0 (HP 11) and we need to save data from a confirmation BBPCF02 (in SRM 5.0) to a Z-Table created by us in the same SRM system.

Which BADI could serve us in accomplishing his task?

Thanks,

Aart

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

'BBP_DOC_CHANGE_BADI' & method BBP_CONF_CHANGE to add logic.

Also for more information::

The confirmation is created in the function module BBP_PD_CONF_CREATE.

The BADI BBP_DOC_CHANGE_BADI can be called. The input item table

IT_ITEM in the interface has the reference to the structure

BBP_PDS_CONF_ITEM_ICU. This structure has the structure BBP_PDS_BEI

as include. It must have the information about the BE PO in the fields

with name BE_REF*. This BADI has the accounting interface also. You

can try to work with this BADI and call in the function

'BBP_PD_OBJREL_READ_VIA_REF'. This function will get the SC to the

BE PO.

Hope this helps.

Kind regards,

Gaurav

Edited by: Gaurav Abrol on May 7, 2008 9:41 PM

Answers (0)