FJPDAT1_EB SAP (Incoming/outgoing data record of ZENGINKYO) Structure details

Dictionary Type: Structure
Description: Incoming/outgoing data record of ZENGINKYO




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




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

FJPDAT1_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 "Incoming/outgoing data record of 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_FJPDAT1_EB TYPE FJPDAT1_EB.

The FJPDAT1_EB table consists of various fields, each holding specific information or linking keys about Incoming/outgoing data record of ZENGINKYO data available in SAP. These include REFNO (Reference number at local bank), BOKDT (Posting date (YY:Wareki)), VALDT (Value date (YY:Wareki)), IDPAY (Payment ID (1:incoming, 2:outgoing)).. 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 FJPDAT1_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 REFNO_EBJPNUMC8NUMC8
BOKDTPosting date (YY:Wareki) BOKDT_EBJPNUMC6DATE6_JP
VALDTValue date (YY:Wareki) VALDT_EBJPNUMC6DATE6_JP
IDPAYPayment ID (1:incoming, 2:outgoing) IDPAY_EBJPNUMC1NUMC1
IDTRATransaction ID IDTRA_EBJPNUMC2NUMC2
TRAMTTransaction amount TRAMT_EBJPNUMC12NUMC12
THAMTAmount from other bank THAMT_EBJPNUMC12NUMC12
PREDTPresentation date of securities (YY:Wareki) PREDT_EBJPNUMC6DATE6_JP
OFFDTWrite off date of securities (YY:Wareki) OFFDT_EBJPNUMC6DATE6_JP
IDCHKID for bill/check IDCHK_EBJPNUMC1NUMC1
CHKNOBill/check number CHKNO_EBJPNUMC7NUME7
DELCDDealing branch DELCD_EBJPNUMC3NUMC3
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
DECRPPayment Notes DECRP_EBJPCHAR20CHAR20
DMY21Dummy 21 bytes field DMY21_EBJPCHAR21CHAR21

Key field Non-key field



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

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

How to access SAP table FJPDAT1_EB

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