The case of cl_http_utility=>decode_x_base64
Hi, Lately there was a thread of converting BASE 64 TO PDF . I was intrigued so I decided to do some tests (We might get any kind of data this way) . Using Java I generated a Base64 text file (this...
View ArticleSimple generic popup selection screen for quick input or output
Hola, Today I'm going to share with you some tiny class that can save up much time when you develop something rapidly. For those guys who accepts generic programming it will be a good present as well....
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 ArticleExecute Searchhelp with Search Exit in Background
Hy everybody, i recently had the requirement to get the values of an existing searchhelp. Pretty simple when u are dialog modus. But unfortunatly the requirement was, that the search help had to be...
View ArticleSmartforms & Logos
Dealing with logos in Smartforms has always been a big problem. It never matches the client's requirements and as a result it's always a support call that I've dreaded receiving. The first problem is...
View ArticleWhy 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 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 Article