Hello SAP, where are my APIs?
This is a blog post I wanted to write for quite some time and my first try on writing a rant. And what could be a better set up for a rant than a broken heel at the beginning of summer? Before starting...
View ArticleAccess Data types or class definition of other programs in your program
HI Guys,For past few days I was struggling hard to figure out whether we can use data types or class definitions of other programs in our programs or enhancements without using statement include or...
View ArticleAn alternate way to reprint a PDF copy of form with watermark.
When a form (smartforms) is printed, a PDF copy is generated and saved for future reference. Sometimes when you want to reprint from the PDF copy, you may want or it may be required, to add watermark...
View ArticleDevelopment dependencies translator with Transport
When developing for Multilingual clients normally translations are required. Even using standard transactions or reports this is a time consuming and boring task.I build this tool to accelerate and...
View ArticleSAP DMS document open problem in Ubuntu/Linux/MacOS
It was impossible to open documents in JAVA SAP GUI. To solve the problem I have created two enhancement in the Program LCV120F05 and FM CV200_DB_TDWE_SELECT using the implicit...
View ArticleShared memory-Sharing Objects across Programs
SHARED MEMORY As you already know there is often cases that we need to share common data across programs.This is a result of business requirements for the purpose of this blog i like to call it as...
View ArticlePredefined escape function in ABAP - escape your HTML / XML / JS content
I want to mention the nice feature of escaping string characters in ABAP. There is predefined function escape available with all options (HTML, XML, JS, JSON, XSS, URI, etc.) when you are using...
View ArticleSolution Manager attachment open problem in Ubuntu/Linux/MacOS
It was impossible to open attachment in JAVA SAP GUI in Solution Manager. To solve the problem you should required access key for the program and FM. FM SKWV_KWUI_DOC_DISPLAYStep 1 Go to line no. 112...
View ArticleHow to download your ABAP Codes into PDF file?
Normally, when I backup my ABAP codes, I just COPY-PASTE it in a notepad or in a word document. This technique is ok. But now I want to have a PDF file so I can save it into my mobile phone in order to...
View ArticleView Database Index for Given Table
Below program use to view Database Index of TableREPORT ZTABLE_IND.TYPE-POOLS : slis.SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.PARAMETERS: c1(20) type c OBLIGATORY.SELECTION-SCREEN...
View ArticleInvalid Database Object List and Activation
Below program Generate Invalid Database Object List. REPORT zinvalid_obj.TYPE-POOLS : slis.DATA : fieldcatalog TYPE slis_t_fieldcat_alv WITH HEADER LINE, " For Field Catalog...
View ArticleDoes SAP really want NON SAP Developers ? 1 of 3
I believe that this blog series will show that, despite the talk, SAP are not serious about enabling access to SAP systems for non SAP developers to download install and run SAP systems for development...
View ArticleDoes SAP really want NON SAP Developers ? 2 of 3
For full details of our remarkable journey, I refer you to the first post in this series, but to summarize, Alice is a non-SAP developer, physically located in Australia who is familiar with web...
View ArticleABAP-Reports Texts language roll-out
Hi Team, As working in continuous roll-out projects, i thought of having a small tool where i can reduce my redundant effort in text translations.with this program, i could able to download the text...
View ArticleEasy trace in New ABAP Debugger
Hello SCN,here is quick tip on how to "pinpoint" trace (SQL, performance etc..) in New ABAP Debugger. There is new debugger tool named "Trace (SE30/ST05)". You can add it to your debugger desktop like...
View ArticleNative SQL, Usefull or not?!
Hi folks ! This is my first blog post, I confess I am little nervous when i write it, first impressions are everything, right? Well, let's talk of one of my favorite theme, the statement "EXEC SQL"...
View ArticleE-Mail formatting using Standard Texts made simplified
As a utility firm, we are engaged in sending mails to many a customers and vendors of various aspects, and details. Some mails are with extensive graphics and URL links, and some are simple, with...
View ArticleTab problem in PO print out
There was a issues on my PO print out which unable to find solution using sap forum also. Issue is in address field contain values but not shown in the printout. There I have set tabs in...
View ArticleHow to get your post rejected in ABAP Development
It's getting repetitiveIt's getting repetitive. Let me say it again. It's getting repetitive... I keep rejecting the same kinds of contributions again and again - often from the same people, for the...
View ArticlemockA - Carry out checks against passed parameters to mock object's methods
What has been missing so farIn one of my last blog posts, I showed you how mock objects can be easily created. I also showed you how mock object's method calls can be counted and how verifications can...
View Article