BKKTERMPPRC SAP (Term Agreements in Postprocessing Status) Table details

Dictionary Type: Table
Description: Term Agreements in Postprocessing Status




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




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

BKKTERMPPRC is a standard SAP Table which is used to store Term Agreements in Postprocessing Status data and is available within R/3 SAP systems depending on the version and release level.

The BKKTERMPPRC table consists of various fields, each holding specific information or linking keys about Term Agreements in Postprocessing Status data available in SAP. These include BKKRS (Bank Area), ACNUM_INT (Internal Account Number for Current Account), CERT_NO (BCA Time deposit certificate number), ACNUM_EXT (Account number for current account).. 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)


SAP BKKTERMPPRC 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 MANDTCLNT3Assigned to domainMANDT
BKKRSBank Area BKK_BKKRSCHAR4Assigned to domainBKK_BKKRSBNS
ACNUM_INTInternal Account Number for Current Account BKK_ACCNTCHAR10Assigned to domainALPHABKK_ACCNTACI
CERT_NOBCA Time deposit certificate number BCA_US_CERT_NOCHAR20ALPHABCA_US_CD_NO
ACNUM_EXTAccount number for current account BKK_ACEXTCHAR35ACEXTBKK_ACEXTACEBKKACEXT
DEPOSITContract Total, Deposit BKK_DEPOSITCURR17(2) BKK_ITAMT
TERM_STATUSTerm Agreement Status BKK_TERMSTATCHAR2BKK_TERMSTAT
CURR_ACCBALANCEAccount balance BKK_PBALCURR23(2) BKK_TOAMT
PAYMENTORDER_NOPayment order number BKK_PAORNNUMC12BKK_PAORNPYN
PAOR_STATUSStatus of a Payment Order BKK_POSTATCHAR2BKK_ITSTAT
LOG_HANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
TIMEDEP_PHASEPhase in Term Agreement BKKT_ACTSTATUSCHAR1BKKT_ACTSTATUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM BKKTERMPPRC
INTO CORRESPONDING FIELDS OF WA_BKKTERMPPRC
WHERE...

How to access SAP table BKKTERMPPRC

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