/SAPSRM/APPLTERR SAP (Stores Applet Exceptions) Table details

Dictionary Type: Table
Description: Stores Applet Exceptions




ABAP Code to SELECT data from /SAPSRM/APPLTERR
Related tables to /SAPSRM/APPLTERR
Access table /SAPSRM/APPLTERR




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

/SAPSRM/APPLTERR is a standard SAP Table which is used to store Stores Applet Exceptions data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSRM/APPLTERR table consists of various fields, each holding specific information or linking keys about Stores Applet Exceptions data available in SAP. These include ERRORGUID (Globally Unique identifier), DATUM (System Date), TIME (System Time), USERID (User Name in User Master Record).. 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: Can Be Enhanced (Deep)


SAP /SAPSRM/APPLTERR 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
MANDT Client0
ERRORGUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
DATUMSystem Date SYDATUMDATS8SYDATS
TIMESystem Time SYUZEITTIMS6SYTIME
USERIDUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
LANGUAGELanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
CLIENT_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
OBJECT_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
OBJECT_IDTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
EXCEPTIONNAME Exception Class Name0
EXCEPTIONTRACE Exception Stacktrace0
CLASSNAME Class where exception was caught0
METHODNAME Method where exception was caught0
MESSAGE Message given by the developer may contain specific data at0
CLIENT_TIME Time in the appllet when exception occured0
RECEIVER_GUIDBusiness Partner GUID BBP_PARTNER_GUIDCHAR32SYSUUID_C
CLIENT_TYPEClient type BBP_LA_CLIENT_TYPECHAR1BBP_LA_CLIENT_TYPE
SEQ_NOMessage sequence number BBP_LA_SEQ_NONUMC12BBP_LA_SEQ_NO
VARIABLES Variable Dump0
URL URL where the Error Occured0
IPADDRESSIP address connected application IPADDRESSCHAR15
SERVERHOST ABAP Server Host0
SERVERPORT ABAP Server Port0
SERVERPROTOCOL ABAP Server URL0

Key field Non-key field



How do I retrieve data from SAP table /SAPSRM/APPLTERR using ABAP code

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

SELECT SINGLE *
FROM /SAPSRM/APPLTERR
INTO CORRESPONDING FIELDS OF WA_/SAPSRM/APPLTERR
WHERE...

How to access SAP table /SAPSRM/APPLTERR

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