/SAPSLL/PRFPMRC SAP (SLL: Preference: Log: product: Result of BOM Calc - Compnt) Table details

Dictionary Type: Table
Description: SLL: Preference: Log: product: Result of BOM Calc - Compnt




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




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

/SAPSLL/PRFPMRC is a standard SAP Table which is used to store SLL: Preference: Log: product: Result of BOM Calc - Compnt data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/PRFPMRC table consists of various fields, each holding specific information or linking keys about SLL: Preference: Log: product: Result of BOM Calc - Compnt data available in SAP. These include MANDT (Client), GUID_PRFPMRC (Primary Key as GUID in 'RAW' Format), GUID_PRFPMRV (Primary Key as GUID in 'RAW' Format), GUID_CM (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/PRFPMRC 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_PRFPMRCPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
GUID_PRFPMRVPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
GUID_CMPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16Assigned to domainSYSUUID
GUID_MODELGUID for Table Entry of Preference Model /SAPSLL/GUID_MODELCHAR20ALPHA/SAPSLL/GUID_MODEL
MODELPreference Model /SAPSLL/MODELCHAR5/SAPSLL/TLEMO/SAPSLL/MODEL/SAPSLL/MODEL
PROCIDProcurement Indicator /SAPSLL/PROCIDCHAR1/SAPSLL/PROCID
GUID_HTSNUMPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
QUAN_BOMDimension as Floating Point Field /SAPSLL/DIMEN_FLTFLTP16(16) /SAPSLL/FLOAT
QUAM_BOMUnit of Measurement of a Dimension /SAPSLL/DIMUMUNIT3Assigned to domainCUNITMEINS/SAPSLL/DIMUM
VAL_BOMValue as Floating Point Field /SAPSLL/AMNT_FLTFLTP16(16) /SAPSLL/FLOAT
VCUR_BOMCurrency of a Value /SAPSLL/AMCURCUKY5Assigned to domainWAERS/SAPSLL/AMCUR
PREFEPreference: Preference Indicator /SAPSLL/PREFENUMC2/SAPSLL/PREFE
PRETSDate of Preference Calculation as UTC Time Stamp /SAPSLL/PRECTDEC15SLLTS/SAPSLL/TSTMP
IDNOORIGPreference: Non-Originating Goods Indicator /SAPSLL/IDNOORIGCHAR1XFELD
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
GUID_PRFPMPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID

Key field Non-key field



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

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

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

How to access SAP table /SAPSLL/PRFPMRC

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