cancel
Showing results for 
Search instead for 
Did you mean: 

Medruck script Item line changes

Former Member
0 Kudos

Hi

how to track changes in item line when ever changes are made in item level in which strucutre or special fields it stores tht value.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Manohar,

The changes are stored in CDHDR & CDPOS tables.

For the printing purposes, you may use the FM ME_CHANGES_READ to obtain the changes.

Please reward if the info solves your problem.

With Regards

Vijay Gajavalli

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The item changes can be tracked using the CDHDR (for header changes) and CDPOS (item changes)tables.

The object class OBJECTCLAS has to be passed as 'EINKBELEG' for Purchase orders. And the object id OBJECTID has to be the purchase order number.The TABNAME field has to contain the table name (EKKO in the case of purchase orders).

Check the below FM also:

CHANGEDOCUMENT_READ_HEADERS

CHANGEDOCUMENT_READ_POSITIONS

Thanks.