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

Probelms in 'BAPI_MATERIAL_MAINTAINDATA_RT'

Former Member
0 Likes
536

Hi,

   I am facing authorization issue for 'BAPI_MATERIAL_MAINTAINDATA_RT'.

We also found out a SAP note 1227242 for the solution.Even after implementing the solution as propesed in the note,the authorization issue still persists.

I checked in the net and found out some relevant material in SDN threads,someone has successfully proposed the solution by maintaining RFC destination.

But i also found out that RFC destinations are maintained in my system.

Please suggest something..

Thanks and regards,

Raka.

1 REPLY 1
Read only

Former Member
0 Likes
386

Hi Raka,

1st Check what are Role's are Assign with that SAP User ID where you find authorization issue .

Table Name : "AGR_USERS"  

                     Pass user name "UNAME" Field , and Find what are the role are assigned .

Table Name :  Finding Authorization Objects are assigned to Particular role

                     which you picked from above table . 

"AGR_1251"    and pass "AGR_NAME"  = your role name which you find from "AGR_USERS" for Respective User .

======================================================

2nd    for RFC Destination Authorization Object are available in "AGR_1251" Table .

ClientRoleIDObjectUser Master Maint.: Authorization NameField nameAuthorization value
220XYZ1S_RFCt-xyz001ACTVT16
220XYZ2S_RFCt-xyz001RFC_NAMERFCPING
220XYZ3S_RFCt-xyz001RFC_NAMEyour function group name
220XYZ4S_RFCt-xyz001RFC_TYPEFUGR
220XYZ5S_RFCt-xyz001RFC_TYPEFUNC
220XYZ6S_RFCt-xyz001RFC_NAMEDDIF_FIELDINFO_GET
220XYZ7S_RFCt-xyz001RFC_NAMERFC*
220XYZ8S_RFCt-xyz001RFC_NAMERFC_GET_FUNCTION_INTERFACE
220XYZ9S_RFCt-xyz001RFC_NAMESYSTEM*

==============================================================

3rd  Check all MM Respective authorization are assigned to that user , you can find any T-code authorization object for particular T-code in SU24 T-code check with Functional Consultant what object are required to modify using above BAPI which you mention above ..

Regard's

Smruti