FJPHED2_EB SAP (Bank transfer incoming header record: ZENGINKYOU) Structure details

Dictionary Type: Structure
Description: Bank transfer incoming header record: ZENGINKYOU




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




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

FJPHED2_EB 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 "Bank transfer incoming header record: ZENGINKYOU" 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_FJPHED2_EB TYPE FJPHED2_EB.

The FJPHED2_EB table consists of various fields, each holding specific information or linking keys about Bank transfer incoming header record: ZENGINKYOU data available in SAP. These include ITMCD (Item code ('01':Incoming payment transfer)), CDTYP (Code type (0:JIS, 1:EBICDIC)), CRDAT (Create date (YY:Wareki, MM:Month, DD:Day)), BOKFR (Posting date from (YY:Wareki)).. 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 FJPHED2_EB 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
DTCATData category (1:Header, 2:Data, 8:Trailer, 9:End) DTCAT_EBJPNUMC1NUMC1
ITMCDItem code ('01':Incoming payment transfer) ITCD2_EBJPNUMC2NUMC2
CDTYPCode type (0:JIS, 1:EBICDIC) CDTYP_EBJPNUMC1NUMC1
CRDATCreate date (YY:Wareki, MM:Month, DD:Day) CRDAT_EBJPNUMC6DATE6_JP
BOKFRPosting date from (YY:Wareki) BOKFR_EBJPNUMC6DATE6_JP
BOKTOPosting date to (YY:Wareki) BOKTO_EBJPNUMC6DATE6_JP
BAKCDHouse bank code BAKCD_EBJPNUMC4NUMC4
BAKNABank name (1 byte Katakana) BAKNA_EBJPCHAR15CHAR15
BRACDHouse bank branch code BRACD_EBJPNUMC3NUMC3
BRANABranch name (1 byte Katakana) BRANA_EBJPCHAR15CHAR15
ACTYPAccount type (1:Futsu, 2:Touza, 4:Chochiku) ACTYP_EBJPNUMC1NUMC1
ACTNOAccount No. at The Bank for Japanese Bank Data ACNO2_EBJPNUMC7NUMC07
ACTNAAccount name (1 byte Katakana) ACTNA_EBJPCHAR40CHAR40
DMY93Dummy 93 bytes field DMY93_EBJPCHAR93CHAR93

Key field Non-key field



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

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

How to access SAP table FJPHED2_EB

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