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 create table control using dynamic internal table

Former Member
0 Likes
774

Hi,

I have a requirement to pass dynamic internal table which is created based on date range entered by user. Using this dynamic internal table, we want table control at run time. for FM STC1_FULLSCREEN_TABLE_CONTROL I have to pass standard table name ex. Mara in importing parameter tabname.

But how can i used it with own dynamic internal table

Thanks & Regards,

Mital

4 REPLIES 4
Read only

Former Member
0 Likes
695

pls check this link

Read only

0 Likes
695

Hi Abdul,

But in the FM STC1_FULLSCREEN_TABLE_CONTROL, I have to pass standard table name ex. Mara.

while i dont' have standard table name. Please help me if found any thread.

Read only

0 Likes
695

I don't think it is possible since table control has fixed column names- better try to pass dynamic internal table to ALV.

Read only

0 Likes
695

I have already done with dynamic alv using custom container. But i want it like t-code MD61. Please, refer t-code MD61 next screen 200,201 and 202.