SAP R/3 ABAP 4.6 Delta TrainingQuestions and Exercises BAPIs
1. Using the Business Object Repository Browser (transaction SWO2), display the SAP object for material. (Follow the application tree Lo...
ABAP/4: Tips for Finding Data in SAP When learning to program in SAP with ABAP/4, it can sometimes be difficult to find the right tables and fields to work with (don't worry, it gets pretty easy). ...
WorkFlow
An Overview
Definition
•
Workflow is automation of business practices as a whole or their parts, during which documents, information or tasks are moved from one participant to the other...
Function Modules
Function Modules Objective The following section is intended to explain: • • • What function modules are Components of function modules Testing and releasing of function modules
...
Smart Forms
SDN Community Contribution
(This is not an official SAP document.)
Disclaimer & Liability Notice This document may discuss sample coding or other information that does not include SAP...
Structure of Tcodes ================ Although not a TCode can be more than 4 characters - until Version 4.0 - SAP TCodes were of Four Characters ONLY, the structure of them has not changed. Here is...
www.LearnSAP.com
SAP R/3 ABAP/4 Training Manual
5101 Camden Lane, Pearland, TX 77584
www.LearnSAP.com
Course Outline
Section – A 1. Introduction to ABAP 1.1. What is SAP R/3 1.2. SAP R/3 archi...
M. Rajagopalan
SAP- Material Management (MM) Notes
Module Functions: (MM) Materials Management - the module where (finished goods, raw materials and consumables) are managed for both quantity, pri...
Questions and Answers Book
This Book includes a number of Questions and Answers contributions in different modules. The contents of this book may be used in preparing for interviews, for certificat...
SAPscript Tutorial - Introduction Often there are instances where an output from a SAP program is required on a physical paper in a pre-designed format. Using normal ABAP code this is not possible....
SAVE_TEXT SCROLLING_IN_TABLE
To load long text into SAP If you are coding a module pool and using a table control, you can use this function SCROLLING_IN_TABLE to handle any scrolling. (provided b...
ABAP Technical Interview Questions
1. What is the typical structure of an ABAP program? 2. What are field symbols and field groups? Have you used "component idx of structure" clause with field grou...
A BADI class ZCL_EX_DELTA_7_0_DEMO1 is created automatically.
Defining BAdIs Attributes
When a BAdI is created, BADI class gets automatically created with the suffix ‘CL_EX_’ after ...
Advanced ABAP Objects Programming
Horst Keller / Stefan Bresch
Business Programming Languages, SAP AG
Overview
Interfaces and Inheritance Visibility and Access Method Call Object Services
Inte...