Some handy ABAP tricks
I am sharing some very useful ABAP tricks which I came across. Again, these might not be new for some people but still some of us are not aware of it. "Somewhere, something incredible is waiting to be...
View ArticleABAP Object Services: Some useful additions
All modern programming language environments have some kind of ORM ( Object Relationship Mechanism ) mechanism. It allows persistence to be represented as programming language objects. In ABAP object...
View ArticleABAP Objects: Objects-Oriented Programming
I know what you are thinking. This fellow cannot spell (and maybe you are right, but that is another story). He even misspelled the title of this blog post! Correct. I did misspell object-oriented...
View ArticleTop 10 things ABAP developers should know when learning JavaScript
This article tells you what you need to know when starting out learning JavaScript when you have a background in ABAP. Think of it as "JavaScript 101 for ABAPers". The aim is to give you a good...
View ArticleOO geek journal - ABAP 2 JSON with Composite pattern
This is an alpha version yet, but I am a bit excited to have this done lately, so I decided to post it on SDN. Business backgroundAt my current project at work we need to integrate our web order system...
View ArticleHow to store a mobile made picture in SAPoffice
Hi everybody, in this blog post I'm going to show you how you are able to make a picture via a mobile application and store it as an attachment in SAP (SAPoffice). The blog post contains out of the...
View ArticleStep by step to create QRCode in ABAP Webdynpro
Step1 Create a new form interface in tcode SFPStep2 Create a new form template in tcode SFPStep3 Create a new ABAP webdynproTestStep1 Create a new form interface in tcode SFPClick tab "Interface",add a...
View ArticleDynamic validation of manual input
I faced a scenario where I had an ALV grid where all columns were of the same generic type (let's make it simple) CHAR255. Each column has its name in field catalog in format TABNAME-FIELDNAME (+ more...
View ArticleDynamic table creation using RTTS
Dynamic table creation using RTTS. I was reading the blog published by Pieter Lemaire on (Dynamic tables in ALV with RTTI); there he has explained some dynamic functionality using RTTS – I thought the...
View ArticleTransactional RFC and Common issues
Hi everybody, in this blog post I am trying to explain about transactional RFC, common issues in tRFC and troubleshooting the issues. The below information’s are gathered from various SCN discussions...
View ArticleABAP Memory Inspectors
The amount of memory an ABAP program consumes depends on the amount of data being processed, which is typically stored in some type of in-memory structure (such as internal tables) that grows...
View ArticleEnhancement segment E1WXX01 for IDOc WPUWBW (OUTBOUND)
The IDOc WPUWBW for goodsmovement, has a Basic Type WPUWBW01 which has some segments: As you can notice in the image, the IDOc has three segments: E1WPG01: Header segment which will have the...
View ArticleA framework for local/region specific requirements in user-exits using BAdIs...
Hi SCN community, This blog post is a logical follow-up from this blog post of mine, where I share my design for a region specific implementation framework using ABAP OO and the factory pattern...
View ArticleHow To Extract Formatted SALV Output As An Excel Document in the background
Recently, have come across a requirement to send output of report developed based on SALV as an excel attachment. To achieve the same we can use the method TO_XML of class CL_SALV_TABLE. This method...
View ArticleSome recommended Points everybody should remember when developing (ABAP)
Hi all,I just thought making a new blog about some good behavior when getting a ABAP-developer. Ok, most of the points hit all developers, I think.First I thought, maybe this is a blog for all the...
View ArticleJavaScript for ABAP Developers
Calling all ABAP developers who need/want to learn JavaScript... In Kevin Small's excellent blog he informed ABAP developers that:a) Its OK to take other programming languages seriously :-)b)...
View ArticleWatch out the evil hacks and do not close the internet!
An easter egg always is a nice way to let others enjoy your programming. But placing evil hacks inside the code can be slightly too-much: And for those who think that all this internet stuff is...
View ArticleChecking Global Internal Table Data During Debugging
I was recently debugging a sales order user exit and wanted to see data present in all the internal tables at that point.Since all internal tables had header line, their records count was not visible...
View ArticleSecrets of Application Performance Engineering Process
In the Application Performance Engineering, all phases are equally crucial right from identifying the performance test scenario to the Analysis & tuning. Performance improvement is normally an...
View ArticleCalculate Dunning charges through BTE ‘00001071’ at the time of...
Calculate Dunning charges through BTE ‘00001071’ at the time of Dunning(Tcode-F150)This is the scenario regarding calculate dunning charges and posting in customer line item. This calculates the...
View Article