‎2008 Jun 09 3:59 PM
‎2008 Jun 09 4:20 PM
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
‎2008 Jun 09 4:20 PM
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
‎2008 Jun 09 4:33 PM
Use program RVSCD100 -> enter order number -> see the changes
Thanks
Seshu