‎2011 Feb 06 10:25 AM
Hi,
My report has been developed using WRITE statement. In the report output screen, I have a button called Segregation. If this button is clicked, it should go next screen where it asks for notification number. User will provide the notification number and click a button namely 'SICH'. Once after clicking on that button it should go back to the report output screen, and notification column in the report should be updated with the new value which is given in the previous screen. Remaining values in the report should remain same.
My issue is, after clicking the 'SICH' button, i am not able to get the report with the updated notification value.
How can i achieve this?
Thanks,
Ezhil.
‎2011 Feb 07 4:03 PM
Hi,
Write your processing logic(final table logic) in a perfrom statement,
using if condition as SICH value not initial,after clicking the button capture the SICH new value and append into final table.
perform it_final.(logic).
if sich-value not initial.
perform it_final.
endif.
call output screen.
perform display.
Just check this way.
‎2011 Feb 07 4:24 PM
i am not able to get the report with the updated notification value.
Do you mean that you don't know how to read the existing report content or you don't know how to modify it? What have you tried? See the help files for editing lists.