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: 

Popup with text area & ok/cancel button

Former Member
0 Kudos

Hi all,

My requirement is to display a popup with a text area in editable mode along with 'Confirm' and 'Cancel' button. If the user changes the text, and presses the 'CONFIRM' the text is to be saved in DB.

How do i implement this? Should i use a FM or modal dialog box?

2 REPLIES 2

Former Member
0 Kudos

You can use simple modal dialog box ..

using below syntax :

CALL SCREEN 1100 STARTING AT 1 1.

Select modal dialog box ( Screen type).

Thanks

Seshu

0 Kudos

This is exactly what i did... Thanks anyways.