160 SAP Managed Tags: ABAP Development Hi Ferry, Thanks a lot for the link. But I still have a problem. My editable fields in the ALV should be 3 fields. When I try to add more fields which should be uneditable, I get a dump. Thanks, Jim Reply Former...
Yes, as per this Standard SAP Application No more button The idea was to find an event which gets triggered but before the output is displayed to the user. I did some research, infect lot of research to find an event that would work in both Grid and FullScreen ALV. I played with ...
SAP Managed Tags: ABAP Development Here are a few classes used in ALV, just read through their documentation or look at how they've been implemented in your system and you'll get a good idea on how to use them: CL_ALV_EVENT_DATA (Changing Data Container for Events) CL_ALV_EVENT_...
SAP Managed Tags: ABAP Development Hi all, My requirement is like this. I need to display the output of ALV in editable mode and handle the edited values in my program. I nnow how to display ALV output in editable mode but I dont have any idea as how to handle edited values in pr...
SAP Managed Tags: ABAP Development I require an ALV Grid to be in editable format such that... there will be update button on output screen and user can select any number of records (Rows) for updation... Is this Possible...??? Plz Help...Reply 1 ACCEPTED SOLUTION Former Member ...
SAP Managed Tags: ABAP Development I'm using the data_changed event in my ALV grid to validate the user's entry in the ALV grid. My code finds the errors when the user originaly enters the wrong data, highlights the errors in the grid, and popups u the list of error messages...
SAP Managed Tags: ABAP Development Hi, I use the editable ALV Grid. When one of the fields in the grid has a domain with fix values, the ALV Grid always checks, if the input fits to these values. Is it poosible to deactivate this domain check for the ALV Grid? I would be very ...
In the series of the SALV Model Table display in SAP ABAP, today we will see how to get the editable checkbox in ALV Grid. You can find all the Previous discussion atTutorials > SALV Table Display. To get the selectable (editable) checkbox, we need to get the specific column from the...
SAP Managed Tags: ABAP Development Do you mean an ALV Grid control? Why can't you use OO? Why don't you have a fieldcatalog? What have you tried. What is the business problem you're trying to fix? Reply Go to solution former_member291971 Explorer Options Mark as New...
SAP Managed Tags: ABAP Development Hi experts My previous posting was removed - so I try again I have made a list of contract-data using ALV-Factory, and now I would like to make two of the columns editable. How do I do that, if it is possible at all? Some of my code: DATA...