/XFT/CM_001_DATA_02 SAP (Contract: Head: Data: Law) Structure details

Dictionary Type: Structure
Description: Contract: Head: Data: Law




ABAP Code to SELECT data from /XFT/CM_001_DATA_02
Related tables to /XFT/CM_001_DATA_02
Access table /XFT/CM_001_DATA_02




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

/XFT/CM_001_DATA_02 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 "Contract: Head: Data: Law" 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_/XFT/CM_001_DATA_02 TYPE /XFT/CM_001_DATA_02.

The /XFT/CM_001_DATA_02 table consists of various fields, each holding specific information or linking keys about Contract: Head: Data: Law data available in SAP. These include LE_VENUE_CITY (Legal venue city), LE_APPL_LAW_COUN (Applicable law (country)), LE_APPL_LAW_TEXT (Applicable law free text), LE_APPL_LAW_TU (Description UPPER CASE).. 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: Cannot Be Enhanced


SAP /XFT/CM_001_DATA_02 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
LE_VENUE_COUNLegal venu country /XFT/CM_LEGAL_VENUE_COUNTRYCHAR3Assigned to domainLAND1H_T005_LAND
LE_VENUE_CITYLegal venue city /XFT/CM_LEGAL_VENUE_CITYCHAR40TEXT40
LE_APPL_LAW_COUNApplicable law (country) /XFT/CM_LEGAL_APPL_LAW_COUNTRYCHAR3Assigned to domainLAND1H_T005_LAND
LE_APPL_LAW_TEXTApplicable law free text /XFT/CM_LEGAL_APPL_LAW_TEXTCHAR128/XFT/DESCRIPTION
LE_APPL_LAW_TUDescription UPPER CASE /XFT/DESCRIPTION_UPPERCHAR128CHAR128
LE_C_DATE_CONContract end date /XFT/CM_C_DATE_CONDATS8DATS
LE_C_DATE_CON_FShort-term contract /XFT/CM_C_DATE_CON_FCHAR1/XFT/BOOLEAN
LE_C_DATE_CON_TConclusion of contract free text /XFT/CM_C_DATE_CON_TEXTCHAR128/XFT/DESCRIPTION
LE_C_DATE_CON_TUDescription UPPER CASE /XFT/DESCRIPTION_UPPERCHAR128CHAR128

Key field Non-key field



How do I retrieve data from SAP structure /XFT/CM_001_DATA_02 using ABAP code?

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

How to access SAP table /XFT/CM_001_DATA_02

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