Problem in sales order creation using BAPI_SALESORDER_CREATEFROMDAT2 for BOM...
Generally when we create sales order using BAPI_SALESORDER_CREATEFROMDAT2, there we pass item number externally into the tables parameter - ORDER_ITEMS_IN like 10, 20, 30 format. Problem:When there is...
View ArticleTransport Tracking Made Easier in SAP
This blog will help in understanding the concept of transport request attributes and how it will help in transport management. This will help in achieving good governance of transport requests in big...
View ArticleUnderstanding Widening Cast in ABAP Objects
There are many discussions about Widening cast in SCN. some say, it is Up casting while other say it is Down casting. I remember in a way as depicted below and still following the same. Let's take a...
View ArticleBackground jobs with users for authorization - report
Recently I had an issue to make an report for background jobs that are planned to run from dialog user. All informations I needed was in transaction sm37, but for every job I had to double click on it...
View ArticleSurvey Bachelor Thesis - Security Risks in the SAP Environment
Dear SAP Community,My name is Rick Trojahn and I study Business Informatics. I am currently working on my bachelor thesis. Therefore I created a survey on security risks in the SAP environment. I am...
View ArticleMS-Office change Layout using Open XML for SAP
Hello.Often when we create documents Templates we are wasting a lot of time and effort on visualize these documents.In the screen cast below there is an example of how easy itcould be with using Open...
View ArticleUse of Standard SAP function modules in custom development
Hello, I work on SAP Product Support. There are several incidents opened by customers related to the use of Standard SAP function modules (FM) in custom development. Basically they use a standard FM in...
View ArticleShortcuts that can make an ABAP'er life easier
Introduction ABAP is quite different from many contemporary programming languages in several ways. Some aspects of ABAP would make us wonder why is it made this complex while some aspects are so...
View ArticleSurvey Bachelor Thesis - Security Risks in the SAP Environment
Dear SAP Community,My name is Rick and I study Business Informatics. I am currently working on my bachelor thesis. Therefore I created a survey on security risks in the ABAP Code. I am having problems...
View ArticleCreate flexible database tables for your applications.
Most of us today, working on SAP solutions have to create custom applications. These applications may be simple program to as complex as designed across multiple SAP / Non-SAP systems. One of the most...
View ArticleHow to log any changes in MM01/MM02 customer subscreen and table
Sometimes clients need to log any changes made by user on customer created screen and Z table in MM01/MM02. You can do it by activate user-exit at save (for example):at user-exit insert your code:...
View ArticleHow to Implement Function Module Exits using BADI
Hi Developers , Consider a scenario in which you are going to create BADI definition as well for a customer exit. Here are the steps: a ) Find out the correct customer exit for your requirement from...
View ArticleGet RFC Destination Dynamically in SAP ABAP
Function module to get RFC destinations. In CRM system FM CRM_AV_CHECK_R3_GET_DESTIN can be used to get destination as follows, Data: lv_dest type rfcdest. call function...
View ArticleA Dream for SE80 - Github Integration
When I heard Code Exchange was closing, I was bummed. I read that a new code exchange 2.0 is being developed, but as I write this it is still under construction. As many people have pointed out,...
View ArticleDo Quality Processes really matters ?
"Do the Quality processes in SAP projects really matters ? ",this is a basic question which strike to my mind,while I was sitting in the Quarterly Audit for my project."You have to update the object...
View ArticleSAPLink plugin for Workflow objects
Recently I found myself as a SAPLink user- a client of mine was not offering a remote access and at the same time they were expecting some pilot solution ASAP. So I had to do developments in a...
View ArticleCreation of Custom Collective Search help
Creation of the Blog post :I want to share you some points regarding Creation of Custom Collective Search help : Actual Requirement : My requirement is to develop a Custom Module pool screen where I...
View ArticlemockA repuplished
DisruptionAs you might have noticed, I removed the mockA repository at Github. I did this as as a precation to avoid licensing issues. As these questions are clarified now, mockA is available again at...
View ArticleIoC implemented
ChallengeYesterday we had an interesting discussion about the following requirement: There is an application which consists of a webdynpro UI and a backend model. The backend model is described by an...
View ArticleA real example: how to leverage ABAP breakpoint with type "Exception"
Hi friends, most of the time when your application does not work as you expected and you want to debug to find root cause. Unfortunately there is no hint in your application which can guide you to...
View Article