The 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 Developer 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 ArticlePost a credit note - Residual Clearing
Posting a credit note and doing partial / full clearing of a invoice following residual clearing method was a customer requirement in our latest project. I am sure this would be a very common...
View ArticleSALV Default Column description as Column Name
Code snippet to set the Column Description as the Column Name when the Column description is empty in the ALV generated by SALV model.Sometimes you want to do some quick programming. When you use the...
View ArticleAPO Planning book macros on aggregated levels
Original of article taken from my personal blog site at oprsteny.com Here I'd like to present my solution of a problem in APO planning books where it was necessary to load multiple products and...
View ArticleABAP News for 7.40, SP08 - Start Value for Constructor Expressions
With Release 7.40 constructor expressions NEW, VALUE and CORRESPONDING were introduced, that allow you to construct complex data objects in operand positions. Some of you might have noticed, that...
View Article