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

Call upload program from my ALV report

Former Member
0 Likes
396

Hi. I have a program that uploads data into the Data Dictionary, and an ALV report based on that Data. I need an example of how I would call that upload program from my ALV grid. Does anyone have any samples?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
352

First load the Data from presentation server using the GUI_UPLOAD function, (if it is application server then use Open data set and Read dataset),

Now upload the data to Dictionary (if it is custom table) or else check any Function or BAPI or Go for BDC method.

if it is custom table use MODIFY statement and load the data from the internal table .and Now same internal table use it for ALV Display.

Hi. I have a program that uploads data into the Data Dictionary, and an ALV report based on that Data. I need an example of how I would call that upload program from my ALV grid. Does anyone have any samples?

1 REPLY 1
Read only

Former Member
0 Likes
353

First load the Data from presentation server using the GUI_UPLOAD function, (if it is application server then use Open data set and Read dataset),

Now upload the data to Dictionary (if it is custom table) or else check any Function or BAPI or Go for BDC method.

if it is custom table use MODIFY statement and load the data from the internal table .and Now same internal table use it for ALV Display.