/SLOAP/API_ANLYS SAP (Remote execution: Analysis) Table details

Dictionary Type: Table
Description: Remote execution: Analysis




ABAP Code to SELECT data from /SLOAP/API_ANLYS
Related tables to /SLOAP/API_ANLYS
Access table /SLOAP/API_ANLYS




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

/SLOAP/API_ANLYS is a standard SAP Table which is used to store Remote execution: Analysis data and is available within R/3 SAP systems depending on the version and release level.

The /SLOAP/API_ANLYS table consists of various fields, each holding specific information or linking keys about Remote execution: Analysis data available in SAP. These include OUT_PROFILE_GUID (SLOAS: Guid), ANALYSIS_GUID (SLOAS: Guid), ANALYSIS_STATE (Analysis state), LOCK_GUID (SLOAS: Guid).. 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 /SLOAP/API_ANLYS 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
OUT_PROFILE_GUIDSLOAS: Guid /SLOAP/GUIDRAW16SYSUUID
ANALYSIS_GUIDSLOAS: Guid /SLOAP/GUIDRAW16SYSUUID
ANALYSIS_STATEAnalysis state /SLOAP/ANALYSIS_STATECHAR1/SLOAP/ANALYSIS_STATE
LOCK_GUIDSLOAS: Guid /SLOAP/GUIDRAW16SYSUUID
TARGET_RFC_IDLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
TARGET_SYS_IDName of SAP System SYSYSIDCHAR8SYCHAR08
TARGET_CLIENTClient MANDTCLNT3Assigned to domainMANDT
TARGET_SYS_TYPESLOAS system type /SLOAP/SYSTEM_TYPECHAR41
DEPLOYMENTModule deployment mode (newest or only active) /SLOAP/MODULE_DEPLOYMENTCHAR1/SLOAP/MODULE_DEPLOYMENT

Key field Non-key field



How do I retrieve data from SAP table /SLOAP/API_ANLYS using ABAP code

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

SELECT SINGLE *
FROM /SLOAP/API_ANLYS
INTO CORRESPONDING FIELDS OF WA_/SLOAP/API_ANLYS
WHERE...

How to access SAP table /SLOAP/API_ANLYS

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