SAP ABAP (Advanced Business Application Programming)

What is SAP ABAP means, full form or ABAP stands for Advanced Business Application Programming. This Tutorial designed for beginners explains what SAP ABAP. This Online Tutorial gives brief understanding of SAP (Advanced Business Application Programming) concepts and with examples,

SAP ABAP (Advanced Business Application Programming), is nothing but a fourth-generation programming language, used to do development and customization purposes in SAP software system. Now at present currently working platform with Java, and the main language for SAP application server programming, most of the programming codes are executed under control of run-time system.

SAP Application Server

Overview of SAP Application Server

All of us know that R/3 system architecture consists of Presentation Server, Application Server and Database Server. Here I would like to share some details of Application Server. 

Application Server basically consists of a DISPATCHER and multiple WORK PROCESSES.… Read More

SAP BW transport errors and Fixes for Transports

Common Transport Errors in Transformations/Update Rules 

SAP BW Transport Errors Log 1:

Error: Syntax Error in routine.

Reason: This error occurs if the transformation is not captured or transported successfully. Sections of the code are not reflected in the target … Read More

SAP GUI 7.10

SAP GUI 7.10 New Installation Instructions

Previously I’m using SAP GUI 6.40 on my vista operating system. At the beginning, SAP GUI is running fine, all the t-codes I access are displayed correctly. But in time, maybe after 2 days intensively use of this 6.40 version, … Read More

SAP Authorization Checks Concept

SAP Authorization Checks : When a user starts a transaction, the system performs the following Authorization checks:

The system checks in table TSTC whether the transaction code is valid and whether the system administrator has locked the transaction.  The system … Read More

ABAP Modularization

ABAP Modularization an Overview

What is ABAP Modularization and its benefits?

If the program contains the same or similar blocks of statements or it is required to process the same function several times, we can avoid redundancy by using modularization techniques. By modularizing the

Read More
SAP workflow

When do you use SAP workflow?

SAP workflow

The following factors need to be considered to decide whether sap workflow should be used for the business situations.

1. Human factor: SAP workflow is more appropriate for the automation of business processes which involve people. As discussed … Read More

SAP EDI Process

SAP EDI Process and IDOC Configuration

SAP EDI Process

In any SAP EDI Process a Sub System is required. Basically an EDI Subsystem does the conversion of SAP IDOCs to to EDI Format and Vice Versa. An EDI subsystem is a thirdparty systems and deals with … Read More