ITAGCYTCBP SAP (Agency Collections: Temporary Collections with BP) Table details

Dictionary Type: Table
Description: Agency Collections: Temporary Collections with BP




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




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

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

The ITAGCYTCBP table consists of various fields, each holding specific information or linking keys about Agency Collections: Temporary Collections with BP data available in SAP. These include OPBEL (Number of Contract Accts Rec. & Payable Doc.), GPART (Business Partner Number), VTREF (Reference Specifications from Contract), XBLNR (Reference document number).. 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 ITAGCYTCBP 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
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
XBLNRReference document number XBLNR_KKCHAR16ALPHAXBLNR_KK
BETRWAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FAEDNDue date for net payment FAEDN_KKDATS8DATUM
ECONTRExternal Identification of Contract ECONTR_ITAGCYCHAR20CHAR20
LOBUSAgency Collections: Division LOBUS_ITAGCYCHAR4Assigned to domainLOBUS_ITAGCY
POLTYAgency Collections: Contract Type POLTY_ITAGCYCHAR4Assigned to domainPOLTY_ITAGCY
REASONKey for Reasons for Temporary Collections/Disbursements TCREASON_ITAGCYCHAR3Assigned to domainTCREASON_ITAGCY
INFOInformation Field for Temporary Collection/Disbursement TEMPINFO_ITAGCYCHAR255
TCPOPPosting Option for Temporary Collections TCPOP_ITAGCYCHAR2Assigned to domainTCPOP_ITAGCY
OPCOMMNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
AUGSTClearing status AUGST_KKCHAR1AUGST_KK
CRDATEDate on Which Record Was Created ERDATDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM ITAGCYTCBP
INTO CORRESPONDING FIELDS OF WA_ITAGCYTCBP
WHERE...

How to access SAP table ITAGCYTCBP

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