TRFS_PACC_BANK SAP (Structure of table TRFT_PACC_BANK) Structure details

Dictionary Type: Structure
Description: Structure of table TRFT_PACC_BANK




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




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

TRFS_PACC_BANK is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure of table TRFT_PACC_BANK" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TRFS_PACC_BANK TYPE TRFS_PACC_BANK.

The TRFS_PACC_BANK table consists of various fields, each holding specific information or linking keys about Structure of table TRFT_PACC_BANK data available in SAP. These include MANDT (Client), COMPANY_CODE (Company Code), POSITION_ACCOUNT (Futures Account for Listed Options and Futures), CURRENCY (Payment Currency).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TRFS_PACC_BANK structure 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
MARKSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP structure TRFS_PACC_BANK using ABAP code?

As TRFS_PACC_BANK is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TRFS_PACC_BANK as there is no data to select.

How to access SAP table TRFS_PACC_BANK

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