cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

External transfer of PR ( PDP Scenario ) : Interface data contains errors

Former Member
0 Likes
219

Dear All,

We are in SRM Server 5.5, Extended Classic.

Scenario >> Plan driven procurement

We have a purchase requisition generated via Plant Maintenence order. The PR is created for services and also has limits maintained ( overall and expected value ).

The PR is not getting transfered to the SRM. However in SRM SLG1 we see error log :

Interface data contains errors

Message no. BBP_PD002

Please advice if you have faced similar issue.

Regards,

Anil Rajpal

Accepted Solutions (0)

Answers (1)

Answers (1)

ricardo_cavedini
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello,

You can debug the PR transfer to find out why this error is coming.

1. Go to table EPRTRANS -> take the PREQ number.

2. Go to SE38 -> BBP_EXTREQ_TRANSFER -> F8 -> provide PREQ -> /h -> F8.

3. Go inside FM BBP_EXTREQ_TRANSFER ->

4. Go inside perform transfer_package ->

5. Go inside Perfrorm Send_pr_to_procsystem ->

6. Clear lv_qrfc = '' -> goto inside FM BBP_BC_EXTREQ_INB -> Here SRM will be called (maintain the RFC connection with dialog user. Then it will be able to debug onto SRM side).

Once logged onto SRM, put a breakpoint at FM BBP_PD_MSG_ADD. Here error will be triggered. If you go back some steps via call stack, you can see why this error appears.

Regards,

Ricardo