SAP Managed Tags: ABAP Development Hi, I am trying to make a field editable on the ALV Tree display. I could create an editable check box. But could not make a field Editable. I have made EDIT = 'X' in the fieldcatalog for the particular field. but it is not working. Please hel...
SAP Managed Tags: ABAP Development I have following requirements, Displaying ALV grid output with most of the fields editable. Validations on data entered for each fields,for error messages Query : I want to make all the fields except the field in ERROR in display only mode similar to case...
In addition, I notice in the code you cut and pasted from CL_GUI_ALV_GRID you were passing in a function such as '&&SEP01' / button type 3, to get the separator. I had been experimenting with adding user commands (icons at the top of the screen) programmatically using the SALV, it...
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 All, I am using the class "cl_salv_table" on display an ALV grid. (Factory method) How can I set the only one column of report to input/editing? same as slis_layout_alv-edit parameter use in the REUSE_ALV_GRID_DISPLAY function. Is the any...
SAP Managed Tags: ABAP Development Hi, For ALVs using function module REUSE_ALV_GRID_DISPLAY, making a field editable was as simple as setting slis_fieldcat_alv-edit to 'X'. How do we do the equivalent of this using the ALV Object Model (CL_SALV_TABLE)? Thanks, Carl Reply All fo...
SAP Managed Tags: ABAP Development Hi. I am using oops method to make an editable ALV grid. How do I sent some columns for mandatory data entry? Here are my declarations gs_layout TYPE lvc_s_layo, "Layout declaration go_grid TYPE REF TO cl_gui_alv_grid, "Grid go_custom_container ...
SAP Managed Tags: ABAP Development Hi All, I am using the class "cl_salv_table" on display an ALV grid. (Factory method) How can I set the only one column of report to input/editing? same as slis_layout_alv-edit parameter use in the REUSE_ALV_GRID_DISPLAY function. Is the any...
SAP Managed Tags: Retail, ABAP Development u r using FM or OOPS ALV ? Reply Former Member In response to Former Member 2008 Dec 18 10:39 AM 0 Kudos 92 SAP Managed Tags: Retail, ABAP Development I am using REUSE_ALV_GRID_DISPLAY. Regards, Thasneem Reply Former Member In...
0 Kudos 856 SAP Managed Tags: ABAP Development HI All, I need to make an ALV program editable which uses SALV classes for display. How can we make the ALV editable using SALV classes? Any help will be appreciated. Regards, Neha...