Tips and Tricks on SAP Technical Upgrade

Published on July 26, 2010 by yzmercan in ABAP

0

In this article author explains the required steps to be taken during upgradation from 4.6c to ECC 6.0. SPDD and SPAU transactions are covered in detail. The following are the covered points in this document,

  • System preparation and stack level patch upgrade
  • SPDD Phase
  • Up gradation of the system
  • SPAU Phase
  • DBACOCKPIT for indexing
  • Issue resolution and error tracking
  • Z programs corrections – obsolete function modules and objects.

[...]

Continue Reading

0

Table Maintenance Generator (TMG) in SAP ABAP, which can be created using transactions SE54 and SE11, is a tool used to create a equipment by which customized tables created by end users can be changed as required.

In this article author guides you through the implementation procedure of Table Maintenance Generator (TMG) for custom tables and also explains some modifications available in the table maintenance generator.

  • Why to use Table Maintenance Generator ?
  • Prerequisite to create Table Maintenance Generator for a Custom Table
  • Creation of TMG for a Custom Table
  • Maintaining the table through SM30
  • Modifications in TMG

[...]

Continue Reading

0

Working on SAP up-gradation from SAP R/3 4.6 to ECC6 ? . This article is for you which mainly includes SPDD, SPAU and UCCHECK fixes that needs to be carried out to correct all the conflict standard objects while upgrading to the higher version.
[...]

Continue Reading

ABAP Data Dictionary Overview

Published on June 23, 2010 by yzmercan in ABAP

0

ABAP Dictionary centrally describes and manages all the data definitions used in the system and the database. It is completely integrated in the ABAP Development Workbench. ABAP Dictionary supports the definition of user-defined types i.e. data elements, structures and table types. These types are used in the ABAP processors and ABAP programs. It also defines the structure of database objects i.e. tables, views and indexes.

In this document, you will get an overview of ABAP dictionary and predefined data elements. [...]

Continue Reading

ABAP Objects Introduction for Beginners

Published on April 10, 2010 by yzmercan in ABAP

0

First version of ABAP Objects is delivered with SAP Basis Release 4.5 by extending the ABAP programming language with classes, interfaces and the ability to create objects from classes i.e. class ‘instances’. And with SAP Basis Release 4.6, complete version of ABAP Objects is delivered by enabling “Inheritance” which is the key feature of Object-oriented programming for many programmers, and allowing the creation of a compose interface from several component interface.

In this article developers of this extension will give you a brief overview of ABAP Objects basics and also give a comprehensive example. Some highlights from document

  • Statements for defining a class
  • Using objects and their components
  • Statements for deriving a subclass
  • Using an objects of a subclass
  • Defining and implementing interfaces
  • Using Interfaces
  • Declaring raising, and handling events
  • Registering handler methods for events

[...]

Continue Reading

0

It is not common for me to share any SAP materials except english language. But from stats I know there are many visitos from spanish & portuguese speaking countries. So I’m sure these LSMW tutorials will be useful for them. These are not the same documents but each are covered in detailed with screenshots. [...]

Continue Reading

SAP ABAP Refresher’s Guide

Published on March 4, 2010 by yzmercan in ABAP

0

No need to talk much about this massive 1000 pages document. The following topics are covered in detailed for ABAP Beginners;

  1. Introduction to ABAP
  2. SAP Netweaver Overview, Introduction to ABAP…

  3. ABAP Workbench Basics
  4. Data types and data objects, Internal tables, Debugging, Function groups and function modules…

  5. ABAP Dictionary
  6. Database tables, domains, views, locking concept…

  7. Advanced ABAP
  8. Open SQL, Dynamic programming…

  9. ABAP Objects
  10. Classes and objects, inheritance, polymorphism, interfaces, events, exception handling
    [...]

Continue Reading