abap2xlsx – Business charts
In July 2010, SAP Mentor Ivan Femia released the first version of the open source project abap2xlsxthat allowed ABAP developers to generate professional spreadsheets from scratch with all theadvanced...
View ArticleSearch Generic UIBB
I continued exploring the new functionality(I always define something as "NEW" if I do not know that topic before, so I would consider this functionality as "NEW" to me ) and came across the "Search...
View ArticleDELETE itab statement and the ABAP Garbage Collector
Note: a more suitable name for this blog should be "DELETE itab statement and memory use" or "DELETE itab statement and memory deallocation", because the Garbage Collector is not responsible for...
View ArticleSearch GUIBB & List GUIBB
In my last blog(http://scn.sap.com/community/abap/blog/2012/12/08/search-generic-uibbSearch Generic UIBB) I demonstrated how to use the Search GUIBB and in this blog I shall continue to explain how to...
View ArticleTrigger HRASR Process using ABAP Report
Scenario - There could be few scenarios where you want to trigger the HCM P&F based process from a background job or an ABAP report. You may want to perform a mass processing using some kind of...
View ArticleSyntax error in program "/1BCDWBEN... - Enqueue object short-dump
ProblemIt happened more than once in different systems from our environment therefore it was adopted as part of our post-refresh activities.After a system refresh (from production to quality or...
View ArticleIntegrate Your SAP System with Handheld RF Devices Using ITSMobile
My above article was published in SAPexperts-IT, SAPexperts-SCM and SAPexperts-Project-Management journals.It will also feature in the print copy of SAPProfessional Journal January issue.Following are...
View ArticleHey Software Bugs - be careful!
Hey Software Bugs - be careful!Unit-Testing one of the skills that Developer should focus in 2013 I love Testing, I love to deliver bug-free software and I love when Unit-Testing become more and more...
View ArticleGet WSDL from ABAP PROXY
Hi Experts,A few days ago I had a client request, which was to generate a proxy based on another proxy, because I had no corresponding WSDL.Then I happened to find a way to get the WSDL generated proxy...
View ArticleDynamic Inner Joins
Hi Guys, we write select with dynamic table names and dynamic where clause, but i had never written a dynamic inner join.I tried it with some help from google and all and then got so many dumps but...
View ArticleSharpen your ABAP Editor for TDD - Part I
Sharpen your ABAP Editor for Test-Driven-Development (TDD) - Part IHow to optimize your Performance by using the new ABAP Editor "Give me six hours to chop down a tree and I will spend the first four...
View ArticleDomain Specific Language in ABAP
Domain Specific Language in ABAP In my recent blogs http://scn.sap.com/community/abap/blog/2012/05/01/back-to-the-future--part-01...
View ArticleA Web Client Against a REST API with JavaScript and XML
Why REST?A Sample REST ServiceThe ApplicationTestingThe JavaScript Working With the Response XML DataThe Field AbstractionThe Self-Actualizing Drop-Down BoxThe Table AbstractionSummary In a previous...
View ArticleStrings and XStrings - Why you make me dream about cookies
Lately, I've been quite busy working on some demo applications using the Document Management System. What typically happens in most cases, is that a link to the original document is stored somewhere. I...
View ArticleUsing a REST API with jQuery and JSON
Rolling Your Own Samples with jsfiddleHow to Make a Polyglot APICross-Origin Ressource Sharing (CORS)Application DesignServer RequestsModel-View-Controller in the BrowserCoupling with the Events...
View ArticleSharpen your ABAP Editor for TDD - Part II.
Scharpen your ABAP Editor for Test-Driven-Development (TDD) - Part II.How to optimize your Performance by using the new ABAP Editor [image from http://static.supernifty.com.au/images/comic-mastery.png...
View ArticleSend HTML Mail using Smartforms
Hi everyone, in this blog I will share my two cents worth in sending notification email in SAP. Business scenarios In my project, I have to write a customized Web Dynpro Application to facilitate a...
View ArticleTransactions and tables search tool for android
Hi, I have created an android application generally because I found it useful for me. For example, I found myself searching tables/transactions in SAP, and because one letter of the searched word is...
View ArticleDeveloping a REST API in ABAP
The ICF TreeFirst Strategy: HTTP Request MethodSecond Strategy: Data Transfer FormatThe Common Plot for All RequestsA Specific Task - the PUT RequestSession, Identity and LockingUsing ABAP's Built-In...
View ArticleCONSTANTS lc_5000 type werks_d value '5000'? Whats wrong here?
Anything wrong with the below statement CONSTANTS lc_5000 type werks_d value '5000'. The compiler doesn't complain - syntax checks are okay.The code inspector doesn't complain - as the following...
View Article