TRFCV_PACC_BANK SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

TRFCV_PACC_BANK is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The TRFCV_PACC_BANK table consists of various fields, each holding specific information or linking keys about Generated Table for View 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TRFCV_PACC_BANK table view 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 MANDTCLNT3MANDT
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 UZAWECHAR2UZAWE
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 RPCODECHAR20ALPHARPCODEFIBL_RPCODE
RP_TEXTReference Text for Repetitive Code RPCODE_TEXTCHAR50XTEXT50

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRFCV_PACC_BANK
INTO CORRESPONDING FIELDS OF WA_TRFCV_PACC_BANK
WHERE...

How to access SAP table TRFCV_PACC_BANK

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