I'm new to SAP. I have access to the SAP database, but not to the SAP GUI. I wanna know the tables relation i.e., how to join two tables.
Suppose, if I want to know all the relations VNVK
has, where should I start? I can only view the primary keys and not the foreign keys for all the tables. I read some posts from this forum and got this information:
DD02L
: SAP TablesDD05S
: Foreign key fieldsDD09L
: DD: Technical settings of tablesDD26S
: Base tables and foreign key relationships
but the DD26S
table doesn't give me these information either.
I even tried to get the table and column description and then try to join, but it's a tedious process.
I got a document with SAP table relations but it doesn't have all the modules in it.
Any holistic documentation about all of them?