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: 

Tracking Sales Order/Delivery/Invoice Status

Former Member
0 Kudos

Hi Experts,

I have a requirement where i need to track the status of the Sales Order/ Delivery/ Invoice without any customized program for achieving this.

Is there any way we can track the status of the above said Sales Documents without writing a program for it?

Kindly share your expertise on the same.

Thanks in advance.

Regards,

Keerthi

4 REPLIES 4

g_srivastava
Active Contributor
0 Kudos

Hi Keerthi,

Please do chek the transaction CKAPP03.It displays some field related to your query,Though i dont know if we can use enhancements to get the exact fields you are looking for.Hope it might help to resolve your query.

Have a best day ahead.

Former Member
0 Kudos

Hi,

Use FM 'SD_DOCUMENT_FLOW_GET'.

pass sales order no. & item no(optional)

and you will get all flow documants for that sales order i.e. delivery, GI,invoice details along with all details including status.

hope this will be useful for you.

Regards

Edited by: Vishal Chavan on Jul 9, 2009 8:23 AM

Former Member
0 Kudos

hi,

You can look in VBUK, VBUP for status

thanks

Former Member
0 Kudos

hi

try these

BAPISDORDER_GETDETAILEDLIST and BAPI_SALESORDER_GETSTATUS

hope this helps

regards

Aakash Banga