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

how to get all import fields and output fields for a function ?

Former Member
0 Likes
742

hi all:

Could you please tell me how to get all import fields and output fields for a function ?

Thank you very much!!!

1 ACCEPTED SOLUTION
Read only

anuj_srivastava
Active Participant
0 Likes
713

Hi ,

Your question is regarding a FM as i can deduce from ur query.

Try calling the pattern in ur code this will give u all the input and output parameters.

Regards,

Anuj

4 REPLIES 4
Read only

anuj_srivastava
Active Participant
0 Likes
714

Hi ,

Your question is regarding a FM as i can deduce from ur query.

Try calling the pattern in ur code this will give u all the input and output parameters.

Regards,

Anuj

Read only

matt
Active Contributor
0 Likes
713

Look at it in SE37? Perhaps you could detail your question a little more?

Read only

Former Member
0 Likes
713

Go to Se37,provide function module name and there you can get all the import/export/changing parameters

Read only

anuj_srivastava
Active Participant
0 Likes
713

Hi ,

You can check the same in SE37.

Under the different tabs you can find input and output parameters.