CALL FUNCTION 'SAPGUI_SET_FUNCTIONCODE'
EXPORTING
functioncode = '/00'
EXCEPTIONS
function_not_supported = 1
OTHERS = 2.
IF sy-subrc <> 0.
* Implement suitable error handling here
ENDIF.
Update screen from any ABAP segment code
- Detalles
- Escrito por Consulting De Lo Mejor SA de CV
- Categoría de nivel principal o raíz: All Articles
- Categoría: ABAP Workbench
- Visto: 530