‎2014 Oct 14 7:19 AM
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
‎2014 Oct 14 9:14 AM
‎2014 Oct 14 9:28 AM
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.
‎2014 Oct 14 9:40 AM
I don't think it is possible since table control has fixed column names- better try to pass dynamic internal table to ALV.
‎2014 Oct 14 9:43 AM
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.