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

How to get current row data in table control

Former Member
0 Likes
1,217

Hi , expert ,

I am professional in oracle , but now I am a new guy in SAP ABAP .

I have a question in UI

How to get current row data and click pushbutton in table control to open next screen ?

I want to get the current data and open next screen to carry out detail detail .

Thansk for all your suggestion .

Hi , expert ,

I am professional in oracle , but now I am a new guy in SAP ABAP .

I have a question in UI

How to get current row data and click pushbutton in table control to open next screen ?

I want to get the current data and open next screen to carry out detail detail .

Thansk for all your suggestion .

1 REPLY 1
Read only

Former Member
0 Likes
640

GET CURSOR LINE SY-CUROW .

READ TABLE internal_table index SY-CUROW.