2007 Dec 27
1 of 59 |
How to install an external ABAP add-on software component created with the tool Add-on Assembly Kit (AAK) - SAP has certified partners who are conformed to the ABAP add-on certification requirements and utilize the AAK to package and deliver their add-on so......
2007 Dec 07
2 of 59 |
On Debugging Planning Macros - Lately I have been dealing with some planning macros. I am a newbie with these macros but I have a lot of experience with ABAP debugging. That's why ......
2007 Oct 25
3 of 59 |
CONTROL_FORM - Calling Commands Using a program - The function module CONTROL_FORM can be used to create SapScript control statements from within an ABAP program.
Example:
call function ‘CONTR......
2007 Sep 29
4 of 59 |
How to use ABAP HTTP_POST - SAP has the function modules HTTP_GET and HTTP_POST to call remote urls. With HTTP_GET one can just had parameters in the URL to send information to ......
2007 Sep 25
5 of 59 |
What did we learn using Database Mirroring over the last two years in our SAP ERP system - Well, back from vacation and on travel again. In preparation for the SQL PASS conference where I had to do several presentations, I sat down with our......
2007 Sep 05
6 of 59 |
The SQL Trace (ST05) Quick and Easy - The SQL Trace, which is part of the Performance Trace (transaction ST05), is the most important tool to test the performance of the database. Unfortu......
2007 Jun 26
7 of 59 |
ATP fun - I always suspected that APO ATP was something special. And I don't mean the technology, I mean the people behind the technology. See for example, the......
8 of 59 |
Goodbye Map&Guide, hello Google Geocoder - Geocoding is an important function for transportation planning (for distance calculation in transport optimization). SAP SCM comes with a geocoding t......
2007 Jun 03
9 of 59 |
Get Your Program up to Speed - In the last weblog (weblog 12)you have got to know a very important tool for developers, the debugger. In this weblog (weblog 13 of our weblog series......
2007 May 11
10 of 59 |
ABAP Trial Version for Newbies Part 11: Getting More Familiar With the ABAP Dictionary - In this weblog we make our program more flexible: You learn how to enable simple user input to a report and get more familiar with some important ele......