‎2008 Mar 17 12:41 PM
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
‎2008 Mar 17 1:33 PM
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