IAOM_CSCENARIO SAP (Controlling Scenario) Table details

Dictionary Type: Table
Description: Controlling Scenario




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




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

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

The IAOM_CSCENARIO table consists of various fields, each holding specific information or linking keys about Controlling Scenario data available in SAP. These include BS_IDENT (Business Scenario for Which Controlling Is Performed), SCENARIO (Controlling Scenario), KALSM (Costing Sheet), KLVAR (Costing Variant).. 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 = IAOM_CSCENARIOT


SAP IAOM_CSCENARIO 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 MANDTCLNT3T000MANDT
BS_IDENTBusiness Scenario for Which Controlling Is Performed IAOM_BS_IDENTIFICATIONCHAR16IAOM_BS_MASTERIAOM_BS_IDENTIFICATION
SCENARIOControlling Scenario IAOM_COSCENARIOCHAR10IAOM_COSCENARIO
KALSMCosting Sheet AUFKALSMCHAR6T683KALSM
KLVARCosting Variant IAOM_KLVARCHAR4Assigned to domainKLVARKRTKLVAR
ZSCHLOverhead key AUFZSCHLCHAR6TKZSLCHAR6
ABGSLResults Analysis Key ABGR_SCHLCHAR6TKKAAABGR_SCHLACS
APROFSettlement profile APROFCHAR6TKB1AALPHAAPROF
ABRVSTRStrategy sequences for automatic generation of SETC SR_SLISTCHAR6TKB10SLASR_SLIST
SCOPEObject Class SCOPE_CVCHAR2SCOPESCOPE_CVPCO
FUNC_AREAFunctional Area FKBERCHAR16TFKBFKBERFBE
USAGE_ACCUsage of Transferred Account Assignment IAOM_USAGECHAR1IAOM_USAGE
CHG_SRULEAdditional Rule for Changing Settlement Rule IAOM_SETTLEMENT_RULE_CHANGECHAR1IAOM_SETTLEMENT_RULE_CHANGE

Key field Non-key field



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

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

SELECT SINGLE *
FROM IAOM_CSCENARIO
INTO CORRESPONDING FIELDS OF WA_IAOM_CSCENARIO
WHERE...

How to access SAP table IAOM_CSCENARIO

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