cancel
Showing results for 
Search instead for 
Did you mean: 

Process behind SC replication

Former Member
0 Kudos

Hi,

I need to send SC number to back-end PR in one of its field (for example I want to store SC num in the tracking num field of PR), we have the BADI: BBP_CREATE_BE_RQ_NEW Implemented, I have put a break point in it but it does not stop while SC is being transferred to R/3, can some one please help me understand how is SC being transferred to back-end on SRM side please, ( I am aware that BAPI_REQUISITION_CREATE is called on R/3 side) ??

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi. This can be done using the BBP_DOC_CHANGE BADI instead. The tracking number field exists hidden in the shopping cart in SRM, and will tranfer as standard to R/3. The field to change is ET_ITEM-BE_TRACKING_NO.

If you use this BADI you can easily debug within SRM and find out what is happening.

Regards,

Dave.