JBIFHAPO SAP (Structure for Forex Flows) Structure details

Dictionary Type: Structure
Description: Structure for Forex Flows




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




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

JBIFHAPO 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 "Structure for Forex Flows" 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_JBIFHAPO TYPE JBIFHAPO.

The JBIFHAPO table consists of various fields, each holding specific information or linking keys about Structure for Forex Flows data available in SAP. These include BUKRS (Company Code), RFHA (Financial Transaction), RFHAZU (Transaction activity), DCRDAT (Entered On).. 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 JBIFHAPO 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RFHAFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
RFHAZUTransaction activity TB_RFHAZUNUMC5T_RFHAZUFAS
DCRDATEntered On TB_CRDATDATS8DATUM
TCRTIMEntry Time TB_TCRTIMTIMS6UZEIT
RFHAZBTransaction flow TB_RFHAZBNUMC4T_RFHAZB
RGENUMTransaction Number JBRGENUMCHAR10JBRGENUMJB5
SANLFProduct Category SANLFNUMC3Assigned to domainVVSANLF
RPORTBPortfolio RPORTBCHAR10Assigned to domainRPORTBT50H_RPORTB_CORE
WGSCHFT1Currency of Outgoing Side TB_WGSCHF1CUKY5Assigned to domainWAERS
WGSCHFT2Currency of Incoming Side TB_WGSCHF2CUKY5Assigned to domainWAERS
SBKKLASClassification of flows and conditions TB_SBKKLASCHAR1T_SBKKLAS
SBKTYPCategory of Flows and Conditions TB_SBKTYPCHAR2Assigned to domainT_SBKTYP
SSIGNDirection of flow TB_SSIGNCHAR1T_SSIGN
SBEWEBEPosting Status of Flow TB_SBEWEBECHAR1T_SBEWEBE
DZTERMPayment or Delivery Date TB_DZTERMDATS8DATUMT33
BZBETRPosition - Nominal Amount JBBBBETRCURR17(2) WERTV9
WZBETRPayment Currency TB_WZBETRCUKY5Assigned to domainWAERS
KHWKURSLocal currency rate TB_KHWKURSDEC9(5) EXCRTUKURS
RBESTOObject number for financial transactions JBOBJNRCHAR22Assigned to domainJ_OBJNR
KREFKURReference Rate for Foreign Exchange Transactions JBKREFKURDEC9(5) EXCRTUKURS
BGWERTEquivalent Value in Local Currency for a Forex Transaction JBBGWERTCURR17(2) WERTV9

Key field Non-key field



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

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

How to access SAP table JBIFHAPO

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