WRF_BUDG_MATNR_STY SAP (Row Type for Table Type WRF_BUDG_MATNR_TTY) Structure details

Dictionary Type: Structure
Description: Row Type for Table Type WRF_BUDG_MATNR_TTY




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




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

WRF_BUDG_MATNR_STY 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 "Row Type for Table Type WRF_BUDG_MATNR_TTY" 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_WRF_BUDG_MATNR_STY TYPE WRF_BUDG_MATNR_STY.

The WRF_BUDG_MATNR_STY table consists of various fields, each holding specific information or linking keys about Row Type for Table Type WRF_BUDG_MATNR_TTY data available in SAP. These include REF_DATE (End Date of a Budget Planning Period), BUDG_TYPE (Budget Type), BUDG_TYPE_DATE (Start Date of a Budget Planning Period), SAISO (Season Category).. 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 (character-type or numeric)


SAP WRF_BUDG_MATNR_STY 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
REF_DATEEnd Date of a Budget Planning Period WRF_BUDG_DATE_TODATS8WRF_BUDG_DATE_TO
BUDG_TYPEBudget Type WRF_BUDG_TYPECHAR2WRF_BUDG_TYPEWRF_POTB_BUDGET_TYPE_F4
BUDG_TYPE_DATEStart Date of a Budget Planning Period WRF_BUDG_DATE_FROMDATS8WRF_BUDG_DATE_FROM
SAISOSeason Category SAISOCHAR4Assigned to domainSAISOSAISO
SAISJSeason Year SAISJCHAR4GJAHRCJAHRWMSAISJ
SAITYRollout in a Season SAITYCHAR2Assigned to domainSAITYWMSAITY
PLGTPPrice Band Category PLGTPCHAR2Assigned to domainPLGTP
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WERKS 0
WERKSPlant WERKS_DCHAR4WERKSWRKH_T001W_C
VLFKZPlant category VLFKZCHAR1VLFKZ
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
REGIOSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
COUNCCounty Code COUNCCHAR3Assigned to domainCOUNC
CITYCCity Code CITYCCHAR4Assigned to domainCITYC
BZIRKSales district BZIRKCHAR6Assigned to domainBZIRKBZI
HIEIDHierarchy ID WRF_BUDG_HIER_IDCHAR2WRF_BUDG_HIER_ID
HIER_PATH 0
NODE01Hierarchy Node 1 WRF_HIER_NODE1CHAR18WRF_CM_CDT
NODE02Hierarchy Node 2 WRF_HIER_NODE2CHAR18WRF_CM_CDT
NODE03Hierarchy Node 3 WRF_HIER_NODE3CHAR18WRF_CM_CDT
NODE04Hierarchy Node 4 WRF_HIER_NODE4CHAR18WRF_CM_CDT
NODE05Hierarchy Node 5 WRF_HIER_NODE5CHAR18WRF_CM_CDT
NODE06Hierarchy Node 6 WRF_HIER_NODE6CHAR18WRF_CM_CDT
NODE07Hierarchy Node 7 WRF_HIER_NODE7CHAR18WRF_CM_CDT
NODE08Hierarchy Node 8 WRF_HIER_NODE8CHAR18WRF_CM_CDT
NODE09Hierarchy Node 9 WRF_HIER_NODE9CHAR18WRF_CM_CDT
NODE10Hierarchy Node 10 WRF_HIER_NODE10CHAR18WRF_CM_CDT
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
ETENRDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
APPLICATIONApplication Indicator WRF_POHF_APPLICATIONNUMC3NUMC3
KEY_ID_OLDUnique Number of Budget WRF_BUDG_KEY_IDNUMC16WRF_BUDG_KEY_ID
POL_IDOrder List Item Number WRF_POHF_POL_IDCHAR10ALPHAWRF_POHF_POL_IDBSL
REF_PERIOD 0
DATE_FROMStart Date of a Budget Planning Period WRF_BUDG_DATE_FROMDATS8WRF_BUDG_DATE_FROM
DATE_TOEnd Date of a Budget Planning Period WRF_BUDG_DATE_TODATS8WRF_BUDG_DATE_TO
SATNRCross-Plant Configurable Material SATNRCHAR18Assigned to domainMATN1MATNR

Key field Non-key field



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

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

How to access SAP table WRF_BUDG_MATNR_STY

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