Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create NAST entry from Program

Former Member
0 Likes
517

Great Day Gurus - I am trying to find a solution to a requirement that I have for my ABAPer.... here it is

Scenario : We've set certain Z condition records on sales order based on bill to party. The condition records are proposed as soon as the order is loaded. From a background processing, one of the condition record is processed. The background processing program will determine whether it should repeat the condition record or not for it to be processed the next time the background process starts.

Example : Order loads into SAP and a condition record is proposed with background processing (ZWAP). Now whenever the order drops in a delivery, an output condition record from delivery document executes a custom program that in turn processes ZWAP condition record on the order. Now after having processed it, the custom program from the delivery output will determine whether the order needs the ZWAP repeated or not. This is required when the order will drop another delivery apart from this delivery, so that when the next delivery drops, its output will process the unprocessed ZWAP on the order created by the previous delivery output processing.

Requirement : How can the custom program processed from delivery output condition record repeat the condition ZWAP on the order, so that when there is another delivery that gets created from the order, it is able to process an unprocessed ZWAP on the order.

Please advise !!

Thanks

Nikhil

1 REPLY 1
Read only

Former Member
0 Likes
362

Got it !!! No more required !!! Thanks for looking