cancel
Showing results for 
Search instead for 
Did you mean: 

Push out Receipts to future where demand>0

Former Member
0 Kudos

I have a macro which determines surplus (where stock on hand is greater than safety stock AND total receipts > 0).

I want to enhance on this macro and read the order details and propose a date in future for a push out(where total demand >0). The date and the order details can be displayed using a alert monitor.

I need to know if there are any standard macro/ alert to do this.

Also to read order details from livecache does anyone have suggestions for a user exit?

Thanks

Anu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Anu,

You can use the following macro for your enhancement activies.

SAP SNP 9ASNP_SSP View( SAFETY ) SAP_MACROS

Hope this will help you. Please confirm.

Regards

R. Senthil Mareeswaran.

Former Member
0 Kudos

Senthil

Thanks for your reply.

I went through all the macros you suggested, all those just display the surplus. I want in addition to that, the Purchase/Prod order details where there is a surplus. I want the order details along with a proposed push out date. So that the users can take a look at that and detremine if they want to push out that order to a future date to eliminate surplus and satisfy demand in future.

I am able to determine the surplus and the demand in future but unable to retrieve order details from planning book.

Hope it is clear.

Thanks.

Former Member
0 Kudos

Can anyone provide me some test data for function module: /sapapo/msnp_get_drpio_read ?

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Anu,

9ADRP_FSS View( DRP_FSS )

9AOPT View( OPT_BATCH )

9ASNP_PS View( PROD_SUBST )

9ASNP_SSP View( SAFETY )

9ASNPAGGR View( SNPAGGR(1) )

9ASNPAGGR View( SNPAGGR(2) )

9ASNPSBC View( SUBCONTRACTING )

SDP Mappe 9ASOP View( SOP(1) )

SNP94(1)

SNP94(1)_Batch Processing

SNP94(1)_Interactive Planning

SNP94(2)

SNP94(2)_Interactive Planning

9ADC_BASIC View( DEMAND COMBINATION )

9ADP_BASIC View( ABSATZPLANUNG )

9AMP34 View( MP34(1) )

You can try the above macros and see whether it is matching your requirement.

Regards

R. Senthil Mareeswaran.