cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping cart 00000000XXX Error creating the follow-on document

Former Member
0 Kudos

Hi

We have implemented classic sinario . we r facing problem . the shopping cart is showing status approve but in RZ20 it showing error Shopping cart 00000000xx: Error creating the follow-on document.

the workflow activated is without aproval of shopping cart .

In BBP_PD transaction system showing the status as

HEADER I1015 Awaiting Approval X in red color

HEADER I1021 Created

HEADER I1038 Complete

HEADER I1106 Shopping cart ordered

HEADER I1129 Approved

Plz reply.

Accepted Solutions (0)

Answers (3)

Answers (3)

laurent_burtaire
Active Contributor
0 Kudos

Hello Sharad,

According to SC header status, purchasing document was correctly created in SRM and its workflow is approved. So, follow-on document creation is triggered.

Being in classic scenario, this follow-on document will be created in R/3.

I advise you to debug process using function modul BBP_REQREQ_TRANSFER using SC guid as importing parameter.

In this way, you should be able to catch processing error.

Regards.

Laurent.

Former Member
0 Kudos

Hi,

You just first run the function module 'BBP_REQREQ_TRANSFER' with the errornous Shopping Cart and after execution.

Goto BBP_PD and check in the end if there is any error.

This will give you the detail error.

Regards,

Sachin

Former Member
0 Kudos

Thanks ashitosh,

We have made setting that Define Objects in Backend System (Purch. Reqs, Reservations, Purch. Orders) it po If item data completed else preq.

that is fine still we r facing problem.

Former Member
0 Kudos

Hello,

BBP_PD shows you are good from SRM side, error is due to some missing/incorrect information passed to ECC for follow on document.

What was the intended document for creation in ECC PReq / PO? Check whether the cart had sufficient info for creation of document in ECC.

In RZ20, double click on error & see if you get more details. like missing UOM.

Check the following config:

a. Cross-Application Basic Settings -> Define Objects in Backend System (Purch. Reqs, Reservations, Purch. Orders)

b. Doc types in SRM & ECC.

Hope this helps.

Ashutosh