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 →
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 →
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 →
While READ statement is valid, ABAP has opened a new approach to fetching values from the internal table based on conditions. This is a more simplistic approach aiming at compact coding. Reading a table with index can be simplified as... Continue Reading →
Expanding on the subject last touched upon, following are a few more examples of how data declarations have been updated. For a method, originally parameters would have to be individually declared prior to usage. Any change in the method of... Continue Reading →
Optimizing Custom ABAP code for HANA upgrade can be visualized as a three-act structure - Detect, Optimize and Innovate. What Needs Optimization? Before HANA implementation/migration, an assessment on current code needs to be made in order to understand which objects... Continue Reading →
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 →
Recent Comments