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

Sales order output triggering

0 Likes
1,009

Hello Experts,

I am have a requirement to set sales order header object status through Custom program . I am achieving this using FM STATUS_CHANGE_EXTERN . I am facing a problem , whenever I am setting the status , its Not running any output determination process ( Status which I am setting says " Completed " or "Reschedule" ).

1 REPLY 1
Read only

vijay_hariharan
Contributor
0 Likes
889

For starters, it is quite risky to update the Order status from a Custom program(have seen some VBUK issues before).. having said that.. what you are doing using the STATUS_CHANGE_EXTERN function is probably just updating table JEST, JSTO and the likes.. You can try changing something simple like a description or add a text that 'Document Set to complete/released using Custom Program YYYYYYY' in the Order using maybe BAPI_SALESORDER_UPDATE(or CHANGE - not in front of the system) and see if the Outputs then trigger..

Regards,
Vijay