IAOM_ASSIGNM_HST SAP (Assignment of Ext. Objects to Controlling Objects: History) Table details

Dictionary Type: Table
Description: Assignment of Ext. Objects to Controlling Objects: History




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




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

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

The IAOM_ASSIGNM_HST table consists of various fields, each holding specific information or linking keys about Assignment of Ext. Objects to Controlling Objects: History data available in SAP. These include BUS_SCENARIO_ID (Business Scenario for Which Controlling Is Performed), EXT_OBJECT_ID (External Object Technical Key), VALID_TO_DATE (Date), VALID_TO_TIME (Time).. 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_ASSIGNM_HST 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
VALID_TO_DATEDate DATUMDATS8DATUM
VALID_TO_TIMETime UZEITTIMS6UZEIT
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_ASSIGNM_HST using ABAP code

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

SELECT SINGLE *
FROM IAOM_ASSIGNM_HST
INTO CORRESPONDING FIELDS OF WA_IAOM_ASSIGNM_HST
WHERE...

How to access SAP table IAOM_ASSIGNM_HST

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