WRFT_BUDG_TYPE SAP (Budget Type) Table details

Dictionary Type: Table
Description: Budget Type




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




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

WRFT_BUDG_TYPE is a standard SAP Table which is used to store Budget Type data and is available within R/3 SAP systems depending on the version and release level.

The WRFT_BUDG_TYPE table consists of various fields, each holding specific information or linking keys about Budget Type data available in SAP. These include APPL (Application with Usage of Budget Function), TYPE (Budget Type), DATE_FROM (Start Date of a Budget Planning Period), DATE_TO (End Date of a Budget Planning Period).. 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: Cannot Be Enhanced

Text table = WRFT_BUDG_TYPET


SAP WRFT_BUDG_TYPE 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
APPLApplication with Usage of Budget Function WRF_BUDG_APPLNUMC2WRF_BUDG_APPL
TYPEBudget Type WRF_BUDG_TYPECHAR2WRF_BUDG_TYPEWRF_POTB_BUDGET_TYPE_F4
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
BUDG_LEVELBudget Level WRF_BUDG_LEVELCHAR10WRFT_BUDG_LEVWRF_BUDG_LEVEL
KEYFIG_SETSet of Key Figures WRF_BUDG_KEYFIG_SETCHAR10WRFT_BUDG_KSWRF_BUDG_KEYFIG_SET
TABNAME_PLANTable Name WRF_BUDG_TABNAMECHAR30WRF_BUDG_TABNAME
TABNAME_ACTTable Name WRF_BUDG_TABNAMECHAR30WRF_BUDG_TABNAME
TABNAME_OSTable Name WRF_BUDG_TABNAMECHAR30WRF_BUDG_TABNAME
TABNAME_UGTable Name WRF_BUDG_TABNAMECHAR30WRF_BUDG_TABNAME
STATUS_BWStatus of Budget Type WRF_BUDG_TYPE_STATUSCHAR1WRF_BUDG_TYPE_STATUS
STATUS_R3Status of Budget Type WRF_BUDG_TYPE_STATUSCHAR1WRF_BUDG_TYPE_STATUS
BADI_IMPLBusiness Add-In Implementation EXIT_IMPCHAR20SXC_EXITEXITIMPIMNSH_IMP_NAME_ALL
PRIOPrioritization of Budget Value Cannot Be Uniquely Determined WRF_BUDG_TYPE_PRIONUMC2WRF_BUDG_TYPE_PRIO
CURRENCYBudget Currency WRF_BUDG_CURRENCYCUKY5TCURCWAERS
TS_DATE_TIMETime Stamp: Date and Time WRF_BUDG_DATE_TIMEDEC15WRF_BUDG_DATE_TIME
TS_PROGABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
TS_USERUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
TS_DATE_TIME_BWUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
TS_PROG_BWABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
TS_USER_BWCHAR12 for SYST SYCHAR12CHAR12SYCHAR12
CHECK_TYPEType of OTB Check WRF_BUDG_OTB_CHECKCHAR1WRF_BUDG_OTB_CHECK
OTB_ALLOCIndicator: OTB Allocation for Order Time Period WRF_BUDG_OTB_ALLOCCHAR1WRF_BUDG_OTB_ALLOC
DEAC_OP_DOCDeactivate Budgets WRF_BUDG_OTB_DEAC_OP_DOCCHAR1WRF_BUDG_OTB_DEAC_OP_DOC
ORDER_PERIODName of Info Object WRF_BUDG_IO_NAMECHAR30WRF_BUDG_IO_NAME
OTB_COND_TYPEOTB Condition Type WRF_POTB_COND_TYPECHAR4T685KSCHL
SYS_EXTERNALExternal System WRF_BUDG_TYPE_EXTCHAR1WRF_BUDG_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM WRFT_BUDG_TYPE
INTO CORRESPONDING FIELDS OF WA_WRFT_BUDG_TYPE
WHERE...

How to access SAP table WRFT_BUDG_TYPE

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