New Open SQL Enhancement in 740
The following open SQL statement looks a little werid, however it could really works in 740.1. The field name of my structure ty_my_sflight is different from field defined in sflight, so in SQL...
View ArticleBitmap Processing : Stitching Images Horizontally
Two images can be stitched horizontally to create a bigger image.The image processing is done at byte level, and utilizes Thomas Jung's ZCL_ABAP_BITMAP class.Below image summarizes what is being done....
View ArticleA simple example of using ABAP regular expression: Should I use it at all in...
Currently I am working on the project to enable CRM system with social media integration. We need to extract all social posts with different social channels into CRM system like twitter, facebook and...
View ArticleAn example of AMDP( ABAP Managed Database Procedure ) in 740
ABAP Managed Database Procedures are new feature available in AS ABAP 7.40, SP05 which enables you to manage and call stored procedures or database procedure in AS ABAP. An ABAP Managed Database...
View ArticleA small tip to find all classes which are registered to a given event - And...
I would like to get a list of all classes which have methods registered to the event NEW_FOCUS of CL_BSP_WD_COLLECTION_WRAPPER. When I try to use "where used list", I meet with a time out exception....
View Articleclass documentation generator
The ABAP Class Documentation Generator works equal to the well-known JavaDoc tool for documenting Java classes. It is available in software component BBPCRM (starting with CRM 7.0) A good...
View ArticleABAP in jEdit - Offline ABAP Editor
Do you also keep your ABAP snippets in some kind of ASCII-files using notepad or other editors to look them up? If you want to lookup your ABAP code when you are offline everything is displayed in one...
View ArticleEnvironment sensitive Job Spawning
InspirationFor faster results, we often execute programs in parallel using background jobs. Even though this might be a good idea in terms of processing efficiency, on many occasions this results in...
View ArticleCreating Excel the Java way
Hi all, I would like to share with you a some code development . There is a constant request to generate Excel report from SAP .As far as I know there is no built in support to do that from ABAP.There...
View ArticleHow to check SAP system URL?
This is not something new but i got to work on SAP system in my recent assignment where i wanted to access SAP system URL from SAP mobile platform. Here is my finding on this: Prerequisite: You must be...
View ArticleStep by step process to restrict vendor payments under certain conditions in...
Created by Venkat ReddySample Scenario - If the date maintained in the vendor master is less than Payment Date then the payments made to that specific Vendor in the F110 run should not get paid....
View ArticleChange TEXTs in master data.
This blog explains how to find Text name,Text ID, language and text object from the master data and change it as per our requirement. Finding Text name,Text ID, language and Text object : Let us take...
View ArticleSDB_ADBC - Power to the people...
Hi all, Recently there was some mentions of package SDB_ADBC in passing. Personally I was not aware of its existence so I ask some "older" ABAP programmers and all I received was was a big null........
View ArticleABAP static analysis tool SQF
Recently my colleague Zhang, Harry has introduced one useful tool to me and I would like to share it with you. ABAP static analysis tool SQF is a static code analysis tool developed in package...
View ArticleHiding Indicator Fields in Query Report.
Queries are mostly used by the functional to generate quick reports without using ABAP code. But the there are certain situations where the report cannot be generated directly through queries using...
View ArticleBDC for Recipe Creation
Its a year of BDC for me.... this is my first Blog .. In this Blog i'm sharing how to create Recipe using BDC and issues which I faced while creating BDC for Recipe Creation C201. Before recipe...
View ArticleSDB_ADBC - the program
Hi all, As I wrote here http://scn.sap.com/community/abap/blog/2013/12/23/sdbadbc--power-to-the-peopleI have been playing with package SDB_ADBC and its gang members.... Based on what I learned from...
View ArticleScreen process with ABAP OO
At last I have find time to write this . If you find anything wrong pls let me know. As all you know screen process in ABAP has two main block PBO ( Process before output ) and PAI ( Process after...
View ArticleA small tip of class cl_system_transaction_state
The class cl_system_transaction_state contains several useful utility methods: get_in_update_task: return the flag whether current code is running with normal work process or in update work...
View ArticleFSCM: Additional Tab to Business partner through BDT Settings
Introduction to BDT:The BDT (Business Data Toolset) is a central control tool for maintaining master data and simple transaction data. In addition to dialog maintenance, it also supports maintenance...
View Article