‎2007 Feb 26 3:37 PM
Hell to all,
My query is :
How to define a structure using Types in the function module's table tab.
Also tell me the table where all function module stored.
Thanks..
‎2007 Feb 26 3:38 PM
‎2007 Feb 26 3:40 PM
‎2007 Feb 26 3:42 PM
hi,
in addition to above. u need to create a structure in se11 in the (type) and use this structure name in the table tab in the FM
‎2007 Feb 26 3:44 PM
Hi,
check this link to know about FM.
<a href="http://help.sap.com/saphelp_470/helpdata/en/d1/801ee8454211d189710000e8322d00/frameset.htm">FM</a>
Regards,
Amit
Reward all helpful replies.
‎2007 Feb 26 3:50 PM
Thanks.
my question is :
i want to define a internal table jtab in table tab.
This JTAB is be of type s_jtab which contain four field structure.
Bye..
‎2007 Feb 26 4:07 PM
hi,
wat you could do is create a table in se11 of structure s_jtab. then in the FM table tab
specify
it as param like <tablename>