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: 

How to find master table of any field

Former Member
0 Kudos

Hello sap people i would like to know the shortest and quickest way to find the master table of any field.

Moderator message: please do more research before asking.

Message was edited by: Thomas Zloch

2 REPLIES 2

SharathSYM
Contributor
0 Kudos

Check the data element,

Check data element's Domain,

check Domain's value table i.e. master table.

raymond_giuseppi
Active Contributor
0 Kudos

Use the same logic than input help hierarchy in  the ABAP Dictionary

1. Calendar and clock help 
2. Domain fixed values
3. Search help of the data element
4. Check table
5. Check table with text table
6. Check table with search help
7. Search help for a field

Regards,
Raymond