Вы находитесь на странице: 1из 11

Contents

Subject_1 – Printing Forms ......................................................................................................... 2


Subject_2 – Data Migration ......................................................................................................... 3
Subject_3 - Enhancements ........................................................................................................... 4
Subject_4 - Idocs ........................................................................................................................... 5
Other Subjects :............................................................................................................................. 6
SAP Architecture and Data Dictionary ...................................................................................... 6
Classical Lists ................................................................................................................................ 7
Database Access and File Interface ............................................................................................. 8
Screens ........................................................................................................................................... 9
Function Modules........................................................................................................................ 10
ALV reporting tools .................................................................................................................... 11

1
Subject_1 – Printing Forms
Main Topics

9.1 SAPscript

9.1.1 Maintain forms using SAPscript tools

9.1.2 Use SAPscript control statements and icons

9.1.3 Control print output using print programs

9.1.4 Change print programs and forms in the SAP system

9.1.5 Maintain fonts in the SAP system


Documentation

BC460_EN_710_Col63_FV_15112008[1] - SAP Script.pdf

Main Topics

10.1 Smartforms

10.1.1 Overview

10.1.2 Texts, Addresses, Graphics

10.1.3 Data in Forms

10.1.4 Tables and Templates

10.1.5 Process Control

10.1.6 Integration into Application Programs

10.1.7 Smart Styles


Documentation

BC470_EN_640_Col62_FV_130908[1] - Form printing with SAP Smart Forms.pdf

2
Subject_2 – Data Migration
Main topics
4 Data migration

4.1 Data migration overview and tools

4.2 Call Transaction

4.3 Batch input

4.3.1 Working with Batch Input Sessions

4.3.2 Batch Input Sessions and Error Handling


Documentation

BC420_EN_Col62_FV_Part_A4[1] - Data Migration.pdf - pages 7 - 70

bc420 - data transfer.rar

3
Subject_3 - Enhancements
Main Topics

11.1 Enhancements and Modifications

11.1.1 Changing the SAP Standard

11.1.2 Personalization

11.1.3 Enhancing Dictionary Elements

11.1.4 Customer Exits

11.1.4.1 Finding Customer Exits

11.1.4.2 Creating/Changing a Project

11.1.4.3 Program Exists, Screen Exits, Menu Exits


Documentation

BC425_EN_620_Col62_FV[1] - Enhancements and Modifications.pdf


BC427_EN_Col62_FV_Part_A4[1] - Enhancement Framework.pdf

Main Topics

12.1 Enhancements and Modifications (cont. )

12.1.1 Business Transaction Events (BTE)

12.1.1.1 Finding and using BTEs

12.1.1.2 Differences between BTEs and Customer Exits


12.1.2 Business Add-Ins (BADI)

12.1.2.1 Searching for BADIs

12.1.2.2 Implementing BADIs


Documentation

BC425_EN_620_Col62_FV[1] - Enhancements and Modifications.pdf


BC427_EN_Col62_FV_Part_A4[1] - Enhancement Framework.pdf

4
Subject_4 - Idocs
Main Topics

13.1 IDOCs

13.1.1 Configure the IDoc Interface

13.1.2 Trace the processing of IDocs in the system

13.1.3 Select and use the correct IDoc types for business processes

13.1.4 Build and extend the data structure of IDoc types

13.1.5 Use the IDoc type editor and segment editor

13.1.6 Use customer exits to process IDoc types


Documentation

BC620_EN_46A_FV_010807[1] - SAP IDoc Interface.pdf


BC621_EN_46A_FV_010807[1] - SAP Idoc Interface Development.pdf

5
Other Subjects :
SAP Architecture and Data Dictionary
1.1 SAP Architecture

1.1.1 Navigation

1.1.1.1 Navigation in General

1.1.1.2 Advanced Navigation in the SAP GUI

1.1.2 The System Kernel

1.1.2.1 Principal Architecture of the SAP NetWeaver Application Server

1.1.2.2 AS ABAP processes

1.2 Data Dictionary

1.2.1 Overview of the Functions of the ABAP Dictionary

1.2.2 Data objects in the ABAP Dictionary

1.2.2.1 Basic Data Types

1.2.2.2 Tables in the ABAP Dictionary

1.2.2.3 Special SAP Tables

1.2.3 Performance During Table Access

1.2.4 Consistency Through Input Checks

1.2.5 Object Dependencies

