SAP for Retail Discussions
Join conversations about personalization, omnichannel strategies, and operational excellence in retail using SAP for Retail software.
cancel
Showing results for 
Search instead for 
Did you mean: 

SAP IS Retails - Consumption from Consignment Stock during Aggregated sales posting through IDOC

Former Member
0 Kudos
664

When I am trying to Post Aggregated sales through IDOC posting, system is picking Quantity from Consignment stock if stock is maintained only in one storage location or from own stock when it is maintained in Multiple storage location.

During posting system checking the Table WRF_STOCK_SITUAT for field KZ_UNIQUE_CSTOCK (only Consignment) flag if it is active consumption is happening from consignment stock or else from own stock.

The field KZ_UNIQUE_CSTOCK is active only when we maintain Single storage location with Consignment stock or else field KZ_MULTI_STOCK (Ambiguous) is getting flagged.

Can any one suggest how can I get though this Issue.

My requirement is I will be maintaining Multiple storage location (1. Salable Quantity 2. Seconds Quantity)

If consignment control key is active in Article Master then system should consider Consignment stock during sales IDOC posting.

1 REPLY 1

andras_strobl
Product and Topic Expert
Product and Topic Expert
0 Kudos
388

Hi Poovancheeri,

Sorry for the long response time, maybe you have already solved it in the meantime - whatever, my inputs might be useful for others in the future.

So first of all it is worth to read this SAP help regarding POS sales processing with consigment:
https://help.sap.com/viewer/e43f5774d00640d9adbf39734fe5933c/6.00.31/en-US/2de4c353b677b44ce10000000...

There are few points that I want to outline, which are usually missing at our customers:
  • OSPX configuration: here you can define stock determination rule, where you can exactly specify which specific storage location with which priority you wish to use.
    You have to pay attention to:
    1) assign this rule to the desired goods movement type (eg. 251)
    2) to define the sorting!!! on the header level in OSPX
    3) to follow the instructions given in the note 1166928, especially in case of using negative stocks, too (own implementation for distribution rule!!!)
  • Execute WSSS frequently to keep the table WRF_STOCK_SITUAT updated

So far the consignment processing or multi storage location processing on POS in nutshell.

Best regards,
Andras