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

pop up screen for dialog programming

Former Member
0 Likes
434

Hi ,

My requirement is i have a table control where i enter like say

10 records and save it. In first record i maintain values for all fields and in subsequent records i don't maintain two fields say

G/L account and any other field. now i have to maintain a button

on table control screen ...when that is clicked a pop up screen should come with input fields for G/L account with default value of first record G/L account and on that pop up screen if i say 'enter' it should copy that G/L account number of all the 9 records of table control..............so any way to do that.

Thanks,

Narsimha.

1 REPLY 1
Read only

Former Member
0 Likes
391

Hi Narasimha Kulkarni ,

Put a check box in the table control and select a document and press the button that u told. Follow the below steps.

1. In the pai take the record number and read the previous record.

2. Take the values into some variables ( defiened in popup)

3. Display the popup for confirmation...( u can go for function module which displays the values and takes confirmation)

4. There by u know the rest.

Venkat