‎2007 May 31 5:18 AM
Can we pass an internal table through the export parameters?If yes then what should be the type spec. and asoociated type.....??
Regards,
Shashank.
‎2007 May 31 5:29 AM
Hi Shashank,
To acheive this you will have to create a table type with the structure simlar to the IT you want to send to the FM.
Then specify this as the type when you define the parameters.
Regards
Arun
‎2007 May 31 5:19 AM
Internal table are always passed by refrence.
regards,
ruchika
reward if useful.
‎2007 May 31 5:20 AM
Hi,
Why did you want to pass table to export, is there any reasons?
For pass internal table, you could use tables field, but not import or export.
Hopes this helps
Bob
‎2007 May 31 5:20 AM
You can pass it through TABLES parameters
Data : itab type standard table of mara.
Message was edited by:
Prashant Patil
‎2007 May 31 5:20 AM
‎2007 May 31 5:20 AM
Hi,
Yes..you have to create a table type in SE11..
Then use that in type specification..
Go to SE12..Choose the radio button data type..search in table type..to look for a sample table type..
Thanks,
Naren
‎2007 May 31 5:21 AM
Hi,
You can pass your internal Table through Tables parameter in Function module.
Reward points if it is helpful.
Regards,
Sangeetha.a
‎2007 May 31 5:21 AM
Hi Shashank,
Create a Structure and table Type in data dictionary ....... and u can use that table type for export parameter.
Thanks & Regards
Bhaskar Rao.M
‎2007 May 31 5:23 AM
Hi,
If u wantto pass/get the internal table to FM , u have to use TABLE parameter.
Table parmeter will import aswell as export the internal table from/to the function module.
Revert back if any issues.
Reward with points if helpful.
Regards,
Naveen.
‎2007 May 31 5:29 AM
Hi Shashank,
To acheive this you will have to create a table type with the structure simlar to the IT you want to send to the FM.
Then specify this as the type when you define the parameters.
Regards
Arun