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 →
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 →
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 →
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 →
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 →
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 →
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 →
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 →
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 →
Recent Comments