Application Development 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: 

how to find dynamic internal table in stand prog

Former Member
0 Kudos
87

HI,

thanx in advance.

Plz any help me urgently,

My requirment is , WRITEQUERY is standard program when u r excuting it vil ask the query as input and display the output in excelsheet format, this progrm is dynamically created the output based on the output, now i need i find that internal table where that data is stored dynamically.

my question is how can i get that internal table wherer that is storing dynamically.

After that i vil send that data to application server in a .csv format.

PLZ reply me anyone asap.

1 REPLY 1

naveen_kumar116
Active Participant
0 Kudos
55

Hi Sara

Check the class and methods used in program cl_alv_table_create=>create_dynamic_table.

Use Where used list, This will help u,

Cheers,

Naveen.