IAOM_ASSIGNMENTS SAP (Assignment of Ext. Objects to Controlling Objects - See Docu) Table details

Dictionary Type: Table
Description: Assignment of Ext. Objects to Controlling Objects - See Docu




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




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

IAOM_ASSIGNMENTS is a standard SAP Table which is used to store Assignment of Ext. Objects to Controlling Objects - See Docu data and is available within R/3 SAP systems depending on the version and release level.

The IAOM_ASSIGNMENTS table consists of various fields, each holding specific information or linking keys about Assignment of Ext. Objects to Controlling Objects - See Docu data available in SAP. These include BUS_SCENARIO_ID (Business Scenario for Which Controlling Is Performed), EXT_OBJECT_ID (External Object Technical Key), OBJECT_NO (Object number), PROFIT_CENTRE (Profit Center).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP IAOM_ASSIGNMENTS 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
BUS_SCENARIO_IDBusiness Scenario for Which Controlling Is Performed IAOM_BS_IDENTIFICATIONCHAR16Assigned to domainIAOM_BS_IDENTIFICATION
EXT_OBJECT_IDExternal Object Technical Key IAOM_EXT_OBJECT_IDCHAR34IAOM_OBJECT_KEY
OBJECT_NOObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
PROFIT_CENTREProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
CONTROLLING_TYPEControlling Type IAOM_CONTROLLING_TYPECHAR1IAOM_CONTROLLING_TYPE
OBJECT_NO_SETObject Number for Allocation IAOM_OBJNR_SETCHAR22Assigned to domainJ_OBJNRONR
CONTROL_TYPE_SETControlling Type IAOM_CONTROLLING_TYPECHAR1IAOM_CONTROLLING_TYPE
OBJECT_NO_RECReceiver Object Number for Settlement IAOM_OBJNR_RECCHAR22Assigned to domainJ_OBJNRONR

Key field Non-key field



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

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

SELECT SINGLE *
FROM IAOM_ASSIGNMENTS
INTO CORRESPONDING FIELDS OF WA_IAOM_ASSIGNMENTS
WHERE...

How to access SAP table IAOM_ASSIGNMENTS

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