SAP OTR Tcodes, Tables, Function and Translation

SAP OTR, Online Text Repository OTR Tcodes Tables Function and Translation

SAP OTR: “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. Terminology is more uniform and texts can easily be reused.

Read more

List of The most important JSON ABAP Classes in SAP

JSON and ABAP

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 format. So standard SAP offers mutiple JSON ABAP Classes. Here the main list of theses classes. 

Read more

How to retrieve Mime Type of File in ABAP ? ( SAP Mime Types Tables)

Mime Type in SAP

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 last part will cover how to retrive, for a particular file, the mime type using standard SAP functions.

Read more

SAP Material Types List in SAP MM

List of Important SAP Material Types in SAP MM e1531389169319

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.

The next section covers the technical side of SAP Material Types. Finally, we present the way how to create a custom/new SAP Material Types.

Read more

SAP MC94 Tcode – Change Flexible LIS Planning

SAP PP Tcodes e1478774325601

SAP MC94 Tcode

SAP MC94 Tcode (Change Flexible LIS Planning) is classified in the Production Planning and Control module under application component Sales Plan and runs R/3 application development: Sales & Operations Planning program SAPMMCP6 upon execution.

Check the full list of SAP PP Transaction codes and SAP PP Tables ? Important Production Planning Tables in SAP PP.

Read more

SAP GW Serie: Retrieve Attachment with GW (GET_STREAM )

SAP Gateway GEt STREAM Method Implementation Retrieve Attachment

How to Retrieve Attachment with GW ?
The OData Channel provides a generic solution for exposing binary data that is stored in an SAP Business Suite backend system and should be accessible using a media link entry.

Here the definition of the DPC method /IWBEP/IF_MGW_APPL_SRV_RUNTIME~GET_STREAM in order to retrieve the media.

Also, you will find some useful sample of GET_STREAM method implementation. 

Read more

Using Regular Expressions in SAP ABAP (REPLACE, FIND REGEX)

Regular Expressions in SAP ABAP

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, you will find some useful ABAP Statement using Regular Expressions in order to detail the main Regex in ABAP: the FIND REGEX and REPLACE. 

Read more

SAP UI Theme Designer PDF Ressources: Step by Step Started Guides

SAP UI Theme Designer

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 And SAP Fiori Apps.

In this article, you will find a compilation of useful PDF documents presenting SAP UI Theme Designer and enriched with Step by Step Tutorials on How to create and apply Custom Theme.

Read more