Quantcast
Channel: SCN: Message List - ABAP Development
Viewing all articles
Browse latest Browse all 10425

Re: select a record from step loop to delete that record

$
0
0

Hi,

At PBO you can set the cursor on a specific field of a specific row of a table control.

SET CURSOR FIELD f LINE lin [OFFSET off].

Using the optional addition OFFSET, you can enter the offset of the cursor in the field as described under setting the cursor position.

 

At PAI you can read the current cursor position.

GET CURSOR FIELD f LINE lin ...

 

Refer to this standard program: DEMO_DYNPRO_SET_CURSOR


Viewing all articles
Browse latest Browse all 10425

Trending Articles