cancel
Showing results for 
Search instead for 
Did you mean: 

Roles: Record Management

Former Member
0 Kudos

Hello,

I need know the SAP Table(s) where are all object's roles of a record.

I can´t find it.

Thanks a lot.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Inaki,

The problem is that in the background the layout of the record is a XML document which is difficult to retrieve. The relationships between the objects are maintaned in the Poid relationship table (SRMRMSPREL_CLNT or SRMRMSPREL). But the access to that table is difficult because it's filled with hash codes.

If you want to get the objects in a record best is to use the bapi BAPI_RECORD_GETELEMENTS. This returns all objects including folders, instances and models.

Best regards,

Tjalling-Jan

Former Member
0 Kudos

Hi Inaki,

Object's Roles of a record.... can you please provide more info at what Tables you are looking for. Are they Tables with data of Roles for a User or any thing similar ?

Is it Roles and Authorizations for an user etc ...

Br,

Sri

Award points for helpful answers

Former Member
0 Kudos

Hi Sri,

thank you for your interest.

It's about Record Management module.

I'm looking for the table(s) that contain the roles of the different objects inside of a record .

For example:

Record1

Folder1 -


> rol1

Document1 -


> rol1 / rol2

transaction1 -


> rol1

Folder2 -


> rol2

Document2 -


> rol2

Circular -


> rol1