cancel
Showing results for 
Search instead for 
Did you mean: 

R/3 outbound queue got failed

Former Member
0 Kudos

Hi ,

One of the R/3 outbound queue got failed.

Details

Queue:BBP_EXTREQ_TRANS is used for sending PR's from R/3 to SRM system

This was got failed and i found status of this queue as "ANORETRY"

Please advice me, how to analyze the reason for failing of this queue

And how to release this again,

I mean first i have to unlock this queue and reset the status and have to activate.

Please suggest me

Accepted Solutions (1)

Accepted Solutions (1)

former_member183819
Active Contributor
0 Kudos

Hi Rao

we need to find out what is the PR failed in the queue.

we can delete only that pr . the reason must be available in slg1 . eg. blocked for procurement .

then you can reprocess the queue. the remaining prs will reach srm as sc.

--

do one quick testing

3 material take create a PRs so now u have 23 prs

one you block thae material for the first pr.

run eprtrans

now queue will struck up.

delete the first record in the queue since you got an error due to block .

reprocess the queues two scs will be created.

now

---

no worry rao

reprocee the que again. now you will get an slg1 error. so now you know the pr number

expand the queue and delete it and reprocess the queue .thats all

--

muthu

Answers (2)

Answers (2)

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

In order to activate the queue again, you have to delete the register that is stuck.

To analyse the issue, you can debig the PR transfer:

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 (if you do not have a dialog user, check this function result).

If you have a RFC with a dialog user, a new debug session will be opened in SRM system.

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

BBP_PD_SC_CREATE, BBP_PDPRC_UPDATE, and proceed further.

I have already seen this issue occurring due to missing note 1233774.

I hope this information is helpful.

Kind regards,

Ricardo

former_member324993
Active Contributor
0 Kudos

Hi,

Did you setting in the V_T160EX and V_T160RP views?

Former Member
0 Kudos

Thanks for the your early reply..

I checked tables ..every thing is perfect

Is any suggestions...