How to filter ATC findings to detect only NEW findings
Did you ever think that it would be nice to have an ATC check variant that allows you to see only the new findings, that come from the changes that you just apply to existing ālegacyā code?Ā This is...
View ArticlePrinting DMS Documents
SAP Document Management (DMS) is one of the central functions in Logistics and cross-application component of SAP ECC. It supports many document management functions for SAP system as well as external...
View ArticleThree ways to achieve conditional break point in your ABAP program
Approach1 - Source code breakpoint in ABAP debuggerApproach2 - WatchpointApproach3 - ABAP debugger scriptLet's use the simple program below.Ā Line 15 will be executed 1000 times. And we are only...
View ArticleHow to lock TMG only at Row level
I read somewhereWalking on water and building code for requirements is very easy... As long as they are frozen . Ā We started with a requirement which needed a user to be able change the data in one of...
View ArticleCodeRetreat: How to perfect your Software-Craftsmanship as an ABAP Dev
What is a CodeRetreat?Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Community DrivenYou surely know this: In the small-small of every days programming you have little or no time to improve your skills and practice. You may...
View ArticlePacked Number Simplified!
To write the first blog took me some time though there are few topics in my mind which I think I should blog. To write a blog with the right contents and presenting in a way which is very helpful for...
View ArticleCheque Printing F-58 (Indian Cheque Format)
F-58 transaction is used for Cheque payment. But the standard print has the A4 layout of payment advice, Which consists of payment advice at the top and cheque at the bottom in the same sheet.Ā But in...
View ArticleGateway & SAPUI5 CodeJam in Passau, Germany
CodeJam for End-to-end SAPUI5 Application DevelopmentFriday, June 3rd to Saturday, June 4th, Passau, GermanyĀ It's CodeJam time again, and for 38 participants from MSG Systems in Passau, Germany, it was...
View ArticleABAP and SAP Code Retreat
After recovering from a great SAP Inside Track 2016 Belgium #sitBRU (and the night shifts before to get the demo and slides ready ) I finally come around writing this blog.Ā SE Radio PodcastWhen I have...
View ArticleSELECT SINGLE vs. SELECT UP TO 1 ROWS
Some time ago IĀ“ve written a small block Selecting One Row From a Database Table in order to explain the usage of SELECT SINGLE and SELECT UP TO 1 ROWS. Obviously, there are still discussions about...
View ArticleEnhance ME23N Transaction to Enable Drill Down to Purchase Order Item
Ā Ā Ā Ā Ā Ā Ā Whenever you program ABAP reports displaying Purchase Order Items data it is nice to have drill down functionality to transaction data (trx. ME23N). It looks like a trivial task (setting...
View ArticleABAP Program to start and stop SAP PI communication channels
IntroductionWe recently faced an issue with JMS receiver communication channels in SAP PI which are frequently throwing error in case of network,connectivity issues or when the MQ queue manager is...
View ArticleMy first experiece with the PANKS-Tool / Performance Assistant
I just stumbled upon the blog Got an error message? The new tool PANKS is here to help you! (from 2014), again I thought instead of posting a longer comment, I might as well write a short blog on my...
View ArticleStacked Bar Chart with OLE
Many a time I had previously used OLE for excel based online reporting, but this time it was a graph.The requirement was to have a Stacked Bar chart, to have a invoice status wise colour difference for...
View ArticleABAP@SAP TechEd 2016
Hi everybody,Ā did you know that we're celebrating twenty years of SAP TechEd 2016 (1996 - 2016) this year! What a birthday!Ā If youāre interested in getting a detailed understanding of SAPās solutions...
View ArticleXPRA - Execute ABAP Program Automatically After Transport Request Import
Execute ABAP Program Automatically After Transport Request ImportĀ <<< sorry I can't use this editor very well -coukd not attach pdf to see the screen shots - scn is not too much fun any more...
View ArticleSome more technical details about SAP note
How to use this toolNote building blockset_cwbntheadet_cwbntstxtet_htmltextet_cwbntdataet_cwbntvalidet_cwbntciet_cwbntfixedet_cwbntgattret_cwbcidpndcet_cwbciobjet_cwbcmtextPackage SCWNAlthough I have...
View ArticleOne Example : My small tip about how to write simpl tool for study purpose
In my blog Some more technical details about SAP noteI have written a simple toolwhich allows me to get more deep understanding on SAP note.Before I wrote that tool, I have no technical knowledge on...
View ArticleAnother way to find relationship between dropdown list key and description
For example In CRM system tcode COMMPR01, there is a drop down list for Find: I can switch on key display in drop down list via "Options":After that both key and description are displayed:And via the...
View ArticleUse DB table logs for the function parameter
When we implement the SAP ERP project, we often develop the RFC function to provide data services for the non-sap system. This program design to provide log function in the RFC Function Module.Source...
View Article