Application Development 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: 

How to save the response of the user on any screen in dialog programming

Former Member
0 Kudos

hi all,

i have prepaired a screen on which user can enter values in three fields and can also check n uncheck a check box on the screen to select or deselect a particular material.

Suppose i am selecting an item then I press a button on the screen for further processing.it goes to the PAI of tht screen. In PAI i have given all editable fields including the check box within Chain-endchain.In chain-endchain i have also given on chain request.

Now, my problem is tht whenever i select some items it shud get saved in the internal table for displaying the data. I m not getting how to modify the table with user's response.

Regards,

Shweta

2 REPLIES 2

Former Member
0 Kudos

Hi,

You will have screen fields that hold the data in the screen. These are the field names you have defined in screen painter.

Also, you will have some global variables in your program. Do a move or move-corresponding from your screen fields to the global fields. They will be saved. You can process them after that. Similarly in your PBO, transfer data from the global fields to the screen fields.

Hope this helps. Award points for useful answers.

Regards

Nithya

sivasatyaprasad_yerra
Active Contributor
0 Kudos

Hi Shweta,

Move/update the corresponding UI structure into the internal table in chain-endchain process.

Regards,

Sivs.