Application Development 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: 

Sales order incomplete check

Former Member
0 Kudos

Hi

I am using FM to create the sales order. I need to check the completion of the created sales order. Is there any function module to do this. I cant find any export parameter in the above FM which gives the same.

Regards

Anandan

2 REPLIES 2

Former Member
0 Kudos

Hi ,

By the completion do you try to mean that if it creates the sales document or not ? If not u can use BAPI_SALESORDER_GETSTATUS to check the status for the sales document , but if it is about the document generally in the importing parameters you will have the document number , or if it is created you can look for the message ( ie. in Bapi you' ll have return parameters ) .

Check this BAPI please BAPI_SALESORDER_CREATEFROMDAT2.

Regards

Caglar

Former Member
0 Kudos

Hi

By completion i meant the following. If you go to VA02 ->Edit -> Incompletion log, it will show you what are the data which is not yet filled and need to be filled. Anyway FM to find this incomplete data or do we need to manually check the table entries.

Regards

Anandan