WRFT_BUDG_TYPE_INT_STY SAP (Budget Type Interface) Structure details

Dictionary Type: Structure
Description: Budget Type Interface




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




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

WRFT_BUDG_TYPE_INT_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 "Budget Type Interface" 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_WRFT_BUDG_TYPE_INT_STY TYPE WRFT_BUDG_TYPE_INT_STY.

The WRFT_BUDG_TYPE_INT_STY table consists of various fields, each holding specific information or linking keys about Budget Type Interface 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP WRFT_BUDG_TYPE_INT_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
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_LEVELCHAR10WRF_BUDG_LEVEL
KEYFIG_SETSet of Key Figures WRF_BUDG_KEYFIG_SETCHAR10WRF_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_IMPCHAR20EXITIMPIMNSH_IMP_NAME_ALL
PRIOPrioritization of Budget Value Cannot Be Uniquely Determined WRF_BUDG_TYPE_PRIONUMC2WRF_BUDG_TYPE_PRIO
CURRENCYBudget Currency WRF_BUDG_CURRENCYCUKY5Assigned to domainWAERS
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_TYPECHAR4Assigned to domainKSCHL

Key field Non-key field



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

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

How to access SAP table WRFT_BUDG_TYPE_INT_STY

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