SAP Reports / Programs

RCOREO01 SAP ABAP Report - Process Data Documentation: Messages







RCOREO01 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 RCOREO01 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 RCOREO01. "Basic submit
SUBMIT RCOREO01 AND RETURN. "Return to original report after report execution complete
SUBMIT RCOREO01 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: PROC_ORD = Process order
Title: Process Data Documentation: Messages
Text Symbol: ARA = Order Record: Store Process Message List
Text Symbol: 313 = Batch Input
Text Symbol: 312 = Background
Text Symbol: 311 = Dialog
Text Symbol: 304 = Additional Info.
Text Symbol: 303 = Medium
Text Symbol: 302 = Important
Text Symbol: 301 = Very important
Text Symbol: 222 = Message Class
Text Symbol: 221 = Message
Text Symbol: 220 = Type
Text Symbol: 213 = Status
Text Symbol: 212 = D
Text Symbol: 211 = Exp. Date
Text Symbol: 210 = Op. Mode
Text Symbol: 209 = Log Class
Text Symbol: 208 = Program
Text Symbol: 207 = TCod
Text Symbol: 206 = User
Text Symbol: 205 = Time
Text Symbol: 204 = Date
Text Symbol: 203 = External Number
Text Symbol: 202 = Subobject
Text Symbol: 201 = Obj.
Text Symbol: 200 = No.
Text Symbol: 045 = Long Text:
Text Symbol: 043 = Name:
Text Symbol: 040 = Heading 2:
Text Symbol: 039 = Heading 1:
Text Symbol: 036 = Char. Value:
Text Symbol: 035 = Characteristic:
Text Symbol: 034 = Message Cat.:
Text Symbol: 033 = Sender:
Text Symbol: 032 = Date :
Text Symbol: 031 = Plant:
Text Symbol: 025 = Order record: simulate process message list





Text Symbol: 014 = Message number:
Text Symbol: 009 = Time:
Text Symbol: 007 = Date :
Text Symbol: 005 = Page:
001 Test


INCLUDES used within this REPORT RCOREO01

INCLUDE LCOKOSTA.
INCLUDE LPPPITXT.


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:

COMH_GET_MESSAGE_TEXT_NAME CALL FUNCTION 'COMH_GET_MESSAGE_TEXT_NAME' EXPORTING MS_ELEMENT = SCOMER IMPORTING TDNAME = TXT-TDNAME TDOBJECT = TXT-TDOBJECT TDID = TXT-TDID TDSPRAS = TXT-TDSPRAS EXCEPTIONS NO_NAME_FOUND = 1.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING CLIENT = SY-MANDT ID = TXT-TDID LANGUAGE = TXT-TDSPRAS NAME = TXT-TDNAME OBJECT = TXT-TDOBJECT IMPORTING HEADER = TEXTH TABLES LINES = TEXTL EXCEPTIONS NOT_FOUND = 01.

COC1_FEATURE_CHECK CALL FUNCTION 'COC1_FEATURE_CHECK' EXPORTING FEATURE_ID = COMER-ATINN LANGUAGE = SY-LANGU IMPORTING FEATURE_NAME = CHAR-NAME FEATURE_NEUTRAL_NAME = CHAR-NEU_NAME INTERNAL_UNIT_OF_MEASURE = CHAR-UNIT OBJECT_ID = CHAR-OBJECT_ID TITLE1 = CHAR-TITLE1 TITLE2 = CHAR-TITLE2 VALUE_ASSIGNMENT_WITH_LONGTEXT = CHAR-TXT_ID EXCEPTIONS INVALID_CLASS_TYPE = 1 MISSING_FEATURE_INFORMATION = 2 NO_FEATURE_FOUND = 3 NO_FEATURE_VALID = 4 NO_LANGUAGE = 5 OTHERS = 6.

COC1_CONV_VALUES_FOR_OUTPUT CALL FUNCTION 'COC1_CONV_VALUES_FOR_OUTPUT' EXPORTING CHARACTERISTIC_VALUE = COMER-ATWRT CHARACTERISTIC_VALUE_FLOAT = COMER-ATFLV FORMAT = COMER-ATFOR CHARACTERISTIC_ID = COMER-ATINN IMPORTING VALUE_FOR_OUTPUT = COMER-ATWRT EXCEPTIONS FORMAT_NOT_VALID = 1 CHARACTERISTIC_ID_NOT_VALID = 2 OTHERS = 3.

APPL_LOG_READ_DB CALL FUNCTION 'APPL_LOG_READ_DB' EXPORTING OBJECT = MS_OBJECT SUBOBJECT = ' ' EXTERNAL_NUMBER = EXTERNAL_NUMBER DATE_FROM = ICOMHR-SEDAT DATE_TO = SY-DATLO TIME_FROM = ICOMHR-SEUZT TIME_TO = SY-TIMLO LOG_CLASS = '4' PROGRAM_NAME = '*' TRANSACTION_CODE = '*' USER_ID = ' ' MODE = '+' IMPORTING NUMBER_OF_LOGS = NUMBER_OF_LOGS TABLES HEADER_DATA = IBALHDR HEADER_PARAMETERS = HEADER_PARAMETERS MESSAGES = IBALM MESSAGE_PARAMETERS = MESSAGE_PARAMETERS.



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