cancel
Showing results for 
Search instead for 
Did you mean: 

SRM 5.0 how sent data to R/3 when SC is approved

former_member933544
Participant
0 Kudos

Hello Guru´s

I´ve SRM 5.0 and R/3 4.6.c

My scenario is:

I create a SC, after this, I approve this and a PO is created in R/3, but the data is sending wrong!

We check the test data to the BAPI_PO_CREATE and this data are wrong.

The SC is to services line, and this problem appear only when the SC have 2 o more lines of servicices. In this case, the PO is creaed with error because the data are sending wrong.

Any body know how debbug this? or how the data travel from SRM to R/3?

thanks

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

put a external breakpoint with wf-batch inside bbp_pd_sc_transfer.

in the released method of bus2121 keep a break point as well.. one this triggered inside debugger settings set the trfc,background debugging activated. then it will stop at the fm i suggested..

or pick up an item in error in transmission. pass the SC header guid to bbp_pd_sc_transfer

former_member933544
Participant
0 Kudos

I´m sorry, but I don´t understand! Coudl you explain in detail how I can debug this FM?

What do you mean with WF-BATCH?

Step 1: Put an external break point in FN bbp_pd_sc_transfer in SRM with my user of web?

Step 2: Create in web a SC with my user?

Step 3: Appove the SC

Step 4: The PO would be created in Back end?

Step 3: so, after approve the SC, The FM wil be stopped with this break point?

than a lot!

Regards!

Former Member
0 Kudos

Hi,

Please follow the below process .It will help you to resolve the issue.

http://wiki.sdn.sap.com/wiki/display/SRM/TransferprocessoftheShopping+Cart

.

Kind Regards,

Suresh

Answers (0)