T604_PREF_PARAM SAP (Preference: Preference determination parameters) Table details

Dictionary Type: Table
Description: Preference: Preference determination parameters




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




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

T604_PREF_PARAM is a standard SAP Table which is used to store Preference: Preference determination parameters data and is available within R/3 SAP systems depending on the version and release level.

The T604_PREF_PARAM table consists of various fields, each holding specific information or linking keys about Preference: Preference determination parameters data available in SAP. These include LAND1 (Country Key), PWGGR (Grouping for cross-plant preference determination), WERKS (Plant), KALK_ART (Preference: Indicator for determination type).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP T604_PREF_PARAM 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 MANDTCLNT3Assigned to domainMANDT
LAND1Country Key LAND1CHAR3T005LAND1LND
PWGGRGrouping for cross-plant preference determination PWGGRCHAR6T604WGPWGGR
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
KALK_ARTPreference: Indicator for determination type P_KALKARTCHAR1P_KALKLART
STLANBOM Usage STLANCHAR1T416STLANCSV
CAPIDApplication CAPIDCHAR4TC04CAPIDCSA
STLALAlternative BOM STLALCHAR2ALPHAALTNR
RNDKZIndicator: Perform rounding RNDKZCHAR1X
SANFEIndicator: item relevant to production SANFECHAR1XFELD
SANKAIndicator: item relevant to costing SANKACHAR1KAREL
SANINIndicator: item relevant to plant maintenance SANINCHAR1XFELD
SANKOIndicator: item relevant to engineering SANKOCHAR1XFELD
RVRELIndicator: item relevant to sales RVRELCHAR1Assigned to domainRVREL
PWLENPreference: Length of commodity code for position change PWLENNUMC2NUM02
PEINHPrice Unit PEINHDEC5PACK3
MDMPSPreference: Indicator explode dummy assembly P_MDMPSCHAR1XFELD
PROZENSecurity percent P_PROZENDEC5(2) PRZ32
P_BET_AIndicator: Purchase order tolerance check/Vendor declaration P_BET_ACHAR1XFELD
P_BETOLPO tolerance for corresp./aggreg. for vendor declaration P_BETOLDEC3MHNTG
L_CUSTPreference: Issue customs log P_CUSTOMCHAR1XFELD
L_CONTPreference: Issue control log P_CONTROLCHAR1XFELD
L_ERRORPreference: Issue error log P_ERRORCHAR1XFELD
L_DATAPreference: Issue flow trace P_DATALOGCHAR1XFELD
KALK_AUTOPreference: Perform Calculation in Export Order P_KALKAUTOCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T604_PREF_PARAM
INTO CORRESPONDING FIELDS OF WA_T604_PREF_PARAM
WHERE...

How to access SAP table T604_PREF_PARAM

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