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: 

Tables in transaction s_alr_87012050

Former Member
0 Kudos

Hello, I need know the tables where the transaction s_alr_87012050 get the data.

I have saw that this program use logical BD ADA and with debugg I have found the table anep but if I select in the table with field AFABE and BWASL I don´t have the same data that in the report.

Anybody can tell me how can I get the data of the report with tables?

Thanks

4 REPLIES 4

Former Member
0 Kudos

This T-code uses Logical Databese ADA.

Structures/Tables used are

ANLA

ANLA0

ANLAV

ANLAv_ADDR

ANLT

ANLZ

ANLB

ANLCV

ANLK

ANLP

ANKE

ANEPV

Amandeep

Former Member
0 Kudos

Hi Isabel,

While executing the report just activate SQL trace using transaction ST05, you will get all tables used by transaction s_alr_87012050.

Regards,

Amey

0 Kudos

The tables Structures/Tables used are

ANLA

ANLA0

ANLAV

ANLAv_ADDR

ANLT

ANLZ

ANLB

ANLCV

ANLK

ANLP

ANKE

ANEPV

But this tables are used in the ADA logical DB, but I need only the tables that shows information of report.

I have had a trace but I don´t find the tables

0 Kudos

I need get the tables because I'm going to have a query with the same data of standar report.