The case of source compare utility
Hi, Recently I was involve in complex development environment that was not working so well..... The overhead of this adventure was the need to verify that the code was transported successfully form the...
View ArticleHow to perform an ATC check automatically during transport TASK release
The ABAP Test Cockpit (ATC) can easily be configured to check every transport request that is released. But in case you are using transport of copies to import into the quality/test system (for example...
View ArticleEasily count custom code (Z Code) lines in your system
One of my colleague asked this question and I found that it is very easy to get the custom lines count in your server. Here is how. 1. Goto Tcode /SDF/CD_CCA =>Select "SAP Clone Finder" 2. In the...
View ArticleMy CDS view self study tutorial - Part 7 unveil the secret of...
1. Debugging in UI5 application2. Debugging in ABAP backend Part1 - how to test odata service generated by CDS viewPart2 - what objects are automatically generate after you activate one CDS viewPart3 -...
View ArticleMy CDS view self study tutorial - Part 8 my summary of different approaches...
Approach 1: developer does not declaration explicitly, but backend generates automaticallyApproach 2: developer adds one style of annotation, and backend framework detects such annotation, and do some...
View ArticleSelect-options to RFC_READ_TABLE options
Hello. This is not going to be rocket-science, but after searching SCN for some time not finding the answer/code I needed, but realizing that many people have the same/similar requirement to mine, I...
View ArticleHCM Processes and Forms for a Newbie in ABAP HR
Hi All, Up until now I had never worked on ABAP HR, it always did sound very different and is very different also! Always had my fears in logical databases. But then I guess I was very unaware of...
View ArticleEditor's Block Mode
I think erveryone knows the block mode of the edtor where you can select a block of characters while holding down the ALT-key. Did you know, that you can replace ALL of the selected characters at...
View ArticleBRFplus conquers the Whirling Circle of DEATH
BRFplus vs the Whirling Circle of DeathThis story has a happy ending.... I have been playing around with BRFplus now, for many years, ever since a spent one winter reading the SAP Press book on the...
View ArticleNews about ABAP Package Concept: Naming Conventions for Package Hierarchies
In this blog entry I’ll describe impact of OSS note 2297645 for ABAP development: https://launchpad.support.sap.com/#/notes/2297645/ . For me this is a very important ABAP innovation. SAP Partners and...
View ArticleENHANCE YOUR CODING STYLE
Imagine yourself in a situation where you are asked to explore about a topic by just an introductory heading.Seems like judging the contents of book by merely reading its title.Difficult,isn't it?...
View ArticleCL_DEMO_OUTPUT, Part 1 of 2 - Usage
In the ABAP Keyword Documentation, in SCN blogs or in other demos you might have recognized the usage of class CL_DEMO_OUTPUT. This blog in two parts will explain that class a little bit closer. Part 1...
View ArticleCL_DEMO_OUTPUT, Part 2 of 2 - A Look Behind
In this blog we will look a little bit closer behind the curtain of CL_DEMO_OUTPUT, the usage of which was introduced in Part 1. DisclaimerThe classes described here are not intended for productive...
View ArticleLogging Expressions
In two preceding blogs I bragged about CL_DEMO_OUTPUT. Predictably, there is some disappointment because this class is not intended for productive usage.Fair enough. But you can use it for testing...
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 ArticleStep by step to visualize your CDS view via Analysis Path Framework (APF)
Analysis Path Framework (APF) is a framework which provides reuse components that allow you to build and enhance interactive analytical Web applications. Recently during my self study, I find out that...
View ArticleDownload payslip in PDF format employee wise to Application Server
This blog describes the option to download payslip of each employee in separate PDF files to application server. In the case of smartform, the payslip of each employee will be printed in each page of...
View ArticleHow to maintain the partner mobile phone when creating SO with...
When creating sales order with BAPI_SALESORDER_CREATEFROMDAT2, we normally use the structure PARTNERADDRESSES to change the partner address data if needed. However, the "mobile phone" field is not...
View ArticleCode visualization using Moose
It is now possible to extract model information from a SAP system to analyze it using Moose in a Pharo virtual machine. Pharo is a kind of Smalltalk and heavily used by specialists who develop...
View ArticleMy CDS view self study tutorial - Part 9 cube view and query view
Part1 - how to test odata service generated by CDS viewPart2 - what objects are automatically generate after you activate one CDS viewPart3 - how is view source in Eclipse converted to ABAP view in the...
View Article