SAP Reports / Programs

/SAPSRM/JAVA_ERROR_ANALYZER SAP ABAP Report - Live Auction Error Analyzer







/SAPSRM/JAVA_ERROR_ANALYZER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter /SAPSRM/JAVA_ERROR_ANALYZER into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/SAPSRM/LAC01 - Manage JAVA Applet Exceptions


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT /SAPSRM/JAVA_ERROR_ANALYZER. "Basic submit
SUBMIT /SAPSRM/JAVA_ERROR_ANALYZER AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSRM/JAVA_ERROR_ANALYZER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: USRID = User ID (Optional)
Selection Text: TO_TM = To (Time)
Selection Text: TO_DT = To (Date)
Selection Text: PARTGUID = User Partner GUID (Optional)
Selection Text: OBJID = Auction Number (Optional)
Selection Text: FROM_TM = From (Time)
Selection Text: FROM_DT = From (Date)
Selection Text: AUCGUID = Auction GUID (Optional)
Title: Live Auction Error Analyzer
Text Symbol: 024 = Client IP Address
Text Symbol: 025 = Server Host
Text Symbol: 026 = Server Port
Text Symbol: 027 = Server Protocol
Text Symbol: 028 = Variables
Text Symbol: 031 = Auction Details
Text Symbol: 032 = Exception Details
Text Symbol: 033 = Client Details
Text Symbol: 034 = Server Details
Text Symbol: 173 = Details of the Selected Dump
Text Symbol: 174 = Category
Text Symbol: 175 = ABAP Programming Error
Text Symbol: 176 = Java Programming Error
Text Symbol: 177 = Date and Time
Text Symbol: 000 = Parameters
Text Symbol: 001 = Specify Custom Parameters (Optional)
Text Symbol: 003 = Clear Logs (Optional)
Text Symbol: 004 = Today
Text Symbol: 005 = Yesterday
Text Symbol: 006 = Standard
Text Symbol: 007 = Date
Text Symbol: 008 = Time
Text Symbol: 009 = User ID
Text Symbol: 010 = Auction Number
Text Symbol: 011 = Auction GUID
Text Symbol: 012 = Client GUID
Text Symbol: 013 = Exception Name
Text Symbol: 014 = Class Name
Text Symbol: 015 = Method Name





Text Symbol: 016 = Exception Trace
Text Symbol: 017 = Message
Text Symbol: 018 = Language
Text Symbol: 019 = Client Time
Text Symbol: 020 = Client Type
Text Symbol: 021 = Receiver GUID
Text Symbol: 022 = Sequence Number
Text Symbol: 023 = URL


INCLUDES used within this REPORT /SAPSRM/JAVA_ERROR_ANALYZER

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = '/SAPSRM/LAC01' EXCEPTIONS ok = 0 not_ok = 2 OTHERS = 3.

SWA_STRING_SPLIT CALL FUNCTION 'SWA_STRING_SPLIT' EXPORTING input_string = temp_str MAX_COMPONENT_LENGTH = 130 * TERMINATING_SEPARATORS = * OPENING_SEPARATORS = tables string_components = itab_dump.

SWA_STRING_SPLIT CALL FUNCTION 'SWA_STRING_SPLIT' EXPORTING input_string = ipstr max_component_length = 130 * TERMINATING_SEPARATORS = * OPENING_SEPARATORS = TABLES string_components = itab_dump.

BBP_PDSEC_AUTHORITY_CHECK CALL FUNCTION 'BBP_PDSEC_AUTHORITY_CHECK' EXPORTING is_auth_check = ls_auth_check EXCEPTIONS not_authorized = 1 OTHERS = 2.

BBP_PDSEC_AUTHORITY_CHECK CALL FUNCTION 'BBP_PDSEC_AUTHORITY_CHECK' EXPORTING is_auth_check = ls_auth_check EXCEPTIONS not_authorized = 1 OTHERS = 2.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name /SAPSRM/JAVA_ERROR_ANALYZER or its description.