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: 

Business partner for freight document, changes (SAP Fiori)

0 Kudos
449

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?

2 REPLIES 2

harishankar714
Participant
0 Kudos
389

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.

0 Kudos
389

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.