CON_DTAJP4 SAP (Japanese Foreign Exchange Trading Format (Payment Data)) Structure details

Dictionary Type: Structure
Description: Japanese Foreign Exchange Trading Format (Payment Data)




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




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

CON_DTAJP4 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 "Japanese Foreign Exchange Trading Format (Payment Data)" 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_CON_DTAJP4 TYPE CON_DTAJP4.

The CON_DTAJP4 table consists of various fields, each holding specific information or linking keys about Japanese Foreign Exchange Trading Format (Payment Data) data available in SAP. These include JP4_2 (Data Record ID: '15' = Incoming Payment), JP4_3 (Posting Date), JP4_4 (Value Date), JP4_5 (Transfer Type).. 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 CON_DTAJP4 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
JP4_1 Data Record Type0
JP4_2 Data Record ID: '15' = Incoming Payment0
JP4_3 Posting Date0
JP4_4 Value Date0
JP4_5 Transfer Type0
JP4_6 Dummy Area0
JP4_7 Exchange Rate Category0
JP4_8_1 Payment Currency0
JP4_8_2 Number of Decimal Places0
JP4_8_3 Payment Amount0
JP4_9 Contract Number with House Bank0
JP4_10_1 Conversion Factor0
JP4_10_2 Number of Decimal Places0
JP4_10_3 Exchange Rate0
JP4_11_1 Conversion Currency0
JP4_11_2 Number of Decimal Places0
JP4_11_3 Converted Amount0
JP4_12 Exchange Rate Type0
JP4_13 Dummy Area0
JP4_14_1 Bank Account Currency0
JP4_14_2 Number of Decimal Places0
JP4_14_3 Dummy Area0
JP4_14_4 Bank Account Type0
JP4_14_5 Bank Account Number0
JP4_14_6 Amount Posted0
JP4_15_1 Bank Account Currency0
JP4_15_2 Number of Decimal Places0
JP4_15_3 Dummy Area0
JP4_15_4 Bank Account Type0
JP4_15_5 Bank Account Number0
JP4_15_6 Amount Posted0
JP4_16_1 Type of Expenses0
JP4_16_2 Currency of Expenses0
JP4_16_3 Number of Decimal Places0
JP4_16_4 Amount of Expenses0
JP4_16_5 Type of Posting0
JP4_17_1 Type of Expenses0
JP4_17_2 Currency of Expenses0
JP4_17_3 Number of Decimal Places0
JP4_17_4 Amount of Expenses0
JP4_17_5 Type of Posting0
JP4_18 Posting Date of Expenses0
JP4_19 Invoice Number of Expenses0
JP4_20 Dummy Area0

Key field Non-key field



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

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

How to access SAP table CON_DTAJP4

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