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

Type

Former Member
0 Likes
500

Hi,

CREATE DATA l_f_spprg TYPE ('GM_SPONSORED_PROG').

What is the type exactly ?

Regards,

Binay.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
483

hi

good

double click on 'GM_SPONSORED_PROG' it ll show you the datatype name

thanks

mrutyun^

3 REPLIES 3
Read only

Former Member
0 Likes
483

Hi Binay,

this is a dynamic declaration.. This is declared at runtime..

l_f_spprg will be of data type of the contents of field 'GM_SPONSERED_PROG'...

Thanks and Best Regards,

Vikas Bittera.

<b><REMOVED BY MODERATOR></b>

Message was edited by:

Alvaro Tejada Galindo

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
483

well, in my ECC 6.0 system it is a data element which has a data type of character and a length of 20. You can see this by going to SE11 and entering the name GM_SPONSORED_PROG in th data type field, and selecting the radiobutton, and clicking display.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
484

hi

good

double click on 'GM_SPONSORED_PROG' it ll show you the datatype name

thanks

mrutyun^