Application Development 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: 

Type String

Former Member
0 Kudos

Hi All,

Can we declare a parameter by using string data type when i creating this i got error it is nessary to create to me plz send me answer it's urgent.

Thanks in Advnce.

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

It is possible in NetWeaver 7.0. Not sure about previous releases.

PARAMETERS: p_str type string.

Regards,

Rich Heilman

2 REPLIES 2

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

It is possible in NetWeaver 7.0. Not sure about previous releases.

PARAMETERS: p_str type string.

Regards,

Rich Heilman

Former Member
0 Kudos

Hi Satwika,

Try This,

Parameters p_str(250) type c.

data w_str type string.

at selection-screen.

w_str = p_str.

then user w_str insted of p_str.

Please Regards Your Reward Points will help's me a lot,

Mahi.