Internal Tables of ABAP

Internal tables are a way to store variable datasets of a fixed structure in the working memory of ABAP. The data is stored on a row-by-row basis, where each row has the same structure.

Internal tables provide the functionality of dynamic arrays and relieve the programmer of the expenditure of a program-controlled dynamic memory management (see Memory management of deep data objects. Internal tables are preferably used to store and format the content of database tables from within a program. Furthermore, internal tables in connection with structures are the most important means of defining very complex data structures in an ABAP program.

Read more

eCATT Guides

This is a series of article which will introduce the users to the automated testing tool called eCATT. For easier understanding of the user, the article has bee split into a series of eight articles where the user is given introduction to the eCATT, how the user can record and parameterize the script, the concept behind test data container, system data container and test configurator is explained. For the easier user understanding an attempt has been made to combine eCATT theory with some examples and illustrations. The work of exploration has been mainly on the SAP GUI recording mode. For the other recording modes like TCD, Web Dynpro applications, the user will have to refer the SAP help. The series of the articles are listed below for user reference.

Read more

Step by Step Guide to Upload New Customer Master Record

Step by Step Guide to Upload New Customer Master Record With LSMW

From the material;
The LSM Workbench is an R/3-based tool that supports you when transferring data from non-SAP systems (“Legacy Systems”) to R/3 once or periodically.
The tool supports conversion of data of the legacy system in a convenient way. The data can then be imported into the R/3 system via Batch input, Direct input, BAPIs or IDocs. LSM Workbench provides a recording function that allows to generate a “data migration object” in an entry or change transaction. Through LSMW, we can upload Master Data and Transaction Data.

Read more

ABAP Training Set 8: Smartforms, ABAP Objects

Smartforms,Abap Objects,Overview of Unicode

Contents:

Chapter 01 Introduction to SmartForms
Chapter 02 Global Settings
Chapter 03 Pages & Windows
Chapter 04 Basic Nodes
Chapter 05 Auxiliary Nodes
Chapter 06 Debugging SmartForm & User Defined Exceptions

Read more

ABAP Training Set 5: Data Interface

Data Interface

Contents

Chapter 01 Background Processing
Chapter 02 Application Server Files
Chapter 03  Presentation Server Files
Chapter 04 Batch Input Methods
Chapter 05  Batch Input Session
Chapter 06  Processing Batch Input Sessions
Chapter 07  Call Transaction Method
Chapter 08  Batch Input Recorder

Read more

ABAP Training Set 2: Introduction

Introduction to Abap

Contents

Chapter 01 ABAP Programming Language
Chapter 02 Introduction to ABAP Programming
Chapter 03 Simple Output Statements
Chapter 04 ABAP Data Declarations
Chapter 05 Retrieving Data with SELECT Statements
Chapter 06 Control Statements
Chapter 07 Data Structures & Internal Tables

Read more