Link to home
Start Free TrialLog in
Avatar of leo_wh_cheung
leo_wh_cheung

asked on

What are the object classes and Object ID of customer Master for the function HANGEDOCUMENT_READ_HEADERS?

I need to write a ABAP program to check the content change in customer Master. FM, CHANGEDOCUMENT_READ_HEADERS is used to check the change. If this FM is used, I need to know what Object class and Object ID I am using. What are the object classes and Object ID for the function HANGEDOCUMENT_READ_HEADERS? How can I find them?

I know some of the object classes:

ADRESSE
ADRESSE3
BANK
DEBI

Also, what is the Object ID for them?
Are there any web site talk about object classes and object ID?

P.S. It is easy to find the object class and object ID for the PO. They are 'EINKBELEG' and the PO no

Leo
Avatar of charronjc
charronjc

Hy Leo !

use transaction SE80 (Objects Browser) to search for Class object and Class ID of this Function Module.

Regards

Charronjc
ASKER CERTIFIED SOLUTION
Avatar of charronjc
charronjc

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of leo_wh_cheung

ASKER

Thanks!