cancel
Showing results for 
Search instead for 
Did you mean: 

Requester - R/3 to SRM

pedro_santos6
Contributor
0 Kudos

Hi everyone,

Every time I send a PR of R / 3 to SRM, the requester is showing that it is always the same as that in the logical destination in the transaction SM59 to automatically log in SRM.

When I try to change the user SR3REMOTE to (*) and try to send a PR by BBP_EXTREQ_TRANSFER program, the system ask me about a user to log in SRM.

How do I show in my SOCO that the requester is defined in PR?

Below the screen for better understanding: [SCREENS|http://geocities.yahoo.com.br/pedrosapmm/SCREEN.ppt]

Thanks,

PM

Accepted Solutions (0)

Answers (2)

Answers (2)

pedro_santos6
Contributor
0 Kudos

Anybody knows?

Thanks,

Pedro

Former Member
0 Kudos

Hi,

You can change the REQUESTER ID in the SC which is created in SRM for the PR from R/3 using the BADI "BBP_DOC_CHNAGE_BADI".By default,when the PR's are transferred from R/3 to SRM,the RFC user ID is taken as the deafualt requester for all the SC's.If you need to chnage it,you need to implmenet the BADI.

In the BADI,make an RFC call to R/3 and fetch the PR deatils based on the SC id and assign the PR creater name to the SC requester field.

BR,

Disha.

Do reward points for useful answers.

pedro_santos6
Contributor
0 Kudos

Dear Disha,

Do you have any example of the code of this badi, to do this scenary?

Rgs,

PM