Monitoring the SCC4 transaction
Hi,I found it interesting to share this code because it serves to monitor the SCC4 , it is a transaction that opens the SAP environment to change ... where they can be made without request. This can...
View Article'Column view' in SAPScripts/ Smartforms
As developers, many of us would have faced this challenge atleast once - the 'Terms and Conditions' Page. Most customers have T&C pages looking like this - with column view. This is easily...
View ArticleSuppressing Invoice List Creation via VF01/VF04
Hello Guys, I am writing this blog as a guide for those who will have the same requirement.It might not solve your queries directly but I believe it will still throw some light if kind of relevant to...
View ArticleAppending MARA (adding custom fields)
1. Preface I started writing this blog (working title: „Appending tables in S/4HANA – easy! (or is it?)”) with the intention to shown (and try out) how under S/4HANA 1511 appending the tables MARA and...
View ArticleTRY and RETRY, CATCH and RESUME
You know ABAP's class based exception handling very well. Exceptions are either raised explicitly with RAISE EXCEPTION or implicitly when ABAP statements go wrong,Exceptions can be propagated from...
View ArticleAn Open Source ABAP JSON Library - ZCL_MDP_JSON_*
Hi ABAP developers, I would like to introduce a new open-source ABAP JSON library we have developed. Why the world needs a new JSON library? I will explain our rationale behind developing this library...
View ArticleWeak reference in ABAP and Java
Soft referencePhantomReferenceRecently I have some recruitment interview on the topic Weak reference and I think it is necessary for me to refresh my knowledge on this topic. When I write small program...
View ArticleCore Data Services - Standard Utilities / Reports
Introduction: CDS Views can be created and viewed only from ABAP Development Tools (ADT) .The objective of this blog is to list down some standard utilities related to CDS Views which would allow us to...
View ArticleReport for Rolling Back Abandoned Developments
As an SAP customer, we have lots of small development topics (change requests) every year. Most of the change requests are tested and then transported into the production system within a short time...
View ArticleSELECT performance with LIKE Statement
Recently i faced performance issue with CHVW table. It takes more than 25 min, but i made some below changes, and now it is taking 2-3 min. So i need to share this awerness with you all. This is not...
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 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 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 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 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 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 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 ArticleHow 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 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 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 Article