Join 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 ArticleWDA: Call WebDynpro application from ABAP code with parameter table type
In the main window of WD component define importing parameter (for example SYSTEM_ROLES with type IHTTPVAL (predefined type - string)Add the parameter to the WD applicationIn the ABAP code (the place...
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 ArticleQuasimodo vs CL_GUI_ALV_GRID
The Hunchback of Notre Dame vs CL_GUI_ALV_GRIDWriting a Book for SAP Press – Part SixTable of ContentsBackgroundInterfacesCL_GUI_ALV_GRIDTo Be ContinuedBackgroundThis is the latest in my series of...
View Articlesimple sap ABAP code to find USER-EXITS and BADI
Dear friends,This is the code to find userexits and badi. *&---------------------------------------------------------------------**& Report...
View ArticleAttach File to Standard Trasaction VA02 Using Function Module...
Scenario: Many times there is a business requirement of linking documents, entering notes, sending notes or linking an internet address to various SAP objects. These external attachments can be...
View Article