cancel
Showing results for 
Search instead for 
Did you mean: 

DP Security for certain data view

Former Member
0 Kudos

Hi all,

Did anyone know if there is authorization object for a specific data view in planning book ? I want user to have access to just a certain data view not all of them in the planning book.

Thank you in advance for your help,

Paranee

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Paranee -

<b>Planning Area, Book</b>

<b>C_AP0_PB</b> - Planning book

<b>C_APO_SEL3</b> - Selections in planning books

Authorization objects C_APO_SELE (Release 2.0) and C_APO_SEL2 (Release 3.0 up to Support Package 9) still exist in the system. They are however obsolete. If <b>C_APO_SEL2</b> has been assigned to a profile, set all field values to "*".

<b>C_APO_IOBJ</b> – Key figure

<b>C_APO_CPY</b> – Copy function in data realignment

<b>C_APO_ RLG</b> – Realignment, maintain realignment table

<b>Authorization Checks in SDP</b>

All authorization checks in SDP are performed by the function module

<b>/SAPAPO/MCP_PERMISSION_CHECK2</b> for individual data objects and<b> /SAPAPO/MCP_PERMISSION_SELECT</b> for a range (table) of objects such as products, locations, or planning books. This second function module incorporates the first one.

If you want to adjust the result of the check, or program your own authorization check, you can do so by using user exit <b>/SAPAPO/SAPLMCPR_015</b> in function group <b>XDMUSER</b>.

Hope this Helps.

Regards,

Suresh Garg

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Paranee,

You can use the below authorization objects.

C_APO_PB : SDP planning books

<b>APO_PLBK2</b> - Planning book

<b>APO_DVIEW</b> - Data view

Thanks,

Siva.