FIORI Notes 1 : One UX to Rule them All
The first week of the open SAP “Build Your Own SAP Fiori App in the Cloud” has just been done.I'll use this blog series as my personal notes on the Course. I post this in ABAP development as that is...
View ArticleReading a Smartstyle from the Smartform
Hi, just want to share my findings and code regarding the topic.Recently I've been working on the functionality which would allow our users to interact with the Smartform's text (which is usually comes...
View ArticleMaintaining Transport request transparency and control through add-on feature...
IntroductionIn SAP system landscape of automotive components Supplier Company where there are many Roll-out projects running across, it is required to plan development work and customizing activities...
View ArticleWhat's that coming over the hill? Is it a MONSTER?
What’s that coming over the hill? Is it a Monster? IS IT A MONSTER? Writing a Book for SAP Press – Part TwoTable of ContentsBackgroundEclipseUMLABAP 740To Be ContinuedIt’s Alive – In the City of...
View ArticleJoin types SAP queries
Quickviewer / Query – Joining tables.There are 2 ways of joining tables in SAP: Inner and outer joins.If you have to following 2 tables, that you want to join, you see that there are 2 matching...
View ArticleFunctional ABAP - Functional Programming in ABAP ?!
IntroductionA (very, very) short introduction to functional programmingDisclaimerFunctional ABAP examplesSimple startFizz-Buzzn!Fibonacci SequenceWhat's next?IntroductionThe idea to write a blog...
View ArticleWhy we must take Functional Programming seriously.
PreambleI was in the process of responding to Christian Drumm's excellent blog on Functional Programming in ABAP, when I realised that my mental ramblings should really be put into a blog (or perhaps...
View ArticleABAP Obfuscation Riddle
Tobias Trapp wants to start an ABAP obfuscation contest. For warming up a small riddle: INCLUDE NOT. IF NOT NOT NOT NOT NOT NOT NOT NOT NOTNOT NOT !NOT OR NOT NOT NOT NOT NOTNOT NOT...
View ArticleUsing SALV to show a simple popup error log
Sometimes we need to show an error log with multiples lines, and a popup window is a very good option to use here.Using CL_SALV_TABLE class, we can achieve this requirement in a very easy way. Here is...
View ArticleThere is a Monster Under my Bed
There’s a MONSTER under my bed!Writing a Book for SAP Press – Part ThreeTable of ContentsBackgroundUnit TestingStatic Code ChecksTo Be ContinuedWho’s that watching Benny Hill – Is it a Monster? Is it a...
View ArticleDebugging Any program via User parameters
This is just a step to think over how do we allow the programs to be debuggable. Its one of the ideas that i come to think over. We keep writing lots of code but at the end we need to debug them...
View ArticleCollection of our best table expressions
This post is our little collection of usefull table expressions used in SAP Transportation Management context. The examples are doamin specific, but maybe other can use the principles as well.Special...
View ArticleCall HANA Orion API from ABAP
Some months ago Thomas Jungintroduced the REST API for the SAP HANA Repository. I've implemented a client in ABAP that uses the REST API, it includes a simple GUI that lets you edit files on the HANA...
View ArticleThe Loch Ness Monster
The Loch Ness MONSTERWriting a Book for SAP Press – Part FourTable of ContentsBackgroundDebugger ScriptingEnhancement FrameworkException HandlingTo Be ContinuedBack Back Back Back, Back to the StartI...
View ArticleABAP Developer quo vadis?
ABAP Developer Specialist or Generalist or something else? What is an ABAP developers nowadays? This question I'm trying to get answered and also how I would describe my work at this time as a...
View ArticleKill delayed work processses automatically
Kill delayed work processses automatically through batch Generally we use TCode SM50 to view running processes and delete the long running processes manually. This is an attempt to make this manual...
View ArticleMIGO with respect to latest standard price available in material master of a...
Preamble -Consider a scenario where a standard costing (S) is used for raw material pricing.Purchase Orders are generated for raw materials and the standard cost of raw material is captured in...
View ArticleUsefull tips to Deveopers and Functional Consultants
Hi Guys, I would like to share my knowledge on technical which will be helpful to the Functional consultant to prepare the Functional specifications and hope will help full to the Technical developer...
View ArticleThere is a MONSTER in my Pocket!
There is a MONSTER in my pocket!Writing a Book for SAP Press – Part FiveTable of ContentsBackgroundBusiness Object Processing FrameworkBRFPlusException HandlingTo Be ContinuedBackgroundThis is the...
View ArticleCreate GOS attachment for HR object
Hello! Since you have a task to attach a file to HR object you may spend a lot of time learning how to do it.Once I did it I wanted to keep this knowledge here to return here when required. Actualy...
View Article