You are on page 1of 2

1.

Getting Tablenames for different Changetypes of


Roles
Set Break-Points at following positions:

CLASS: CL_SUIM_CHDOC Method: GET_ROLE_CHDOCS_FROM_DB

Start Report “RSSCD100_PFCG” in SE38


Choose Change Documents Not
equal Overview of Change
Documents, because this selects
all changes. Run the report and
grab all data that is used to call
the method
“get_chdoc_without_idx” of
class “cl_suim_chdoc”. Repeat
this step until you have all
tables that are used for this
method.
2. Getting multiple changes in Roles by using FM
With all the data that you have noticed in Step 1 you can write a program and use the Function
Module “CHANGEDOCUMENT_READ_RANGES”.

You might also like