Search

Coding Blues

Tag

ABAP

Send ALV Output As PDF Attachment 

Requirement: South Park And Sons want to send the ALV output to all vendors as an email attachment when running in the background. How to accomplish that? Solution: Use REUSE_ALV_BLOCK_LIST_DISPLAY to display the block list along with print parameters -... Continue Reading →

Exception Classes In OOPS ABAP

In the normal course of processing in ABAP, sometimes there is an interruption which raises an exception. Best practices dictate that the exceptions should be properly handled. These exceptions are either triggered by the runtime environment or at times is... Continue Reading →

Select Option Mandatory Issue With Multiple Single Values

One of the problems with Select Option in Selection screen is that user cannot make it mandatory and populate multiple records in a popup without passing at least one value on the screen. This is usually a little annoying for... Continue Reading →

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 →

Website Powered by WordPress.com.

Up ↑