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

orders modified

adil
Participant
0 Likes
451

Hi

How can i find sales orders has been modified.

thinks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
426

Hi,

You can use the CDHDR and CDPOS tables.

The object class OBJECTCLAS has to be passed as 'VERKBELEG' for sales orders. And the object id OBJECTID has to be the sales order number.The TABNAME field has to contain the table name (VBAK in the case of sales orders). Similarly for items. But for a specific item the TABKEY also needs to be passed (TABKEY includes the key 005 + sales order number + item number).

You can also try out the below function modules:

CHANGEDOCUMENT_READ_HEADERS

CHANGEDOCUMENT_READ_POSITIONS

Thanks.

Edited by: Sanath Kumar Reddy Thudi on Jun 9, 2008 5:31 PM

2 REPLIES 2
Read only

Former Member
0 Likes
427

Hi,

You can use the CDHDR and CDPOS tables.

The object class OBJECTCLAS has to be passed as 'VERKBELEG' for sales orders. And the object id OBJECTID has to be the sales order number.The TABNAME field has to contain the table name (VBAK in the case of sales orders). Similarly for items. But for a specific item the TABKEY also needs to be passed (TABKEY includes the key 005 + sales order number + item number).

You can also try out the below function modules:

CHANGEDOCUMENT_READ_HEADERS

CHANGEDOCUMENT_READ_POSITIONS

Thanks.

Edited by: Sanath Kumar Reddy Thudi on Jun 9, 2008 5:31 PM

Read only

Former Member
0 Likes
426

Use program RVSCD100 -> enter order number -> see the changes

Thanks

Seshu