on 2015 Nov 06 7:09 AM
Request clarification before answering.
Hi All,
Thanks for all of your input.
The issue was the improper Master data,which needs to be maintained in Transaction OPS6.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also getting this error along with this
TRFC_CALL>X</I_TRFC_CALL>
- <E_RETURN>
- <BAPIRET2>
<TYPE>E</TYPE>
<ID>BBP_PD</ID>
<NUMBER>004</NUMBER>
<MESSAGE>Partner Requester not found</MESSAGE>
<LOG_NO />
<LOG_MSG_NO>000000</LOG_MSG_NO>
<MESSAGE_V1>Requester</MESSAGE_V1>
<MESSAGE_V2 />
<MESSAGE_V3 />
<MESSAGE_V4 />
<PARAMETER />
<ROW>0</ROW>
<FIELD />
<SYSTEM />
</BAPIRET2>
- <BAPIRET2>
<TYPE>E</TYPE>
<ID>BBP_PD</ID>
<NUMBER>004</NUMBER>
<MESSAGE>Partner Goods Recipient not found</MESSAGE>
<LOG_NO />
<LOG_MSG_NO>000000</LOG_MSG_NO>
<MESSAGE_V1>Goods Recipient</MESSAGE_V1>
<MESSAGE_V2 />
<MESSAGE_V3 />
<MESSAGE_V4 />
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dhinesh,
I guess you are not using the oldfashioned Report BBP_EXTREQ_TRANSFER ...
I would say the SC items are getting created with Requester and Goods Recipient = User who is logged on when the SC is created. This might be the user ID that gets used when the SOA Service in SRM gets called or the RFC User if BBP_EXTREQ_TRANSFER is used.
Please check the Basis Settings which user that is and assign it somewhere in the Orgstructure (with PPOMA_BBP).
If that user cannot be accepted as Requester / Goods Recipient a Change BADI Needs to be implemented that determines the right Persons depending on your processes.
Regards
Oliver
Hello Oliver,
We are using BBP_EXTREQ_TRANSFER.
Issue occurs when the PR is transferred to SRM through that program.
Where do I need to check the BASIS settings?
These 2 errors are the one's that appearing:
1.Partner Requester not found.
2.Partner Goods Recipient not found.
I am not able to resolve it exactly for what data needs to be mapped correctly.
Hi Dhinesh,
in this case the user that executes the creation of the Shopping Cart in SRM is the user that is used in the RFC Connection (maintained in ECC). Typically the RFC Connection has the same Name as the Logical System of the SRM Client you are connecting to. You can see the User ID in Transaction SM59. In any case this user ID must be assigned to the Organization Structure (Transaction PPOMA_BBP).
In SRM you can use Transaction USERS_GEN to assign the RFC User to the Orgstructure. Click on "Copy user and Employee Data from Template" and on the following Screen you should select "Create Users from existing SU01 Users". Now you need to specify the Org.Structure Node and Country. Next Activity is to restrict the user list. select "Area of users" and continue. Now you can enter the user ID of the RFC User. There is another Popup where the System Shows the users as per the search term you just entered (so should be exactly one record). Mark this entry and continue.
After this assignment was made the SCs should be created with the RFC User as Requester and Goods Recipient.
Regards
Oliver
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.