SAP Reports / Programs | Plant Maintenance | Technical Objects | Equipment(PM-EQM-EQ) SAP PM

RIARCCLW SAP ABAP INCLUDE - Archiving: Include for Output Routines







RIARCCLW is a standard ABAP INCLUDE 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 RIARCCLW 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 RIARCCLW. "Basic submit
SUBMIT RIARCCLW AND RETURN. "Return to original report after report execution complete
SUBMIT RIARCCLW VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Archiving: Include for Output Routines


INCLUDES used within this REPORT RIARCCLW

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:

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING * CLIENT = P_MANDT * database_only = ' ' id = p_txtid language = '*' name = p_txtname object = p_txtobj * textmemory_only = ' ' archive_handle = pm_handle IMPORTING entries = entries TABLES selections = iheader.

TEXT_READ_ARCHIVE_OBJECT CALL FUNCTION 'TEXT_READ_ARCHIVE_OBJECT' EXPORTING archive_handle = pm_handle id = iheader-tdid language = iheader-tdspras name = iheader-tdname object = iheader-tdobject * CLIENT = P_MANDT IMPORTING header = header TABLES lines = itline EXCEPTIONS not_found = 1.

STATUS_READ_ARCHIVE_OBJECT CALL FUNCTION 'STATUS_READ_ARCHIVE_OBJECT' EXPORTING archive_handle = pm_handle * I_MANDT = P_MANDT i_objnr = p_objnr TABLES t_jsto = ijsto t_jcdo = ijcdo t_jest = ijest t_jcds = ijcds.

CHANGEDOCU_READ_ARCHIVE_OBJECT CALL FUNCTION 'CHANGEDOCU_READ_ARCHIVE_OBJECT' EXPORTING archive_handle = pm_handle * CLIENT = P_MANDT TABLES icdhdr = icdhdr icdpos = icdpos EXCEPTIONS wrong_access_to_archive = 1 OTHERS = 2.

CLASSIFY_READ_ARCHIVE_OBJECT CALL FUNCTION 'CLASSIFY_READ_ARCHIVE_OBJECT' EXPORTING archive_handle = pm_handle TABLES kssk_arch = ikssk ausp_arch = iausp EXCEPTIONS wrong_access_to_archive = 1 OTHERS = 2.

ADDRESS_READ_ARCHIVE_OBJECT CALL FUNCTION 'ADDRESS_READ_ARCHIVE_OBJECT' EXPORTING archive_handle = pm_handle TABLES iadrc = data_tab_adrc iadr2 = data_tab_adr2 iadr3 = data_tab_adr3 iadr4 = data_tab_adr4 iadr5 = data_tab_adr5 iadr6 = data_tab_adr6 iadr7 = data_tab_adr7 iadr8 = data_tab_adr8 iadr9 = data_tab_adr9 iadr10 = data_tab_adr10 iadr11 = data_tab_adr11 iadr12 = data_tab_adr12 iadr13 = data_tab_adr13 iadrct = data_tab_adrct iadrt = data_tab_adrt iadrv = data_tab_adrv iadrcomc = data_tab_adrcomc EXCEPTIONS wrong_access_to_archive = 1 parameter_error = 2 OTHERS = 3.



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