TFIBLMPVAR SAP (Online Payment: Variants) Table details

Dictionary Type: Table
Description: Online Payment: Variants




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




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

TFIBLMPVAR 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 TFIBLMPVAR table consists of various fields, each holding specific information or linking keys about Online Payment: Variants data available in SAP. These include ORIGIN (Origin Indicator), VAR_ID (Variant Name), PAY_COMP_CODE (Paying Company Code for this Payment Request), HOUSEBANKID (Short Key for a House Bank).. 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 TFIBLMPVAR 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
ORIGINOrigin Indicator FIBL_ORIGINCHAR8Assigned to domainFIBL_ORIGIN
VAR_IDVariant Name FIBL_OPVARCHAR14CHAR14
PAY_COMP_CODEPaying Company Code for this Payment Request PRQ_ZBUKRCHAR4Assigned to domainBUKRS
HOUSEBANKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
HOUSEBANKACCTIDID for account details HKTIDCHAR5Assigned to domainHKTID
PAYM_CURRPayment Request Currency Key PRQ_PACURCUKY5Assigned to domainWAERS
PAYM_AMOUNTPayment Request Amount in Payment Currency PRQ_AMTFCCURR13(2) WERT7
LOC_CURRCYLocal Currency HWAERCUKY5Assigned to domainWAERS
LOC_AMOUNTAmount in Local Currency DMBTRCURR13(2) WERT7
PAYM_METHODPayment Method for This Payment RZAWECHAR1Assigned to domainZLSCH
ITEM_TEXTReference type text REFTXTCHAR50TEXT50
INDIV_PAYMENTIndicator: Single Payment FIBL_XPORECHAR1XFELD
INSTR_KEYInstruction key for data medium exchange DTAWSCHAR2Assigned to domainDTAWS
INSTR1Instruction key 1 DTAT16NUMC2Assigned to domainDTWSX
INSTR2Instruction key 2 DTAT17NUMC2Assigned to domainDTWSX
INSTR3Instruction key 3 DTAT18NUMC2Assigned to domainDTWSX
INSTR4Instruction key 4 DTAT19NUMC2Assigned to domainDTWSX
SCBANK_INDState Central Bank Indicator LZBKZCHAR3Assigned to domainLZBKZ
SUPCOUNTRYSupplying Country LANDLCHAR3Assigned to domainLAND1
CHAINIDID for bank chain CHAINIDCHAR10CHAINID

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFIBLMPVAR
INTO CORRESPONDING FIELDS OF WA_TFIBLMPVAR
WHERE...

How to access SAP table TFIBLMPVAR

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