‎2010 Apr 28 9:35 AM
Hi Guru,
I have the requirement like I need to fetch the data from RUNTIME table.
Could you please let me know how to fetch data from Runtime table.
Sandeep
‎2010 Apr 28 9:55 AM
Hi,
You mean the table name is RUNTIME? There is no table called RUNTIME. It is data element. Which version of SAP u r in?
Thanks,
Vinod.
‎2010 Apr 28 9:55 AM
Hi,
You mean the table name is RUNTIME? There is no table called RUNTIME. It is data element. Which version of SAP u r in?
Thanks,
Vinod.
‎2010 Apr 28 9:58 AM
Hi Vinod,
My table name is not runtime.
Means the table will be at runtime based on the selection parameter in the program.
Based on the selection parameter there will be the name of the table at run time.
I hope you got the thing.
Sandeep
‎2010 Apr 28 10:03 AM
You have to create dynamic internal tables and use it in query for this. In selection screen, you can enter the table name and create a dynamic internal table based on this table. Then you can use the internal table in select query....
Check this link. It can use the program in it for your requirement....
‎2010 Apr 28 10:11 AM
This is a FAQ. There are many threads with sample coding showing how to fetch data in to dynamic internal tables. Please SEARCH in SCN.