Tips
Tips
SAP development
-
ABAP performance improvment
When you delete an entry from an internal table in ABAP, the system has to re-generate the index. Continue Reading
-
Exporting a list to memory
Here's how to get the output of a standard report into an internal table without Import/Export. Continue Reading
-
Bypassing locked objects
Sometimes we need to make some change in a code and urgently transport it to production, only to find that the object is in somebody's change request. Continue Reading
-
Solving the build vs. buy equation
Should your company keep control of its supply chain and manufacturing facilities? Or should it outsource? "To build or to buy" is a question that's pressing even harder. Continue Reading
-
Dynamic load for customer tables
This report uploads the contents to any customer table (Z*) from an excel source file. Continue Reading
-
Dynamic name determination of an ODS table
Here's a way to determine the technical name of any table of an ODS Object. Continue Reading
-
Modify/insert/delete any table in SE16
You can do the table manipulations in SE16. Continue Reading
-
Find anything in the SAP menu
You could find any transaction or transaction name in the menu using this handy transaction. Continue Reading
-
Enable the Intervals-button of select-options in read mode
If you want to restrict a user in Select Options from editing the field value/multiple values, this tip will help. Continue Reading
-
Unit conversions made easy
Sometimes there comes a situation where the conversion from one unit to another may become necessary. Continue Reading
-
Quick access to select-options data
There is a quick way to get access to select-options data at the instant of saving. Continue Reading
-
Download inernal tables to MS Excel
Sample code to download an internal table into Excel as part of the program execution. Continue Reading
-
Time-saving ST05 tips
Here are some time-saving tips for when you're working with ST05. Continue Reading
-
Job-debugging
Ever had the problem that when you want to debug a short running job, you would be too late in SM50? Continue Reading
-
Protecting your code against debugging
If you want to protect a program against debugging, there's a short and easy trick to do this. Continue Reading