on 2011 Dec 01 8:01 AM
I am using SRM 7.0 with ECC 6.04 in Classic Scenario. All costomising settings, master data replication and prerequisites have been maintained. This is the initial set up of our SRM Sandbox system. On creation of a Shopping Cart, I get the following status error "Shopping cart 6600000075: Error creating the follow-on document". Workflow has been trigerred successfully and the SC is with status approved. Number range for SC and follow on doc have been maintained in SRM and the same no. range for PO doc type EC has been maintained in ECC.
RZ20 shows the same error and cant find any clue in BBP_PD.
Please advise on how to solve this issue.
Regards,
Chirag Shah
Request clarification before answering.
Hi
Please send BBP_PD status
do u define object in SPRO?
do u define RFC correctly?
Regards
elham
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Please check follwoing:
1. Defining Product cat in Resp and extended attribute in PGR Org node.
2. Defining objects in backend system (PO,PR. RS)- PGR should be defined by Org. ID i.e 500000XX and Product Cat.
3. You must define attribute BSA at Company node level - Documents type in R/3 system.
Use Xn PPOMA_BBP / double click on Root Org nod / Click on Attibute TAB / Scroll down to find out attibute - BSA - "Documents type in R/3 system".
Your value should be :- Logical backend system\Doc type in R/3
example : R3DCLNT100\ECPO
4. SPRO>SRM>Cross Appl Basic Settings> Define Objects in Backend System (Purch. Reqs, Reservations, Purch. Orders)= Always Ext Proc / Pur Order if Item Data Complete
Two columns
5 .SPRO>SRM>Sourcing = Sourcing always Carried out
6. Local P.O. Doc type and Number range to be maintained in R/3 also.
Regards,
Neelima
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Chirag,
Can you debug as below
Breakpoint at FM B46B_DPO_TRANSFER;
- SE37 BBP_PD_PO_TRANSFER_EXEC, enter PO header GUID and execute;
- Program will stop at FM where the BP was set.
- Look for statement CALL FUNCTION 'BBP_PO_INBOUND' DESTINATION lv_destination;
- F6 or F5 to debug into ERP (2nd session will start). Here you can check the table lt_bapi_return in order to check the result.
If you have a RFC with dialog user, you can debug through the ECC system and check why and when the error message is generated.
This is Ricardo's suggestion to all such issues and works well to identify the cause.
Regards,
Nikhil
Hi,
Have you defined the settings SRMCross App Basic SettingsDefine objects in backend system?
Regards,
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.