Finding Actual function module for a Function Exit
It is common to find customer exits in SAP’s code and Function modules, to accommodate customer specific business rules in SAP provided applications. These exits sometimes are in the form: Call...
View ArticleCreate new batch characteristics with values checked and suggested by a...
In this example I'll try to show you how to create new characteristics for a material batch. This will include the following steps:Creation of a function module to check characteristics value...
View ArticlePosting a Goods Movement Document in IS-OIL
This blog illustrates the method to post goods movement in IS-OIL. Almost every one of us have used “BAPI_GOODSMVT_CREATE” to post a material goods movement in SAP. But when we are working in IS-Oil...
View ArticleScreen cast of Open XML documents Contents read
Hello.This is a screen-cast showingReading Contents of MS-Word documents ( Open XML documents )form outside the SAP into SAP content. http://www.youtube.com/watch?v=Ratcsce-8qE Open XML documents...
View ArticleMACROS in ABAP
Well, it is a very old methodology but still useful in some cases..... for those who are not aware.... Macro is just like Sub-routine BUT.... it has some differences. MACROS needs to be declared before...
View ArticleGlobal Data in ABAP OO Programs
I decided to spend a bit of time looking at some of the blogs being published out on SCN as I found myself with a bit of time. Unfortunately I found a lot of examples of poor quality coding, obsolete...
View ArticleAdding custom fields to the Purchase Order transaction ME21N HEADER & ITEM...
I searched for Enhancements for ME21N to add custom fields . I found lot of examples unfortunately i didn't come across complete Step by Step Process.So i decided to give a elaborate document....
View ArticleReport to export SQ01 result ot applicaiton server file even in background job
This report is a work around standard SQ01 limitation, which limits the saving capability of report to GUI in foreground.*&---------------------------------------------------------------------*...
View ArticleAdding custom fields to the Purchase Order transaction ME51N ITEM LEVEL.
Enhancement for ME51N Is : MEREQ001 Go to SMOD and search for Enhancement. If enhancement is know then got to CMOD. Go to CMOD and create Project For Example : ZMM_PR. Click CREATE button and...
View ArticleNew Technical Brief on ABAP for SAP HANA
Build real-time business applications leveraging the SAP HANA platform to the max with SAP NetWeaver Application Server for ABAP. It offers an excellent, standards-based development and runtime...
View ArticleRecording Deep Structure to Database via Data Cluster
While writing with ABAP, many programer uses deep structure. Some case we need to record data in deep structure but normal SE11 dictionary type doesnt allow us. So i came up with this : Using Data...
View ArticleSuggestions for Open XML documents Secnarios
Hello.in my last blogs i gave some examples and information about Open XML Documents Manipulation in SAP. Open XML is an Open Standard for word processing documents , spreadsheets and presentations.We...
View ArticleABAP Code Naming Conventions - A Rant
Take everything with big pinch of salt(unless you have high blood pressure in which case do not read this rant, it'll probably make it worse.)It is not my intention to offend! A couple of people have...
View ArticleBase 10 to Base 26 conversion
Recently I came across a requirement to convert base 10(decimal) value to base 26(more info can be found at http://en.wikipedia.org/wiki/Hexavigesimal) Here is the small piece of code which does the...
View ArticleFinding Actual function module for a Function Exit
It is common to find customer exits in SAP’s code and Function modules, to accommodate customer specific business rules in SAP provided applications. These exits sometimes are in the form: Call...
View ArticleSome Important Function Modules
Hi All,These are some of the Function Modules which i found very useful and used repeatedly in my development projects. Hope these are useful for all your fellow ABAP-ers out there.S.NoFM...
View ArticlePlaying with WRITE: statement
This Program will write in almost all possible ways: *&---------------------------------------------------------------------**& Report ZGB_PRINTERS **&...
View ArticleNew ABAP Features with ABAP 7.40
With the release of AS ABAP 7.40 the ABAP language has some nice new features. Following are few of them – 1. Introduction of real expression oriented feature –Suppose we have to output a value of...
View ArticleWarn Developers about released objects but not yet transported to Production
Hi ABAPers, I would like to have the opportunity to share a useful development warning system. Many of us have experienced problems when transporting objects from DEV- > QMS -> PRD. When more...
View ArticleDisplay Company Logo (image) in Selection Screen
Have you ever wondered how we can place an image file in the selection screen of an ABAP Report? For example, if we go to the transaction SMARTFORMS we will find an image on the selection screen. Given...
View Article