2008 Aug 06 6:26 PM
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?
2008 Aug 06 6:32 PM
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?
2008 Aug 06 6:32 PM
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.