/SYCLO/AP001 SAP (Syclo Integration Framework Runtime Settings) Table details

Dictionary Type: Table
Description: Syclo Integration Framework Runtime Settings




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




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

/SYCLO/AP001 is a standard SAP Table which is used to store Syclo Integration Framework Runtime Settings data and is available within R/3 SAP systems depending on the version and release level.

The /SYCLO/AP001 table consists of various fields, each holding specific information or linking keys about Syclo Integration Framework Runtime Settings data available in SAP. These include MOBILE_APP (Syclo Mobile Application Name), USER_GUID (User GUID), PARAM_NAME (Generic parameter name), PARAM_VALUE (Syclo generic parameter value).. 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/AP001 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
USER_GUIDUser GUID /SYCLO/CORE_USER_GUID_DTECHAR32SYSUUID_C
PARAM_NAMEGeneric parameter name /SYCLO/CORE_PARAM_NAME_DTECHAR40/SYCLO/CORE_PARAMETER_NAME
PARAM_VALUESyclo generic parameter value /SYCLO/CORE_PARAM_VAL_DTECHAR100/SYCLO/CORE_PARAMETER_VALUE
PARAM_GROUPFramework Runtime Parameter Group /SYCLO/CORE_PARAM_GRP_DTECHAR40
ACTIVEActive Flag /SYCLO/CORE_ACTIVE_FLAG_DTECHAR1/SYCLO/CORE_ACTIVE_FLAG
EFFECTIVE_TSUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
DURATIONDuration (hours) /SYCLO/CORE_DURATION_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/AP001 using ABAP code

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

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

How to access SAP table /SYCLO/AP001

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