Row level lock using table maintenance views
Hi Guys, while working with own database tables (Z* tables) the SAP offers us a simple tool to add data or edit these tables. I am talking about the table maintenance views, that you can call via the...
View ArticleWhere Are My Transports ?
Hi,Recently there were some questions about transport information functions.The program attached Y_R_EITAN_TEST_26_02 is my attempt of using some of the transport functions ....
View ArticleSoftware archaeology in SAP code
"REPORT HAS BEEN DEACTIVATED". You may find statement saying that within ABAP code like reports. One may wonder what does it actually mean. Usually the case is that the code is obsolete and it should...
View ArticleABAP Editor Cherries!
I stumbled across some handy features in the new ABAP editor which may come helpful to a busy ABAP Programmer. Check them out. Bookmarks Have you found yourself spending a long time scrolling up or...
View ArticleThe case of the missing cl_salv_form_layout_grid
Hi,Recently there was a request to display more then one cl_salv_table on screen with headers.Not able to display Header Details using cl_salv_table class by Idris Ahmed KhanDisplay multiply...
View ArticleAutomatically Generate Data Declarations While Inserting FM or Method Call
SummaryThere is a very important time-saving ABAP Editor setting that enables data declaration of actual parameters when calling a function module (FM) or class method. The setting should work fine on...
View ArticleCreating test data directory(variants in SE37) by programming
Recently there was an issue in ECC while updating records to infotypes. Third party sends data to PI and PI in return calls ECC via a RFC enabled FM. I was not sure whether data received by ECC was...
View ArticleBasic Smart form "source" scan
Hi, Some times there is a need to do a source scan of smart forms . The recent needs that triggers this blog entry is here: How to remove hardcoded values in smartforms Program Y_R_EITAN_TEST_31_08...
View ArticleEmpower your development
Hi ABAP friends, after reading the BlogABAP Editor Cherries! i had the idea of giving you some tools that might power up your applications or will help you writting performant andhigh-qualityABAP code...
View ArticleUnderstanding CSV files and their handling in ABAP
In many ABAP developments, we use CSV files and sometimes there is confusion regarding CSV itself. Is it just a text file with values separated by commas ? Let's look at semantics of the various...
View ArticleBack to basics - Screen Flow and Screen Sequences .
I was a little bit hesitant if there is a place for such a post but then I decided lets the public be the Judge....Some time we have to create a program that involve multiple screens . Program...
View ArticleSearch Hard Codes In Smart Form And Smart Styles Used In The Form
Scanning program is used to scan the overall smart forms and display the hard coded values used in windows and initialization and teaches you how to find the nodes exactly where it is placed when you...
View ArticleHow to submit the report from V2 update process?
Hello mates, I believe this post will seem really strange solution for most of gurus here but there was the only solution i have found to solve the task. Sometimes you have set of programs ( standard...
View ArticleData Pre-Validation TOOL – Envision Perfect SAP Master Data Validation
Let me ask one question before we touch base to Data Pre-Validation tool: What is a core business principle to run a successful company? Answer is “Assets must be managed meritoriously”. However there...
View ArticleABAP and Line Feeds
What is a line feed? A line feed is a control character as defined in Wikipedia. In former times such control characters were used to mechanically feed a line in a teletype writer or to let the...
View ArticleYou can get plenty of information about this if you can Google......
Hi,From time to time we see as a response to a question something like:"You can get plenty of information about this if you can Google.."I agree with that response but searching can be frustrating .But...
View ArticleSome Simple Innovative Ways - PDF Output For ABAP Reports
It was quite a while that something interesting came up like this one. For Old school developers in ABAP like myself who have found comfort working on ABAP for a decade become so ingrained in it that...
View ArticleABAP Dictionary - Extra Dry
Every ABAP Programmer knows the ABAP Dictionary, the metadata repository of the AS ABAP, where you can define semantically rich data types and database tables or views as the backbone of any serious...
View Article#sitHH : Exposing data to #UI5 without using SAP Gateway, Part II: back to...
You may (should) have read part I of this blog post already to understand the motivation why I haven't used SAP Gateway for this short example.In part I you'll also find some information / coding I'm...
View ArticleTechEd && d-code : First Timer
I will be attending TechEd && d-code this October, in Las Vegas, for the first time in my SAP career. I am really looking forward to the opportunity to rub elbows with like minded SAP...
View Article