Application Development 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: 

You do not have the authorization to create the material with change type F

Former Member
0 Kudos

Hi,

I'm uploading a PIR(purchasing information record) from an excel sheet which contains one row of data..

When i run the program I get an error record which states that "You do not have the authorization to create the material with change type FERT".

The program is having an authority check is on the material type (MTART)for a material with create status(01).

Then i debug the program, and change the value of sy-subrc to 0 from 12 to pass the authority check.Now there are no error records and session has been successfully created.

But when i go to SM35 i found out that there was an error..Then I analysed the session log to find out the same error - "You do not have the authorization to create the material with change type FERT".

I tried with different materials with different material type(MTART) but still I get the same error..Can anyone give me an analysis and tell me how avoid this situation.

Thank You.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

u need to get the authorization for creation of material master data for all material types.. so basically, u need to get access to MM related transactions.

else, ask the person who has the access to run this program...

7 REPLIES 7

Former Member
0 Kudos

u need to get the authorization for creation of material master data for all material types.. so basically, u need to get access to MM related transactions.

else, ask the person who has the access to run this program...

0 Kudos

hi,

Bu that material which i'm trying to upload is already presnt in the MARA table..So why this authorization for creating a material??

former_member194669
Active Contributor
0 Kudos

Hi,

Can you able to create thru tranx MD61 ?

aRs

0 Kudos

You create the PIR using the transaction ME11.

what is transaction MD61

Former Member
0 Kudos

if material is already present, it might have been loaded into SAP by the person who has authority to MM transactions. in ur case u dont have access due to which it is throwing the error...

Award Points

0 Kudos

Infact this is a problem faced by the end user(Market) and the functional process owner..If they don't have authorization, who else will have it....

Former Member
0 Kudos

Hi

Take the necessary authorization from the BASIS person and do the upload

he will give the necessary authorization for the person who is getting this error

or clarify with the basis person why he was getting this type of error?

May be data Upload authorization was restricted by the basis..

<b>Reward points for useful Answers</b>

Regards

Anji