‎2014 Feb 12 9:23 AM
Hi,
I am clearing the first line value in module pool table control. But it clears only one time. After entering second time it removes from the control.
- Amol Khochare
‎2014 Feb 12 9:56 AM
Hi Amol,
Could you please elaborate on your requirement further. What exactly is your doubt?
Regards,
Kethan
‎2014 Feb 12 10:11 AM
Hi Kethan,
I am extracting the data from one z table. For example there are two lines in the table.
There are two columns which will be displayed amount figure.
If I put partial amount for first line against one column so my balance will be displayed on another column as balance amount.
Now, I am forwarding the first line balance amount to next line and showing the balance zero.
But, my first line balance amount remains same.
Kindly suggest the same.
‎2014 Feb 12 11:47 AM
if you are using table control and you need to change data dynamically
or on pressing enter then you need to work on
Screen PAI
module <module name> on chain-request.
here you can capture table enter key event and modify data as per needed.
‎2014 Feb 12 1:10 PM
Amol
I would suggest you to switch on the debugger for each action of yours. Put a breakpoint in PAI and check where you are doing wrong stuff
NAbheet