Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function Module-Help

Former Member
0 Likes
570

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 .

3 REPLIES 3
Read only

Former Member
0 Likes
512

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

Read only

Former Member
0 Likes
512

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

Read only

Former Member
0 Likes
512

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