IAOMVASSIGNMENTS SAP (Generated Table for View IAOMVASSIGNMENTS) Table View details

Dictionary Type: Table View
Description: Generated Table for View IAOMVASSIGNMENTS




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




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

IAOMVASSIGNMENTS is a standard SAP Table View which is used to store Generated Table for View IAOMVASSIGNMENTS data and is available within R/3 SAP systems depending on the version and release level.

The IAOMVASSIGNMENTS table consists of various fields, each holding specific information or linking keys about Generated Table for View IAOMVASSIGNMENTS 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP IAOMVASSIGNMENTS table view 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 MANDTCLNT3MANDT
BUS_SCENARIO_IDBusiness Scenario for Which Controlling Is Performed IAOM_BS_IDENTIFICATIONCHAR16IAOM_BS_IDENTIFICATION
EXT_OBJECT_IDExternal Object Technical Key IAOM_EXT_OBJECT_IDCHAR34IAOM_OBJECT_KEY
OBJECT_NOObject number J_OBJNRCHAR22J_OBJNRONR
PROFIT_CENTREProfit Center PRCTRCHAR10ALPHAPRCTRPRCPRCTR_EMPTY
CONTROLLING_TYPEControlling Type IAOM_CONTROLLING_TYPECHAR1IAOM_CONTROLLING_TYPE
OBJECT_NO_SETObject Number for Allocation IAOM_OBJNR_SETCHAR22J_OBJNRONR
CONTROL_TYPE_SETControlling Type IAOM_CONTROLLING_TYPECHAR1IAOM_CONTROLLING_TYPE
OBJECT_NO_RECReceiver Object Number for Settlement IAOM_OBJNR_RECCHAR22J_OBJNRONR

Key field Non-key field



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

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

SELECT SINGLE *
FROM IAOMVASSIGNMENTS
INTO CORRESPONDING FIELDS OF WA_IAOMVASSIGNMENTS
WHERE...

How to access SAP table IAOMVASSIGNMENTS

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