How New Debugger Saved my Day !!!
Recently I was working on a custom VOFM routine implementation. My functional counterpart was sitting with me and we had configured the routine by entering the key.Now it is my job to implement the...
View ArticleA room with an ABAP CDS view
In Björn Goerke's keynote speech from Barcelona Teched 2015, you may recall that he had crash landed on Mars, and was attempting to escape mars with the help of all of the latest SAP tech available....
View ArticleStardict/GoldenDict Dictionaries for ABAP fields and tables
Dear everyone, As functional consultant, I usually work with functional specs.My task is to review functional specs. Also, my favorite dictionary is Golden Dict, which is a successor of Stardict - a...
View ArticleFALV -> Fast ALV Grid Object
Finally I've finished to work under FALV. You can find FALV classes in attachment and description under the links. But firstly let's go through few following points: Why I've created FALV although SALV...
View ArticleSystem Landscape for Add-On Development
This is the second part of my answer to Christian Drumm's question What System Landscapes Setup to use for Add On Development? - and probably more of an answer to the original question than the first...
View ArticleOutput Type driven forms to Application Server
Requirement - The business may need a PDF output of any forms to be available for the legacy systems, So we may end up in copying the standard driver program and addition of logic to save the pdf...
View ArticleSimple Report Screen Validations - a small 'Gotcha'.....
When you write a report you should as a matter of course validate the input that the user has provided to make sure that the request thay have made is at least sane. This validation generally takes...
View ArticleThree ABAP Games
Look what I've found. Under the cloak of "Examples of Expression-Oriented Programming" recent versions of the Example Library of the ABAP Keyword Documentation contain three ABAP games. Jaw Breaker Not...
View ArticleTranslation in Adobe forms using JavaScript with different types of allignment
Few days back we found a serious problem regarding Translation of the Labels of all the forms we were working on. The pressure came from the functional. As per there requirement they want to update a...
View ArticleChange the color of the cell in the Spreadsheet XXL download
In SAP sample ALV report BCALV_GRID_01, when the output is downloaded into spreadsheet XXL format. Colors appear for the key rows and column headings with default color. In this blog we are going to...
View ArticleWYSIWYG HTML Editor
I was lately trying to find an HTML WYSIWYG editor for ABAP, but I failed. I though or this was not needed so far, or the solution was not posted anywhere. So I've tried several times and thanks to...
View ArticleHow to get the new ABAP editor in LSMW
SAP LSM Workbench (LSMW) has for years been a much used tool for data migration into SAP. It is both loved and hated :-) While LSMW has had its last update in 2004 it remains a much used tool in this...
View ArticleFrozen
FrozenThe Frozen Hare and the Tortoise One Sentence Summary How companies can find their SAP systems frozen waist deep in the ice, unable to pursue the torrent of new business opportunities rushing by...
View ArticleBe Nice Now.....
There are some legitimate cases where you may want to wait a short while in your program for something to happen. One thing I use a wait on is when I have a program running and it encounters a lock....
View ArticleHow to Make All Field in Account Assignment To Be Read only in SAP Purchase...
In some of business case of MM ( Material Management ), you need to make all field in commitment item in SAP Change Purchase Requisition ( ME52N ) to be read only based on condition.You can configure...
View ArticleHow to create a RoadMap in GUI environment
Hi guys, This is my first blog and I found an interesting subject one week ago about RoadMap but in GUI environment, normally Roadmap is used with Web Dynpros. This is the code of my program...
View ArticleABAP Active Record - An ABAP Perspective
We in ABAP world used to have everything handy. Access some information in any table, SELECT and done. Update? Done. Use some global class, done. It's not even necessary any "require" or "include"...
View ArticleThe Agile ABAPer - 5 Reasons why ABAPers should be Agile - and what you can...
The Agile ABAPer5 Reasons why ABAPers should be Agile - and what you can do about it today.It’s not often a day goes by that I don’t think about how much we all learn (and forget) over the years. Over...
View ArticleA second way to get the new ABAP editor in LSMW
In my previous blog 'How to get the new ABAP editor in LSMW' I described how a single enhancement enables the new ABAP editor in SAP's LSMW. While that solution only takes one implicit enhancement...
View ArticleFanning the Flames: Prefixing Variable/Attribute Names
Trigger Warning: This blog will probably annoy a number of people. It's been lurking in the back of my mind for some time now, originally inspired by Ralf Wenzel's article Hungarian beginner's course -...
View Article