‎2007 Dec 11 5:06 PM
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 ....
‎2007 Dec 11 5:07 PM
if u wnat pass a structure which is availabe in executable program, use field symbols to pass the structure to FM.
‎2007 Dec 11 5:08 PM
for what function? are you creating a function module or using a function module ?
Please Be clear
‎2007 Dec 11 5:10 PM
Hi,
What is the function you are using?
Could you please give us a clear picture.
Thanks,
Sriram Ponna.
‎2007 Dec 11 5:19 PM
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.