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

PASS BLANK VALUE

Former Member
0 Likes
434

HELLO FRIENDS,

in FM suppose i am defining a parameter in inmport as

p1 type i

....if suppose i want to pass blank(space) value to p1 when i am not providing any input for p1 ....then

how to pass it...is it right what i have wriiten or is there any other way....

i write it as

p1 type i space

1 REPLY 1
Read only

ravisankara_varaprasad
Active Participant
0 Likes
313

Hi,

you need to declare the parameter as type C to have the 'space' as default value.

type i will store default values as '0'.

refer the link:

http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2fd9358411d1829f0000e829fbfe/content.htm

Kind Regards,

Ravi Sankar.Z