To 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 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 ArticleHow to reduce run-time of batch program?
Most of the programs, especially reports which are generated during year-end or reports run once in every month, every quarter etc. takes lot of time.These reports will be run in background because it...
View ArticleStories about Repositories and Number Ranges
IntroductionThis week, I faced a situation where I needed to implement a new business object for one of our applications. As business objects usually need persistence, I created a new repository for it...
View ArticleHow to display table data in message long-text
You want to display table data in the long-text of a message so that the user can decide based on this information. It's very easy but can be tricky if you do not know how to use this FM :...
View ArticleOne case I met: SAPLSLVC_FULLSCREEN was modified, so ALV output is not in...
Share one case here I met: Someone modified the standard program SAPLSLVC_FULLSCREEN, so ALV output is not in full screen. I found the screen 500 of the program SAPLSLVC_FULLSCREEN was modified, this...
View ArticleSimple OO ALV report in full screen mode example
REPORT zmmr_perf_eval_vend."Types DeclarationTYPES:BEGIN OFt_disp, lifnrTYPElifnr, name1TYPEname1_gp, bedatTYPEbedat, rfq TYPE I, quot TYPE I, po TYPE I, cont TYPE I, sch TYPE I,END...
View ArticleASUG Webcast on 'Custom ABAP Development on SAP HANA'
Session Abstract: With SAP Business Suite and SAP NetWeaver Business Warehouse, two major SAP standard applications have been optimized for leveraging SAP HANA as primary persistence. This webinar...
View ArticleST01 RFC TRACE: Debugging ABAP RFC via JAVA Webdynpro Screen.
This Blog will be helpful to find the ABAP RFCs which get called from the Java webdynpro screen on applying any action on it. Most of the time in many projects client prefer any other technology...
View ArticleSTMS: facing errors when importing transport requests? It's your fault!
Without any doubt: your fault it is... and not only because obviously you didn't pay enough attention to objects' dependencies when you released your transport requests, but mainly because you didn't...
View ArticleWhat about the good old Dynpro?
Call me conservative, call me old-fashioned, call me unprogressive - but I still don't get it! I'm talking about SAPs User Interface Roadmap and/or Strategy - especially regarding development in and...
View ArticleUse of For All Entries in ABAP.
Hi All, As we all know that use of For All Entries in ABAP Select statement is better that using a join in the Data Base tables. It Helps in Mininmising the Execution time of the Select Statement as...
View ArticleParallel Cursor : Performance for Nested Loops
In a lot of scenarios we come across where nesting loops is the only option we have to achieve what we want. They can be hazardous if not tuned properly and can result in time out dumps and heavy...
View ArticleFrustrating!
Why do SAP Support take so long to provide the simplest of fixes? Back in January I debugged an issue for a client involving the transfer of delivery documents from R/3 to GTS. After an hour or so I...
View ArticleScreen cast of Open XML documents Generation
Hello. this is a screen cast of how to generate Word Ooxml documents directly from SAP WAS without any Office Installation! http://youtu.be/DPg2AYORNjU Enjoy! Ronen Almog
View ArticleImportant concepts for all SAP Techies
Hello This is my first SCN blog and i would like to share some of the important concepts used by most of the technical consultants in SAP.Some of them may be project specific but i thought it would be...
View Article