/XFT/SRM_QM_PPAP_PROP_ALL SAP (Sampling Properties) Structure details

Dictionary Type: Structure
Description: Sampling Properties




ABAP Code to SELECT data from /XFT/SRM_QM_PPAP_PROP_ALL
Related tables to /XFT/SRM_QM_PPAP_PROP_ALL
Access table /XFT/SRM_QM_PPAP_PROP_ALL




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

/XFT/SRM_QM_PPAP_PROP_ALL is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Sampling Properties" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/XFT/SRM_QM_PPAP_PROP_ALL TYPE /XFT/SRM_QM_PPAP_PROP_ALL.

The /XFT/SRM_QM_PPAP_PROP_ALL table consists of various fields, each holding specific information or linking keys about Sampling Properties data available in SAP. These include PID (Sampling Number), MATNR (Material number), NORM_ID (Standard (VDA2, PPAP, Customer-Specific)), LEVEL_ID (Submission Level).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /XFT/SRM_QM_PPAP_PROP_ALL structure 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
PIDSampling Number /XFT/SRM_QM_PPAP_IDCHAR64CHAR64
MATNRMaterial number /XFT/INV_MATNRCHAR18CHAR18
NORM_IDStandard (VDA2, PPAP, Customer-Specific) /XFT/SRM_QM_PPAP_NORM_IDCHAR10CHAR10/XFT/QMPPAPTC02
LEVEL_IDSubmission Level /XFT/SRM_QM_PPAP_LEVEL_IDCHAR10CHAR10/XFT/QMPPAPTC03
SAMPL_TYPE_IDSampling Type /XFT/SRM_QM_PPAP_SAMPL_TYPE_IDCHAR10CHAR10
PROD_TYPE_IDProduction Type /XFT/SRM_QM_PPAP_PROD_TYPE_IDCHAR2/XFT/SRM_QM_PPAP_PROD_TYPE_ID
FOR_CUSTOMER_XPPAP for Customer /XFT/QM_PPAP_FOR_CUSTOMER_FLAGCHAR1/XFT/BOOLEAN
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
PLNNRTask List Group Key /XFT/LO_QM_PLNNRCHAR8ALPHA/XFT/CHAR_8_ALPHA_CONV
QPLOSInspection lot number /XFT/LO_QM_QPLOSNUMC12NUMC12
REVLVRevision Level REVLVCHAR2NUMCVREVLVRVS
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
VKGRPSales Group VKGRPCHAR3Assigned to domainVKGRPVKG
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
INFNRNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
PS_PSPIDProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
PS_POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
PARENT_IDRecord ID /XFT/SRM_DYN_REC_REC_IDCHAR32/XFT/SRM_DYN_REC_REC_ID
LATEST_STARTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
REQUIRED_ENDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CUSTOMERS 0

Key field Non-key field



How do I retrieve data from SAP structure /XFT/SRM_QM_PPAP_PROP_ALL using ABAP code?

As /XFT/SRM_QM_PPAP_PROP_ALL is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /XFT/SRM_QM_PPAP_PROP_ALL as there is no data to select.

How to access SAP table /XFT/SRM_QM_PPAP_PROP_ALL

Within an ECC or HANA version of SAP you can also view further information about /XFT/SRM_QM_PPAP_PROP_ALL 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!