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

Questions on Screen Programming

Former Member
0 Likes
287

I created my own screen/user dialog and my own GUI Status. Questions:

1. Save Variant Screen in User Dialog Screen

When click the save icon in my gui status, i want to pop-up the save variants screen to allow users to save variants and later retrieve it. Can I program in screen programming? Or is it only limited to selection screen?

2. I have a few input-output text box in my screen. Is there any events trigger on-enter, on-exit and on-change in the text box? How to code the on-exit, on-enter and on-change event in text box?

1 REPLY 1
Read only

Former Member
0 Likes
262

1. It is possible to program the variant option in screen programming.

Check the below link for how to write code:

[http://sap.ittoolbox.com/groups/technical-functional/sap-dev/variant-handling-on-module-pool-screen-909297]

2. There are no events like on_exit, on change etc. Everything should be coded and controlled in the PAI logic of the screen. You have options for checking if the value in field is changed or some input is entered in the screen. This is done using CHAIN, ENDCHAIN statement with addition ON INPUT or ON REQUEST

Check below link for more information:

[http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbabbd35c111d1829f0000e829fbfe/content.htm]

Regards,

Lakshmi.

Edited by: Santhanalakshmi V on Jun 26, 2008 2:06 PM