/SYCLO/CA002 SAP (Generic exchange handler table settings) Table details

Dictionary Type: Table
Description: Generic exchange handler table settings




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




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

/SYCLO/CA002 is a standard SAP Table which is used to store Generic exchange handler table settings data and is available within R/3 SAP systems depending on the version and release level.

The /SYCLO/CA002 table consists of various fields, each holding specific information or linking keys about Generic exchange handler table settings data available in SAP. These include EXCHOBJ (Syclo SAP Exchange Object), APPL (Applications programs, function modules, logical databases), MOBILE_APP (Syclo Mobile Application Name), EXCH_TABNAME (Exchange table name).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = /SYCLO/CA002T


SAP /SYCLO/CA002 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
EXCHOBJSyclo SAP Exchange Object /SYCLO/CORE_EXCHOBJ_DTECHAR40/SYCLO/CORE_EXCHANGE_OBJECT
APPLApplications programs, function modules, logical databases PAPPL_DCHAR1Assigned to domainPAPPL
MOBILE_APPSyclo Mobile Application Name /SYCLO/CORE_MOBILE_APP_DTECHAR30Assigned to domain/SYCLO/CORE_MOBILE_APP
EXCH_TABNAMEExchange table name /SYCLO/CORE_EXCH_TABNAME_DTECHAR16DBOBJ_NAME/SYCLO/CORE_EXCH_TABNAME_HLP
LOCK_OBJECTExchange table lock object /SYCLO/CORE_EXCH_LOCKOBJ_DTECHAR16DBOBJ_NAME/SYCLO/CORE_EXCH_LOCKOBJ_HLP
ACTIVEActive Flag /SYCLO/CORE_ACTIVE_FLAG_DTECHAR1/SYCLO/CORE_ACTIVE_FLAG
EX_HANDLERExchange Object Handler /SYCLO/CORE_EXCH_HANDLER_DTECHAR30SEOCLSNAME
PURGE_FREQUENCYDays To Keep History (Days) /SYCLO/CORE_PURGE_FREQ_DTENUMC3NUMC3
UPD_PUSHREGISTERActive Flag /SYCLO/CORE_ACTIVE_FLAG_DTECHAR1/SYCLO/CORE_ACTIVE_FLAG
BOR_OBJTYPObject type OJ_NAMECHAR10Assigned to domainOJ_NAME
SKIP_UPDATEActive Flag /SYCLO/CORE_ACTIVE_FLAG_DTECHAR1/SYCLO/CORE_ACTIVE_FLAG
EXEMPT_CREATEActive Flag /SYCLO/CORE_ACTIVE_FLAG_DTECHAR1/SYCLO/CORE_ACTIVE_FLAG
EXEMPT_DELETEActive Flag /SYCLO/CORE_ACTIVE_FLAG_DTECHAR1/SYCLO/CORE_ACTIVE_FLAG
EXEMPT_UPDATEActive Flag /SYCLO/CORE_ACTIVE_FLAG_DTECHAR1/SYCLO/CORE_ACTIVE_FLAG
MAX_LINKAGE_LVLMaximum allowed linkage level /SYCLO/CORE_MAX_LINKAGELVL_DTEINT410
CREATED_BYCreated by /SYCLO/CORE_CREATEDBY_DTECHAR12USNAM
CREATED_TSCreation timestamp /SYCLO/CORE_CREATEDTS_DTEDEC15TZNTSTMPS
CHANGED_BYLast Changed By /SYCLO/CORE_CHANGEDBY_DTECHAR12USNAM
CHANGED_TSChanged time stamp /SYCLO/CORE_CHANGEDTS_DTEDEC15TZNTSTMPS

Key field Non-key field



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

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

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

How to access SAP table /SYCLO/CA002

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