Before you go, check this out!
We have lots more on the site to show you. You've only seen one page. Check out this post which is one of the most popular of all time.
The SAP menu can show the transaction codes next to the transaction names. This is a great help in order to learn those codes. You can use these codes directly in the SAP GUI to start your...
Java allows you to use different fonts in your swing dialog elements. The class GraphicsEnvironment will tell you which fonts are available on your computer. The method to use is called...
An ABAP function module encapsulates a piece of ABAP code under a name and makes this code globally available within the SAP system. Function modules are always part of a function group. In many...
An SAP system can perform FTP data transfer directly in ABAP. The function module to open the FTP connection is FTP_CONNECT. Password handling however is tricky. Please also check whether you could...
ABAP does not have a ++ operator like C or Java do. The best equivalent for ++ is the += operator starting in Netweaver 7.54. On older systems you can use the add command. Let us first have a look...
These tables are used in SAP to store IDocs: The table EDIDC - IDoc control recordThe table EDID4 - payload of the IDocThe table EDIDS - status records of the IDoc Knowing these tables better...