SPAK_ERROR_ANALYSIS_RESULT_S SAP (Package Error Analysis: Output Structure (Extended)) Structure details

Dictionary Type: Structure
Description: Package Error Analysis: Output Structure (Extended)




ABAP Code to SELECT data from SPAK_ERROR_ANALYSIS_RESULT_S
Related tables to SPAK_ERROR_ANALYSIS_RESULT_S
Access table SPAK_ERROR_ANALYSIS_RESULT_S




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

SPAK_ERROR_ANALYSIS_RESULT_S is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Package Error Analysis: Output Structure (Extended)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SPAK_ERROR_ANALYSIS_RESULT_S TYPE SPAK_ERROR_ANALYSIS_RESULT_S.

The SPAK_ERROR_ANALYSIS_RESULT_S table consists of various fields, each holding specific information or linking keys about Package Error Analysis: Output Structure (Extended) data available in SAP. These include NUMBER_OF_PACKAGE_ERRORS (Number of the Same Package Errors in the Client Package), CLIENT_OBJECT_TYPE (Object Type of the Client Package Object), CLIENT_OBJECT_NAME (Name of the Client Package Object), CLIENT_PACKAGE (Client Package).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SPAK_ERROR_ANALYSIS_RESULT_S structure 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
BUTTON_EXPLAINExplain Tool SPAK_BUTTON_EXPLAIN_TOOL_DSTRG0STRING
NUMBER_OF_PACKAGE_ERRORSNumber of the Same Package Errors in the Client Package SPAK_PACKAGE_ERROR_NUMBER_DINT410
CLIENT_OBJECT_TYPEObject Type of the Client Package Object SPAK_CLIENT_OBJECT_TYPE_DCHAR4OBJECT
CLIENT_OBJECT_NAMEName of the Client Package Object SPAK_CLIENT_OBJECT_NAME_DCHAR40SOBJ_NAME
CLIENT_PACKAGEClient Package SPAK_CLIENT_PACKAGE_NAME_DCHAR30Assigned to domainDEVCLASS
CLIENT_PACKAGE_ACH_COMPApplication Component of the Client Package SPAK_CLIENT_PACKAGE_ACH_COMP_DCHAR24UFPS_POSID
CLIENT_PACKAGE_SW_COMPONENTSoftware Component of the Client Package SPAK_CLIENT_PACKAGE_SW_COMP_DCHAR30Assigned to domainDLVUNIT
CLIENT_PACKAGE_TRANSPORT_LAYERTransport Layer of the Client Package SPAK_CLIENT_PACKAGE_TRLAYER_DCHAR4DEVLAYER
CLIENT_STRUCTURE_PACKAGEStructure Package of the Client Package SPAK_CLIENT_STRUPACK_NAME_DCHAR30Assigned to domainDEVCLASS
CLIENT_PACKAGE_RESPONSIBLEPerson Responsible for the Client Package SPAK_CLIENT_PACK_RESPONSIBLE_DCHAR12AS4USER
CLIENT_OBJECT_RESPONSIBLEPerson Responsible for the Client Package Object SPAK_CLIENT_OBJ_RESPONSIBLE_DCHAR12AS4USER
SERVER_OBJECT_TYPEObject Type of the Server Package Object SPAK_SERVER_OBJECT_TYPE_DCHAR4OBJECT
SERVER_OBJECT_NAMEName of the Server Package Object SPAK_SERVER_OBJECT_NAME_DCHAR40SOBJ_NAME
SERVER_PACKAGEServer Package SPAK_SERVER_PACKAGE_NAME_DCHAR30Assigned to domainDEVCLASS
SERVER_PACKAGE_ACH_COMPApplication Component of the Server Package SPAK_SERVER_PACKAGE_ACH_COMP_DCHAR24UFPS_POSID
SERVER_PACKAGE_SW_COMPONENTSoftware Component of the Server Package SPAK_SERVER_PACKAGE_SW_COMP_DCHAR30Assigned to domainDLVUNIT
SERVER_PACKAGE_TRANSPORT_LAYERTransport Layer of the Server Package SPAK_SERVER_PACKAGE_TRLAYER_DCHAR4DEVLAYER
SERVER_STRUCTURE_PACKAGEStructure Package of the Server Package SPAK_SERVER_STRUPACK_NAME_DCHAR30Assigned to domainDEVCLASS
SERVER_PACKAGE_RESPONSIBLEPerson Responsible for the Server Package SPAK_SERVER_PACK_RESPONSIBLE_DCHAR12AS4USER
SERVER_OBJECT_RESPONSIBLEPerson Responsible for the Server Package Object SPAK_SERVER_OBJ_RESPONSIBLE_DCHAR12AS4USER
SERVER_PACKAGE_ENCAPSULATIONIndicator 'Encapsulation of the Server Package' SPAK_SERVER_PACK_ENCAPS_DCHAR1BOOLE
ERROR_CATEGORYPackage Error Category SPAK_PACKAGE_ERROR_CATEGORY_DCHAR4
ERROR_CATEGORY_TEXTCause of the Package Error SPAK_PACK_ERROR_CATEG_DESCR_DSTRG0STRING
ERROR_SEVERITYSeverity of the Package Error SPAK_PACK_ERROR_SEVERITY_DCHAR1CHAR1
IS_EHP_COMPONENT_CHECKData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
DEPRECATION_SEVERITYSeverity of the Package Error SPAK_PACK_ERROR_SEVERITY_DCHAR1CHAR1
MESSAGE 0
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGIDMessage Class SYMSGIDCHAR20ARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_TEXTPackage Error: Message Text SPAK_PACKAGE_ERROR_MESSAGE_DSTRG0STRING
DIFFERENT_STRUCTURE_PACKAGESIndicator 'Different Server and Client Structure Packages' SPAK_DIFF_STRUCTURE_PACKAGES_DCHAR1BOOLE
CLIENT_MAIN_NAMEMain Program of the Client Package Object SPAK_CLIENT_MAIN_PROGRAM_DCHAR40PROGNAME
CLIENT_SOURCE_INCLUDEClient Object: Include in which the Package Error occurs SPAK_CLIENT_SOURCE_INCLUDE_DCHAR40PROGNAME
COUNTER_COLUMN Count Column0
CELLTAB 0

Key field Non-key field



How do I retrieve data from SAP structure SPAK_ERROR_ANALYSIS_RESULT_S using ABAP code?

As SPAK_ERROR_ANALYSIS_RESULT_S is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SPAK_ERROR_ANALYSIS_RESULT_S as there is no data to select.

How to access SAP table SPAK_ERROR_ANALYSIS_RESULT_S

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