SAP 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 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 ? 4 of 3
Based on the social media feedback and the activity on the previousblogs in this series, I've obviously hit a sore point with a lot of people. However, it was a bit rude of me to rant about how bad...
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 ArticleHello 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 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 ArticleSharpen your ABAP Editor for TDD - Part IV.
Scharpen your ABAP Editor for Test-Driven-Development (TDD) - Part IV.Tips and Tricks for using the Object Navigator [copyright Fotos, lizenzfreie Bilder, Videos und Musikclips – iStock - iStock...
View ArticleCreating Method Dynamically
This is my first post in this blog, well playing with ABAP I thought it could be cool to add methods to a class dynamically. Am sharing with you a sample coding that just do that. After searching the...
View ArticleDisplay BDCMSGCOLL Log ( BDCMSGCOLL / BAPIRET2 )
As a developer, we frequently come across BDC / BAPI developments. When we have BDC and BAPI, Error Handling plays a crucial rule. Recently, I was engaged in a development of BDC. And when it comes to...
View Article