ā2015 Mar 26 9:11 AM
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!
ā2015 Mar 26 9:26 AM
Hi,
please have a look at table DD02L.
There you can find the kind of a TABL object in field TABCLASS.
Regards,
Klaus
ā2015 Mar 26 9:26 AM
Hi,
please have a look at table DD02L.
There you can find the kind of a TABL object in field TABCLASS.
Regards,
Klaus
ā2015 Mar 26 9:30 AM