SAP SD Tcodes (Transaction Tcodes) in Sales and Distribution

SAP SD Tcodes: List of Important and useful Transaction codes used in SAP sales and distribution ( SD ) module.



Continue reading “SAP SD Tcodes (Transaction Tcodes) in Sales and Distribution”

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”

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

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.
Continue reading “SAP Refresh Buffer – All the Tcodes to refresh Buffer in SAP”

The Most Important SAP PM Tcodes – Classified by PM Topics

SAP PM Main Tcodes regroups the main used transaction in SAP PM. Of course, it will depend on you use of PM. but still it can be helpful.

The Main SAP Plaint Maintenance Transaction Codes will be classified by Categories in this article:




Continue reading “The Most Important SAP PM Tcodes – Classified by PM Topics”

The most important SAP PM Main BAPI (SAP Plant Maintenance BAPI)

SAP PM Main BAPI for important Objects of SAP PM: Measurements, Notifications, Orders, Confirmation, Functional Location and Equipment.
As I lost a lot of time finding out which BAPI, I want to avoid you that. So, I am sharing the whole list of almost all data for SAP PM Main BAPI Notification, Order, … ).

The list is organized by topic and the most used bapi are in bold.  The topics for SAP PM BAPI covered here are: 

Continue reading “The most important SAP PM Main BAPI (SAP Plant Maintenance BAPI)”
Exit mobile version