hi all
i making and reporte that show the information in ALV but i need to make a refresh when i update or modify a data, but i making the modification with other program for example.
i have my selection screen area and introduce the data to make a process, the alv show the information and now the user select the row to modify here i call another program with the statement SUBMMIT PROGRAM_NAME WITH P_FLAG = P_FLAG AND RETURN from my main program, when i RETURN i woul like to see the information with the change that user made.
i have been thinking to put all the PARAMETERS (that the user insert in the SELECTION SCREEN )in a ABAP MEMORY, when the program return get the information from this MEMORY and make the selects again to see the change, but i don`t know how to used it.
does anybody have any idea?
thanks a lot.