Demystifying ABAP Code Page in SAP ( Tables and BAPI )

check if email is valid

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.

Read more

Conversion ABAP: between Binary, String, XString and Table

SAP ABAP

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.

Read more

CL_BCS Class : 5 Easy Steps To Send Email with ABAP

SAP send email cl bcs

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.

Read more

SAP Refresh Buffer – All the Tcodes to refresh Buffer in SAP

ABAP Workbench

SAP Refresh Buffer: time to time, SAP Refresh buffer is required. Please find bellowing the list of shortcut to handle different type of refresh.
Although, you must consider that refreshing Buffer is SAP may cause serious performance issue, in fact, after refreshing SAP will try to retrieve all the buffered data and tables before?running any ABAP Program.

Read more