1.2.6 Changes to Tables

1.2.7 Views and Maintenance Views

1.2.8 Search Helps

Documentation

SAP Architecture

TAW10_1_EN_Col63_FV_Inst_A4.pdf - pages 91 - 144

BCABA.pdf - pages 17 - 67

Data Dictionary

BC430_EN_Col62_FV_Part_A4[1] - ABAP Dictionary.pdf

TAW10_2_EN_Col63_FV_Inst_A4.pdf - pages 223 - 294

6
Classical Lists
Main Topics

2 Classical lists

2.1 Creating Lists

2.1.1 Creating Simple Lists with the WRITE Statement

2.1.2 Creating Complex Lists

2.2 Interactive Lists

2.3 Lists and Screens

2.4 Printing Lists

Documentation

BCABA.pdf - pages 771 - 926

7
Database Access and File Interface
Main Topics

3.1 Database Access

3.1.1 Data Modeling and Transparent Tables in the ABAP Dictionary

3.1.2 Reading Database Tables

3.1.3 Authorization Check

3.2 File interface

3.2.1 Working with files on the Application Server

3.2.1.1 File handling in ABAP

3.2.1.2 Writing data to files

3.2.1.3 Reading data from files

3.2.1.4 Automatic checks in File Operations

3.2.2 Working with files on the Presentation Server

3.2.2.1 Working with Files on the Presentation Server

3.2.2.2 Writing Data to Presentation Server (Dialog)

3.2.2.3 Writing Data to Presentation Server (no Dialog)

3.2.2.4 Reading Data from Presentation Server (Dialog)

3.2.2.5 Reading Data from Presentation Server (no Dialog)

Documentation

Database Access

TAW10_1_EN_Col63_FV_Inst_A4.pdf - pages 443 - 546

BCABA.pdf - pages 1037 - 1113

File interface

BCABA.pdf - pages 384 - 427

8
Screens
Main Topics
5.1 Screens

5.1.1 Introduction to Screen Programming

5.1.1.1 General aspects

5.1.1.2 Principles of Screen Programming

5.1.1.3 Screen Modification and Sequence


5.1.2 The Program Interface

5.1.2.1 User Interfaces

5.1.2.2 Status
5.1.3 Screen Elements for Output

5.1.3.1 Text Fields, Status Icons, and Group Boxes


5.1.4 Screen Elements for Input/Output

5.1.4.1 Input/Output Fields Overview

5.1.4.2 Checkboxes, Radio Button Groups, and Pushbuttons


Documentation

BC410_EN_Col63_FV_Part_A4[1] - prgmmng user dialogs with classical screens.pdf

bc410 Programming User Dialogs

BC412_ABAP_DIALOG_PROGRAMMING_

Main Topics
6.1 Screens (cont.)

6.1.1 Screen Elements: Subscreens and Tabstrip Controls6.1.1.1 Subscreens

6.1.1.2 Tabstrip Controls


6.1.2 Screen Elements: Table Controls

6.1.2.1 Table Controls Overview

6.1.2.2 Processing Table Controls

6.1.2.3 Table Control Further Techniques


Documentation

BC410_EN_Col63_FV_Part_A4[1] - prgmmng user dialogs with classical screens.pdf

bc410 Programming User Dialogs

BC412_ABAP_DIALOG_PROGRAMMING_

9
Function Modules
Main Topics

8.1 Function Modules

8.1.1 Acquire information on the functionality and use of function modules

8.1.2 Call function modules in your program

8.1.3 Create a function group

8.1.4 Create a function module

8.1.5 Explain the role of BAPIs and identify their special properties
Documentation

TAW10_1_EN_Col63_FV_Inst_A4.pdf - pages 322 - 355

10
ALV reporting tools
Main Topics

7.1 ALV Grid

7.1.1 Creating and Displaying the ALV

7.1.1.1 Defining a layout

7.1.1.2 Defining a fieldcatalog


7.1.2 Adjusting the Display

7.1.2.1 Adding custom functions

7.1.2.2 Variant usage

7.1.2.3 Interactive Elements


7.2 ALV Tree

7.3 Quick Viewer, Infoset Query, SAP Query

Documentation

ITtestpapers.com_Alv_Material_.doc
BCCITREE.pdf
BC407_EN_Col63_FV_Part_A4_14656[1] - Reporting - Quick viewer, Infoset query and sap query.pdf

11

Вам также может понравиться