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

Is there any function module for meta data?

Former Member
0 Likes
1,000

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
Read only

athavanraja
Active Contributor
0 Likes
778

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
Read only

former_member225448
Participant
0 Likes
778

Hello Liying,

try FM <b>BDL_FUNCTION_INTERFACE_GET</b>.

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

Regards,

Juergen

Read only

athavanraja
Active Contributor
0 Likes
779

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

Read only

0 Likes
778

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

Read only

Former Member
0 Likes
778

Please close the post, since you got the answer.