TCCLG SAP (Payment Cards: Settlement Run Log) Table details

Dictionary Type: Table
Description: Payment Cards: Settlement Run Log




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




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

TCCLG is a standard SAP Table which is used to store Payment Cards: Settlement Run Log data and is available within R/3 SAP systems depending on the version and release level.

The TCCLG table consists of various fields, each holding specific information or linking keys about Payment Cards: Settlement Run Log data available in SAP. These include CCBTC (Payment cards: Settlement run), BUKRS (Company Code), HKONT (General Ledger Account), VBLNR (Document Number of the Payment Document).. 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: Can be enhanced (character-type or numeric)

Text table = TCCLGT


SAP TCCLG 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
MANDTClient MANDTCLNT3T000MANDT
CCBTCPayment cards: Settlement run CCBTCCHAR10ALPHACCBTC
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
VBLNRDocument Number of the Payment Document VBLNRCHAR10ALPHABELNR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
CCWAECurrency Key WAERSCUKY5TCURCWAERSFWS
SETWRPayment Cards: Amount to be Settled SETWR_CCCURR13(2) WRTV7
XPOSTPayment Cards: Settlement Document Posted? XPOST_CCCHAR1XFELD
XSUCCPayment Cards: Settlement Successful? XSUCC_CCCHAR1XFELD
XFAILPayment Cards: Settlement Unsuccessful? XFAIL_CCCHAR1XFELD
NSENTPayment Cards: Number of Settlement Attempts NSENT_CCNUMC3NUM03
FNAMEPayment Cards: User (1st Settlement) FNAME_CCCHAR12USNAM
FDATUPayment Cards: Date (1st Settlement) FDATU_CCDATS8DATUM
FZEITPayment Cards: Time (1st Settlement) FZEIT_CCTIMS6UZEIT
LNAMEPayment Cards: User (Last Settlement) LNAME_CCCHAR12USNAM
LDATUPayment Cards: Date (Last Settlement) LDATU_CCDATS8DATUM
LZEITPayment Cards: Time (Last Settlement) LZEIT_CCTIMS6UZEIT
NITEMPayment Cards: Number of Settled Items NITEM_CCNUMC6NUM06
PDATUPayment cards: Date on which Settlement Is Made PDATU_CCDATS8DATUM
PZEITPayment Cards: Time at Which Settlement Was Made PZEIT_CCTIMS6UZEIT
HOSTBPayment Cards: Reference Batch Number of Settlement HOSTB_CCCHAR12CHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCCLG
INTO CORRESPONDING FIELDS OF WA_TCCLG
WHERE...

How to access SAP table TCCLG

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