Each table in the AOT has an ID, how can I discover the table name given an ID?
+2
A:
From X++, use the tableId2Name function.
From the GUI, choose Tools/Development tools/Application objects/Application objects and filter for a recordType of TableInternalHeader and a parentId of the table id you are looking for.
Or in the AOT, right click on Tables and choose Find. On the Name & Location tab, set Search to All nodes. On the Properties tab click Selected next to ID and fill in the table id in the Range field.
Jay Hofacker
2010-01-08 04:05:55
Can I do that from the AOT?
David
2010-01-08 04:40:35