cancel
Showing results for 
Search instead for 
Did you mean: 

Follow on documents in Shopping cart

Former Member
0 Kudos

Here is a tricky one, I guess.

Scenario: Classic

Version: 5.0

Question:

Is there a way to add new statuses in the follow on document section.

For example the standard flow is like

1. Shopping cart ordered

2. Purchase requsition created

3. Purchase order created

4. Confirmation posted in backend

5. Invoice posted in backend

For example, can we add a new status between 3 and 4 with say - Vendor Acknowledged PO?

Is there any standard controls available to do it or any BADIs which we can use?

Thanks,

Musta.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Yes this is possible but you must extend standard SAP program

procdoc_save in include LBBP_PDF0L

or FM

BBP_PROCDOC_SAVE

.

This code have x_status and y_status table where you can add your own status.

Regards,

Marcin