cancel
Showing results for 
Search instead for 
Did you mean: 

Exclude storage location stocks in APO

Former Member
0 Kudos

Dear Gurus,

I already tried and search the forums on how to exclude storageloaction stock during CIF but there are no clera answers.

Some answers are as follows:

- Use of MRP Area : we are not using MRP Area in our system

- Use of user exit: this one might be the solution but different threads are proposing different User exit so i got confused.

May I know which User exit is the best to implement if we want to exclude a certain storage locations stock during CIF? Sorry as I'm quite new with SAP.

Thanks,

Raymond

Accepted Solutions (1)

Accepted Solutions (1)

claire_yang
Contributor
0 Kudos

Hi,

If you want to exclude only a limited number of storage locations from the transfer, you can delete the affected

stocks in the user exit of the outbound module of the stock interface in the R/3 system. The user exit is EXIT_SAPLCSTK_001.

You can check [SAP note 496020|https://service.sap.com/sap/support/notes/496020] in detail.

Claire

Answers (1)

Answers (1)

former_member209769
Active Contributor
0 Kudos

Hi Raymond,

You could also use APOCF011 in APO inbound.

Delete the entries from IT_STOCK that you don't need.

Thanks - Pawan

Former Member
0 Kudos

Hi,

Will the stock still appear in CCR report?

Also, there is a requirement to also exclude Sales Order which are created with the stock to be restricted in APO. Is there a way to also restrict this sales order to be CIF in APO?

Thanks,

Raymond

former_member209769
Active Contributor
0 Kudos

Hi Raymond,

For CCR, you would need to use method RELEVANT_FOR_COMPARE_R3_STOCK of the enhancement /SAPAPO/CIF_DELTA3 to change the behaviour of CIF to not include the relevant storage location stock in comparison. Delete entries from the table ct_r3stock for the storage location that you don't want to compare.

Not sure about Sales Order part - I am not sure if there is any easy way to identify such Sales Orders. But if that's possible, you could exclude the corresponding order in CIF using CIF enhancement and also exclude from CCR.

Thanks - Pawan