2008 Feb 05 10:04 AM
I have created a function module which will display the attributes of the fields of the structure/table by using "DESCRIBE FIELD" command. The problem is that it supports only character-type data objects and the program goes into dump
if the structure contain any string type.
I have created a function module which will display the attributes of the fields of the structure/table by using "DESCRIBE FIELD" command. The problem is that it supports only character-type data objects and the program goes into dump
if the structure contain any string type.
2008 Feb 05 10:17 AM
Please have a look at class CL_ABAP_DATADESCR. Using this instances of this class should provide all information needed...
Reward points, if reply is applicable