SAP DPR_TS_IAOM_RESULT_OF_REQUEST ERP System Acc.: Result of Calling Account Assignmt Manager Table data and field list

DPR_TS_IAOM_RESULT_OF_REQUEST is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "ERP System Acc.: Result of Calling Account Assignmt Manager" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_DPR_TS_IAOM_RESULT_OF_REQUEST TYPE DPR_TS_IAOM_RESULT_OF_REQUEST.

The DPR_TS_IAOM_RESULT_OF_REQUEST table consists of various fields, each holding specific information or linking keys about ERP System Acc.: Result of Calling Account Assignmt Manager data available in SAP. These include BUSINESS_KEY (Business Object Key (Suitable for Display)), HIERARCHY_LEVEL (Hierarchy Level of an Object), OBJECT_NOT_CO_RELEVANT (Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')), ASSIGNMENT ()... 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. .

DPR_TS_IAOM_RESULT_OF_REQUEST structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DPR_TS_IAOM_RESULT_OF_REQUEST structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the DPR_TS_IAOM_RESULT_OF_REQUEST table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
OBJECT_ID Technical Key of an External Object0
BUSINESS_KEY Business Object Key (Suitable for Display)0
HIERARCHY_LEVEL Hierarchy Level of an Object0
OBJECT_NOT_CO_RELEVANTData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
ASSIGNMENT 0
OBJECT_NOObject number J_OBJNRCHAR22J_OBJNRONR
ORDER_NOOrder Number AUFNRCHAR12ALPHAAUFNRANR
OPERATING_CONCERNOperating concern ERKRSCHAR4ERKRSERB
PROFIT_SEGM_NOProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
PROFIT_CENTREProfit Center PRCTRCHAR10ALPHAPRCTRPRCPRCTR_EMPTY
CONTROLLING_TYPE Controlling Type0
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
SALES_DOCUMENTSales Document VBELN_VACHAR10ALPHAVBELNAUN
SALES_DOCUMENT_POSSales Document Item POSNR_VANUMC6POSNRAPO
COST_CENTERCost Center KOSTLCHAR10ALPHAKOSTLKOS
BUSINESS_PROCESSBusiness Process CO_PRZNRCHAR12ALPHACO_PRZNRKWP
NETWORKNetwork number NW_AUFNRCHAR12ALPHAAUFNRANR
ACTIVITYOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
PROJECT_DEFINITIONProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
ADD_ACC_INFO 0
PROFIT_CENTREProfit Center PRCTRCHAR10ALPHAPRCTRPRCPRCTR_EMPTY
CO_AREAControlling Area KOKRSCHAR4CACCDCAC
COMPANY_CODECompany Code BUKRSCHAR4BUKRSBUKC_T001
BUSINESS_AREABusiness Area GSBERCHAR4GSBERGSB
FUNCTIONAL_AREAFunctional Area FKBERCHAR16FKBERFBE
PLANTPlant WERKS_DCHAR4WERKSWRKH_T001W_C
ASSIGNMENT_SET 0
OBJECT_NOObject number J_OBJNRCHAR22J_OBJNRONR
ORDER_NOOrder Number AUFNRCHAR12ALPHAAUFNRANR
OPERATING_CONCERNOperating concern ERKRSCHAR4ERKRSERB
PROFIT_SEGM_NOProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
PROFIT_CENTREProfit Center PRCTRCHAR10ALPHAPRCTRPRCPRCTR_EMPTY
CONTROLLING_TYPE Controlling Type0
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
SALES_DOCUMENTSales Document VBELN_VACHAR10ALPHAVBELNAUN
SALES_DOCUMENT_POSSales Document Item POSNR_VANUMC6POSNRAPO
COST_CENTERCost Center KOSTLCHAR10ALPHAKOSTLKOS
BUSINESS_PROCESSBusiness Process CO_PRZNRCHAR12ALPHACO_PRZNRKWP
NETWORKNetwork number NW_AUFNRCHAR12ALPHAAUFNRANR
ACTIVITYOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
PROJECT_DEFINITIONProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
ADD_ACC_INFO_SET 0
PROFIT_CENTREProfit Center PRCTRCHAR10ALPHAPRCTRPRCPRCTR_EMPTY
CO_AREAControlling Area KOKRSCHAR4CACCDCAC
COMPANY_CODECompany Code BUKRSCHAR4BUKRSBUKC_T001
BUSINESS_AREABusiness Area GSBERCHAR4GSBERGSB
FUNCTIONAL_AREAFunctional Area FKBERCHAR16FKBERFBE
PLANTPlant WERKS_DCHAR4WERKSWRKH_T001W_C
REQUEST_STATUS Status0
UPDATE_STATUS Status0
MESSAGES 0
OBJECT_ACC_ASS_PENDINGData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
OBJECT_UNKNOWNData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
ATTRIBUTES 0
PROCESS_ATTRIBUTES 0
ACC_ASS_ATTRIBUTES 0
SYSTEM_OF_ORIGINLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



How do I retrieve data from SAP structure DPR_TS_IAOM_RESULT_OF_REQUEST using ABAP code?

As DPR_TS_IAOM_RESULT_OF_REQUEST is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on DPR_TS_IAOM_RESULT_OF_REQUEST as there is no data to select.

How to access SAP table DPR_TS_IAOM_RESULT_OF_REQUEST

Within an ECC or HANA version of SAP you can also view further information about DPR_TS_IAOM_RESULT_OF_REQUEST and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).