1. ABAP Dictionary
1.1. Consistency by means of input check (foreign key dependency) TAW10 Coll.54 BC430
1.2. Database tables TAW10 Coll.54 BC430
1.3. Dependency for ABAP Dictionary objects TAW10 Coll.54 BC430
1.4. Performance for table accesses TAW10 Coll.54 BC430
1.5. Search helps TAW10 Coll.54 BC430
1.6. Views TAW10 Coll.54 BC430
2. ABAP Workbench Basics
2.1. Data retrieval (authorization check) TAW10 Coll.54 BC400
2.2. Data types and data objects (declaration) TAW10 Coll.54 BC400
2.3. Function groups and function modules TAW10 Coll.54 BC400 (only Coll 63) -> Alternative: BC402
2.4. Internal tables TAW10 Coll.54 BC400
2.5. Program calls and memory management TAW10 Coll.54 BC402
2.6. Subroutines TAW10 Coll.54 BC400
3. Dialog Programming
3.1. Context menu TAW12 Coll.52 BC410
3.2. Lists in dialog programming TAW12 Coll.52 BC410
3.3. Program interface (GUI title, GUI status) TAW12 Coll.52 BC410
3.4. Screen (basics) TAW12 Coll.52 BC410
3.5. Screen elements for input/output TAW12 Coll.52 BC410
3.6. Screen elements for output (text fields, status icons, and group TAW12 Coll.52 BC410
3.7. Subscreen and tabstrip control TAW12 Coll.52 BC410
3.8. Table control TAW12 Coll.52 BC410
4. List Creation Techniques
4.1. Data output in lists TAW10 Coll.54 BC405
4.2. Interactive lists TAW10 Coll.54 BC405
4.3. List creation with the ALV grid control: TAW10 Coll.54 BC405
4.4. Logical database TAW10 Coll.54 BC405
4.5. Selection screen TAW10 Coll.54 BC405
5. SAP Technologies
5.1. SAP systems (mySAP Business Suite and SAP NetWeaver) TAW10 Coll.54 SAPTEC
5.2. Technical structure of an SAP Web Application Server TAW10 Coll.54 SAPTEC
6. Links
6.1. www.certbible.org
6.2. http://www.esnips.com/_t_/taw10
6.3. http://www.amaderforum.com/showthread.php?p=86585
6.4. http://www.sapdb.info/ebook-taw10-and-taw12/
6.5. http://www.esnips.com/web/CertABAP/
7. ABAP Objects | 10-12%
7.1. Classes and objects [TAW10] [BC401]
7.2. Events [TAW10] [BC401]
7.3. Exception handling TAW10 Coll.54 BC401
7.4. Global classes and interfaces TAW10 Coll.54 BC401
7.5. Inheritance TAW10 Coll.54 BC401
7.6. Interfaces TAW10 Coll.54 BC401
7.7. Polymorphism (casting) TAW10 Coll.54 BC401
7.8. Shared objects TAW10 Coll.54 BC402
7.9. Ebooks
7.9.1. BC401 - Full
7.9.2. BC402 - Shared Object
7.10. Brain Check
7.10.1. 000001 | What method of Class CL_GUI_ALV_GRID would be used to display the contents of an internal table | S
7.10.1.1. CONSTRUCTOR
7.10.1.2. SET_TABLE_FOR_FIRST_DISPLAY
7.10.1.3. REFRESH_TABLE_DISPLAY
7.10.1.4. SET_TABLE_FOR_DISPLAY
7.10.2. 000002 | Which of the following answers characterize ABAP OO events | M
7.10.2.1. Events subscribe to classes
7.10.2.2. Classes subscribe to events
7.10.2.3. Start-of-selection is an OO event
7.10.2.4. Methods subscribe to classes
7.10.2.5. Classes trigger events
7.10.3. 000003 | Choose the item that is not characteristic of redefinition in the context of super/sub class inheritance | S
7.10.3.1. Attributes and class methods can be redefined
7.10.3.2. The signature of the method must remain the same
7.10.3.3. Only instance methods can be redefined
7.10.3.4. Constructor methods can't be redefined
7.10.4. 000004 | What is the only component that is implemented in the implementation part of a class | S
7.10.4.1. Attribute
7.10.4.2. Object
7.10.4.3. Interface
7.10.4.4. Event
7.10.4.5. Method