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

Logical Data Base - ADA

Former Member
0 Likes
1,042

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

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
872

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

5 REPLIES 5
Read only

RaymondGiuseppi
Active Contributor
0 Likes
873

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

Read only

Former Member
0 Likes
872

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

Read only

0 Likes
872

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

Read only

0 Likes
872

Please check in SU53 once you execute your program. It will show you the failed authorizations.

Regards

Ranganath

Read only

0 Likes
872

Or you can activate trace in ST01. It lists all checked authorizations and result of check.