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

Table location for GRC role upload details - Long Description

lee_starrter
Discoverer
0 Likes
1,316

Hi,

The question is related to GRC. Does anyone know which table is the "Long Description" field info stored in GRC? Within the GRC role import template there is this last column which is "Long Description", I am unable to locate the table that stores this piece of info, can any experts share or point me to the correct table? I did a test by populating this field to see if it pops up in any tables that seems related, but i failed to locate these entries.

Note, i am not talking about the role descriptions (alphanumeric 100) that can be located within table GRACROLET.

Accepted Solutions (0)

Answers (2)

Answers (2)

lee_starrter
Discoverer

Hi Marcelo,

Thank you so much for your kind replies. That explains why I am not able to locate the field from all the tables which the abap trace returned.

As i am not really familiar with what i am doing executing the class (i googled how to test it, but thats just it), are you able to advise further how should i test the class to find out the info i seek? Is the object ID the role name or the GUI ID, i tried both using RETRIEVE methods but it does not return any results.

Monsores
Active Participant
0 Likes

Hi Lee.

You need to call retrieve method and fill the parameters as the following example.

Note that the iv_object_id is ROLE_<ROLE_TYPE>/<ROLEID>.

Your Long Description will be in Text field of RS_TEXT object.

Regards,

Marcelo Monsores

Monsores
Active Participant
0 Likes

Hi Lee.

This info is stored as SAP Script in STXL table.

You will not be able to read it straight from SE16 but you can use class cl_grfn_sapscript to deal with it.

Regards,

Marcelo Monsores