ABAP Dump Texts - Quick and Dirty
Matthew Billingham has written a helpful blog about ABAP dumps. From my point of view a lot of helpful information is already contained in the short dump texts. You might be interested to see these...
View ArticleProject Object - The best Excel (xls, xlsx, csv) file reader around?
Dear community, I believe we have all been there. We want to read an excel file with some data in a table, and each time we look around for an example (or for the last report where we needed this), and...
View ArticleDesign - Dynamic Programming or Not...
Technical Design Time So you are doing the technical design of a project. OK - so the design and the coding have been done and you are supporting it. (Me) But pretend I helped design the "mess" I...
View ArticleUsing UPL for doing just the needed rework
The SituationIn bigger and long-running projects you are faced more often than not with task to rework already existing coding. For example, the project used a specific version of a library and now it...
View ArticleFM to get SD Document Flow
I'm writing this post in order to help others who have difficulties finding the correct SD document flow by accessing directly to standard tables. SAP provides us with a function module called...
View ArticleDoes ABAP Really Require Longer Procedures?
Note: I did originally publish in the following post in my company's blog on software quality. Since it might be interesting for many ABAP developers, I re-publish it here (slightly adopted). My...
View ArticleSAP User Tracking System - Part 4
HiIt's another program, where i have use CL_GUI_TIMER class, and based on that displaying the User Login Information in different location.In this program, at the starting a screen open with maps,...
View ArticleSAP User Tracking System - Part 3
HiNow the final part to display the Outcomes.5. Program to Display users Logged Information. Now display the Information in final output and check the created service is working fine or not. Now...
View ArticleSAP User Tracking System - Part 2
HiStill steps are waiting to follow and find the final output comes. We have to write code which contains google map environment to display Google Map. Now i continue with pending steps...4. Created a...
View ArticleSAP User Tracking System - Part 1
HiMy Question is very simple; can we track user login information? Yes, one way is there, I think everybody knows the answer, but let me explain.To activate any of the Exist, that’s trigger at the time...
View ArticleHR_INFOTYPE_OPERATION : Synchronous Employee Data Update
Introduction:Most often we come across requirement to update employee master data, with synchronously update / modify multiple info type in one transaction.Intent of given document to brief about...
View ArticleThe 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 ArticleABAP Dump Texts - Quick and Dirty
Matthew Billingham has written a helpful blog about ABAP dumps. From my point of view a lot of helpful information is already contained in the short dump texts. You might be interested to see these...
View ArticleFM to get SD Document Flow
I'm writing this post in order to help others who have difficulties finding the correct SD document flow by accessing directly to standard tables. SAP provides us with a function module called...
View ArticleCore Data Services (CDS) ABAP Feature Matrix
With SAP NW ABAP 7.4 SP5 the first instalment of Core Data Services (CDS) support in ABAP was delivered (see New Data Modeling Features in SAP NW ABAP 7.4 SP5). Since CDS is a relatively new...
View ArticleHow to debug an RFC function module.
Debugging a RFC:1. Set External breakpoint in the target server. Keep a breakpoint in the current system before the the RFC statement.2. Go to tcode SRDEBUG and activate debugging. Give User ID and...
View Article