Application Development and Automation 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: 
Read only

Screen Navigation in simple report program

Former Member
0 Likes
605

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.

2 REPLIES 2
Read only

Former Member
0 Likes
455

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.

Read only

brad_bohn
Active Contributor
0 Likes
455

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.