Anda di halaman 1dari 5

SD Training Curriculum

Day 1 Day 2 Day 3 Day 4

Introduction, SAP, GUI, Versions, Modules ASAP Methodology System Landscape Transports, Customization, Configuration General explanation of Inquiry to Cash Cycle, Enterprise Structure, Customer Master etc. Customer Master, Material Master, Customer Material Info Record Pricing Credit management, Accounts Outputs Master data Text, Incompletion log Sales documents Delivery documents Billing documents Copy Control Documents Processes Item Categories, Schedule lines Standard ITC / QTC/ OTC Cycle

Day 5

Overview

Day 6 Day 7 Day 8 Day 9 Day 10 Day 11 Day 12 Day 13 Day 14 Day 15 Day 16

Day 17

Return Scenario, STO Availability Check, Transfer of Requirements Sales BOM, Intercompany, 3rd Party Consignments RICEFs IDOC/EDI OSS Notes SD Tables Technical Routines, User Exits Queries Online help SAP help site, forums, SDN, BPX Resume templates Mock Interview / tips for technical screenings, face to face interviews Getting ReadyCertificate of Completion

Day 18 Day 19 Day 20 Day 21 Day 22 Day 23 Day 24 Day 25 Day 26

Day 27 Day 28

Day 29 Day 30

Project Plan

Day 1 Day 2 Day 3 Day 4 Day 5 Day 6 Project Prep, Blueprint

Prepare project plan Decide on System Landscape Solution design Identify gaps Gather templates Set up Enterprise Structure Set up Account Groups, Customer Master, Partner Function Set up document types, copy control Set up Pricing Procedure Set up Credit control, Account determination, Incompletion log, texts Unit test OTC Cycle Write Functional Specs for RICEFs/ Unit test RICEFs Unit test Various scenarios Intercompany, 3rd party, STO

Day 7 Day 8 Day 9

Day 10 Day 11

Realization

Day 12

Day 13 Day 14 Day 15 Day 16 Realization Go-live

Prepare UTP, Test Scripts, create test data Testing Unit testing, Integration testing, User Acceptance testing, Sign offs

Day 17

Cutover prepare list of transports in sequence, Move Transports to production, Upload customer Master, pricing condition records, Set up Fire fighter IDs Documentation, Training, users security profiles authorizations Go-live Production Support

Day 18 Day 19 Day 20

Question - 1: When you use LSMW, which method do you choose in terms of data transfer performance? When LSMW is used, there are different options to transfer data. Actually there are standard methods, LSMW doesnt offer new methods. These methods are BCD (Custom or Standard), BAPI, Idoc. If you can use all three methods for one data transfer scenario, BAPI is the best way. Using BAPIs would be faster and more reliable. Question - 2: When you write ABAP programs, which transaction do yo use? SE38 or SE80 The answer is clear. Of course SE80 (ABAP Workbench) Question - 3: When you use an ABAP Dictionary table in SELECT statement, what do you notice in terms of performance issues? A lot of things should be considered, when SELECT statement is used. It is crucial to use SELECT statement properly. Performance is a big issue for custom programs. If you use an ABAP Dictionary table, you have to look the indexes of this table, and so you can arrange your WHERE statement by using index fields. It affects performance a lot. Question - 4: Have you used Smart Forms? Yes, I do. Smart Forms are newest version of SAPscript forms. Question - 5: Have you used ABAP Objects - object oriented ABAP programming? Have you used Local Classes and Global Classes both? RICEF is not a standard SAP acronym! Is there anyone knows who made RICEF acronym firstly? All right, RICEF stands for Reports, Interfaces, Conversions, Enhancements, Forms. R - Reports

R refers report programming. programming, WRITE statement; then function modules or ABAP objects. I - Interfaces

it

Of course, firstly classical report means ALV programming with either ALV

Interfaces are ALE / IDOC developments. Not only development, ABAP programming for IDOCs, also IDOC customization, management. I think it might refers EDI too. C - Conversion I think conversions means BDC programming, batch input function modules, BDCDATA structure, CALL TRANSACTION. Maybe conversion specifically refers conversion programs for standard batch input programs. Even we can say it refers LSMW. E - Enhancements Enhancements are user-exits and the object oriented model of user-exits that is BADIs. F - Forms Forms are SAPscript forms, SAPscript print programs, andSmartForms.

Anda mungkin juga menyukai