‎2007 Mar 07 2:22 PM
Hi all,
Does anybody know how to find the date of change status in purchase requisition (transaction ME53N, menu "Environment/Item changes") ?
Maybe the solution is in the "change document", but I don't know how to find this.
Thanks for your help,
BT
‎2007 Mar 07 2:35 PM
Use the function modules:
CHANGEDOCUMENT_READ_HEADERS
CHANGEDOCUMENT_READ_POSITIONS
to read the change document info
Regards,
Ravi
‎2007 Mar 07 2:35 PM
Use the function modules:
CHANGEDOCUMENT_READ_HEADERS
CHANGEDOCUMENT_READ_POSITIONS
to read the change document info
Regards,
Ravi
‎2007 Mar 07 2:52 PM
Thanks for your answer, but I don't see how to use this function because I'm working on table EBAN in my report, so how can I do the link with the function modules ?
Regards,
BT
‎2007 Mar 08 10:13 AM
Hi,
U can find the changes done in 2 table:cdhdr, cdpos.
In CDPOS table, 1)give tabname as table name ie. eban in your case,
2)give objectclas as 'BANF',
3)object id - pr no
4)fname- field name
you wil get the change details-item level.
As for header,
In CDHDR ,give 1)give objectclas as 'BANF',
2)object id - pr no
3)USERNAME- User who changed it(if known)
4)UDATE -Change Date
you wil get the change details-HEADER
Hope this solves your proble,
Viji
‎2007 Mar 08 10:15 AM
Hi,
U can find the changes done in 2 table:cdhdr, cdpos.
In CDPOS table, 1)give tabname as table name ie. eban in your case,
2)give objectclas as 'BANF',
3)object id - pr no
4)fname- field name
you wil get the change details-item level.
As for header,
In CDHDR ,give 1)give objectclas as 'BANF',
2)object id - pr no
3)USERNAME- User who changed it(if known)
4)UDATE -Change Date
you wil get the change details-HEADER
Hope this solves your proble,
Viji
‎2007 Mar 09 3:58 PM
Hi Viji and thanks for your answer which solves my problems.
Regards,
BT