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

passing a structure to function

Former Member
0 Likes
770

hi!

i have created a sturcture in aa excutable program..... where i want this structure to be passed to the function....

how to do this ....

4 REPLIES 4
Read only

Former Member
0 Likes
725

if u wnat pass a structure which is availabe in executable program, use field symbols to pass the structure to FM.

Read only

former_member191735
Active Contributor
0 Likes
725

for what function? are you creating a function module or using a function module ?

Please Be clear

Read only

Former Member
0 Likes
725

Hi,

What is the function you are using?

Could you please give us a clear picture.

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
725

If its a custom function in the importing parameters declare the Parameter as <b>TYPE ANY</b>.

If the parameter is in Tables tab Declare it as <b>TYPE STANDARD TABLE</b>.

Amandeep.