TFIBLFFPVAR SAP (Online Payment: Variants) Table details

Dictionary Type: Table
Description: Online Payment: Variants




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




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

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

The TFIBLFFPVAR table consists of various fields, each holding specific information or linking keys about Online Payment: Variants data available in SAP. These include VAR_ID (Variant Name), NAME (Name of the payee), BANK_CTRY (Bank country key), BANK_KEY (Bank Keys).. 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)


SAP TFIBLFFPVAR 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
VAR_IDVariant Name FIBL_OPVARCHAR14CHAR14
NAMEName of the payee DZNME1CHAR35TEXT35
BANK_CTRYBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANK_KEYBank Keys BANKKCHAR15BANKKBNK
BANK_ACCTBank account number BANKNCHAR18BANKN
CTRL_KEYBank Control Key BKONTCHAR2BKONT
BANK_REFReference specifications for bank details BKREFCHAR20CHAR20
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
ACCT_TYPEAccount type payment advices BF_KOARTAVCHAR1BF_KOARTAV
DEBITED_ACCTAccount to be Debited: G/L Account/Customer/Vendor DEBITED_ACCTCHAR10Assigned to domainALPHAMUSTR
DOC_REF_TXTInternal Reference: Item Text INTREFCHAR50TEXT50
DOC_TYPEDocument Type BLARTCHAR2Assigned to domainBLARTBAR
NAME_2Name 2 NAME2_GPCHAR35NAME
POSTL_CODEPostal Code PSTLZCHAR10PSTLZ
CITYCity ORT01_GPCHAR35TEXT35
POBX_PCDP.O. Box Postal Code PSTL2CHAR10PSTLZ
STREETHouse number and street STRAS_GPCHAR35TEXT35
PO_BOXPO Box PFACHCHAR10PFACH
COUNTRYCountry Key LAND1CHAR3T005LAND1LND
REGIONSTATE (State, Province, County) REGIOCHAR3T005SREGIO

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFIBLFFPVAR
INTO CORRESPONDING FIELDS OF WA_TFIBLFFPVAR
WHERE...

How to access SAP table TFIBLFFPVAR

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