/SYCLO/PSH05 SAP (User Push history) Table details

Dictionary Type: Table
Description: User Push history




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




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

/SYCLO/PSH05 is a standard SAP Table which is used to store User Push history data and is available within R/3 SAP systems depending on the version and release level.

The /SYCLO/PSH05 table consists of various fields, each holding specific information or linking keys about User Push history data available in SAP. These include RECORD_GUID (Record GUID), MOBILE_APP (Syclo Mobile Application Name), USER_GUID (User GUID), SAP_USERID (User 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: 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/PSH05 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
RECORD_GUIDRecord GUID /SYCLO/CORE_RECORD_GUID_DTECHAR32SYSUUID_C
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
SAP_USERIDUser Name UNAMECHAR12UNAME
MDW_OBJECT_TYPESyclo Middleware Object Type /SYCLO/CORE_MDW_OBJTYP_DTECHAR30/SYCLO/CORE_MIDDLEWARE_OBJTYP
MDW_OBJECT_KEYSyclo middleware object key /SYCLO/CORE_MDW_OBJKEY_DTECHAR100/SYCLO/CORE_MIDDLEWARE_OBJKEY
SCENARIO_IDScenario Id /SYCLO/CORE_SCENARIO_ID_DTECHAR40
INSTANCE_GUIDPush scenario instance GUID /SYCLO/CORE_INSTANCE_GUID_DTECHAR32SYSUUID_C
ITEM_GUIDPush instance item GUID /SYCLO/CORE_PUSH_ITE_GUID_DTECHAR32SYSUUID_C
BOR_OBJTYPObject type OJ_NAMECHAR10Assigned to domainOJ_NAME
BOR_KEYCharacter value SWC_VALUECHAR255SWC_VALUE
FLAG_SERVER_PUSHBoolean Type: 'X' == True '' == False /SYCLO/CORE_BOOLEAN_DTECHAR1/SYCLO/CORE_BOOLEAN
SERVER_PUSH_TSUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
FLAG_SERVER_DELBoolean Type: 'X' == True '' == False /SYCLO/CORE_BOOLEAN_DTECHAR1/SYCLO/CORE_BOOLEAN
SERVER_DEL_TSUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
PUSH_CONFIRM_TSUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
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/PSH05 using ABAP code

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

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

How to access SAP table /SYCLO/PSH05

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