‎2011 Apr 18 3:38 PM
Hi Gurus,
We have requirement that after processing, when I click on the return to first page, the previous entries to the input fields should be retained.
The current process is that after the first page, the second page is called to display the message of the processing and there is a link to return to first page however previous entries are already refreshed.
Please help how to do it. Thanks!
‎2011 Apr 18 3:43 PM
‎2011 Apr 18 3:57 PM
When the link or BACK button is clicked from 2nd page, in the USER_COMMAND use like below,
CASE ok_code.
WHEN 'BACK'.
GET PARAMETER ID 'WRK' FIELD p_werks.
ENDCASE.
Also navigate to System -> User Profile -> Own Data -> Parameters tab -> Enter WRK (Parameter ID) & 5140 (Parameter value) -> Save -> Logoff and login -> Now run your program.
Similarly set Parameter ids for required fields. For Plant it is WRK, similarly for other fields we can find it in the Further Characteristics tab of their Data elements.
‎2011 Apr 18 4:12 PM
HI Sap Fan and Antony Paul,
Thanks for your response!
Sorry, I forgot to include that the requirement is for BSP. Thanks!