FCOM_ISR_BUDG SAP (ISR Scenario Budget) Structure details

Dictionary Type: Structure
Description: ISR Scenario Budget




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




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

FCOM_ISR_BUDG 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 "ISR Scenario Budget" 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_FCOM_ISR_BUDG TYPE FCOM_ISR_BUDG.

The FCOM_ISR_BUDG table consists of various fields, each holding specific information or linking keys about ISR Scenario Budget data available in SAP. These include SENDER_ORDER (Order Number), SENDER_KTEXT (Description), SENDER_BUDGETOBJECT (Work Breakdown Structure Element (WBS Element)), SENDER_BUDGETOBJECT_ORD (Order Number).. 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 (Deep)


SAP FCOM_ISR_BUDG 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
SENDER_WBSELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
SENDER_ORDEROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
SENDER_KTEXTDescription AUFTEXTCHAR40TEXT40
SENDER_BUDGETOBJECTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
SENDER_BUDGETOBJECT_ORDOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
SENDER_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RECEIVER_WBSELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
RECEIVER_ORDEROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
RECEIVER_KTEXTDescription AUFTEXTCHAR40TEXT40
RECEIVER_BUDGETOBJECT_ORDOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
RECEIVER_BUDGETOBJECTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
RECEIVER_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
COAREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
BUDGETVALUEAnnual value in transaction currency BP_WJTCURR15(2) WERTV8
CURRENCYTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
DESCRIPTChar255 CHAR255CHAR255CHAR255
IS_WGESBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
CURRENCY_FIXBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
ITEMKEYObject Key FPB_ITEMKEYCHAR30FPB_ITEMKEY
OBJNRObject FPB_OBJECTCHAR34

Key field Non-key field



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

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

How to access SAP table FCOM_ISR_BUDG

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