Application Development 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: 

Pov for table control

Former Member
0 Kudos

Hi all,

Iam using F4 help in table control. when the user selects the data 2 more fields in the table control should be updated. i am using dynp update function.

But i want to find out current line of the table control

which is the one of the input parameter to the dynp update function,when the user presses the f4 help..?

Tablecontrol-current-line is not working..

With Regards

Ojpriya

2 REPLIES 2

laxmanakumar_appana
Active Contributor
0 Kudos

Hi,

TABLECONTROL-CURRENT_LINE will give you the current line selected.

Check this :

http://esnips.com/doc/48bd95e8-facc-4932-b923-465ba59bad24/Table-Control.pdf

Laxman

Former Member
0 Kudos

The module DYNP_GET_STEPL must first be called in table

control to set the correct step-loop.