Search

Coding Blues

Tag

SAP HANA

Searching RFC Used In OData Service Implementation

Problem: A generic RFC is used in multiple OData projects and at some point, some enhancement is needed on that object. The biggest issue is that 'where used' is not helpful because it doesn't tell what all projects the RFC... Continue Reading →

Issues With Local Class Usage

Local classes are defined within a program, It is available in the context of the program and is used when found by system. However, it brings forth a problem - the functionality created within the scope of a program cannot... Continue Reading →

Inbound IDoc Pre-processing Strategy

Requirement: Business wants an inbound IDoc to be validated before processing to ensure that if certain conditions are not met, even though standard SAP approves, the IDoc should not be processed. The IDoc should be moved to a status which... Continue Reading →

Creating A New Address

Requirement: For a given address, Business wants if an address is not present, a new address should be created in the system. Example, Business wants a PO to be created via an inbound idoc but address coming in via idoc... Continue Reading →

Secondary Index – Basics

Consider a situation where queries need to target a set of fields in MARA which are not part of the primary index. Based on a set of key fields and pointers to non-key fields, primary index enables quick retrieval of... Continue Reading →

Copy Standard Report 

Steve wants some modifications to a standard SAP report but he is not the only person who uses it. The same report is used and enhanced by numerous stakeholders and they don’t want to change it. Bill, the developer, advises... Continue Reading →

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 →

Website Powered by WordPress.com.

Up ↑