Search

Coding Blues

Author

Sujoy Ghosh

Sujoy is a writer, stories for soul and code for body, and like to quote books, movies and tv shows. For more details, see about >> https://codingblues.com/about/

Update Techniques – SAP ABAP

In SAP ABAP, bundling database updates in a separate update function module are widely advocated for ease of implementation and improved performance. There are three different update techniques which are followed - Asynchronous Update - Asynchronous process start immediately after... Continue Reading →

Zip Text Files Into Folder

Requirement: Multiple text files are created in a folder accessible to SAP and the files need to be periodically archived as a zipped folder. Solution: The problem can be divided into three steps - get the files, zip into a... Continue Reading →

ABAP Development for Sales and Distribution in SAP By Michael Koch

I hate this book because it is a book I thought of writing at some point in my life. Not only the subject, also the tone and texture. Michael Koch simply killed a dream. It is not a book for... Continue Reading →

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 →

Data Mart: Concept And What HANA Brings In

Consider Nike Inc. Let's say Nike have 10000 Retail stores which produce a significant transactional data. If somebody high up in brass wants to see the sales details, that person will not look into the sales or invoice tables. Datamart... Continue Reading →

Purchase Order Release Strategy – Concept

The first thing to understand is that Purchase Order is a legal document. It can trigger a transaction immediately which means that some product or service is sold and bought. There is a procurement aspect and then, there an accounting... Continue Reading →

Website Powered by WordPress.com.

Up ↑