Create & Change Variants without Fire Fighter
At times, you need to create or modify the program variants directly in Production system. Usually the variants are moved in transports and that is the right way. But certain clients allow you to...
View ArticleDelete Foreign Lock Entries in Debug
We know, we can manually delete ours lock using t-code SM12. In some project, you might not have access to t-code SM12 at all. In some, you might have access to t-code SM12 but only in display mode....
View ArticleDisable User Personalization in Web Dynpro Screen
In the previous post we saw how someone can personalize the Web Dynpro screen to hide and unhide screen UI elements or fields. After we recovered the hidden field, our business asked us, ‘Can we...
View ArticleMaths in ABAP
Being an Engineering student, I am bit inclined towards Mathematics. A few months ago when I wanted to write a program to find out prime numbers, I felt the need of ABAP command which can give me...
View ArticleSAP ABAP Tips
Please find some uncommon SAP Technical requirements and tips. One would face these issue only in some very rare Project scenarios. Hope you will have fun below. A) Changing description of SAP standard...
View ArticleSAP HANA Tips
In our other post ‘ SAP ABAP Tips‘, we shared some uncommon but very useful tips on ABAP. In this post, I would like to share similar useful tips in regards to SAP HANA. i) Parameter to limit the CPU...
View ArticleCreating Dynamic Internal Table
In one of our post, we showed the usage of Dynamic Where Condition . In this article, we would show one out of the many ways to generate Dynamic Internal Table and display it in ALV output. Say you...
View ArticleMastering SAP Debugging
Code debugging is something all programmers need to know and the same is true for SAP developers. It is needed to find bugs on custom developments and it is also needed to understand how standard SAP...
View ArticleIs data element BOOLE_D and CHAR1 same in SAP Selection Screen?
In one of our post in Web Dynpro we showed that WDY_BOOLEAN and FLAG data elements, which are both of type CHAR 1 behave differently. Similarly, very recently, I came to know that all CHAR1 data...
View ArticleHow to update custom field of PRPS table
Or How to update custom fields of CJ20N t-code? At the outset, you might feel why is the need of this topic. It is such a common requirement where we need to update custom field of a screen (or table)....
View ArticleGPS like tool in SAP using Google Map API
In the earlier article, we saw how we can get the latitude and longitude of any address using Google Map API. Adding to that learning, in this post, we would learn how to get the distance between two...
View ArticleABAP Objects Tips
Hello Friends Long before (or maybe not so long before), ABAP was written with subroutines and function calls. But in recent times, due to various reasons, developers are forced to use the Object...
View ArticleLazy and Smart ABAPers
One of my very good friends once wrote a four line article titled “What Laziness leads to?” in LinkedIn. What is the Outcome of Laziness? Automation. What is the after effect of Automation? More...
View ArticleLogical Lock Vs Physical Lock in SAP
This morning I had a chat with an ABAPer who has few months of experience after training. While discussing he said if a table is ENQUEUED (locked for change) in one session, no one else can...
View ArticleKnow Who is doing What in your SAP System
These days micro-management has become very common. Clients want the breakdown of all the work you do every day, sometimes as ridiculous as at t-code level. . I know clients who monitor when the...
View ArticleJust 4 Versions of the same program to understand OOPs ABAP
We will modify an ABAP program 4 times today and make it an OOPs ABAP program at the 4th Version. Please stay until the end and I promise, you will learn how to program using Object Oriented Approach...
View ArticleSAP ABAP Tips
Please find some uncommon SAP Technical requirements and tips. One would face these issue only in some very rare Project scenarios. Hope you will have fun below. A) Changing description of SAP standard...
View ArticleSAP HANA Tips
In our other post ‘ SAP ABAP Tips‘, we shared some uncommon but very useful tips on ABAP. In this post, I would like to share similar useful tips in regards to SAP HANA. i) Parameter to limit the CPU...
View ArticleHow to upload the PDF format directly into Adobe form layout
Contributed by: Ram Daruru, Cibersites India Pvt Ltd., Bengaluru, India This tutorial demonstrates how to upload the PDF format directly into Adobe form layout. This will reduce the effort to draw the...
View ArticleReal Time Exchange Rate with Real Time Data Using Yahoo Finance API
Contributed by: Kuldeep Joshi, DB Corp Ltd., Jaipur, India In the earlier posts Google Map API in SAP and GPS like tool in SAP we saw how we can leverage the Google Map APIs and consume them in SAP. In...
View Article