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

Load Report Statement

Former Member
0 Likes
518

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.

1 ACCEPTED SOLUTION
Read only

franois_henrotte
Active Contributor
0 Likes
431

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

1 REPLY 1
Read only

franois_henrotte
Active Contributor
0 Likes
432

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