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 String

Former Member
0 Likes
371

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
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
339

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

PARAMETERS: p_str type string.

Regards,

Rich Heilman

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
340

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

PARAMETERS: p_str type string.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
339

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.