My CDS view self study tutorial - Part 1 how to test odata service generated...
PrerequisiteMetadata testRead operation testFilter operation testI am a newbie of CDS view related topic and recently I have to learn it. I will write down here not only the knowledge I learned but...
View ArticleMy CDS view self study tutorial - Part 2 what objects are automatically...
Automatically inserted table entries during CDS view activationDDDDLSRCDDDDLSRC02BTDDHEADANNODDLDEPENDENCY Part1 - how to test odata service generated by CDS viewPart2 - this blogPart3 - how is view...
View ArticleMy CDS view self study tutorial - Part 3 how is view source in Eclipse...
Part1 how to test odata service generated by CDS viewPart2 what objects are automatically generated after you activate one CDS viewPart3 this blogLet's review what we have learned so far. Through SQL...
View ArticleUnicode check with Code Inspector
Some companies still run non unicode SAP systems. if you plan to convert your system to unicode, you can run UCCHECK regularly on your system, or add the unicode check to the code inspector framework...
View ArticleMy 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 ArticleStep by Step Procedure to Find BTE and Implementation
Hi Friends, Here am detailing my recent BTE Implementation with Screenshot . To find BTE for a Transaction we have FM , BF_FUNCTIONS_FIND and PC_FUNCTION_FIND.Set Break-Point in the below line....
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 ArticleInternational Editable SALV Day 2016
International Editable SALV Day 2016 – Year EightDear CL_SALV_TABLE Fans, Welcome to February 8th, 2016 which is the eighth International Editable SALV Day. See below for a link to a blog I wrote to...
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 Article