Category: ABAP Tutorials
The list of the most important SAP Workflow Tcodes and SAP Workfkow Tables classified by topics. First, you will find the most important SAP WF Tcodes for both Development, TroubleShooting and Monitoring. Then, the most used SAP WF tables will be...
“The Online Text Repository (OTR) is a central storage location for texts, and provides services for editing and managing these texts. The main task of the OTR is to support the creation and translation of texts. The OTR makes translation of texts possible....
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write and easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language. SAP can handle JSON...
This article will guide through how to retrieve Mime Type of any file using ABAP Program. First, let’s deal with some definition ( what’s mime type ? ). Then we will list the most important tables in SAP for MimeTypes. The...
SAP Material Types in SAP MM are classified using Material Type and Material Category. Let’s focus on SAP Material Types here. First, we will define what’s a SAP Material Types ? Then we will list the standard types in SAP ECC....
JSON is a more and more used when dealing with communication between SAP System and different Information System Landscape. Here we will start with a fast definition for JSON and JSON Data. Then we will explain 3 different ways/Alternatives to convert...
You will find here the different methods to extract the list of WorkItems by user and TaskID. First we will start with the existing SAP Standard Function/BAPI to retrieve user’s WorkItems. Then we will have a look on Work Items and...
Start using Regular Expressions with ABAP and your Code will be more efficient and shorter. FIND REGEX and REPLACE ABAP statement with samples and real case. In this article, we will start with the common Regular Expressions Operators used in ABAP. Then,...
Create AREA ROOT Class for Shared Memroy Object Area The first step is to create an Area Rool class. ( let’s say ZCL_ROOT) Go to SAP Transaction SE24 and create a new class. Make sure you checked “Shared Memory Enabled” under...
SAP is no more only the SAPGUI Interface. SAP’ UI is becoming more open and more customizable. SAP UI Theme Designer is the new tool to create custom Theme for Different SAP Application going from SAP GUI for HTML, WebDynPro ABAP...
SAP WM Tcodes list the main Transaction for SAP Warehouse Management Transaction Codes. First you will find the list of important Tcodes, then you will find WM-DWM Decentralized Warehouse Management Tcodes and SAP WM-GF Transaction Codes...
In this post, we will detail how to retrieve SAP user Login History from SAP log system using different Methods. How to retrieve the login history for any SAP user and the list of SAP transaction codes executed by a SAP...
What the different Types of tables in SAP ?. Actually in SAP Database Tables there are 3 main types of SAP Tables: Transparent Tables, Pool and Cluster. Let’s explain each SAP Table Type. Once you got an idea about SAP Database...
SAP GUI for HTML: Menu and Toolbar Parameters. First we will detail the Toolbar Parameter with the different value. Then we will list the main SAP GUI for HTML Parameters you may want to consider when dealing with HTML version of...
SAP Adobe Document Services Licensing: Using the tool Adobe LiveCycle Designer and the Adobe document services, and using pure print forms (not interactive) is part of the license of the relevant SAP solution (including SAP NetWeaver)....
This SAP Tutorial will guide on how to translate any Workflow Task Description using the SAP Transaction Code SE63....
The standard SAP Transaction code ST22 compiles the ABAP Dumps occurred in the SAP System. In this article, I will detail the Top 18 most common ABAP dumps in ST22. It may help through troubleshooting as the first step. Second, you can...
SAP Product hierarchy tables stored the PH is an alphanumeric character string used for grouping materials. In the standard SAP system, a product hierarchy can be created with up to three levels, each with a specific number of characters. Each level...
Starting with Security in SAP, you may consider the following list of main SAP Security Transaction Codes including Security management in SAP for People and Process.?...
In order to retrieve stored Data from SAP Tables, ABAP programs use Open SQL or Native SQL to read, update or delete entries in the persistance layer (SAP db). In this article, we will discuss What’s Open SQL, then What’s Native...