/SYCLO/MATNR2_EX SAP (Syclo Exchange Table - Material Master CRM Extension) Table details

Dictionary Type: Table
Description: Syclo Exchange Table - Material Master CRM Extension




ABAP Code to SELECT data from /SYCLO/MATNR2_EX
Related tables to /SYCLO/MATNR2_EX
Access table /SYCLO/MATNR2_EX




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

/SYCLO/MATNR2_EX is a standard SAP Table which is used to store Syclo Exchange Table - Material Master CRM Extension data and is available within R/3 SAP systems depending on the version and release level.

The /SYCLO/MATNR2_EX table consists of various fields, each holding specific information or linking keys about Syclo Exchange Table - Material Master CRM Extension data available in SAP. These include MOBILE_APP (Syclo Mobile Application Name), OBJKEY (Syclo Exchange Table Object Key), ACTION (Exchange action), CHANGED_TS (Changed time stamp).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SYCLO/MATNR2_EX table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
MOBILE_APPSyclo Mobile Application Name /SYCLO/CORE_MOBILE_APP_DTECHAR30Assigned to domain/SYCLO/CORE_MOBILE_APP
OBJKEYSyclo Exchange Table Object Key /SYCLO/CORE_EXCH_OBJKEY_DTECHAR100CHAR100
ACTIONExchange action /SYCLO/CORE_EXCH_ACTION_DTECHAR1/SYCLO/CORE_EXCH_ACTION
CHANGED_TSChanged time stamp /SYCLO/CORE_CHANGEDTS_DTEDEC15TZNTSTMPS
CHANGED_BYLast Changed By /SYCLO/CORE_CHANGEDBY_DTECHAR12USNAM
REC_STATUSExchange table record status /SYCLO/CORE_EXCH_RECSTATUS_DTECHAR1/SYCLO/CORE_EXCH_RECSTATUS

Key field Non-key field



How do I retrieve data from SAP table /SYCLO/MATNR2_EX using ABAP code

The following ABAP code Example will allow you to do a basic selection on /SYCLO/MATNR2_EX to SELECT all data from the table
DATA: WA_/SYCLO/MATNR2_EX TYPE /SYCLO/MATNR2_EX.

SELECT SINGLE *
FROM /SYCLO/MATNR2_EX
INTO CORRESPONDING FIELDS OF WA_/SYCLO/MATNR2_EX
WHERE...

How to access SAP table /SYCLO/MATNR2_EX

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