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: 

Getting FM import and export parameters and store it into internal table in abap

former_member383962
Participant
0 Kudos

Hello experts,

To get the function Module details I used the FM: RPY_FUNCTIONMODULE_READ..

But I want to store the import, export, changing and table parameters into a separate internal table..

Is it possible???

Any suggestions please...

Thanks in advance...

2 REPLIES 2

DoanManhQuynh
Active Contributor

What do you mean? that function module have separate table parameter to hold those data separately already.

chaouki_akir
Contributor

You can simply access to table FUPARAREF where parameters of function modules (import, export, exceptions, ...) are stored.