authorization problem

Question: Did any one face this problem so far?

I am trying to load an excel sheet in SAP throgh an ABAP program that would create 2 files in the same folder with
1.the figures loaded in to SAP AND 2.The error file with the figures not loaded in to SAP.The path to the physical
location is alright and when the user runs the program, this falls in to Dump with the authorization problem.I had
the object S_DATASET included in the rolE and every thing is green,'user compare' is fine.The Dumnp shows the
authorization problem while creating the second file.
It does n't happen with my Log on(I have SAP ALL) but only with user's log ON.
Any clues?
Thanks

Answer:
Use a trace ST01 to see what authorisation check fails. Usually that will give you the answer...

Answer:
what's the auth failure text in the log?

Answer:
typically the last entry. But it can also be any other with RC = 1
You need to investigate all the ones where return code is not = 0

Answer:
Use a trace ST01 to see what authorisation check fails. Usually that will give you the answer...

It may give you THE answer but it may also just give you a clue about AN answer. Sometimes authorizations are checked and they fail but SAP ignores the failure and does another check that determines whether or not access is given.

Be cautious in evaluation ST01 traces.

Answer:
Have the user execute SU53 as soon as the error occurs. It shows your authorization problems. For this the user will need SU53 assigned to his user ID.
Copyright ?2007 - 2008 www.jt77.com