2022 Dec 12 12:56 PM
Hi everyone.
I have a problem with SAP Fiori. I am creating a document for freight units.
I need the data that is in the green box.
I found them using : BAPI_BUPA_ADDRESS_GETDETAIL.
However, when we edit the data on this ALV in Bapi, BAPI return same data as before. Where can I find the data changed for this one document?
2022 Dec 13 2:54 PM
In the program, call the function module REUSE_ALV_GRID_DISPLAY to display the internal table in the ALV grid.
In the function module call, set the "i_callback_top_of_page" parameter to a subroutine that will handle user input and updates to the data.
In the subroutine, use the function modules SALV_EDIT_UPDATE and SALV_EDIT_SAVE to handle user input and updates to the data.
In the program, call the function module REUSE_ALV_GRID_DISPLAY_LVC to refresh the ALV grid display with the updated data.
2022 Dec 13 3:06 PM
Hi, I just need to download into the document somehow the data that is marked with a green rectangle. The ALV handling and editing itself works fine.