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: 

HOW TO KNOW THE CURRENT LINT IN THE TABLE CONTROL

Former Member
0 Kudos

DEAR GURUS,

I AM HAVE GIVEN THE USER TO MANUALLY GIVE A MATERIAL IN THE TABLE CONTROL .I HAVE TO DISPLAY THE CURRENT LINE IN THE TABLE CONTROL. HOW TO DISPLAY IT ... PLEASE HELP...?

You'll get better answers if you don't use all caps.

Edited by: Rob Burbank on Feb 27, 2009 10:34 AM

5 REPLIES 5

Former Member
0 Kudos

SY-STEPL-->Displays the current row.

[Refer|http://help.sap.com/saphelp_nw70/helpdata/EN/9f/dbacac35c111d1829f0000e829fbfe/content.htm]

Hope this helps you

Regards,

Gurpreet

santosh_kumarm
Participant
0 Kudos

Use current_line of the table control.

example

<tbl_control>-current_line.

regards

Santosh

Former Member
0 Kudos

This message was moderated.

0 Kudos

HI RAHUL,,

WHERE SHOULD I INSERT THAT CODE? PBO PAI

Edited by: praveen k on Feb 27, 2009 2:07 PM

0 Kudos

Hi,

You should insert this code in PAI as it depends on user action.

Regards,

Rahul