Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Authorization for Master Data (Customer / Vendor)

Former Member
0 Likes
810

Dear All,

I've requirement in Master Data Transaction display (XD03 / XK03), to control the dispaly of data for certain fields based on Authorization. As an example like below...

User X1 to see F1 & F2 data in above master transaction display data

User X2 to see F1 field, but F2 field not authorized...should be displayed as XXX (u2018XXXu2019 u2013 means data exists in database); if data doesn't exits for field F2...then I would like to display as YYY)

Can you please share your thoughts / ideas to implement the above requirement.

Regds,

Ramki.

Dear All,

I've requirement in Master Data Transaction display (XD03 / XK03), to control the dispaly of data for certain fields based on Authorization. As an example like below...

User X1 to see F1 & F2 data in above master transaction display data

User X2 to see F1 field, but F2 field not authorized...should be displayed as XXX (u2018XXXu2019 u2013 means data exists in database); if data doesn't exits for field F2...then I would like to display as YYY)

Can you please share your thoughts / ideas to implement the above requirement.

Regds,

Ramki.

3 REPLIES 3
Read only

eduardo_hinojosa
Active Contributor
0 Likes
721

Hi

Try with auth.obj. F_LFA1_AEN

Regards

Eduardo

Read only

0 Likes
721

Hello Eduardo,

You are right @ transaction level, I am looking out field by field level, please refer my question again !!!

Regds,

Ramki.

Read only

Pawan_Kesari
Active Contributor
0 Likes
721

SAP standard does not provice such function in XD03/XK03.

Yes, you can achieve this function using custom ABAP code but implementing in sap-standard transaction would be challanging because of the restriction on modifying sap-standard code and not having exits at right place where you would need to implement this.

Regards,

Pawan.