TFIBLOPAYSTEP SAP (Online Payments: Determine Process Steps) Table details

Dictionary Type: Table
Description: Online Payments: Determine Process Steps




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




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

TFIBLOPAYSTEP is a standard SAP Table which is used to store Online Payments: Determine Process Steps data and is available within R/3 SAP systems depending on the version and release level.

The TFIBLOPAYSTEP table consists of various fields, each holding specific information or linking keys about Online Payments: Determine Process Steps data available in SAP. These include ORIGIN (Origin Indicator), X4EYES (Release of Payment Request Under Dual Control Principle), XREL (Online Payment: Release Payment Request When Created), XF111 (Online Payment: Start Payment Program Direct).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TFIBLOPAYSTEP 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_ORIGINCHAR8TFIBLOPAYFIBL_ORIGIN
X4EYESRelease of Payment Request Under Dual Control Principle FIBL_X4EYESCHAR1XFELD
XRELOnline Payment: Release Payment Request When Created FIBL_XRELCHAR1XFELD
XF111Online Payment: Start Payment Program Direct FIBL_XF111CHAR1XFELD
XPMWOnline Payment: Start PMW Direct FIBL_XPMWCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFIBLOPAYSTEP
INTO CORRESPONDING FIELDS OF WA_TFIBLOPAYSTEP
WHERE...

How to access SAP table TFIBLOPAYSTEP

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