CON_DTAJP2 SAP (Japanese Foreign Currency Trading Format (General Data)) Structure details

Dictionary Type: Structure
Description: Japanese Foreign Currency Trading Format (General Data)




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




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

CON_DTAJP2 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 Currency Trading Format (General 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_DTAJP2 TYPE CON_DTAJP2.

The CON_DTAJP2 table consists of various fields, each holding specific information or linking keys about Japanese Foreign Currency Trading Format (General Data) data available in SAP. These include JP2_2 (Data Record ID: '1' = Main), JP2_3 (Type of Following Record), JP2_4 (Type of Underlying), JP2_5 (Reversal Indicator).. 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_DTAJP2 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
JP2_1 Data Record Type: '2'= Data Record0
JP2_2 Data Record ID: '1' = Main0
JP2_3 Type of Following Record0
JP2_4 Type of Underlying0
JP2_5 Reversal Indicator0
JP2_6 Sequential Number0
JP2_7 Bank Reference Number0
JP2_8 Payer's Reference Number0
JP2_9 Letter of Credit Number0
JP2_10_1 Transaction Currency0
JP2_10_2 Number of Decimal Places0
JP2_10_3 Transaction Amount0
JP2_11_1 Currency of Export/Import Bill0
JP2_11_2 Number of Decimal Places0
JP2_11_3 Amount of Export/Import Bill0
JP2_12 Message0
JP2_13 Dummy Area0

Key field Non-key field



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

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

How to access SAP table CON_DTAJP2

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