cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase Riquisition can not be replicated

Former Member
0 Kudos
356

Hello experts,

I am trying to replicate the PR ( with services) to my SRM system using the program : BBP_EXTREQ_TRANSFER. But unfortunately the transfer cannot be held.

In the SLG1 Trx i get this message : " Enter a description of the service"

I did search for this message and i don't seem to find something similar.

Can someone please lead me to some links or documentation for my issue

I would be grateful for any help.

Thank you

Regards

Ouissam

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ouissam,

I believe in this case, you might have received a DUMP in your ECC system ? Did you happen to check it ?

Regards,

Nishanth

ricardo_cavedini
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Ouissam,

I haven't seen this before, but you can try to debug this scenario.

1. Go to SE38 -> BBP_EXTREQ_TRANSFER -> F8 -> provide PREQ number -> /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)

7. Go inside Call FM API_FUNC_NAME -> set breakpoint at FM's BBP_PD_SC_CREATE and BBP_PD_MSG_ADD.

You can have an idea why this message is coming.

Regards,
Ricardo