A Quick Introduction to ABAP HR Programming (PDF)

ABAP HR Programming

ABAP HR PROGRAMMING is a variant of ABAP Programming for a specific SAP HR ( Humain Ressources modules).

This post contains two PDF Guides to start a journey as an ABAP HR developer and to understand the difference between the ‘classic ABAP’ and the HR ABAP.

In the end, find more resources to learn ABAP Programming for SAP HR Module.

Read more

SAP Output Processing – SAP Output Message with SAP NACE

SAP Process Order

Sap Output Message: (SAP NACE) This article will explain how to?Create New Output Type for a?SAP Output Message with NACE Tcode.
It is well detailed with Step by Step tutorial with all the customizing to be done. This guide will guide from 0 to full New Output Message Type working.

As extra, I joined at the end a Troubleshooting session for the most common issue when dealing with NACE Tcode and SAP Output Message.
In Order to have a relevant sample, let’s take the example of custom Message Type for SAP Sales Documents.

Read more

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