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.
Change documents in SAP log the modification of objects at the field level. Many SAP transactions provide a direct link to a list of the corresponding change lists directly via the SAP menu. You can...
During the upgrade of an SAP system, you first have to clean up inactive objects. Here's how you can find these inactive objects: In SE80, there is a search option for inactive objects in the...
RFBIBL00 is an SAP standard program used for importing accounting data into an SAP system. It processes a text file in a specific format. Unfortunately, documentation for this program is scarce, and...
CSV files are still an important file format. But how can you read such a file in ABAP? The backbone for processing a CSV file in ABAP is the function module RSDS_CONVERT_CSV. It splits a single...
Sometimes it is important to check your Java version and the path of your Java Runtime. You might have different Java versions on your computer and your program might not behave like it should....
Let's assume you want to generate a technical idenifier from a String. The idenitifer cannot have whitespace. So you want to replace blanks or tab characters or any other case of whitespace against...