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

Get the data type

Former Member
0 Likes
456

Hi All,

I have one requirement like i have statement : "data: text type c length 1" i need to get only data type "C" into one variable.I used split it will not work for my requirement .Can anybody please suggest any other abap syntax to get the only data type.

This is very urgent.

<REMOVED BY MODERATOR>

Thanks,

Swapna.

Edited by: Alvaro Tejada Galindo on Feb 14, 2008 10:25 AM

4 REPLIES 4
Read only

RieSe
Contributor
0 Likes
441

Hi,,

can you specifiy more in detail?

Regards,

Stefan

Read only

Former Member
0 Likes
441

Please don't repeat your questions. This has been answered in the Previous POST. check the Reply there.

Thanks

Amandeep

Read only

Former Member
0 Likes
441

Hi Stefen,

I have a requirement like In one varaiable like L_TEMP.

In L_temp i have value like this 'data: text type c length 1' .

From this value i want the data type of the text EX: in the variable it is 'C'.I need to get this value.

How can i get it is there any class to get this.

Please this very urgent.

Read only

0 Likes
441

describe field <fieldname> type w_type.

write:/ w_type .