IAOM_CRMFIN_AUFK SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

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

The IAOM_CRMFIN_AUFK table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include AUFNR (Order Number), AUART (Order Type), OBJECT_ID (Transaction), PROCESS_DESCRIPT (Business Transaction Description).. 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 IAOM_CRMFIN_AUFK 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 MANDTCLNT3T000MANDT
AUFNROrder Number AUFNRCHAR12ALPHAAUFNRANR
AUARTOrder Type AUFARTCHAR4T003OAUFARTAAT
OBJECT_IDTransaction CRMT_OBJECT_ID_COCHAR10ALPHACRM_OBJECT_ID_CO
PROCESS_DESCRIPTBusiness Transaction Description CRMT_PROCESS_DESCRIPTION_COCHAR40TEXT40
PROCESS_TYPEBusiness Transaction Type CRMFIN_PROCESS_TYPE_COCHAR4CRMFIN_PROCESS_TYPE_COCRMFIN_PROCESS_TYPE
NUMBER_INTItem CRMT_ITEM_NO_CONUMC10ALPHACRM_ITEM_NO_CO
ITEM_DESCRIPTIONDescription of an Item CRMT_ITEM_DESCRIPTION_COCHAR40TEXT40
ITM_TYPEItem Category CRMT_ITEM_TYPE_COCHAR4CRM_ITEM_TYPE_COIAOM_ITEM_TYPE
SALES_ORGANIZSales Organization VKORGCHAR4VKORGVKOC_VKORG
SOLD_TO_PARTYSold-to party KUNAGCHAR10ALPHAKUNNRVAG
PRODUCT_HIERAProduct hierarchy PRODH_DCHAR18PRODHVPR
PROD_CATEG_IDCategory ID IAOM_PROD_CATEGORYCHAR20IAOM_PROD_CATEGORY
EXT_CONTR_REFExternal Contract Reference for Sold-To Party IAOM_EXT_CONTRACT_REFCHAR35IAOM_EXT_CONTRACT_REF
POSITION_UIIDUnique Item Identifier in Life Cycle IAOM_UIIDCHAR12IAOM_UIID
MATERIAL_NMBRMaterial Number MATNRCHAR18MATN1MATNRMATS_MAT1

Key field Non-key field



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

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

SELECT SINGLE *
FROM IAOM_CRMFIN_AUFK
INTO CORRESPONDING FIELDS OF WA_IAOM_CRMFIN_AUFK
WHERE...

How to access SAP table IAOM_CRMFIN_AUFK

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