cancel
Showing results for 
Search instead for 
Did you mean: 

TADIR equivalent in XI

Former Member
0 Kudos

Hi,

Where do the GDTs reside?I mean in which system table of XI are the GDTs stored? If i create any object in ABAP system they will be present in TADIR. Likewise where can I find the GDTs?

Best Regards, Girish

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You can use an Oracle Client or also MS Access via ODBC.

You can also access via ABAP with <a href="http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3b8b358411d1829f0000e829fbfe/content.htm">Native SQL</a> if your system administrator create an alias at Oracle level in order to create the visibility of the table to the ABAP stack.

Regards,

Sandro

Former Member
0 Kudos

The ABAP Mapping classes are in TADIR, all other XI objects (design and configuration) are in the tables "XI_PVERSIONSET" and "XI_QVERSION" in the J2EE schema.

Regards,

Sandro

Former Member
0 Kudos

Thank you for that info. But If I need to access those tables in J2EE stack, how do I do it?