LUW - Part1
Logical unit of work (LUW) in SAP:The objective of this document is aimed at explaining the concept of logical unit of work in SAP. I assume that this will be a good read for my fellow readers. Why...
View ArticleABAP Dependency Injection - An implementation approach
IntroductionIn this blog I want to show you some concepts of a solution for a "Dependency Injection"(DI)-approach which is used in one of my recent projects. It consists of a DI-Framework written in...
View ArticlePerformance analysis of long running programs in ABAP
Performance analysis of long running programs in ABAP: The objective of this blog is to show how to analyze long running programs in ABAP. Customers often complain about some custom reports in ABAP are...
View ArticleWhat is ANST....and why aren't you using it?
ANST – also known as the Automated Notes Search Tool, is a powerful application that searches SAP notes for a specific problem based on the issue in your system. The tool is available if you have...
View ArticleClassical way to ABAP OO style of coding
Object Oriented ABAP is taking slow phase in adoption for Pure ABAPers(Not working in Webdynpro or other object oriented space); even I took a yearlong to completely do my work in OO. Even I was in a...
View ArticleAutomatic QA and release request - part 02
A not too long time ago...I had detailed in previous blog about creating a tool to analyze the source code, or the best solution, using the ATC (Abap Test Cockpit). I mentioned about the quality and...
View ArticleAutomated Note Search Tool (ANST) - Quick and easy how to
Yesterday we had an issue on an SAP implementation. I was sure that it was a standard error, because in other implementation the functionality works perfectly. On Twitter Nicolas Busson reminded me...
View ArticleEnqueues and Update Tasks
What help.sap.com doesn't tell usI thought, SAP is pretty clear in what they tell us about the _SCOPE-parameter that can be passed to every enqueue-function modul.The parameter can have 3 values, which...
View ArticleUsing MS word as Editor in SAP Script and Smartforms
This document details the procedure in using Microsoft Word as editor in SAP Script / Smart Forms. In normal case, when you try opening the editor in Smart Forms, the following editor would appear:...
View ArticleTroubleshooting Switch Framework issues
Since SAP introduced Enhancement Package concept it is possible to switch business functions on anytime in a Netweaver system and for some cases it is possible to switch them off without downtime...
View ArticleSFTP - Connection From SAP ABAP - Findings
Hello , I am posting this blog to list out my findings of the possibility of Connecting to a server enabled with SFTP from a Abap program.I have been given this requirement from my company that i...
View ArticleEnemy of the State
Enemy of the State · What in the world is a “state machine”? An ABAP Example· How to achieve this using a previous “domain specific language” example·...
View ArticleCombine several Spool request and create PDF - Transfer to local Desktop
Hello all , I have developed a program that will combine several spool request that are otf and create a single PDF . This PDF is then transferred to the desktop . If you want to transfer this file...
View ArticleToo many cooks spoil the broth
Dear Solution Managers(Friends),"This is the limit of tolerance". I am writing this blog to collect people's point of view especially ABAPer how they tackle functional person's logic when they are more...
View ArticleBoxed components and memory efficiency
What's a boxed component? I read about them first in this document - http://scn.sap.com/docs/DOC-26231. Then I read the release notes - you do read the release notes when you upgrade to a new abap...
View ArticleHow called code can strangely influence your own program flow
The ProblemBecause ABAP is a language with (too) many possibilities, called procedures can strangely affect the flow of the calling program. In some cases, even a trace does not clarify the...
View ArticleCreate Efficient Code using renewed ABAP
Hi friends, I am writing this just to share what I had learned from the TECH ED 203 Bangalore. The renewed ABAP has come up with efficient coding or increasing the productivity and readable code. Here...
View ArticleFBLXX NEW FIELD
Transaction Code : FIBF SE11RFPOS- APPEND STRUCTURE Create your structure as you need Append another structure also in RFPOSX but includes same fields with Appended structure in RFPOS Run the...
View ArticleAutomated Note Search Tool (ANST) - Quick and easy how to
Yesterday we had an issue on an SAP implementation. I was sure that it was a standard error, because in other implementation the functionality works perfectly. On Twitter Nicolas Busson reminded me...
View ArticleEnqueues and Update Tasks
What help.sap.com doesn't tell usI thought, SAP is pretty clear in what they tell us about the _SCOPE-parameter that can be passed to every enqueue-function modul.The parameter can have 3 values, which...
View Article