‎2010 Oct 18 2:41 PM
Hi, people,
I`m using Logical Data Base ADA in my program to generate some files, but when the program is executed in DEV System the files are generated normaly, but in the PRD system don´t work.
Someone knows if exist same parameter or why this problem occurs ?
Tks for all.
Flavio
‎2010 Oct 18 2:52 PM
As ADA is a standard logical database, if you don't change this object, there should be no difference, except Authorizations that may differ between development and production systems , check via [SU53|http://www.sdn.sap.com/irj/scn/advancedsearch?query=su53+#sdn_content_category_value_wiki].
(In AM "Asset Accounting" class, check authorization objects : A_A_VIEW, A_S_ANLKL, A_S_GSBER, A_S_WERK.)
Regards,
Raymond
‎2010 Oct 18 2:52 PM
As ADA is a standard logical database, if you don't change this object, there should be no difference, except Authorizations that may differ between development and production systems , check via [SU53|http://www.sdn.sap.com/irj/scn/advancedsearch?query=su53+#sdn_content_category_value_wiki].
(In AM "Asset Accounting" class, check authorization objects : A_A_VIEW, A_S_ANLKL, A_S_GSBER, A_S_WERK.)
Regards,
Raymond
‎2010 Oct 18 2:54 PM
Hello
Please check if the user running is having all the authorizations to extract the report. If i see currently there are following authority objects used in the ADA LDB
A_S_WERK
A_S_ANLKL
A_S_GSBER
You can take SU53 screenshots after the run to check for any authorizations failure.
And there are many more authorization happening inside the program of LDB ADA (i.e. SAPDBADA).
Regards
Ranganath
‎2010 Oct 18 4:06 PM
Hi Ranganath,
Excuse me, but I have another question.
If the problem is about Authorization, the SAP shouldn't show any message or history about it? If the system has to show it, where can I verify it?
Tks again!
Flavio
‎2010 Oct 18 4:19 PM
Please check in SU53 once you execute your program. It will show you the failed authorizations.
Regards
Ranganath
‎2010 Oct 18 4:29 PM
Or you can activate trace in ST01. It lists all checked authorizations and result of check.