Sap Change Documents for Custom Table and Fields

This post will explain how to Create Sap Change Documents for Custom Table or Field step by step.



Continue reading “Sap Change Documents for Custom Table and Fields”

Demystifying ABAP Code Page in SAP ( Tables and BAPI )

ABAP Code page determines how the systeme interprets ?data and display the data.
In ABAP, you have to set the code page in order to handle the special characters. (?For exemple, in French ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? don’t exist in English keyboard.).

In this post, you will find the standard function to replace characters (the easy way ), then learn to get the Target ABAP Code Page for the country and a platform. Last thing is the standard CCC ABAP Conversion Classes.

Continue reading “Demystifying ABAP Code Page in SAP ( Tables and BAPI )”

Conversion ABAP: between Binary, String, XString and Table

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”

CL_BCS Class : 5 Easy Steps To Send Email with ABAP

CL_BCS Class is the standard new SAP to handle and send email.

CL_BCS allows to
– Attach files to email
– Build the HTML/raw of body.
– Set email’s Senders & Receiver
– Send email …

This post is a step by step SAP ABAP Tutorial how to sends email from SAP with the CL_BCS in ABAP with sample ABAP code.

Continue reading “CL_BCS Class : 5 Easy Steps To Send Email with ABAP”
Exit mobile version