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

parameter type in functional module

Former Member
0 Likes
530

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.

3 REPLIES 3
Read only

Former Member
0 Likes
497

Hi,

Is there any length specification?

You may just give Type STRING.

Reward points if it helps.

Regards,

Khalid

Read only

Former Member
0 Likes
497

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

Read only

0 Likes
497

abap cannot check the type of the parameter dynamically ..

so we should know the type of the parameters either double click or goto se37