Posted inSAP ABAP Error message and leave to Selection Screen Posted by By admin March 31, 2022 LEAVE LIST-PROCESSING
Posted inSAP ABAP Hiding the Execute button in an ABAP report selection screen Posted by By admin March 31, 2022 at selection-screen output. perform insert_into_excl(rsdbrunt) using 'ONLI'.
Posted inSAP ABAP ABAP – Date format validation Posted by By admin March 28, 2022 https://www.kodyaz.com/sap-abap/abap-regexp-regular-expression-for-date.aspx https://sap4tech.net/using-regular-expressions-sap-abap/
Posted inSAP ABAP ABAP – Icons Posted by By admin March 26, 2022 https://experience.sap.com/files/guidelines/icons_sap/status_icons.htm
Posted inSAP ABAP Grey out an option of Radio Button on Selection Screen Posted by By admin March 25, 2022 AUTHORITY-CHECK OBJECT 'ZRE400DDD' ID 'ZRE400DDD' FIELD 'ACTUAL'. IF sy-subrc <> 0. LOOP AT SCREEN. IF screen-name = 'RB_ACT'. screen-input = '0'. screen-intensified = '0'. MODIFY SCREEN. ENDIF. ENDLOOP. ENDIF.