on ‎2020 Oct 09 8:27 AM
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.

Request clarification before answering.

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.

You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 34 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.