‎2008 Jan 25 2:11 PM
Hi Iam new to ABAP can any body tell me what does this sentence means actually
Import/export parameters can only be BY VALUE for an RFC enabled function module
thanks and regards
sandeep
‎2008 Jan 25 2:17 PM
Hi sandeep,
In RFC function moduled we can not pass parameters by reference.So remove the checkbox in the import parameters.
Remove the checkbox in passvalue.
Thanks,
Naveen