/SAPSLL/OUT_PMVAL_S SAP (SLL: Preference: Display Preference Data for PM) Structure details

Dictionary Type: Structure
Description: SLL: Preference: Display Preference Data for PM




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




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

/SAPSLL/OUT_PMVAL_S 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 "SLL: Preference: Display Preference Data for PM" 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_/SAPSLL/OUT_PMVAL_S TYPE /SAPSLL/OUT_PMVAL_S.

The /SAPSLL/OUT_PMVAL_S table consists of various fields, each holding specific information or linking keys about SLL: Preference: Display Preference Data for PM data available in SAP. These include PMIDINT (Primary Key as GUID in 'RAW' Format), PREFZONE_EXP (Preference: External Export Preference Zone), PREFCTRY_EXP (Preference: Export Country), PREFZONE_IMP (Preference: External Import Preference Zone).. 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: Can Be Enhanced (Deep)


SAP /SAPSLL/OUT_PMVAL_S 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
PMIDINTPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
PREFZONE_EXPPreference: External Export Preference Zone /SAPSLL/PREFZONE_EXPCHAR10/SAPSLL/PREFZONE
PREFCTRY_EXPPreference: Export Country /SAPSLL/PREFCTRY_EXPCHAR3Assigned to domainLAND1
PREFZONE_IMPPreference: External Import Preference Zone /SAPSLL/PREFZONE_IMPCHAR10/SAPSLL/PREFZONE
PREFCTRY_IMPPreference: Import Country /SAPSLL/PREFCTRY_IMPCHAR3Assigned to domainLAND1
PREFEPreference: Preference Indicator /SAPSLL/PREFENUMC2/SAPSLL/PREFE
PREFE_INTPreference: Preference Indicator for In-House Production /SAPSLL/PREFE_INTNUMC2/SAPSLL/PREFE_INT
PREFE_DATTime Stamp for Business Transaction /SAPSLL/RPTDTDEC15SLLTS/SAPSLL/TSTMP
PREFVAL_INT 0
QUAN_CALCDimension as Floating Point Field /SAPSLL/DIMEN_FLTFLTP16(16) /SAPSLL/FLOAT
DIMUM_CALCUnit of Measurement of a Dimension /SAPSLL/DIMUMUNIT3CUNITMEINS/SAPSLL/DIMUM
AMNT_CALCValue as Floating Point Field /SAPSLL/AMNT_FLTFLTP16(16) /SAPSLL/FLOAT
AMCUR_CALCCurrency of a Value /SAPSLL/AMCURCUKY5WAERS/SAPSLL/AMCUR
AMNT_ORIGINValue as Floating Point Field /SAPSLL/AMNT_FLTFLTP16(16) /SAPSLL/FLOAT
AMNT_NOORIGValue as Floating Point Field /SAPSLL/AMNT_FLTFLTP16(16) /SAPSLL/FLOAT
AMNT_BENEFITValue as Floating Point Field /SAPSLL/AMNT_FLTFLTP16(16) /SAPSLL/FLOAT
AMNT_NETCOSTValue as Floating Point Field /SAPSLL/AMNT_FLTFLTP16(16) /SAPSLL/FLOAT
AMNT_COMPAREValue as Floating Point Field /SAPSLL/AMNT_FLTFLTP16(16) /SAPSLL/FLOAT
PREFE_EXTPreference: Preference Indicator for External Procurement /SAPSLL/PREFE_EXTNUMC2/SAPSLL/PREFE_EXT
DATFR_EXTDefinitive Date (Valid-From Time) /SAPSLL/RPTSTDEC15SLLTS/SAPSLL/TSTMP
DATTO_EXTDefinitive Date (Valid-To Date) /SAPSLL/RPTETDEC15SLLTS/SAPSLL/TSTMP
PREFVAL_EXT 0
QUAN_CALCDimension as Floating Point Field /SAPSLL/DIMEN_FLTFLTP16(16) /SAPSLL/FLOAT
DIMUM_CALCUnit of Measurement of a Dimension /SAPSLL/DIMUMUNIT3CUNITMEINS/SAPSLL/DIMUM
AMNT_CALCValue as Floating Point Field /SAPSLL/AMNT_FLTFLTP16(16) /SAPSLL/FLOAT
AMCUR_CALCCurrency of a Value /SAPSLL/AMCURCUKY5WAERS/SAPSLL/AMCUR
AMNT_ORIGINValue as Floating Point Field /SAPSLL/AMNT_FLTFLTP16(16) /SAPSLL/FLOAT
AMNT_NOORIGValue as Floating Point Field /SAPSLL/AMNT_FLTFLTP16(16) /SAPSLL/FLOAT
AMNT_BENEFITValue as Floating Point Field /SAPSLL/AMNT_FLTFLTP16(16) /SAPSLL/FLOAT
AMNT_NETCOSTValue as Floating Point Field /SAPSLL/AMNT_FLTFLTP16(16) /SAPSLL/FLOAT
AMNT_COMPAREValue as Floating Point Field /SAPSLL/AMNT_FLTFLTP16(16) /SAPSLL/FLOAT
RESID_INTPrimary 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 structure /SAPSLL/OUT_PMVAL_S using ABAP code?

As /SAPSLL/OUT_PMVAL_S 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 /SAPSLL/OUT_PMVAL_S as there is no data to select.

How to access SAP table /SAPSLL/OUT_PMVAL_S

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