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: 

Is there any function module for meta data?

Former Member
0 Kudos

Hi everybody,

is there any function module for reading or getting meta data from the table.

My problem is following:

Call function *

parameter-table.

from that I want to get my exception table whose type is 'ABAP_FUNC_PARMBIND_TAB'.From the function module which is called, I have a list of exceptions,and want to fill these exceptions to exception-table ('ABAP_FUNC_PARMBIND_TAB') table,is there any possibility given to get these meta data and to fill them?

Thanks!

Liying

1 ACCEPTED SOLUTION

athavanraja
Active Contributor
0 Kudos

Do you want the meta data of the function module or the table?

if its for function module use the one suggested by jurgen

else if you want the metadata of the table use

tr_nametab_get

REgards

Raja

4 REPLIES 4

former_member225448
Participant
0 Kudos

Hello Liying,

try FM <b>BDL_FUNCTION_INTERFACE_GET</b>.

If you find my answer useful, please don't forget the reward.

Regards,

Juergen

athavanraja
Active Contributor
0 Kudos

Do you want the meta data of the function module or the table?

if its for function module use the one suggested by jurgen

else if you want the metadata of the table use

tr_nametab_get

REgards

Raja

0 Kudos

Thanks Jügen!

I think I get something what I want.

Thanks Raja!I will also have a look of your suggest!

B.R.

Liying

Former Member
0 Kudos

Please close the post, since you got the answer.