Linear search vs binary search in internal table
Hi, Here will show difference between the linear search vs binary search in the internal table. First let me give me some intro about the liner search linear search or sequential search is a method for...
View ArticleSE30 Tips and Tricks for abap objects
Hi When you go to SE30 tcode some of them will think it mainly for the Evaluate and measure a particular program or FM or etc.. But when you do press F6 . It goes to ABAP objects performance examples...
View ArticleUsing subqueries in ABAP
Here i'm gonna show on performance of using the sub quereis in program instead of two select statements.. For EX: Using the two select statements ... SELECT * FROM SPFLI INTO TABLE T_SPFLI WHERE...
View ArticleABAP development in ECLIPSE! what is it?
Being an old timer and having worked for quite a long time with ABAP, it was with disbelief that I first downloaded the ECLIPSE studio and installed all the Add-ons for ABAP. Installing this new...
View ArticleNo Comment
I am not sure what kind of commenting strategy you use at your company. * Do you hear the people sing? In a lot of SAP delivered code I either see no comments or comments in German. * Singing a song...
View ArticleHow to Prevent Disruption
In the last weeks I blogged twice about disruptions in SAP standard software– now I turn the tables and will tell what I did to prevent disruptions that have been caused by ourselves. I want to discuss...
View ArticleAdding nodes in SAP Menu
Sometimes, it is required to add some custom menu in the main SAP Menu, as the customer wants to keep some specific reports and transactions in a certain Node. This can be easily achieved via the SAP...
View ArticleSkip the Authority Check with the ABAP Debugger Script
This is my third post on practical uses of the ABAP Debugger Script you can find the first one at How to Create a Watchpoint for a Field Symbol in the ABAP Debugger and the second atTracing a Program...
View ArticleWriting dynamic where clause in ABAP Select query
This article illustrates how to write a dynamic where clause in ABAP SELECT queries using the function module 'RH_DYNAMIC_WHERE_BUILD'. Calling the function module RH_DYNAMIC_WHERE_BUILD CALL FUNCTION...
View ArticlePart II : OO ABAP Implementation [ Method Parameters ]
This in continuation to my first blog on SCN Part I : Basics of OO ABAP Implementation In this section we see the possibility of Passing parameter to our method.Various ways to receive values from...
View ArticleFree Enhancement to ABAP Editor
Every day I get a "Google Alert" of all the news stories about SAP. Yesterday one came up saying a company in Hungary were giving away a free add-on to the ABAP editor which improved the "pretty...
View ArticleAre you writing "evil" ABAP code?
Working with Legacy Code – ABAP Style Now is the table of our contents, made glorious summer by this Son of York. PrologueWhat is Legacy Code?Why is Legacy Code “bad”?If we do think it’s bad, what can...
View ArticleUnderstanding the events of OOPS ALV
*&---------------------------------------------------------------------**& Report...
View ArticleXML Generation for Additional Fields in Audit Management
1.0 Introduction XML format is being used more often to exchange the data between different systems.For easy Readability of data the XML format is used. We can also import this XML Document for...
View ArticleSimple Remote Query
Summary:IntroductionFirst GoalMacro: a new perspectiveSimple Remote QueryWhere to get the code INTRODUCTIONFew days ago I fixed a bug referring to my blog about runtime generation of structures and...
View ArticleTo Print Multiple Smartform in a Loop at one Go and converting into PDF
Introduction:- In this Document we will explain how to display multiple smartfforms in a loop at one go.There are Scenario when user has to Print multiple smartform in a loop. The problem with this is...
View ArticleObject-oriented Sieve of Eratosthenes
Reading this blog - The Sieve of Eratosthenes by Ravi Bhatnagar - inspired me to do something I've been wanting to do for a very long time, but have never quite managed - go back to my Computer Science...
View ArticleLocal exception class in global class - the trick
Hi Gurus, How can I use a local exception class in a global class? (just kidding, it's not a #notablog ) Some backgroundCouple of weeks ago I was developing a BADI and came with the need of throwing an...
View ArticleOOPs ALV Simplified [without Module Pool Screen]
This in continuation to earlier blogs on SCN : Part I : Basics of OO ABAP Implementation Part II : OO ABAP Implementation [ Method Parameters ] This is the III posts for people who are new to OOPs ABAP...
View ArticlePrinting a PDF from URL on windows printer without opening.
Hi , Recently I've come across this development where we need to print a PDF file on windows default printer.Seems pretty simple but challenge here is the file is at some server and you are having the...
View Article