Tips
Tips
SAP ABAP
-
Using the SAP Password BAPIs
Here are some time and money-saving ways to get around having to buy a named userid for all users of your SAP system. Continue Reading
-
Testing BAPI for ITS-based application
During development, call BAPIs from ITS not directly, but using intermediate RFC function module which translate variables. Continue Reading
-
Finding underlying transaction data
Another wayto find underlying transaction data Continue Reading
-
Developing an ITS-based MiniApp
MiniApps built in ABAP Workbench let you access your various SAP component systems via the mySAP Workplace. Continue Reading
-
Internal Table Fields in the Debugger
In the debugger you can look at specific fields of an internal table without scrolling from left to right & back and forth. Continue Reading
-
Beautify ABAP code
This tip will show you how to make your SAP ABAP code more readable and presentable. Continue Reading
-
Using hash tables for fast lookup
If you have an internal table in a program used solely for lookup, it's good programming practice to use a hash table.
Continue Reading -
Very dynamic field-symbols
Referring to data from calling program in an SAP customer function. Continue Reading
-
ABAPING without Tables
-
BAPI Commit
Test/execute BAPI called BAPI_SALESORDER_CREATEFROMDAT2 for sales order creation. Continue Reading
-
Test your templates with Netscape Navigator
-
Automatic nightly client copy triggering
-
Write shorter, more readable code using ABAP Objects
Develop a simple class hierarchy to describe functionality found in programs and implement it using template programs. Continue Reading
-
Authentication and single sign-on
With SAP's SNC option, you can switch off passwords and achieve Single Sign-On from a separate security infrastructure. Continue Reading
-
Comparing programs