cancel
Showing results for 
Search instead for 
Did you mean: 

SRM Custom field "Unloading Point" mapped to PR and PO in Classic Scenario

Former Member
0 Kudos

Hi Gurus,

SRM 5.0 and ECC 6, Classic

We have a requirement of adding a new custom field u201CUnloading Pointu201D in Basic Data in SC.

The u201CUnloading point u201C field in SRM is to be mapped to the existing standard field u201CUnloading Pointu201D in the u201CAccount Assignmentu201D tab at the Item level .The same field should be updated for PR and PO also.

Followed the below link

http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20b36c12-685f-2c10-4fb4-ba2e0b969...

By Andreas Milbredt and for PR is it updating fine.

For PO it is not getting updated.

BBP_CREATE_BE_PO_NEW--->.FILL_PO_INTERFACE1---->.

u201CMETHOD IF_EX_BBP_CREATE_BE_PO_NEW~FILL_PO_INTERFACE1 u201C

In this we are updating the below structure Unloading Pont field with SRM u201CUnloading Pointu201D data.

cs_po1_document-IT_POACCOUNT-UNLOAD_PT

cs_pox_document-UNLOAD_PT = 'X'.

Still it is not getting updated.. Pls help

Thanks in Advance.

Babu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

further Info:

After debugging it was found that this BADI BBP_CREATE_BE_PO_NEW it triggering the below standard implementation .

BBP_CREATE_ICC_BR_PO(BAdI Implementation to Transfer Brazilian Fields) only and the BADI is of type single Use.

But we have our custom implementation added to the BADI " BBP_CREATE_BE_PO_NEW" which is not read and made inactive automatically by the system.

Let us know if this is a standard behavior and please help to proceed further.

Regards,

Suresh.

Former Member
0 Kudos

hi,

try to deactivate the standard implementation BBP_CREATE_ICC_BR_PO, then activate your custom implementation.

regards.