How 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 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 ArticleFinding Actual function module for a Function Exit
It is common to find customer exits in SAP’s code and Function modules, to accommodate customer specific business rules in SAP provided applications. These exits sometimes are in the form: Call...
View ArticleCreate new batch characteristics with values checked and suggested by a...
In this example I'll try to show you how to create new characteristics for a material batch. This will include the following steps:Creation of a function module to check characteristics value...
View ArticlePosting a Goods Movement Document in IS-OIL
This blog illustrates the method to post goods movement in IS-OIL. Almost every one of us have used “BAPI_GOODSMVT_CREATE” to post a material goods movement in SAP. But when we are working in IS-Oil...
View ArticleScreen cast of Open XML documents Contents read
Hello.This is a screen-cast showingReading Contents of MS-Word documents ( Open XML documents )form outside the SAP into SAP content. http://www.youtube.com/watch?v=Ratcsce-8qE Open XML documents...
View ArticleMACROS in ABAP
Well, it is a very old methodology but still useful in some cases..... for those who are not aware.... Macro is just like Sub-routine BUT.... it has some differences. MACROS needs to be declared before...
View ArticleGlobal Data in ABAP OO Programs
I decided to spend a bit of time looking at some of the blogs being published out on SCN as I found myself with a bit of time. Unfortunately I found a lot of examples of poor quality coding, obsolete...
View ArticleAdding custom fields to the Purchase Order transaction ME21N HEADER & ITEM...
I searched for Enhancements for ME21N to add custom fields . I found lot of examples unfortunately i didn't come across complete Step by Step Process.So i decided to give a elaborate document....
View Article