CON_DTAJP3 SAP (Japanese Foreign Exchange Trading Format (Order Data)) Structure details

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




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




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

CON_DTAJP3 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 (Order 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_DTAJP3 TYPE CON_DTAJP3.

The CON_DTAJP3 table consists of various fields, each holding specific information or linking keys about Japanese Foreign Exchange Trading Format (Order Data) data available in SAP. These include JP3_2 (Data Record ID: '14' = Payment Order), JP3_3 (Posting Date), JP3_4 (Value Date), JP3_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_DTAJP3 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
JP3_1 Data Record Type0
JP3_2 Data Record ID: '14' = Payment Order0
JP3_3 Posting Date0
JP3_4 Value Date0
JP3_5 Transfer Type0
JP3_6 Type of Telegraph0
JP3_7 Transfer Code0
JP3_8 Exchange Rate Category0
JP3_9_1 Payment Currency0
JP3_9_2 Number of Decimal Places0
JP3_9_3 Payment Amount0
JP3_10 Contract Number with House Bank0
JP3_11_1 Conversion Factor0
JP3_11_2 Number of Decimal Places0
JP3_11_3 Exchange Rate0
JP3_12_1 Conversion Currency0
JP3_12_2 Number of Decimal Places0
JP3_12_3 Converted Amount0
JP3_13 Exchange Rate Type0
JP3_14 Dummy Area0
JP3_15_1 Bank Account Currency0
JP3_15_2 Number of Decimal Places0
JP3_15_3 Dummy Area0
JP3_15_4 Bank Account Type0
JP3_15_5 Bank Account Number0
JP3_15_6 Amount Posted0
JP3_16_1 Bank Account Currency0
JP3_16_2 Number of Decimal Places0
JP3_16_3 Dummy Area0
JP3_16_4 Bank Account Type0
JP3_16_5 Bank Account Number0
JP3_16_6 Amount Posted0
JP3_17_1 Type of Expenses0
JP3_17_2 Currency of Expenses0
JP3_17_3 Number of Decimal Places0
JP3_17_4 Amount of Expenses0
JP3_17_5 Type of Posting0
JP3_18_1 Type of Expenses0
JP3_18_2 Currency of Expenses0
JP3_18_3 Number of Decimal Places0
JP3_18_4 Amount of Expenses0
JP3_18_5 Type of Posting0
JP3_19 Posting Date of Expenses0
JP3_20 Invoice Number of Expenses0
JP3_21 Dummy Area0

Key field Non-key field



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

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

How to access SAP table CON_DTAJP3

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