cancel
Showing results for 
Search instead for 
Did you mean: 

Past Due Shipment Notification for Sales Order

Former Member
0 Kudos

Friends help pls

I have configured output determination for sales order header for customer notification if delivery is not created for the line item on the loading date of that line item, output should be triggered for the customer automatically.

Question; we don’t want to open and save the sales order in order to determine output for these sales orders as it’s time-consuming.

How to make it automatic so that system will pick up all past due sales orders and trigger output without manual intervention at the certain time of the day?.


Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

jignesh_mehta3
Active Contributor
0 Kudos

Hello,

As you already mentioned, it is necessary to go to Sales Order in change mode to re-trigger the Output determination.

As a workaround, you can think of a small program that will would open the Orders in change mode leading to re-trigger to Output Determination.

You can schedule this program as a batch job which would run everyday at fixed time and send out notifications to Customers.

Former Member
0 Kudos

Any suggestion on program , you know any exit and BAPI can be used here . Thanks

Answers (3)

Answers (3)

Jelena
Active Contributor
0 Kudos

Just write a standalone program to identify such orders and generate whatever output is expected. Such program could be scheduled in a background job to run at any frequency. You might need to think how to prevent unwanted repeated notifications. But that would be a challenge when using output as well.

Former Member
0 Kudos

Ok thanks, do you have any suggestions? you know any function module(BAPI) and customer exists which we can use to develop background program.?

Jelena
Active Contributor

Simple SELECT can find the document numbers function modules can be found in the standard output programs.

Lakshmipathi
Active Contributor
0 Kudos

Yes of course. Tell your ABAP team based on what logic, system should trigger output by sharing the table and field names so that your requirement can be met.

Lakshmipathi
Active Contributor
0 Kudos

You need to add the logic in the smart form being used for sale order

Former Member
0 Kudos

If I add logic in smart form what good it would do ?. does smartfrom trigger output in background ?Could you pls gove more information soon ?. Thanks