ZTOAD - Open SQL editor
Hi everybody, I want to share with you one of the best program from my toolbox. I called it ZTOAD, in reference of a famous query builder in the SQL world.As you know, SAP don't give to developper...
View ArticleSALV and PEPPER : Editing individual columns in the SALV
SALV and Pepper – Edit it Real GoodEditing Specific Columns in CL_SALV_TABLEOne Sentence SummaryHow to write a report using CL_SALV_TABLE and have specific columns open for editing.Back StorySCN...
View ArticleThe infamous SORT DESCENDING (Do not use it with infotypes tables!)
As a support engineer, now and then I get incidents that are caused by a SORT PXXXX BY BEGDA DESCENDING ABAP command (Could be also SORT by ENDDA). Normally this kind of sentences are placed in...
View ArticlePart.1/4) OO Capitalization: How to create dynamically a method into a class...
This topic is the first one of a serie of articles coming soon, concerning a global approach of abap oriented-object in order to capitalize your development in a long term. To introduce basically,...
View ArticlePersistent classes: revival of a spirit. Query by range.
Dear ABAPers, Probably most of you are aware of persistent classes, meanwhile I don't know many developers who're actively using them. Moreover, I just get a response from SAP: I would propose to...
View ArticleImportance of T247 Table in Output Types
Often when we work with Sales Documents like Invoice, Output Types that were configured play a major role as it sends the necessary information to customer using any of the communication medium . The...
View ArticlePersistent classes: single get( ) method instead of multiple get_xxx()...
Dear mates, Here is the next part of my blog related to OS functionality. You can find the beginning here: Persistent classes: revival of a spirit. Query by range. I presented the way how we can use...
View ArticlePersistent classes: hashing generic query requests
Hi to everybody, This is the third part of my blog about using persisntent classes as a quick tool for generating query classes and convenient reusing of them. This is the beginning: Part 1:Persistent...
View ArticleGUI_DOWNLOAD with Field Names with more than 10 characters.
Hi All, I have seen many posts for downloading from internal table to PC and many replies for the same. Many people have suggested different ways. But I saw those posts are yet Not Answered. Some...
View ArticleHow to use messages properly in the code. Common rules.
Dear all, Today I'm going to discuss message handling with you. So basically message code - this is something important to a support team. When we have this code we can navigate to SE91 and by using...
View ArticleAdvanced navigation to a source code from the message long text.
Hi again. In the previous post I described the basic concepts of programming using SE91 messages How to use messages properly in the code. Common rules. If you used to do OO programming your logic...
View ArticleThe Journey of an E-Bite author
Later this month SAP Press will be introducing its new E-Bite publications format to the SAP community. These small size electronic books concentrate on a specific topic that, due to practical...
View ArticleSAP Fiori & SAP Business Workflow - Generic Decision App
Hy everybody, i'm working alot with SAP Fiori Applications (SAP UI5) and created a simple application that integrates with SAP Business Workflow. I wanted to create a application, which allows a simple...
View ArticleTables Parameter is not a bad option always..!!
Hi sdnmates,While writing a RFC today I got some interesting stuff ( an example of how much does SAP concentrates on performance ), worth sharing..!! Scenario : So here it goes .. -- ) : Well, you will...
View ArticleABAP Trapdoors: Size Does Matter
Welcome to another ABAP Trapdoors article. If you are intersted in the older articles, you can find a link list at the bottom of this post. There are various ways to handle XML data in ABAP, all of...
View ArticlePersistent classes: revival of a spirit. Query by range.
Dear ABAPers, Probably most of you are aware of persistent classes, meanwhile I don't know many developers who're actively using them. Moreover, I just get a response from SAP: I would propose to...
View ArticleLet's chat...
Hi, Everyday we are using lot's of application to sharing our information (personal, professional..etc). But what about business...
View ArticleSpool List with blank line
We found the list spool with one blank line in every 10 lines. . It’s because NW740 (SAPKB74010) has an SAP standard FM ‘RSPO_GET_LINES_AND_COLUMNS’. Since the default layout X_PAPER defines lines...
View ArticleHow to add Generic Object Services to your context menus
Quick intro: This post is part of a series in which I show you some interesting ABAP tips and tricks. I'll present this in the context of our own developments at STA Consulting to have a real-life...
View ArticleEasy and efficient way of uploading pricing conditions in SAP system using a...
IntroductionIn order to upload pricing conditions in SAP system, we need to create a conversion program which caters to all condition tables and uploads the respective data. Now since all condition...
View Article