PPH_FIN_OUT_MAT_BERID_CTRL_2 SAP (output) Structure details

Dictionary Type: Structure
Description: output




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




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

PPH_FIN_OUT_MAT_BERID_CTRL_2 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 "output" 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_PPH_FIN_OUT_MAT_BERID_CTRL_2 TYPE PPH_FIN_OUT_MAT_BERID_CTRL_2.

The PPH_FIN_OUT_MAT_BERID_CTRL_2 table consists of various fields, each holding specific information or linking keys about output data available in SAP. These include WERKS (Plant), BERID (MRP Area), BERTY (Type of MRP area), SATNR (Cross-Plant Configurable Material).. 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 PPH_FIN_OUT_MAT_BERID_CTRL_2 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BERIDMRP Area BERIDCHAR10Assigned to domainBERIDBERID
BERTYType of MRP area BERTYNUMC2BERTY
SATNRCross-Plant Configurable Material SATNRCHAR18Assigned to domainMATN1MATNR
ATTYPMaterial Category ATTYPCHAR2ATTYPMTY
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ANDEC 0
BESKZProcurement Type BESKZCHAR1BESKZMBS
KZAUSDiscontinuation indicator KZAUSCHAR1KZAUS
AUSDTEffective-Out Date AUSDTDATS8DATUM
DISGRMRP Group DISGRCHAR4Assigned to domainDISGR
MISKZMixed MRP indicator MISKZCHAR1MISKZ
AHDISMRP relevancy for dependent requirements AHDISCHAR1AHDIS
VRMODConsumption mode VRMODCHAR1VRMOD
VINT1Consumption period: backward VINT1NUMC3VRINT
VINT2Consumption period: forward VINT2NUMC3VRINT
STDPDConfigurable material STDPDCHAR18Assigned to domainMATN1MATNR
CUOBVInternal object number of configurable material for planning CUOBVNUMC18CUOBJ
BEARZProcessing time BEARZDEC5(2) DEC3_2
RUEZTSetup and teardown time RUEZTDEC5(2) DEC3_2
TRANZInteroperation time TRANZDEC5(2) DEC3_2
WEBAZGoods Receipt Processing Time in Days WEBAZDEC3DEC3
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3
DZEITIn-house production time DZEITDEC3DEC3
WZEITTotal replenishment lead time (in workdays) WZEITDEC3DEC3
SHFLGSafety time indicator (with or without safety time) SHFLGCHAR1SHFLG
SHZETSafety time (in workdays) SHZETNUMC2NUMC2
SHPROPeriod Profile for Safety Time SHPROCHAR3Assigned to domainSHPRO
QMATVInspection Setup Exists for Material/Plant QMATVCHAR1XFELD
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
RESVPPeriod of adjustment for planned independent requirements RESVPDEC3RESVP
UMLMCStock in Transfer (Plant to Plant) UMLMEQUAN13(3) MENG13V
EISBESafety Stock EISBEQUAN13(3) MENG13
DISLSLot size (materials planning) DISLSCHAR2Assigned to domainDISLS
MRPPPPPC planning calendar MRPPPCHAR3Assigned to domainMRPPP
FXHOR 0
DISMMMRP Type DISMMCHAR2Assigned to domainDISMM
PERKZPeriod Indicator PERKZCHAR1PERKZPKZ
DISVFMRP procedure DISVFCHAR1DISVF
BBBEDMaterial staging reqmts (subcontr. reqmts) MRP element BB BBBEDCHAR1XFELD
FXARTFirming Type of the Planning Result FXARTCHAR1FXART
PROOSMRP indicator of forecast PROOSCHAR1PROOS
PRREDReduce forecast requirements PRREDCHAR1PRPED
RYBEDTime-phased planning with requirements (MRP) RYBEDCHAR1XFELD
GRRELRelevant for requirements grouping for project stock GRRELCHAR1XFELD
RVPKZAdjustment of Planned Independent Requirements RVPKZCHAR1RVPKZ
SCFLGGeneral Flag FLAGCHAR1FLAG
XFAN1Indicator: blocked stock available for planning XFAN1CHAR1XFELD
GTERMScheduling according to purchasing info record or agreement GTERMCHAR1XFELD
REFWKReference plant REFWKCHAR4Assigned to domainWERKS
NFVBCTake restricted-use stock into account (only for batches) NFVBCCHAR1XFELD
KZUMBIndicator: stock in transfer available for planning KZUMBCHAR1XFLAG
BZTEK 0
FABKLFactory calendar key FABKLCHAR2Assigned to domainWFCID
KKOWKIndicator: Conditions at plant level KKOWKCHAR1KKOWK
MENGUQuantity Updating in Material Master Record MENGUCHAR1XFELD
WERTUValue Update in Material Master Record WERTUCHAR1XFELD
MFXDTManual firming date MFXDTDATS8DATUM
MFHKZPlanning time fence set manually (MFXDT) MFHKZCHAR1XFELD
FIXTREnd of planning time fence (date) FIXTRDATS8DATUM
DISFGActivate MRP areas at client level DISFGCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure PPH_FIN_OUT_MAT_BERID_CTRL_2 using ABAP code?

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

How to access SAP table PPH_FIN_OUT_MAT_BERID_CTRL_2

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