FJPDAT2_EB SAP (Bank transfer of incoming data record: ZENGINKYO) Structure details

Dictionary Type: Structure
Description: Bank transfer of incoming data record: ZENGINKYO




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




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

FJPDAT2_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 of incoming data record: ZENGINKYO" 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_FJPDAT2_EB TYPE FJPDAT2_EB.

The FJPDAT2_EB table consists of various fields, each holding specific information or linking keys about Bank transfer of incoming data record: ZENGINKYO data available in SAP. These include REFNO (Reference number at local bank), BOKDT (Posting date (YY:Wareki)), VALDT (Value date (YY:Wareki)), TRAMT (Payment amount (amount <= 9999999999)).. 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 FJPDAT2_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
REFNOReference number at local bank REFN2_EBJPNUMC6NUMC6
BOKDTPosting date (YY:Wareki) BOKDT_EBJPNUMC6DATE6_JP
VALDTValue date (YY:Wareki) VALDT_EBJPNUMC6DATE6_JP
TRAMTPayment amount (amount <= 9999999999) TRAM2_EBJPNUMC10NUMC10
THAMTAmount from other bank THAM2_EBJPNUMC10NUMC10
PAYCDPayer code PAYCD_EBJPNUMC10NUMC10
PAYNAName or no. (Payment ID - 1:name, 2:payer no.) PAYNA_EBJPCHAR48CHAR48
CPBNACounter party bank name CPBNA_EBJPCHAR15CHAR15
CPBBRCounter party bank branch name CPBBR_EBJPCHAR15CHAR15
REVIDReverse ID (1: reverse) REVID_EBJPNUMC1NUMC1
RAMT2Payment amount (2) (amount > 9999999999) RAMT2_EBJPNUMC12NUMC12
TAMT2Amount from other bank (2) TAMT2_EBJPNUMC12NUMC12
DMY48Dummy 48 bytes field DMY48_EBJPCHAR48CHAR48

Key field Non-key field



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

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

How to access SAP table FJPDAT2_EB

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