SELECT 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 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 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 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 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 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 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 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 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 ArticleMonitoring 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