Monday, October 24, 2011

ABAP WorkBench

ABAP WorkBench Contains different tools for Editing Programs.
  • ABAP Dictionary (SE11) : It is to Create Tables in SAP.
  • ABAP Editor (SE38) : It is to Create Programs in SAP.
  • Class Builder (SE24) : It is to handle Object Oriented Concepts.
  • Function Builder (SE37) : It is to Create Functions in ABAP.
  • Menu Painter (SE41) : It is used for Designing the User Interface (Menu Bar, Standard Tool Bar, Application Tool Bar, Function key Assignment).
  • Screen Painter (SE51) : It is for Designing Screens and Flow Logic.
  • Object Navigator (SE80) : It is to save ABAP objects in SAP.
The above 7 Tools are collectively know as ABAP Work Bench Tools.
ABAP Work Bench Tools ate part of ABAP-BOR (Business Object Repository).


No comments:

Post a Comment

Application with Internal Table

Having screen painter with layout fields are vender, name, city operations. Select "SE80" -> Edit object Select program ->...