SAP Reports / Programs

RSSLGK40 SAP ABAP Report - Application Log (old): Test for APPL_LOG_READ_INTERN_LONGTEXT







RSSLGK40 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 RSSLGK40 into the relevant SAP transactions such as SE38 or SE80


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 RSSLGK40. "Basic submit
SUBMIT RSSLGK40 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSLGK40 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: FORM = D Form
Selection Text: FORMAT = Format
Selection Text: LANGUAGE = Language
Selection Text: STYLE = D Style
Selection Text: TABLE = File Type
Selection Text: CODEPAGE = D Character Set
Title: Application Log (old): Test for APPL_LOG_READ_INTERN_LONGTEXT
Text Symbol: 002 = Log no.:
Text Symbol: 003 = Message number:
Text Symbol: 004 = PREPARED MESSAGES LONGTEXT
Text Symbol: 005 = WinWord will be started to display the RTF file


INCLUDES used within this REPORT RSSLGK40

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:

APPL_LOG_READ_INTERN CALL FUNCTION 'APPL_LOG_READ_INTERN' EXPORTING object = obj subobject = sub * language = language IMPORTING number_of_logs = number_of_protocols TABLES header_data = header_data header_parameters = header_parameters messages = message_data message_parameters = message_parameters.

APPL_LOG_READ_INTERN_LONGTEXT CALL FUNCTION 'APPL_LOG_READ_INTERN_LONGTEXT' EXPORTING format = format table = table style = style form = form codepage = codepage language = language TABLES header_data = header_data header_parameters = header_parameters header_longtext = header_longtext message_data = message_data message_parameters = message_parameters message_longtext = message_longtext.

MESSAGE_PREPARE CALL FUNCTION 'MESSAGE_PREPARE' EXPORTING language = sy-langu msg_id = message_data-msgid msg_no = l_msgno msg_var1 = message_data-msgv1 msg_var2 = message_data-msgv2 msg_var3 = message_data-msgv3 msg_var4 = message_data-msgv4 IMPORTING msg_text = l_message_text EXCEPTIONS OTHERS = 0.

WS_DOWNLOAD * CALL FUNCTION 'WS_DOWNLOAD' * EXPORTING * filename = 'C:\TEMP\RSSLGK30.RTF'

WS_EXECUTE CALL FUNCTION 'WS_EXECUTE' EXPORTING commandline = 'C:\TEMP\rsslgk30.rtf'



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 RSSLGK40 or its description.