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

Value clearing in module pool table control

former_member207480
Participant
0 Likes
939

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

4 REPLIES 4
Read only

kethanuppalapati
Explorer
0 Likes
894

Hi Amol,

Could you please elaborate on your requirement further. What exactly is your doubt?

Regards,

Kethan

Read only

0 Likes
894

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.

Read only

0 Likes
894

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.

Read only

0 Likes
894

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