Search

Coding Blues

Tag

ABAP

BAPI – Business Application Programming Interface

BAPI is an RFC enabled FM that provides an interface for different processes and corresponding data. These are API for SAP BOs and are stored in BOR – Business Object Repository. It facilitates the connection between two different systems. BAPIs... Continue Reading →

Custom IDoc – The How Part

Bush & Sons (Customer) wants to send an ORDERS05 Idoc to Reagan Inc. Problem is that they want to send some additional data to be saved in a custom table which is not present in the aforementioned Idoc. Reagan Inc.... Continue Reading →

Database Utility – Concepts

Database utility is a handy tool to edit any database object created by data dictionary objects. It acts as an interface between ABAP Dictionary and underlying RDBMS. Amongst its utilities, following are notable – Change a database object based on... Continue Reading →

Paradigm Shift For ABAP With HANA In Scope

To state it clearly, SAP HANA is a relational database management system that has proved to be a path breaking development for SAP as a business. Like any DBMS it is adept in handling standard database operations, however, its greatest... Continue Reading →

LSMW – Basics

LSMW is the acronym of Legacy Systems Migration Workbench. It is a handy tool to transfer data from non-SAP system to SAP system. It can be used as a one-time solution for a complex and heavy load or as an... Continue Reading →

Agile For SAP

By large SAP developments are traditional whether it is a project or enhancement. They follow step by step flow for development in waterfall model or a variant of it. While the approach is simplistic and is deemed sacrosanct, more and... Continue Reading →

BDC Programming

BDC stands for Batch Data communication. The core of the BDC lies in Batch Input which facilitates either data transfer from non-SAP system to SAP system or from one SAP system to another by means of screens. This is very... Continue Reading →

Concept Of Parallel Processing In ABAP

In normal processing, a modular process is usually called in a separate function module. When this FM is called, the processing in the current program goes on hold and FM is processed. When the processing in FM is completed, the control... Continue Reading →

Concept And Usage Of Field Symbols

Everybody hates field symbols and that is generally the story until they use it. Field symbols are not only better in terms of performance, they are life saviors in certain situations – like when being used to read global variables... Continue Reading →

Website Powered by WordPress.com.

Up ↑