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

to read record

Former Member
0 Likes
977

hi experts.

I have one iternal table, and user will change any record from that table on screen.

so i want to update that record in the internal table.

but can anybody tell me that "how to read that record at which user has made changes."

thanks in advance

hi experts.

I have one iternal table, and user will change any record from that table on screen.

so i want to update that record in the internal table.

but can anybody tell me that "how to read that record at which user has made changes."

thanks in advance

7 REPLIES 7
Read only

former_member438956
Active Participant
0 Likes
955

keep a flag corresponding to the change and as per the flag value process ur logic.....

Regards,

Anil N.

Read only

Former Member
0 Likes
955

Hi ,

Use USER_COMMAND form . The information of the cursor position can be obtained from SLIS_SELFIELD ( Type group SLIS ).

Regards,

Deepthi

Read only

dev_parbutteea
Active Contributor
0 Likes
955

Hi,

Use Get Cursor.

Read only

0 Likes
955

thanks Dev..

but can u tell me "How to use get cursor.

shall iI use " get cursor field OR

get cursor line"

Read only

Former Member
0 Likes
955

Hello,

If you are using a Table Control, check whether CURRENT_LINE helps you.

Regards

Eduardo

Read only

0 Likes
955

Thanks Eduardo

I am trying same..

but can u tell me how to use "CURRENT-LINE" briefly

Read only

0 Likes
955

Kindly declare 1 variable inside internal tables as CBOX

and use the below code

MODIFY IT_LIST FROM WA_ITLIST INDEX SY-TABIX TRANSPORTING CBOX1.