Application Development 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: 

Get status change Documents for Object

leonardo_pavia
Participant
0 Kudos

Hi folks, i need a FM/BAPI to get status change documents for object, i need sometinhg like FM STATUS_SHOW_CHANGE_DOCUMENTS, this FM display results as report, i need the same results in a data structure. Is this possible?

Thank you very much!

Leonardo

2 REPLIES 2

Former Member
0 Kudos

Hi Leonardo,

1. I think there are two steps in it.

2. First is finding out the

the list of change documents for the object.

3. Then getting the DETAILS of the change

document

4. Regarding (3)

We can use the FM

CHANGEDOCUMENT_READ_HEADERS - header info

CHANGEDOCUMENT_READ_POSITIONS - detailed - fieldlevel info

regards,

amit m.

0 Kudos

Amit, thank you for your help, i found another solution, table JCDS contains all information that i need,

object number - status - date of modification.

Thanks a lot!!!