Sometimes you need to find out a transaction code for an IMG activity in SPRO. Continue reading
Category Archives: Customizing
SAP – How to enable IMG customizing directly in production system
Some IMG customizing activities are protected against modification in all but customizing system/client. But there might be activities that consultants need to perform directly in the production system without transporting the change though all the systems. Continue reading
ABAP – Modify RFQ item data during SAVE
There’s a user exit EXIT_SAPMM06E_012 (include ZXM06U43) you can use to perform various user checks before an RFQ is saved in Tx ME41/ME42. But what if you need to modify the line item data? Continue reading
ABAP – Create new SET/GET Parameter ID
If you need to create your own parameter id which can be bound to a data element or which you can use in your abap commands SET/GET PARAMETER ID, you can follow the steps described below. Continue reading
ABAP – Number ranges usage
I wanted to have a tool for monitoring usage of internal number ranges in a system (such tool should be used also as a backround job) which can alert a system administrator in case a number range is reaching end of its interval. Continue reading
ABAP – Additional button in the selection screen toolbar
In this short code snippet you can find out how to add additional buttons to the selection screen and trigger user-defined functions based on what user clicks on.
This specific example shows how to display current report’s documentation.
Note: The INFO button is added to the selection screen automatically once you maintain the report’s documentation, but the following code should serve as a reference on how a similar thing can be done manually. Continue reading
SAP – Movement Types
What Is a Movement Type?
When you enter a goods movement in the system, you must enter a movement type to differentiate between the various goods movements. A movement type is a three-digit identification key for a goods movement. The following table contains examples of movement types. Continue reading
SAP – Classification System
SAP Classification system can be very powerful tool to provide additional information to your master data. It can be used for classifying and subsequent searching objects based on given set of characteristics describing the object.
Also with using classification system you can extend your master data without modifying the master data tables! Continue reading
ABAP – Additional Fields on the Material Master
If you need to extend your Material Master view tabs then this article will show how you can do it in few simple steps. Continue reading
SAP Authorizations Basic Overview
This article contains the very basic info about implementing security in SAP / ABAP using Authorizations Continue reading