PPC_PROFILE SAP (PPC: Confirmation Profile) Table details

Dictionary Type: Table
Description: PPC: Confirmation Profile




ABAP Code to SELECT data from PPC_PROFILE
Related tables to PPC_PROFILE
Access table PPC_PROFILE




Table field list including key, data, relationships and ABAP select examples

PPC_PROFILE is a standard SAP Table which is used to store PPC: Confirmation Profile data and is available within R/3 SAP systems depending on the version and release level.

The PPC_PROFILE table consists of various fields, each holding specific information or linking keys about PPC: Confirmation Profile data available in SAP. These include PROFILE (Name of Backflush Profile), BWAWA (Movement type for goods issue), BWAWE (Movement type for goods receipt), BWASC (Movement type for scrap).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = PPC_PROFILE_T


SAP PPC_PROFILE table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
PROFILEName of Backflush Profile PPC_PROFILE_NAMECHAR4PPC_PROFILE_NAME
BWAWAMovement type for goods issue SA_BWARTWACHAR3Assigned to domainBWARTBWA
BWAWEMovement type for goods receipt SA_BWARTWECHAR3Assigned to domainBWART
BWASCMovement type for scrap SA_BWARTSCCHAR3Assigned to domainBWART
BWACOMovement type for by-product SA_BWARTCOCHAR3Assigned to domainBWART
BWAWEMMovement type for GR for individual sales order SA_BWAWEMCHAR3Assigned to domainBWART
BWAWAMMovement type for GI - individual stock of sales order SA_BWAWAMCHAR3Assigned to domainBWART
BWACRMvmt type for GI from plant stock for sales order SA_BWACRCHAR3Assigned to domainBWART
BWAWASMovement type for reversing goods issue SA_BWRTWASCHAR3Assigned to domainBWARTBWA
BWAWESMovement type for reversing goods receipt SA_BWRTWESCHAR3Assigned to domainBWART
BWASCSMovement type for reversing scrap SA_BWRTSCSCHAR3Assigned to domainBWART
BWACOSMovement type for reversing by-product SA_BWRTCOSCHAR3Assigned to domainBWART
BWAWEMSMovement type for reversing GR of individual sales order SA_BWAWEMSCHAR3Assigned to domainBWART
BWAWAMSMtype f. reversing GI of individual stock of sales order SA_BWAWAMSCHAR3Assigned to domainBWART
BWACRSMovmt type for reversing GI from plnt stock for sales order SA_BWACRSCHAR3Assigned to domainBWART
RULESStock determination rule BF_RULESCHAR4T434RBF_RULES
CHSMMSearch procedure for batch determination KALSMA_CHCHAR6T683KALSM
BWA2STPMovement Type for the Two-Step PPCGO Logic PPC_BWARTCHAR3Assigned to domainBWART
LGONMRPStorage Location for Two-Step Backflush (not MRP Relevant) PPC_LGORTCHAR4Assigned to domainLGORT

Key field Non-key field



How do I retrieve data from SAP table PPC_PROFILE using ABAP code

The following ABAP code Example will allow you to do a basic selection on PPC_PROFILE to SELECT all data from the table
DATA: WA_PPC_PROFILE TYPE PPC_PROFILE.

SELECT SINGLE *
FROM PPC_PROFILE
INTO CORRESPONDING FIELDS OF WA_PPC_PROFILE
WHERE...

How to access SAP table PPC_PROFILE

Within an ECC or HANA version of SAP you can also view further information about PPC_PROFILE and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!