cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reading data manager package status through abap code

Former Member
0 Kudos
125

Hi Folks ,

If any one knows about reading the data manager pacakge though an abap code .

If any one have some sample code or any example .

Thanks in advance

Best regards ,

Raja

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Do you want to "read" the DM package or "debug" the DM package ?

Not sure what you mean by "read" the DM package ..

But if you would like to debug the DM package then setup a break point in the ABAP class: CL_UJXD_PACKAGES_RES inside the method DO_POST setting the Debug flag value to True.

former_member186338
Active Contributor
0 Kudos

Where do you want to read it? What abap code you want to create?