Application Development and Automation 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:Ā 
Read only

TADIR : Difference between structure and table

Former Member
0 Likes
1,759

Hello Gurus,

I am trying to find the difference between table and structure as referenced in any table in SAP.

For example , the TABL object BOM_CLASS_LOCK is stored as table in TADIR but it is a structure type not table and so the program  , that I am developing , is giving me a runtime because it cannot fetch data from a structure.
Is there any other table which I can see the difference between BOM_CLASS_LOCK and MAST(which is a table) for example?

Thank you in order!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,112

Hi,

please have a look at table DD02L.

There you can find the kind of a TABL object in field TABCLASS.

Regards,

Klaus

2 REPLIES 2
Read only

Former Member
0 Likes
1,113

Hi,

please have a look at table DD02L.

There you can find the kind of a TABL object in field TABCLASS.

Regards,

Klaus

Read only

0 Likes
1,112

That's it! Thank you very much!