Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
pover
Partner - Master
Partner - Master

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