‎2008 Feb 13 5:33 AM
I have created a custom function module that takes Personal Number, EEGroup and EE subgroup in IMPORTING, and in EXPORTING it has fields First Name, Last Name and Address.
I have to send First Name and Last Name into one table and Address into another table. How can I do that?
Thank you.
‎2008 Feb 13 5:37 AM
‎2008 Feb 13 5:41 AM
Sending the data into the tables should be the functionality of the Function Module.
So do I have write the code in the source code tab of the function module?
‎2008 Feb 13 5:40 AM
Hi,
create the table in tables refering to ur work area.
other wise goto se11 create the type pool which consists ur table type and then declare it in ur function group top and then refer it in ur function module in export or import parameters .
Plzz reward points if it helps.