FCOM_ISR_IO SAP (ISR: Create/Change Internal Order) Structure details

Dictionary Type: Structure
Description: ISR: Create/Change Internal Order




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




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

FCOM_ISR_IO 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: Create/Change Internal Order" 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_IO TYPE FCOM_ISR_IO.

The FCOM_ISR_IO table consists of various fields, each holding specific information or linking keys about ISR: Create/Change Internal Order data available in SAP. These include ORDER_TYPE (Order Type), ORDER_NAME (Description), CO_AREA (Controlling Area), COMP_CODE (Company Code).. 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 FCOM_ISR_IO 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
ORDEROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ORDER_TYPEOrder Type AUFARTCHAR4T003OAUFARTAAT
ORDER_NAMEDescription AUFTEXTCHAR40TEXT40
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
COMP_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BUS_AREABusiness Area GSBERCHAR4TGSBGSBERGSB
PLANTPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
PROFIT_CTRProfit Center PRCTRCHAR10CEPCALPHAPRCTRPRCPRCTR_EMPTY
RESPCCTRResponsible cost center AUFKOSTVCHAR10CSKSALPHAKOSTL
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
REQUEST_CCTRRequesting cost center PS_AKSTLCHAR10CSKSALPHAKOSTLKOS
REQU_COMP_CODERequesting company code IM_ABUKRSCHAR4T001BUKRSBUK
SALES_ORDSales Order Number KDAUFCHAR10VBUKALPHAVBELNAUN
S_ORD_ITEMItem Number in Sales Order KDPOSNUMC6NUM06KPO
TAXJURCODETax Jurisdiction TXJCDCHAR15TTXJTXJCDTXJ
CCTR_POSTEDCost center to which costs are actually posted ST_KOSTLCHAR10CSKSALPHAKOSTL
CURRENCYOrder Currency AUFWAERSCUKY5TCURCWAERS
CSTG_SHEETCosting Sheet AUFKALSMCHAR6T683KALSM
OVERHEAD_KEYOverhead key AUFZSCHLCHAR6CHAR6
RES_ANAL_KEYResults Analysis Key ABGR_SCHLCHAR6TKKAAABGR_SCHLACS
INTEREST_PROFInterest Profile for Project/Order Interest Calculation PS_ZSCHMCHAR7TPI01PS_ZSCHM
APPLICANTApplicant AUFUSER0CHAR20AUFUSER0
APPLICANT_PHONEApplicant's telephone number AUFUSER1CHAR20AUFUSER1
PERSON_RESPPerson responsible AUFUSER2CHAR20AUFUSER2
PERSON_RESP_PHONETelephone number of person in charge AUFUSER3CHAR20AUFUSER3
ESTIMATED_COSTSEstimated Overall Costs of the Order for BAPIs AUFUSER4BAPIDEC23(4) BAPICURR
APPLICATION_DATEApplication Date AUFUSER5DATS8AUFUSER5
DEPARTMENTDepartment AUFUSER6CHAR15AUFUSER6
DATE_WORK_BEGINSWork Start AUFUSER7DATS8AUFUSER7
DATE_WORK_ENDSEnd of Work AUFUSER8DATS8AUFUSER8
WORK_PERMITIdentifier for work permit issued AUFUSER9CHAR1AUFUSER9
EXT_ORD_NOExternal order number AUFEXCHAR20ALPHAAUFEX
PROCESSING_GROUPProcessing group AUFABKRSNUMC2TKO08AKREISAKR
PLN_RELEASEPlanned release date AUFPDAT1DATS8DATUM
PLN_COMPLETIONPlanned completion date AUFPDAT2DATS8DATUM
PLN_CLOSEPlanned closing date AUFPDAT3DATS8DATUM
REQUEST_ORDERRequesting order AUFANFNRCHAR12Assigned to domainALPHAAUFNR
FUNC_AREAFunctional Area FKBER_SHORTCHAR4FKBER_SHORTFBE
FUNC_AREA_LONGFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
PERSON_RESP_USERPerson Responsible for CO Internal Order VERAA_USERCHAR12Assigned to domainXUBNAMEXUS
DUMMY_CI_AUFKSingle-Character Indicator CHAR1CHAR1CHAR1
.INCLU--AP 0
/MRSS/PL_STRU_IDResource planning nodes /MRSS/T_PLAN_STRUCT_IDNUMC8Assigned to domainCR_OBJID
/MRSS/PL_MAN_TYPAssignment to resource planner or contact person /MRSS/T_MANAGER_TYPECHAR1/MRSS/_MANAGER_TYPE
/MRSS/ORDER_PROBOrder probability in percent /MRSS/T_ORDER_PROBCHAR3OPROB/MRSS/_ORDER_PROB
/MRSS/ACT_TYPEProcess variant /MRSS/T_ACTIVITY_TYPECHAR1/MRSS/_ACTIVITY_TYPE
/MRSS/INIT_DONEInternal initialization carried out once /MRSS/T_INIT_DONECHAR1FLAG
/MRSS/DATACHANGEData was changed in the controls on the user screen /MRSS/T_USCREENCTL_DATACHANGEDCHAR1FLAG
/MRSS/SALES_ORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
/MRSS/NW_BOOKEDNetwork Set to 'Booked' /MRSS/T_NW_BOOKEDCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table FCOM_ISR_IO

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