TRFT_PACC_BANK SAP (Payment Information) Table details

Dictionary Type: Table
Description: Payment Information




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




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

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

The TRFT_PACC_BANK table consists of various fields, each holding specific information or linking keys about Payment Information data available in SAP. These include COMPANY_CODE (Company Code), POSITION_ACCOUNT (Futures Account for Listed Options and Futures), CURRENCY (Payment Currency), VALID_FROM (Payment details effective from).. 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 TRFT_PACC_BANK 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
COMPANY_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
POSITION_ACCOUNTFutures Account for Listed Options and Futures TPM_POS_ACCOUNT_FUTCHAR10TRFT_POS_ACCOUNTTPM_POS_ACCOUNT_FUTTRF_PACTRFC_F4_POS_ACCOUNT
CURRENCYPayment Currency TPM_PAYMENT_CURRCUKY5TCURCWAERS
VALID_FROMPayment details effective from TB_DZVERBDATS8DATUM
DIS_FLOWTYPEUpdate Type TPM_DIS_FLOWTYPECHAR8TRGV_SOURCFUTACCTPM_DIS_FLOWTYPE
HOUSE_BANKShort key for own house bank TB_RHABKICHAR5T012HBKID
HOUSE_BANK_ACCShort key for house bank account TB_RHKTIDCHAR5T012KHKTID
RPZAHLPayer/Payee TPM_PAYER_PAYEECHAR10BUT000ALPHABU_PARTNERBPABUPA
RPBANKPartner bank details TB_RPBANKCHAR4BVTYP
SZARTPayment transaction TB_SZARTCHAR1XFELD
ZLSCHPayment Method DZLSCHCHAR1T042ZZLSCH
UZAWEPayment Method Supplement UZAWECHAR2Assigned to domainUZAWE
SPAYRQGenerate payment request TB_SPAYRQKCHAR1XFELD
SPRSNGIndividual payment TB_SPRSNGKCHAR1XFELD
SPRGRDDetermine grouping definition TB_SPRGRDCHAR1T_SPRGRD
SCSPAYSame direction necessary for joint payment? TB_SCSPAYCHAR1XFELD
ZWELSList of the Payment Methods to be Considered DZWELSCHAR10ZWELS
RPCODERepetitive Code RPCODECHAR20Assigned to domainALPHARPCODEFIBL_RPCODE
RP_TEXTReference Text for Repetitive Code RPCODE_TEXTCHAR50XTEXT50

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRFT_PACC_BANK
INTO CORRESPONDING FIELDS OF WA_TRFT_PACC_BANK
WHERE...

How to access SAP table TRFT_PACC_BANK

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