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: 

ALV Edit Field...

Wil_Wilstroth
Active Participant
0 Kudos

Hi all,

I have this problem...

I'd built a interactive OO ALV where users can edit the line items.

However, there is this field, EMAIL, during edit, users won't be able add in text to it...

I have make the EMAIL long enough, as long as 225 characters...

but strange once you update it... and go in to edit it again... it won't let me put in text more... it will only let you type as far as previous data...

Why can't i enter data until 225 chars max for that particular field EMAIL in my OO ALV...

p/s : I have put my FIELDCAT-OUTPUTLEN = '225' ... still i couldn't add more text to that field EMAIL...

Please let me know if there have been previous solution given in SCN...

Thanks,

William Wilstroth

Edited by: william wilstroth on Sep 8, 2008 6:53 PM

William Wilstroth
1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

One of the options, would be to create a dialog program and use text editor for this ..

Regards,

Raghavendra

3 REPLIES 3

Former Member
0 Kudos

Hi William,

goto saptechinal website there in tutorial you will find multilple sample programs over there

Regards,

Chinna

Former Member
0 Kudos

Hi,

One of the options, would be to create a dialog program and use text editor for this ..

Regards,

Raghavendra

Wil_Wilstroth
Active Participant
0 Kudos

I have managed to find the solution to this.... I created an alternative column that pop up to retrieve the value and put it back there....

Another option... right click, paste/overwrite value... to the cell...

thanks...

William Wilstroth