screen-input = '0'. MODIFY SCREEN. ENDIF. ENDLOOP. start-of-selection. Reply former_member181962 Active Contributor 2007 May 11 1:21 AM 0 Kudos 196 SAP Managed Tags: ABAP Development Hi Tiwa, make that select-option input disabled select-options: s_opt1 for <>... Initia...
I would like to explain the functionality of how to enable or disable select screen elements on radio button selection in Web dynpro ABAP Example: I have considered the selection screen ui elements - Customer & Sales Document and radio buttons - Customer data & Sales data Here, I have designe...
Customer maintenance dialog passes the CAM fieldgroup configuration for address subscreen using this FM (parameter FIELD_SELECTION; check the documentation for this parameter). So, one would need to do a modification in SAPMF02D formroutine ZAV_VORBEREITEN (which calls ADDR_DIALOG_PREPARE) to ...
PARAMETER: p_local LIKE rlgrap-filename DEFAULT 'C:\' OBLIGATORY. PARAMETER: p_server LIKE rlgrap-filename DEFAULT '/default' OBLIGATORY. End - Block 2 SELECTION-SCREEN END OF BLOCK b2.* Begin - Block 3 SELECTION-SCREEN BEGIN OF BLOCK b3 WITH FRAME TITLE text-003. SELECT-OPTIONS: s_kun...
wrong_parameter = 3 OTHERS = 5. IF sy-subrc NE 0. MESSAGE e005(tl). ELSE. IF NOT l_res IS INITIAL. CALL FUNCTION 'POPUP_CONTINUE_YES_NO' EXPORTING defaultoption = 'Y' textline1 = text-015 textline2 = text-016 titel = text-017 ...
You can use SCREEN-GROUP1 to compare with MODIF ID in LOOP AT SCREEN. So if you can not use Checkbox or radiobutton, put all possible input values into Listbox. If the parameter is created with a data type from ABAP Dictionary, and the data type is associated with the input help in...
SET PARAMETER ID 'MAT' FIELD IT_MARA-MATNR. CALL TRANSACTION 'MM02'. . ENDIF. ENDIF. ENDDO. ENDCASE. endform. " FORM_USERCOMMAND &--- *& Form FORM_TOOLBAR &--- text --- <--P_E_OBJECT text <--P_E_INTERACTIVE text <--...
AT SELECTION-SCREEN ON VALUE-REQUEST FOR S_DSO-LOW. DATA: LT_RSDODSO TYPE TABLE OF TY_RSDODSO. IF P_SID IS NOT INITIAL. SELECT ODSOBJECT FROM RSDODSO INTO TABLE LT_RSDODSO WHERE OBJVERS = 'A' AND BEXFL = 'X' AND ODSOTYPE = ' '. ELSEIF P_QMSTAT IS NOT INITIAL. SELECT...