cancel
Showing results for 
Search instead for 
Did you mean: 

CCDebugger form ERM?

Former Member
0 Kudos

Hello,

I know that there is a iview in the SAP GRC that i cann debug the RAR tables.

The iview is :

webdynpro/dispatcher/sap.com/grc~ccappcomp/CCDebugger

Is there a debug ivew for the ERM?

Best Regards.

Pablo Mortera.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you are using ERM... then even so the music is still on the backend ABAP system.

The most important aspect is to keep the two in sync (good luck!) but if something is not working on the backend, then you can use external debugging to find out what is going wrong.

After a lot of debugging you will probably anyway end up with syncronizing the role data again.

My recommendation would be to use the "jump to PFCG" feature as a strategy if it is too late to back out. There you have an F4, etc.

Cheers,

Julius

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

I don't have access to the direct tables in the Database.

Is there another way?

Best Regards.

Former Member
0 Kudos

Well other option is to have a JDT (Java tables) browser utility (there is one in SDN somewhere... can't recall it right now), which when deployed on the Java side, will allow you to read the Java tables using the URL... you can ask your basis team to deploy that for you...

Cheers !!

Zaheer

Former Member
0 Kudos

Hi Pablo,

There is no web GUI based debugger for ERM, if you are comfortable with SQL, then you can lookup the tables directly, ERM tables are VT_RE*.

Cheers !!

Zaheer