‎2006 Apr 18 9:14 AM
Hi all,
I am looking for some help on the load report statement. Specifically, I want to make sense of the RDATA outputs for parts 'DATA', 'DATV' etc.
‎2006 Apr 18 3:31 PM
DATA and DATV are not really usable as they have an internal format
if you want to retrieve structure information of a table you should use class CL_ABAP_STRUCTDESCR
if your goal is to build a field catalog with some automation you can take a look at my local class at http://sap.ittoolbox.com/code/archives.asp?i=10&d=3619&a=s
advantage of this class is to retrieve text associated to field for column header
‎2006 Apr 18 3:31 PM
DATA and DATV are not really usable as they have an internal format
if you want to retrieve structure information of a table you should use class CL_ABAP_STRUCTDESCR
if your goal is to build a field catalog with some automation you can take a look at my local class at http://sap.ittoolbox.com/code/archives.asp?i=10&d=3619&a=s
advantage of this class is to retrieve text associated to field for column header