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 edit list values in basic list

Former Member
0 Likes
499

HI all,

This is anil. In reporting I am displaying basic list values. I want to edit the value and I want to change the value. How we wil do that in normal reporting and ALV REPORTING

with regards,

anilreddy

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
448

use fieldcatlog edit = 'X'.

LS_FIELDCAT-EDIT = 'X'.

2 REPLIES 2
Read only

Former Member
0 Likes
448

hi,

To modify the lines of a completed list from within the program, use the

MODIFY LINE statement

. There are two ways to specify the line you want to modify:

· Explicitly:

MODIFY LINE n INDEX idx</b>

.

You can refer to the line most recently read:

MODIFY CURRENT LINE .

follow this link for brief details.

http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba4b235c111d1829f0000e829fbfe/content.htm

regards,

AshokReddy.

Read only

Former Member
0 Likes
449

use fieldcatlog edit = 'X'.

LS_FIELDCAT-EDIT = 'X'.