Menu Painter is a ABAP workbench tool and can be accessed using the transaction SE41.This tool is for handling the texts in menus and the application toolbar. Screen Painter is a ABAP workbench tool and can be accessed using the transaction SE51.This tool is for handling Icons for text fields, output fields and pushbuttons ,scrollable fields etc.This tool also will do a consistency check, which warns if modules or fields from a screen are not defined in the respective program. Here you will get some SAP menu painter and Screen painter Tutorials and PDF guides to download.
SAP MENU PAINTER & SCREEN PAINTER TUTORIAL
Related Tutorials
SAP ABAP Programming Tutorial & PDF Material
This tutorial provides a quick overview about SAP ABAP and its various sections. ABAP stands for Advanced Business Application Programming....
AT – Events on selection screens ( AT SELECTION-SCREEN)
asic form AT SELECTION-SCREEN. Additions 1. … ON psel 2. … ON END OF sel 3. … ON VALUE-REQUEST FOR...
SAP ABAP Transaction codes List (Tcodes)
Here is a list of important Tcodes used with ABAP development. Transaction codes ( showing in bold letters) are listed...
SELECTION-SCREEN ( SAP ABAP Keyword)
SELECTION-SCREEN is a keyword used in SAP ABAP programming.This tutorial covers its introduction & syntax details. SELECTION-SCREEN Variants 1. SELECTION-SCREEN...
WINDOW is a keyword used in SAP ABAP programming.This tutorial covers its introduction & syntax details. WINDOW Basic formWINDOW STARTING...
ABAP Program for Module Pool containing screen loop processing
Sample ABAP program for showing how to program Module Pool containing screen loop processing PROGRAM YLSDM004.TABLES: LTAP, “Transfer order itemLIPS,...
FIELDS is a keyword used in SAP ABAP programming. This tutorial covers its introduction & syntax details. FIELDS Basic formFIELDS...