Create Toolbar in Selection Screen
How to create a toolbar in the selection screen, similar to the one below. Refer the sample code
TABLES: sscrfields. SELECTION-SCREEN FUNCTION KEY 1. INITIALIZATION. sscrfields-functxt_01 = 'Tool bar www.erpdb.info'. SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-000. PARAMETERS: vbeln LIKE vbak-vbeln. SELECTION-SCREEN END OF BLOCK b1. AT SELECTION-SCREEN. IF sy-ucomm EQ 'FC01'. PERFORM toolbar_test. ENDIF. |
Like my posts, leave a comment it will motivate me to post more.
Great!. Simple coding format and good understanding. Thanks
It is very good. But I wonder that I should know SQL concepts to know about abap codings. Is it true?