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

Adding user fieds to logical database ADA - solution?

Former Member
0 Likes
708

Hi,

I have problems with adding (by append structure) my user fields (which are added to standard SAP table ANLA) to logical database ADA which is used in AM reporting.

I have found this solution:

Thru SE30 I found, that logical database ADA using view V_ANLAZ (ANLA + ANLZ tables) for selecting data from DB. So I have created append for this view with my added fields to ANLA. Then I added the same append to structure ANLAV of logical database ADA.

My added field are now selected in AM reporting!

Can this solution break some SAP functionality?

Many thanks for answer!

Hi,

I have problems with adding (by append structure) my user fields (which are added to standard SAP table ANLA) to logical database ADA which is used in AM reporting.

I have found this solution:

Thru SE30 I found, that logical database ADA using view V_ANLAZ (ANLA + ANLZ tables) for selecting data from DB. So I have created append for this view with my added fields to ANLA. Then I added the same append to structure ANLAV of logical database ADA.

My added field are now selected in AM reporting!

Can this solution break some SAP functionality?

Many thanks for answer!

1 REPLY 1
Read only

Former Member
0 Likes
505

So probably NOT...