Intelligent Pagination Concept in SAP Jet Forms
This blog presents the concept of intelligent pagination which is used for restricting or controlling the jet form layout based on some criteria.Jet forms:Jet forms are used to produce electronic...
View ArticleUsing program referenced variables in pricing routines
It shouldn't be a difficult thing to agree that pricing is one of the most tricky items to handle, especially when it comes to debugging scenarios that break so randomly. There was an issue where a...
View ArticleArchiving a Smartform
I was working on a smartform associated with an output type where it was required to trigger an output with the following requirements.Archive the output triggered into an external repository, like...
View ArticleHow to Print image over data in smartforms from Include texts.
In Standard Scripts you may find data as such variable logo and variable data(variable in the sense, image and data change as per document) are combined in a include text and printed.where as same...
View ArticleCharacter formats for Smart form and Adobe form
Hello, This blog entry stem from this question I asked (https://scn.sap.com/thread/3697966) and the response that I got from Jānis B. I think that all the credits should go to him . I am working for a...
View ArticleTop 10 ABAP crimes
Unfortunately It is not very rare to see sloppy codes in ABAP especially if you are working as a consultant. In this blog you can see my selection of worst ten examples. Some might be debatable but...
View ArticleCall two ALV tables in fullscreen
Issue: Create a Report with 2 ALV tables. These should open in full screen and take the maximum amount of space available on the screen. This one is for ABAP beginners. There is a Report by Ruchi...
View ArticleHow to set Page Break/ Page Reset in Smartforms using Events
The events in the smartforms are helpful in the requirements, where we need the following scenarios to be done:Page break based on the document(sales order number, delivery number, ship-to number)To...
View ArticleCurrency CURR type with more than 2 decimals - ALV output
I just realized how to use CURR type with more than 2 decimals. I created a DOMAIN with Data Type CURR and 8 decimal places. Look at what happens at SE16N Details:Value on right (Value Unconverted) is...
View ArticleThe Zen of Python in ABAP
After reading Gungor Ozcelebi's blog, Top 10 ABAP crimes, I though I would share some Wisdom from "The Zen of Python" written by Tim Peters. This is valid for any programming language or developer,...
View ArticleDifference in Valuation Data in MM03 from MBEW
The accounting tab of MM03 transaction displays all the valuation data of the material. All this data is fetched from MBEW table. For some materials there will be difference in the values displayed in...
View ArticleCreating internal table at runtime and display it (dynamic design) - beginners
Hi at all! I am relatively new to ABAP and I am just sitting in on creating some templates for often used topics.The problem I have is that a lot of posts are not explained very well, hence it is often...
View ArticleCreating a Smartform and Access it via ABAP Program
Hi at all! The next topic I want to cover is a short introduction on how to create a Smartform and call it from a program. For this you have to have an understanding of Smartforms in general. However...
View ArticleTest Driving the ABAP Test Double Framework - Eclipse Tools
This is a follow-up to the Test Driving the ABAP Test Double FrameworkThat blog contains screen shots of ABAP Unit tools in SAPGUI.I've since re-installed my Eclipse. Below are the equivalent ABAP Unit...
View ArticleAdding fields to table BKPF and updating in posting transactions.
I recently had a specification to insert in the FI head document two new fields for internal validations in the corp. I research about it and i want to share my solution. This post is just to share...
View ArticleAdditional Fields on the Material Master
This article has its original at my blog http://oprsteny.com If you need to extend your Material Master view tabs then this article will show how you can do it in few simple steps.Let's have an example...
View ArticleInsufficient Data for an Image error with Adobe Reader
Hi guys, recently I got into trouble with some SAP 4.7 developments, I have SAP 4.7 release 620 at level 0063. I don't really know what the basis team upgraded but some reports begun to generate wrong...
View ArticleSAP Praxishandbuch ABAP - Book Review
The author has collected the most important recurring solutions for ABAP development in this book. Therefore he could restrict the book to a manageable size. Nevertheless the solutions are explained by...
View ArticleNAMING STANDARDS IN ABAP CODING
1 IntroductionThis document describes the development standards for SAP R/3, Workbench objects. These standards define the approach to be followed by all developers during development and maintenance...
View ArticleabapOpenChecks - Open source checks SAP Code Inspector / ATC
Over the last 6 months I've been working on a set of custom checks for code inspector, the project is available on github. Currently it contains the following general purpose checks, some complex and...
View Article