/SYCLO/MBL01 SAP (Mobile device transaction object status) Table details

Dictionary Type: Table
Description: Mobile device transaction object status




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




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

/SYCLO/MBL01 is a standard SAP Table which is used to store Mobile device transaction object status data and is available within R/3 SAP systems depending on the version and release level.

The /SYCLO/MBL01 table consists of various fields, each holding specific information or linking keys about Mobile device transaction object status data available in SAP. These include MOBILE_APP (Syclo Mobile Application Name), OBJKEY (Object key for Mobile Status), RECORD_NO (Record no.), MOBILE_STATUS (Mobile Object Status).. 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/MBL01 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
OBJKEYObject key for Mobile Status /SYCLO/CORE_STATUS_OBJKEY_DTECHAR100/SYCLO/CORE_MBL_STATUS_OBJKEY
RECORD_NORecord no. /SYCLO/CORE_REC_NO_DTENUMC10
MOBILE_STATUSMobile Object Status /SYCLO/CORE_MOBILE_STATUS_DTECHAR10/SYCLO/CORE_MOBILE_STATUS
EFFECTIVE_TSMobile status effective time stamp /SYCLO/CORE_MBLSTAT_EFC_TS_DTEDEC15TZNTSTMPS
FLAG_ACTIVEActive Flag /SYCLO/CORE_ACTIVE_FLAG_DTECHAR1/SYCLO/CORE_ACTIVE_FLAG
OBJECT_TYPEObject Type for Mobile Status /SYCLO/CORE_MBLSTAT_OBJTYP_DTECHAR30/SYCLO/CORE_MOBILE_STAT_OBJTYP
BOR_OBJTYPObject type OJ_NAMECHAR10Assigned to domainOJ_NAME
SORT_FIELDSort field /SYCLO/CORE_SORT_FIELD_DTECHAR40
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
CREATE_USER_GUIDUser GUID /SYCLO/CORE_USER_GUID_DTECHAR32SYSUUID_C
CHANGE_USER_GUIDUser GUID /SYCLO/CORE_USER_GUID_DTECHAR32SYSUUID_C

Key field Non-key field



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

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

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

How to access SAP table /SYCLO/MBL01

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