Why Object Oriented? - Encapsulation
I've been away from coding for some time (on project management tasks) so I haven't been able to write as much as I would like, but recently I had the time to do some coding and again I was reminded of...
View ArticleUsing Google URL Shortener service via ABAP.
Sometimes you need to use short URL instead of the full URL. For example your URL in a table printed inside a PDF form with adobe livecycle, may be very very long, and sometimes is not so beautiful (or...
View ArticleInternational Editable SALV Day 2015
http://scn.sap.com/thread/733872 Dear Programmers,On the 8th of February 2008 James Hawthorne started the discussion (link above) as to why SAP does not give the CL SALV TABLE the option to be...
View ArticleProcedure to upload an excel data into an internal table while debugging in...
Hello SCN Members, Good Morning,I have faced a situation, where in SAP Development system does not have data and Testing system has data. So, i am trying to add data on the internal table manually and...
View ArticleDelivery Picking, Packing, Unpacking, Goods Issue.
As I was working to create a program that would do the picking , creation of handling units , packing of HU’s , unpacking of HU’s , delivery/picking Quantityupdate , I found it rather very difficult...
View ArticleThree simple use of object oriented concepts in your daily work
Changing habits is a hard thing, especially if we are trying to change it for something which looks more complex but change is also inevitable for a developer if they want to adapt evolving...
View ArticleUsing Categories in the ABAP development space
The ABAP development space contains more than 370 000 documents, blogs or other contributions! Formerly we introduced subspaces to organize the content. Despite the obvious advantage to establish some...
View ArticleDelte entrys from table with variabel table name
Hello guys, Maybe thats a repost, but i couldn't find something like this or maybe it's too easy for most of you.My problem was while develping a report, I had to fill several tables. So i needed a...
View ArticleMass download from solution manager
Hi, Recently I am involve with a project that use solution manager . We have a need for "mass download" . In the forum there was a mention of this screen: So I debug the code and found class...
View ArticleUML Class Diagram Export to XMI format with ABAP standard classes
IntroductionDid you ever have the situation that you are working on a customer system landscape were you wanted to export an UML class diagram for a package, but the necessary JNet was not installed?...
View ArticleLines of Code Check with Code Inspector
IntroductionLines of Code check explained from a user point of viewHow to implement the Lines of Code check and make it usable?Integration with ABAP Test CockpitConclusion IntroductionSAP delivers...
View ArticleCalculation within the program without fixed point arithmetic
First of all, I need to quote from the F1 help of "Fixed point arithmetic" checkbox in the program attributes forthe meaning of this technical...
View ArticleCode Review: Success factors
We often hear that code reviews are frustrating and waste of time. Really?? Or is the lack of adoption of a suitable, well-defined process that is the root cause of it appearing futile. Think again!!...
View ArticleNews about mockA
The current release of mockA is available at Github. It contains an error fix that I would like to outline in today´s blog post. The bugMockA allows you to mock classes as described in one of my...
View ArticleStatic ABAP Code Analysis using ConQAT
IntroductionWhy an additional tool for static code analysis?What is ConQAT?How is ConQAT used in our ABAP projects?ConQAT General InformationOverviewArchitecture SpecificationTreemap OutlineSystem Size...
View ArticleReleasing Internal Table Memory
It is a well known fact, that you release the memory occupied by an internal table using either CLEAR or FREE, where FREE releases also the initial memory area. You normally use CLEAR, if you want to...
View ArticleCreate a Formatted Excel in a Background Job
related page 1related page 2related page 3NOTE: Before beginning, the XLSX Workbench functionality must be available in the your system. Suppose we need to generate Excel-file in the background...
View ArticleUsing the Repository Information System (SE84) to find standard objects to...
As an ABAP Consultant, one thing that you hear and discover from Day 1 is that it is always good to use standard objects. But, there are a lot of times that we feel that the standard does not suit our...
View ArticleSAP Jet forms : Step-by-step Process for designing and generating a PDF
This blog gives you a brief overview about Jet forms used in SAP through a third-party software and followed with an example on it. I do accept Jet forms is an old concept. But, when you get any...
View ArticleAutomation of Text Symbol Creation
Many times we are required to create text symbols for hardcoded texts, reason being that with text symbols translation becomes possible and then the same program can be used across different...
View Article