ITAGCYTEMPCOLL SAP (Agency Collections: Data for Temporary Collections) Table details

Dictionary Type: Table
Description: Agency Collections: Data for Temporary Collections




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




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

ITAGCYTEMPCOLL is a standard SAP Table which is used to store Agency Collections: Data for Temporary Collections data and is available within R/3 SAP systems depending on the version and release level.

The ITAGCYTEMPCOLL table consists of various fields, each holding specific information or linking keys about Agency Collections: Data for Temporary Collections data available in SAP. These include AGTYPE (Key for Agency Category in Agency Collections), XBLNR (Reference document number), REPORTID (Broker Report Identification), SUBPOSNUMB (Assignment Key for Broker Report Item).. 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 ITAGCYTEMPCOLL 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
AGTYPEKey for Agency Category in Agency Collections AGTYPE_ITAGCYCHAR2Assigned to domainAGTYPE_ITAGCY
XBLNRReference document number XBLNR_KKCHAR16ALPHAXBLNR_KK
REPORTIDBroker Report Identification STMIDENT_BROCHAR12STMIDENT_BRO
SUBPOSNUMBAssignment Key for Broker Report Item SUBPOSNUMB_BRONUMC6NUM06
REASONKey for Reasons for Temporary Collections/Disbursements TCREASON_ITAGCYCHAR3Assigned to domainTCREASON_ITAGCY
INFOInformation Field for Temporary Collection/Disbursement TEMPINFO_ITAGCYCHAR255
CRDATEDate on Which Record Was Created ERDATDATS8DATUM
ECONTRExternal Identification of Contract ECONTR_ITAGCYCHAR20CHAR20
LOBUSAgency Collections: Division LOBUS_ITAGCYCHAR4Assigned to domainLOBUS_ITAGCY
POLTYAgency Collections: Contract Type POLTY_ITAGCYCHAR4Assigned to domainPOLTY_ITAGCY
OPCOMMNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
XADVANCEDCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM ITAGCYTEMPCOLL
INTO CORRESPONDING FIELDS OF WA_ITAGCYTEMPCOLL
WHERE...

How to access SAP table ITAGCYTEMPCOLL

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