Archive for the SAP Category

SAP ABAP Workbench

Posted in IT, SAP with tags , on 20 marca , 2008 by gregac

Ou yeah !

Danes so mi v službi odobrili izobraževanje za SAP, ki ga uporabljamo v podjetju. Končno bom lahko nekaj pametnega počel s tem SAP-om.

BC400 Introduction to the ABAP Workbench

Prerequisites:

Essential: Programming knowledge
Recommended: SAPTEC Fundamentals of SAP Web AS

Notices:

  • The course is also suitable for participants who are using a release older than the one specified (at least SAP R/3 4.6).
  • All ABAP programming courses require that you understand the contents of this basic course.

Audience:

  • Developers, project managers, consultants

Objectives:

  • Learn the fundamental concepts of the ABAP programming language
  • Efficiently use the ABAP Workbench tools
  • Create simple application programs with user dialogs (selection screen, list and screen) and database dialogs (reading from the database)

Content:

  • Create ABAP programs and the most important Repository objects using appropriate ABAP Workbench tools
  • Navigate in the Workbench and use the syntax help
  • Process source text with the ABAP Editor
  • Test programs using the Debugger
  • Define elementary and structured data objects
  • Overview of important ABAP statements
  • Use internal tables (introduction)
  • Use modularization techniques local in the program
  • Database dialogs: information about database tables in the ABAP Dictionary, read database tables
  • User dialogs: list, selection screen, screens
  • Overview of ABAP Web Dynpro (from SAP NetWeaver 2004s)
  • Use function groups and function modules, classes and methods, BAPIs
  • Project-oriented development using the Transport Organizer
  • Overview of the different options for adapting software