Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

I am using 2LIS_11_V_SSL datasource to extract essential information about the delivery of order schedule lines to SAP BW system and loading into 0SD_O04 - Open Request Schedule Line DSO to calculate backorder quantity.

The key for 0SD_O04 dso is:

0DOC_NUMBER  Sales document

0SCHED_LINE  Schedule line number

0S_ORD_ITEM  Sales document item

I have an issue with backorder quantity due to partially confirmed and delivered order items are getting deleted.

This is because of the start routine of 0SD_O04 from the info source 2LIS_11_V_SSL. 

Field mapping is 0LW_GISTS -“Lowest GI Status of an Order Item”  <-- MCEX_WBSTA_LOW –“Smallest Goods Movement Status of Order item”.

I have taken the below sales document as an example.

For sales order 5147701 and item 20, there is order quantity 10 and confirm quantity 3.in the schedule line.

Here for this order item backorder quantity is 7 (order quantity –confirmed qty).

VA03:

Document Flow:

You can see below, delivery is also completed for the confirmed quantity (which is 3).

 

RSA3:

I have filled the setup table with that sales document and run the extract checker RSA3.

See the status below.

PSA:

After that I have loaded that sales document to BW system.

See below status in the PSA.

See the status in the new table of 0SD_O04 (after applied the start routine) below.

In the start routine there is a condition to check the 0LW_GISTS Lowest GI Status of an Order Item if it is “C” it will pass
the “Reverse Image” to the “Recordmode” field See below.

Start routine of 0SD_O04:

New Table of 0SD_O04:

See the record mode value(R) in the new Table of 0SD_O04.

Once the data is activated the order item and schedule line which has the backorder quantity is getting deleted because of recordmode.

Solution:

Please see the Solution below to avoid partially confirmed and delivered order items.

I have replaced 0LW_GISTS -“Lowest GI Status of an Order Item” with 0DLV_STSO –“Overall delivery status of the item” in the
start routine.

With this change in start routine the issue has solved.

I hope this helps.

Thanks,

Shankar

3 Comments
Labels in this area