TBKKG3 SAP (Transaction types) Table details

Dictionary Type: Table
Description: Transaction types




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




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

TBKKG3 is a standard SAP Table which is used to store Transaction types data and is available within R/3 SAP systems depending on the version and release level.

The TBKKG3 table consists of various fields, each holding specific information or linking keys about Transaction types data available in SAP. These include TRNSTYPE (Transaction Type), XINPMNT (Transaction Type Initiates a Credit), XCHK_BUPA (Business Partner Check), XCHK_ACCNT (Account Check).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TBKKG3T


SAP TBKKG3 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
TRNSTYPETransaction Type BKK_TTYPECHAR4BKK_TTYPE
XINPMNTTransaction Type Initiates a Credit BKK_INPMNTCHAR1XFELD
XCHK_BUPABusiness Partner Check BKK_CHKBUPCHAR1XFELD
XCHK_ACCNTAccount Check BKK_CHKACCCHAR1XFELD
XCHK_VALUEIndicator: Process Checks for Value Date? BKK_CHKVALCHAR1XFELD
XCHK_LIMITLimit Checks BKK_CHKLIMCHAR1XFELD
XCHEQUEIndicator: Check with Check Management BKK_XCHEQCHAR1XFELD
CASHB_TYPEMeans of Payment Position Type BKK_CASHBTCHAR4TBKKA1ALPHABKK_CASHBTCBT
XDIRDEBCheck if Direct Debit Order Available BKK_DIRDEBCHAR1XFELD
XCOLAUTHCheck for Collection Authorization Agreement BKK_COLAUTCHAR1XFELD
XSUBTOCOLIndicator: Subject to Final Payment (S.F.P.) BKK_SUBCOLCHAR1XFELD
VALUE_REQIndicator: Value Date Specification Allowed BKK_VALREQNUMC1BKK_VALREQ
XMORE_RCVIndicator: Several Recipients Allowed BKK_XMRCVCHAR1X
XPAYM_NOTEIndicator: Display Payment Notes BKK_XPAYNTECHAR1X
XPRI_PPROCIndicator: Priority in Postprocessing BKK_XPRIPPCHAR1X
XREVERSALIndicator: Reversing Allowed BKK_XREVERCHAR1XFELD
XNAMECHECKAccount Call-Up Check BKK_XNAMECHECKCHAR1XFELD
XDIA_POCIndicator: Online Entry Internal Order Allowed BKK_XDIAPCCHAR1X
XDIA_PORIndicator: Online Entry Return Order Allowed BKK_XDIAPRCHAR1X
XDIA_POFIndicator: Online Entry Foreign Payment Order Allowed BKK_XDIAPFCHAR1X
XDIALOG_POIndicator: Online Entry External Payment Order Allowed BKK_XDIAPOCHAR1X
XDIALOG_PIIndicator: Online Entry Payment Item Allowed BKK_XDIAPICHAR1X
XDIA_SOOnline Entry Standing Order BKK_DIASOCHAR1BKK_DIASO
XSUPPRS_REFACCIndicator: Suppress Ref. Bank Statement on Bank Statement BKK_XSUPPREFCHAR1XFELD
XERR_MANDATEMandate Check BKK_DTE_FLG_MND_CHKCHAR1XFELD
XCHK_EXTD_MNDIndicator: Execute Extended Mandate Checks BKK_DTE_FLG_CHK_EXTD_MNDCHAR1BKK_XFLD
XCHK_PRENOTEPrenote Check BKK_DTE_FLG_PRENOTE_CHKCHAR1BKK_XFLD
.INCLU--AP 0
XMEMO_ITEMItems are memo items BCA_US_XMEMOCHAR1FLAG
XESCHEATIndicator: Internal Transaction BCA_US_XESCHEATCHAR1FLAG
.INCLU--AP 0
XAIRELInterest Penalty Calculation BKK_AI_RELCHAR1X
XBLNOTOperation Relevant to Notice Period Lock BKK_BL_NOCHAR1X
.INCLU--AP 0
XFXNETIndicator: Foreign exchange netting enabled BKK_XFXNETCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBKKG3
INTO CORRESPONDING FIELDS OF WA_TBKKG3
WHERE...

How to access SAP table TBKKG3

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