SAP Equipment Tables details the main Tables for Equipment Master Data in SAP and especially in SAP PM (Plant Maintenance).
First we will start with the main Tables List, then we will go deeper for the top SAP Equipment Tables.
SAP Transformation: Legacy ECC to S/4HANA, BTP & ABAP Cloud
SAP PM Tutorials – Plant Maintenance SAP PM Module training materials
SAP Equipment Tables details the main Tables for Equipment Master Data in SAP and especially in SAP PM (Plant Maintenance).
First we will start with the main Tables List, then we will go deeper for the top SAP Equipment Tables.
SAP Equipment Exit: Customize the business processing for the SAP Equipment Tcodes IE01 IE02.
This post will detail the different option to enhance SAP Equipment creation and modification Exit: User Exit, BADI and BTE event.
SAP BOM Category: BOM ( Bill of Material ) can be used to represent different Objects: Material, Order, Equipment (SM), WBS (PS), Standard (PS), Document and Functional Location (PM)
In this post, you will find some illustrations of SAP BOM in different SAP modules with the relevant SAP Tcodes and the main link SAP Table for each.
Manufacturing Plants for a SAP material list is some times it is tricky.
In this post, I will explain 2 methods to retrieve the list of Plant who manufacter a Product.
It is the internal Plants to company of course who produce the SAP material.
The First Method is based on SAP Production Order
The second method is based on SAP Plant Data.
Create Notification in SAP PM (Plant Maintenance) is detailed step by step in the following document.
That you can download or print and use it later a SAP Notification creation bible.
SAP Notification Status has a complex status schema, this step by step tutorial will explain you how to read SAP Notification Status.
In the first part, it will explain the SAP Notification Status Tables and the second part will provide sample and function module to read Notification status in SAP.
SAP Good Movement BAPI: SAP MM-IM offers a package of SAP Good Movement BAPIs to read, update or create Material Document.
Usually, the relative SAP Good Movement BAPI for Good Movement start with BAPI_GOODSMVT_*.
In SAP PM ( Plant Maintenance), Sap Maintenance Notificationin order to handle event of malfunction or exceptional situation.
Maintenance Notification will help to describe the technical condition for an object subject of the issue and then forward the request to maintenance department in order to perform the right tasks.
Before Creating Equipment Work Centers in SAP, let’s start by SAP PM Equipment Creation: Equipment is an individual and physical object that is maintained as an autonomous unit. Maintenance history and cost can be tracked historically.
This article is an step by step tutorial to creation an equipment in SAP PM.
In order to get all Notification Text (QMEL, IFLOAT, … ), the standard way to do is to call the READ_TEXT which works fine.
But when we have to retrieve texts simultaneously of thousands of Notifications, the READ_TEXT in loop will be not for performance as it performs connection to database then FETCH data.