Using 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 ArticleWorking with Zebra Printers..
This blog introduces links to my documents which deals with the process of working with Zebra printers These documents are based on my project learnings. I was meant to design barcode labels (both...
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 ArticleBTE – Business transaction events “demystified”.
Business transaction events (BTE) are one of the least popular enhancement techniques according to me. One of the reasons could be lack of awareness of exact functionality of how BTE’s work. My attempt...
View ArticleCustom subscreen on standard Transaction EEDM09, EEDM10 and EEDM11
Requirement:Requirement is to add few fields on the SAP standard transaction EEDM09, EEDM10 and EEDM11. In Standard screen, it should appear under Header tab with one more tab “other”. These custom...
View ArticleTips to solve the extension(customer fields) problem in BAPI even though the...
Usually we face problems while using BAPIs for extension. Either extensions are not properly filled or they are filled with some special characters (garbage values).Even if the extension structures for...
View ArticleA Way of Reading Huge Excel Files
Recently, a colleague of mine had to write an ABAP application with an import functionality for Excel files. I recommended him to use the abap2xlsx package which serves as a fully featured negotiator...
View ArticleCase Study On HCM Outbound Interfaces
Overview: Here i want to share an idea on HCM outbound interfaces which we extensively used in our project.This blog gives you a basic idea on how we designed our HCM interfaces and please pour...
View ArticleHyperlink alias in Smartform
I have searched the forum to find solution for Hyperlink alias in Smartform and found the below link http://scn.sap.com/message/9724092#9724092 - Hyperlink in Smartform...
View ArticleScreen Enhancement For RECN Transaction
This is the common requirement while implementation of REFx Module. The Requirement is to add the additional fields in RECN transaction. As their are no appropriate BADIs or User Exits available for...
View ArticleTeam Procedural vs Team OO
State Machine Part 2 : Team Procedural vs. Team OO Contents IntroductionOpening Song by Team ProceduralCode ExamplesVarious OO and Procedural MusingsClosing Song by Team OO Introduction When Sumanth...
View Article