/SAPSLL/PRFPMV SAP (SLL: Preference: Logging: Products: Values) Table details

Dictionary Type: Table
Description: SLL: Preference: Logging: Products: Values




ABAP Code to SELECT data from /SAPSLL/PRFPMV
Related tables to /SAPSLL/PRFPMV
Access table /SAPSLL/PRFPMV




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

/SAPSLL/PRFPMV is a standard SAP Table which is used to store SLL: Preference: Logging: Products: Values data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/PRFPMV table consists of various fields, each holding specific information or linking keys about SLL: Preference: Logging: Products: Values data available in SAP. These include MANDT (Client), GUID_PRFPMV (Primary Key as GUID in 'RAW' Format), GUID_PRFPM (Primary Key as GUID in 'RAW' Format), GUID_PRFLRG (Primary Key as GUID in 'RAW' Format).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SAPSLL/PRFPMV 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
GUID_PRFPMVPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
GUID_PRFPMPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
GUID_PRFLRGPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
DATBIDefinitive Date (Valid-To Date) /SAPSLL/RPTETDEC15SLLTS/SAPSLL/TSTMP
PRMETPreference: Comparison Method /SAPSLL/PRMETCHAR1/SAPSLL/PRMET
DATABDefinitive Date (Valid-From Time) /SAPSLL/RPTSTDEC15SLLTS/SAPSLL/TSTMP
PREFEPreference: Preference Indicator /SAPSLL/PREFENUMC2/SAPSLL/PREFE
PREFCPreference: Preference Indicator for In-House Production /SAPSLL/PREFE_INTNUMC2/SAPSLL/PREFE_INT
QUANCDimension as Floating Point Field /SAPSLL/DIMEN_FLTFLTP16(16) /SAPSLL/FLOAT
QUAMCUnit of Measurement of a Dimension /SAPSLL/DIMUMUNIT3Assigned to domainCUNITMEINS/SAPSLL/DIMUM
VALCValue as Floating Point Field /SAPSLL/AMNT_FLTFLTP16(16) /SAPSLL/FLOAT
VCURCCurrency of a Value /SAPSLL/AMCURCUKY5Assigned to domainWAERS/SAPSLL/AMCUR
VALORCValue as Floating Point Field /SAPSLL/AMNT_FLTFLTP16(16) /SAPSLL/FLOAT
VALNOCValue as Floating Point Field /SAPSLL/AMNT_FLTFLTP16(16) /SAPSLL/FLOAT
VALRBValue as Floating Point Field /SAPSLL/AMNT_FLTFLTP16(16) /SAPSLL/FLOAT
VALCMPValue as Floating Point Field /SAPSLL/AMNT_FLTFLTP16(16) /SAPSLL/FLOAT
VALNCValue as Floating Point Field /SAPSLL/AMNT_FLTFLTP16(16) /SAPSLL/FLOAT
PREFVPreference: Preference Indicator for External Procurement /SAPSLL/PREFE_EXTNUMC2/SAPSLL/PREFE_EXT
QUANVDimension as Floating Point Field /SAPSLL/DIMEN_FLTFLTP16(16) /SAPSLL/FLOAT
QUAMVUnit of Measurement of a Dimension /SAPSLL/DIMUMUNIT3Assigned to domainCUNITMEINS/SAPSLL/DIMUM
VALVValue as Floating Point Field /SAPSLL/AMNT_FLTFLTP16(16) /SAPSLL/FLOAT
VCURVCurrency of a Value /SAPSLL/AMCURCUKY5Assigned to domainWAERS/SAPSLL/AMCUR
VALORVValue as Floating Point Field /SAPSLL/AMNT_FLTFLTP16(16) /SAPSLL/FLOAT
VALNOVValue as Floating Point Field /SAPSLL/AMNT_FLTFLTP16(16) /SAPSLL/FLOAT
GUID_BOMRESPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
PREFSTATPreference: Logging of Production Material Status /SAPSLL/PREFSTATCHAR1/SAPSLL/PREFSTAT
CHNGSTATPreference: Logging Change Display /SAPSLL/CHNGSTATCHAR1/SAPSLL/CHNGSTAT

Key field Non-key field



How do I retrieve data from SAP table /SAPSLL/PRFPMV using ABAP code

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

SELECT SINGLE *
FROM /SAPSLL/PRFPMV
INTO CORRESPONDING FIELDS OF WA_/SAPSLL/PRFPMV
WHERE...

How to access SAP table /SAPSLL/PRFPMV

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