2006 Sep 20 12:47 PM
Dear All,
I have one doubt in the following function module. In this function module under the tables tab we have 6 tables but none of them has type spec and associated type??? But I can not create with the same I have to specify associated type and type spec if we can do how please explain me
for more details go to se37 enter name of this function module and click tables tab .
Function Module : RGRE_FINSTATEMENT_INFOS_GET
Thanks in advance .
2006 Sep 20 12:51 PM
Hello,
It means that you can pass any type of internal table to that FM, so you can goahead with that.
Could you please tell me what you exactly want to do ?.
Regs,
Venkat Ramanan N
Message was edited by: Venkat Ramanan Natarajan
2006 Sep 20 12:52 PM
it means,the function module can accept a table of any structure.so dont worry about that & try to execute the FM from the program and check the result.
another example,
if you see the FM 'GUI_UPLOAD', the TABLES parameter DATA_TAB is also not specific to any structure.it means if we pass an internal table of any structure,that is allowed.
one more thing, all the tables are OPTIONAL,so give the tables which are you require.
Regards
Srikanth.
Message was edited by: Srikanth Kidambi
2006 Sep 20 1:11 PM
HI,
double click on the parameter name...and u will get the screen..db click on the right field..LT_RSTHIE[]it takes u the function module..again db click on the same field..it will open the structure for u..u have to navigate and r&d..boss.
NJoy SAP