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

How to convert strings into character type?

Former Member
0 Likes
453

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.

1 REPLY 1
Read only

Former Member
0 Likes
427

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