Search

Coding Blues

Category

SAP ABAP

Enhancement Framework – Concepts

Concept - The new enhancement framework allows modification of a standard class to achieve the expected business functionality which goes beyond the older framework. It is a marriage of the modifications strategy and the classic enhancement strategy extended to new... Continue Reading →

Leveraging Packages | SAP ABAP

Package, as the name suggests, packages modules of related objects. It is a building block of any SAP Project. The related objects are modularized based on chosen factors like Process, Business Area, RICEFW ID, Development Team etc. The choice of... Continue Reading →

Benefits And Examples Of Workflows | SAP Workflow

Following are some of the benefits of employing workflows - 1. Automation of business processes2. Manage dependencies between activities and ensure timely closure3. Improve transparency in the system in regards to the activities to be performed4. Easy substitution of task owners... Continue Reading →

Introduction | SAP Workflow

Wayne Enterprises gets an order from Tony Stark. While Tony is a good customer, the payments are usually delayed for large dollar amount cheques. Hence, Wayne Enterprises decided to involve an intermediary in the process. When an order is placed,... Continue Reading →

What Time Is It? Timezone Challenge

Challenge - In projects where multiple timezones are involved in assessing Date/Timestamp, one of the challenge is posed when a local timezone information is requested on an invoice form or any document like that. Solution: SAP provides two standard FMs.... Continue Reading →

Scanning for BAdIs

When an existing SAP Standard functionality needs to be enhanced with custom business functionality, BAdIs come to rescue. Needless to say, BAdIs employs Object Oriented technique. SE18 is used to create a BAdI definition, while SE19 is used to implement... Continue Reading →

Agile For ABAP Developers

Excerpt from the book The only possible reason why a person is not a Bill Murray fan is that the person has not seen any Bill Murray movie. He is a savant when it comes to landing comic moments. One... Continue Reading →

User Defined Functions

UDF or User Defined Functions are read-only functions in SAP Hana. They are not aligned with DDL and DML operations. It is one of the two logical containers used in SQLScript, the other being Procedures. UDFs are further categorized as... Continue Reading →

Cursors In Hana

Cursors are set of rows of data fetched from the database with a pointer at the current row which is defined by the iteration as the code parses through the data one row at a time. When a cursor is... Continue Reading →

Website Powered by WordPress.com.

Up ↑