‎2008 Apr 14 7:47 AM
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.
‎2008 Apr 14 9:50 AM
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