Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
pover
Luminary Alumni
Luminary Alumni

Tables behind SAP Structures

Anybody have any advise on finding the tables de SAP that are affected by SAP Structures?

Thanks, Karl

1 Solution

Accepted Solutions
Not applicable

Hi Karl,

there's no general way to find the right link between structures and tables, but here are a few tips:

- Go to DataDictionary and select the structure -> Go to a data element behind a structure's element -> Click on "Where Used" to find out, which data base tables are using this data element
- Use transaction ST05 to generate a trace file to find the tables that are used in certain transaction
- Go to to the ABAP code behind the transaction and search for the structure within the code. Even if you're not a programmer, ABAP is not too diffcult to understand

Good luck!!

Cheers,

Patrick

View solution in original post

1 Reply
Not applicable

Hi Karl,

there's no general way to find the right link between structures and tables, but here are a few tips:

- Go to DataDictionary and select the structure -> Go to a data element behind a structure's element -> Click on "Where Used" to find out, which data base tables are using this data element
- Use transaction ST05 to generate a trace file to find the tables that are used in certain transaction
- Go to to the ABAP code behind the transaction and search for the structure within the code. Even if you're not a programmer, ABAP is not too diffcult to understand

Good luck!!

Cheers,

Patrick