Skip to Content
0
Former Member
Jul 17, 2008 at 04:08 PM

Fill standard R/3 fields when PO is generated out of SC.

18 Views

Hi Experts,

We are on an SRM 5.0 implementation, classic scenario.

When we order a shopping cart in SRM, a PO is created automatically in the backend. We use the BADI BBP_CREATE_BE_PO_NEW to add extra logic while creating the PO. Now we want to populate a standard R/3 field on the PO HEADER with this badi, but this does not seems to work.

Following code is not working. An idea what is wrong?

cs_po1_document-IS_POHEADER-OUR_REF = 'FN'

cs_po1_document-IS_POHEADER-OUR_REF = 'X'

The badi is correctly called but is not filling the R/3 field OUR_REF.

Kind Regards,

Tom