SAP Attachment: The following ABAP program sample is optimized to Mass extraction of SAP Attachments (GOS) for Sales Documents.
SAP Mass Attachments Extraction using ABAP.
Continue reading “SAP Attachments Mass Extraction for Sales Documents (ABAP)”SAP Transformation: Legacy ECC to S/4HANA, BTP & ABAP Cloud
ABAP Snippets: Collection of usefull ABAP Sample Programs. Some of the most important and requerent Custom ABAP Program. Just copy, paste it and F8 …
SAP Attachment: The following ABAP program sample is optimized to Mass extraction of SAP Attachments (GOS) for Sales Documents.
SAP Mass Attachments Extraction using ABAP.
Continue reading “SAP Attachments Mass Extraction for Sales Documents (ABAP)”Sap Application Log with transactions SAP SLG0 and SAP SLG1. The First part covers the main SAP Application Log using the standard SAP Application Log SLG0 and SLG1.
The Second part details how you can create, manage SAP Log using ABAP with the different options.
Continue reading “Manage SAP SLG1 – Application Log in ABAP with samples”This article will cover How Sap Classification is handled.
It starts with SAP Characteristics and Classes Customizing to get an overview of Classification.
The second part is more technical and covers the Master Data for Classification (ex: AUSP).
The last part explains how to handle Characteristics in ABAP Coding: How to read and Update Characteristics.
You will find a link to ABAP Program Update characteristic value in Sap: how to update the SAP Customer Classification.
Continue reading “SAP Classification and Characteristics : Customizing & Tables (AUSP)”This code will update characteristic value in SAP.
First, it checks if the characteristic is already exists or if has to be created.
Second, it updates the characteristic value.
Continue reading “Update Characteristic Value for SAP Customer with Sample ABAP Code”
Conversion ABAP between types is a main topics in an ABAP developer.
Actually, SAP stores sometimes the same information/Data in different table or the module function requests a different types for the input or output.
This article will cover Conversion in ABAP Coding between the most used types : Binary, String and Table.
Will handling with data or attachment, few conversion function will be helpful in order to extract, save file.
Continue reading “Conversion ABAP: between Binary, String, XString and Table”