‎2008 Feb 11 5:25 AM
hi good morning,
how to give the type of the parameter? for ex.) i want to import the parameter p1 from my functional module and its type should be any elementary type. i dont know how to set the type of particular parameter.
‎2008 Feb 11 5:30 AM
Hi,
Is there any length specification?
You may just give Type STRING.
Reward points if it helps.
Regards,
Khalid
‎2008 Feb 11 5:43 AM
does your functional module produce a parameter of anytype dynamically at runtime??
otherwise if youwant to know the type of parameter just go that function module either by double clicking it in your program or by transaction se37 and check the parameter type in the export tab
declare a variable in your program of the same type as it is in the function module
‎2008 Feb 11 6:01 AM
abap cannot check the type of the parameter dynamically ..
so we should know the type of the parameters either double click or goto se37