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

Dialog box

Former Member
0 Likes
307

How to call Dialog box in Module pool program, in that dialog box i want to have my own text fields

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
292

Hi,

Use following

CALL SCREEN dynnr

STARTING AT col1 lin1

ENDING AT col2 lin2.

L.Velu

1 REPLY 1
Read only

Former Member
0 Likes
293

Hi,

Use following

CALL SCREEN dynnr

STARTING AT col1 lin1

ENDING AT col2 lin2.

L.Velu