My CDS view self study tutorial - Part 4 how does annotation @OData.publish work
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 ArticleMy CDS view self study tutorial - Part 5 how to create CDS view which...
How is navigation implemented among CDS viewsHow to test navigationHow the navigation is implemented in ABAP sidePart1 - how to test odata service generated by CDS viewPart2 - what objects are...
View ArticleOpen Source ABAP tools - abaplint and abapCov
abaplintContinuous Integration is a hot topic, but it has always been difficult to do anything for ABAP open source projects, as it would require a dedicated SAP system to run the tests on. So I've...
View ArticleHow to do convenient multicase unit tests with zmockup_loader
Some time ago I published a post about a mockup loading tool we use for unit testing in our projects http://scn.sap.com/community/abap/blog/2015/11/12/unit-testing-mockup-loader-for-abap. Since then me...
View ArticleExample on how to modify BEGDA and/or ENDDA of any PA infotype using the...
Introduction I was surprised not to find any examples on how to modify the start and/or end dates of PA infotypes using the decoupled framework. Typically the start and end dates are part of the key...
View ArticleA bug in bapi BAPI_OUTB_DELIVERY_CREATE_SLS (and its solution)?
Hi community, Another blazing fast and short blog post of mine. It seems I have come across a bug in standard bapi BAPI_OUTB_DELIVERY_CREATE_SLS. I was trying to use it to deliver completely a sales...
View ArticleMy CDS view self study tutorial - Part 6 consume table function in CDS view
1. Create a new table function2. Create a new AMDP implementation3. Consume the created table function in CDS view4. Test the whole solutionPart1 - how to test odata service generated by CDS viewPart2...
View ArticleZINCLUDE_ASSEMBLER - develop conveniently, publish as a single file
Hi Community, This post is dedicated to open source lovers. In a couple of open source projects I've seen the following dilema: Convenience for users: the code must be easy installable so there is a...
View ArticleAn ABAP tool to get ABAP source codes line number
How to use this toolHow to get the source code of this toolYou can use this tool ( an ABAP report ) to get the line number of your ABAP source code. How to use this tool Just specify the criteria based...
View ArticleGetting Started with ABAP Programming Model for Fiori Apps
This blog provides a collection of information (presentations, blogs, videos, ...) about the ABAP programming model for Fiori Apps which is delivered in the ABAP stack starting from SAP NetWeaver 7.5...
View ArticleABAP 740 – Is CONSTANT not a Static Attribute anymore?
Originally published at - ABAP 740 – Is CONSTANT not a Static Attribute anymore?CLASS_CONSTRUCTOR would be called automatically whenever the class would be accessed – either by creation of an instance...
View ArticleSmartform Version Comparison
There has long been a requirement, where we need to compare 2 Smartform versions.In SAP there is no feature for this, there are no past versions maintained and also certainly no remote comparison. This...
View ArticleWorking with SABRIX when Japanese Entity is Involved
In this Technical Solution I am sharing my experience with SABRIX and doing business with japan Vendors or Customers. Many questions might arise if you do not know about SABRIX. If SABRIX is known to...
View ArticleSending files from non-SAP to SAP system via Javascript and Webservice (Quick...
A year ago, I encountered a challenge working with a third party document repository system that does not have a real RESTful Webservice. The challenge was the third party system uploads PDF files that...
View ArticleThe 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 Article