cancel
Showing results for 
Search instead for 
Did you mean: 

PR Transfer from ECC to SRM

anshul_dalal2
Explorer
0 Kudos

Hi Team,

We are replicating PR from ECC to SRM by using below method :

1) Create PR

2) Release PR

3) Run a Z Development ZPR_Trans (This is a custom Development which manually trigger Program RM06BZ10 and creates Entries in EPRTRANS Table)

but when we check in SRM Client then PR is not showing in BBP_PD.

We have checked Log in ECC but nothing is showing in SMQ1 and in SRM Client also there is no fail entry in SLG1 and SMQ2.

This was working fine few days back but now there is no history of fail logs.

Please suggest.

Regards,

Anshul

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member198566
Active Participant
0 Kudos

Hi Anshul,

Can you try using standard program: BBP_EXTREQ_TRANSFER and check if you are able to transfer the PR's.

Regards,

Abhishek

anshul_dalal2
Explorer
0 Kudos

Hi Abhishek,

We are using the standard program BBP_EXTREQ_TRANSFER , scheduled in the form of batch job.

Here are the steps:

1. we run the report :RM06BZ10 to transfer data to EPRTRANS table ( Becz we dont want to push all ECC PR'e to SRM)

2. BBP_EXTREQ_TRANSFER picks data from EPRTRANS and pushes to SRM.

Now the problem we are facing is , data is getting updated to EPRTRANS but standard program is not executing this data. There is no spool data generated in batch job.

Any Suggestions?

Regards

Anshul

Former Member
0 Kudos

Hi Anshul,

Is it happening for single PR or All PRs?

Can you recheck the settings Entry channel RFC user-password in SU01 (SRM) is same as the password in SM59 for the SRM RFC destination in R/3. Looks like the passwords are not synchronized to enable the transfer from EPRTRANS table.

Or else last option take help from technical guy to check via debugging of the program to know the root cause.

Regards,

Suneel

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

In SRM side, check if there is any alert in transaction SLG1 for object BBP_EXTREQ.
It will tell you why shopping carts were not created from transferred PRs.

Otherwise, you can debug the report transfer by following the steps below:

1. Go to SE38 -> BBP_EXTREQ_TRANSFER -> F8 -> provide PREQ -> /h -> F8
2. Go inside FM BBP_EXTREQ_TRANSFER
3. Go inside perform transfer_package
4. Go inside perform send_pr_to_procsystem
5. Clear variable lv_qrfc and go inside FM BBP_BC_EXTREQ_INB

Here SRM will be called.

Regards,
Ricardo