FIBL_OPAY_DOC_IF SAP (Interface: Post Online Payment) Structure details

Dictionary Type: Structure
Description: Interface: Post Online Payment




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




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

FIBL_OPAY_DOC_IF 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 "Interface: Post Online Payment" 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_FIBL_OPAY_DOC_IF TYPE FIBL_OPAY_DOC_IF.

The FIBL_OPAY_DOC_IF table consists of various fields, each holding specific information or linking keys about Interface: Post Online Payment data available in SAP. These include DOC_TYPE (Document Type), PSTNG_DATE (Posting Date in the Document), PAYM_CURR (Payment Request Currency Key), PAYM_AMOUNT (Payment Request Amount in 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 or numeric)


SAP FIBL_OPAY_DOC_IF 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
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DOC_TYPEDocument Type BLARTCHAR2Assigned to domainBLARTBAR
PSTNG_DATEPosting Date in the Document BUDATDATS8DATUM
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
EXCH_RATEExchange rate KURSFDEC9(5) EXCRTKURSF
XINCOMING_PMNTIndicator: Payment Method Used for Incoming Payments? XEINZCHAR1XFELD
PARTNER_ACCOUNTBusiness Partner PRQ_PARNOCHAR10ALPHAPRQ_PARNO
ITEM_TEXTReference type text REFTXTCHAR50TEXT50
BUS_AREA_BANKBusiness Area: Offsetting Posting PRQ_ZGSBRCHAR4Assigned to domainGSBERGSB
DEBITED_ACCTAccount to be Debited: G/L Account/Customer/Vendor DEBITED_ACCTCHAR10Assigned to domainALPHAMUSTR
ACCT_TYPEAccount type payment advices BF_KOARTAVCHAR1BF_KOARTAV
POST_KEYPosting Key BSCHLCHAR2Assigned to domainBSCHL
DOC_REF_TXTInternal Reference: Item Text INTREFCHAR50TEXT50
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
VALUE_DATE_SENDERValue Date for the Sending Bank PRQ_VALDTDATS8DATUM
TRADE_IDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
PMTMTHSUPLPayment Method Supplement UZAWECHAR2Assigned to domainUZAWE
PAYMT_REFPayment Reference KIDNOCHAR30CHAR30

Key field Non-key field



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

As FIBL_OPAY_DOC_IF 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 FIBL_OPAY_DOC_IF as there is no data to select.

How to access SAP table FIBL_OPAY_DOC_IF

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