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 do I get Meta-Data from a Tablecontrol?

Former Member
0 Likes
455

Hello developers,

I have the following problem:

I have to write a report, which has an input-box where you can put in any number of a dynpro, which must contain a tablecontrol. Then the report should get the meta-data (column names, types , etc ) of that tablecontrol and write it down/display it or whatever.

So how do i get this Metadata? In which table do i have to search? How can i call a dynpro which exists in another program?

Thanks for your help.

Regards,

Basti

1 ACCEPTED SOLUTION
Read only

former_member183804
Active Contributor
0 Likes
395

Hello Bastian,

I never done the same but i would try Fuba RS_SCRP_DYNPRO_READ_NATIVE to get the meta data.

The second part calling any dynpro in another program is definetely bound to fail - it is like calling any modularization unit. If the screen needs some globals to be initialized this can not work.

For just checking the layout again there is a FubA RS_DYNPRO_TEST.

Regards,

Klaus

Hello developers,

I have the following problem:

I have to write a report, which has an input-box where you can put in any number of a dynpro, which must contain a tablecontrol. Then the report should get the meta-data (column names, types , etc ) of that tablecontrol and write it down/display it or whatever.

So how do i get this Metadata? In which table do i have to search? How can i call a dynpro which exists in another program?

Thanks for your help.

Regards,

Basti

1 REPLY 1
Read only

former_member183804
Active Contributor
0 Likes
396

Hello Bastian,

I never done the same but i would try Fuba RS_SCRP_DYNPRO_READ_NATIVE to get the meta data.

The second part calling any dynpro in another program is definetely bound to fail - it is like calling any modularization unit. If the screen needs some globals to be initialized this can not work.

For just checking the layout again there is a FubA RS_DYNPRO_TEST.

Regards,

Klaus