SAP Business Intelligence with Elasticseach and Kibana
After having played around with Elasticsearch for indexing PI payloads and indexing ABAP source code, and especially after seeing Kibana 4, it occurred to me that Elasticsearch would actually be great...
View ArticleBoxed Data - A Dynamic ABAP Programming Framework
Hi Everyone. It has been a long time coming but I am finally posting probably the last custom object framework for a while / ever. This framework was completed back in 2014 for a specific scenario (to...
View ArticleCustom program to Convert Amount from one currency to Another currency
Custom program to Convert Amount from one currency to another currencyAs most of the technical consultants know that how to convert the amount from one currency to another currency. But in this blog I...
View ArticleChanging Fields Financial Accounting
A long time, I come across the following situation in many projects: Copyof transactions: FBL1N, FBL3NandFBL5N;CreateunnecessaryZ reports in FI;Creating incorrect append (BSEG); Although there is great...
View ArticleSALV Editable? Yes, as per this Standard SAP Application
Don’t get too excited about the editable SALV solution out of the box, but I think we have a solution. Recently Paul Hardy published a blog International Editable SALV day as the 8th anniversary of the...
View ArticleA Lisp interpreter in ABAP
I have long thought about writing a Lisp interpreter in ABAP, after coming across an article by Peter Norvig entitled "(How to Write a (Lisp) Interpreter (in Python))". In that article, he shows how to...
View ArticleWhy it’s not a good practice to use text-symbols as literals in your code
From time to time the issue of text-symbols usage keeps popping-up in my daily work, so I decided to write a short blog about why I think it is better to avoid using text-symbols as literals in your...
View ArticleSALV Editable with Single (custom) Method
This has been a SALV Editable week. Earlier this week, I published a blog on standard application using SALV for editable(SALV Editable? Yes, as per this Standard SAP Application) The solution works...
View ArticleChrome extension to highlight ABAP correction instructions in SAP Notes
Hello community, For a long time now I have been asking myself why the ABAP correction instructions in SAP Notes are presented in the way they are, pure black and white text. Sure, there are other ways...
View ArticleScreen hacks
Would you believe, if I said that the screen below, is a selection screen and not a dynpro?I could find a lot of posts on the web, on how to include a selection screen, inside a dynpro....
View ArticleStatic Class Vs Singleton Class – What to use when
PrefaceThere is sometimes a debate about whether to use a pure Static Class or a Singleton Class. The obvious question here would be - Why are we even comparing a Static Class with a Singleton Class in...
View ArticleAn Insight into Exception Handling
PrefaceIn this series, we look at the various factors that need to be considered when using class-based exceptions. The series is not an introduction to class-based exceptions. It assumes that the...
View Article(You Gotta) Fight, for Your Right (To...
... create clean, self documenting, highly-performant, technical-debt free, non-redundant & re-usable code!) Sadly, The Beastie Boys couldn't get anyone at their record label to sign off on this...
View ArticleMany help is already in your SAP system
Hi, Before go anywhere else search your solution in your system, might possible, you can get the solution there itself. Facing every day...
View ArticleAn Insight into Exception Handling - 2
The following are the various topics that we’ll look at in this blog series: -Why do we raise exceptions?http://scn.sap.com/community/abap/blog/2015/07/03/an-insight-into-exception-handlingGeneral...
View ArticleSAP Inside Track Munich
The SAP group of regulars Munich (organized within an xing group: https://www.xing.com/net/sap_stammtisch) organize the third SAP Inside Track in Munich.SAP Inside Tracks are local Events from the SAP...
View ArticleDisplaying header details in delivery while creating outbound delivery using...
Scenario- If outbound delivery for STO is created using BAPI- BAPI_OUTB_DELIVERY_CREATE_STO, it is not possible to populate value in few fields of header of delivery document (eg.-to display values in...
View ArticleLet he is who is without ABAP code sin CAST the first stone
http://www.asugnews.com/article/sap-custom-abap-code-how-to-ensure-quality-when-outsourcing#printer-friendly css ABAP Code Quality Survey by CAST The other day the American SAP Users group wanted my...
View ArticleUtility Program to download an IDOC from one system to another in the same...
Hello All, I have seen this as a common requirement while working for clients that an IDOC from say a Production system needs to be copied to Development/Quality system for the purpose of...
View ArticleText Types used in Smartforms
Hi All, In this blog i would like to explain briefly on the different text types that are used in smarforms. We all use text element node to display data via smartforms. Have you ever seen the...
View Article