Skip to Content
0
Former Member
Oct 31, 2005 at 11:44 AM

Alter a BAPI Result Table, how to get into the display "loop" ?

48 Views

Hello all,

i have a problem regarding the result rows of a RFC/BAPI Call.

There are three views, let's say 1,2,3. In View 1, i call a BAPI, and display the results in a table in View 2. I added a button in each row, which calls View 3 and displays some details concerning the selected row.

I now want to store a flag for each row, that has been displayed in this way.

In View 3 i store the key value of the displayed row in an own value node in the context.

When i go back from View 3 to View 2, i want to see that flag (in an extra column) in every row, that has been selected in this session.

So i do not know, how to alter a single row in the BAPI result table, how to get into the "loop" that is used by WD to display the table.

already tried a supply function, but i was not able to alter single rows.

Any suggestions/tips or perhaps code fragments of working supply functions ?

Thank you !