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

Junk data populated when FM VIEW_GET_DATA executed

Former Member
0 Likes
483

Hi,

We tried using the FM VIEW_GET_DATA by passing the view name( Ex V_CURX, V_T005S...). For few views the FM is returning the correct data(V_T005S). For others like V_CURX we are getting junk values. We are passing dynamic table for the table parameter in the FM. Dynamic table is being created using the method CL_ABAP_TABLEDESCR=>CREATE...

Please let us know what parameters should be passed to get the proper output.

Regards,

Prathap

2 REPLIES 2
Read only

former_member156446
Active Contributor
0 Likes
391

SE37 > VIEW_GET_DATA > hit where used list.

Read only

0 Likes
391

Solved...