Application Development 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: 

Get the import, export and table parameters with the data type of FM

vivek_goenka
Explorer
0 Kudos

hi

I want to know what are the import, export and table parameters with the data type of each parameters for a given function module name.

I found FUNCTION_GET function module but this only gives the data type of the table parameters, whereas, I want the data type of the import and export parameters also.

Thanks & Regards

Vivek

3 REPLIES 3

former_member191735
Active Contributor
0 Kudos

Well, i think the paramtype says it.

if it is

1 - import

2 - export parameter

3 - table parameter

4 - Exception

7 - table parameter field.

reward if helpful

Edited by: abap technical on Jan 17, 2008 1:50 PM

0 Kudos

hi

this is not what i am looking for.

i don't want the parameter type, i want the parameter's data type.

this function module FUNTION_GET only works for the the table parameters

or say, it works only for those parameters which are using the table or table's element.

but it doesn't work for the import and export parameters, that is, it doesn't show what datatype

the import and export parameters are using.

thanks for the reply

Thanks & Regards

Vivek

0 Kudos

hi

I have got it solved.

the function module that will return me all the parameters and their datatype is

FUNCTION_IMPORT_INTERFACE.

Thanks & Regards

Vivek