SAP Reports / Programs

RSIRPIRL SAP ABAP Report - Convert Contents of Physical Documents







RSIRPIRL 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 RSIRPIRL 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 RSIRPIRL. "Basic submit
SUBMIT RSIRPIRL AND RETURN. "Return to original report after report execution complete
SUBMIT RSIRPIRL 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: P_CATDST = Target Category
Selection Text: P_CATSRC = Source Category
Selection Text: P_CLASS = PHIO Class
Selection Text: P_DOCSP = D Document Area
Selection Text: P_TEST = Test Run
Title: Convert Contents of Physical Documents
Text Symbol: 001 = Source and target categories must be different
Text Symbol: 002 = Specify Document Area or PHIO Class
Text Symbol: 003 = Convert Contents of Physical Documents
Text Symbol: 004 = PHIO Class
Text Symbol: 005 = PHIO ID
Text Symbol: 006 = Result
Text Symbol: 007 = Unexpected error
Text Symbol: 008 = Converted successfully
Text Symbol: 009 = Document does not exist
Text Symbol: 010 = Document has no content
Text Symbol: 011 = Target category is not available or does not exist
Text Symbol: 012 = Source and target categories use the same repository


INCLUDES used within this REPORT RSIRPIRL

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:

SDOK_CLASS_FIND_BY_QUERY call function 'SDOK_CLASS_FIND_BY_QUERY' exporting * OBJECT_CLASS = '*' x_no_loio_classes = 'X' * X_NO_PHIO_CLASSES = ' ' x_no_rela_classes = 'X' tables query = class_query result = classes exceptions bad_query = 1 not_authorized = 2 others = 3 .

SDOK_PHIO_FIND_BY_QUERY call function 'SDOK_PHIO_FIND_BY_QUERY' exporting object_class = classes-class * CLIENT = SY-MANDT tables query = phio_query * INPUT_PHIOS = result = phios * PROPERTIES_REQUEST = * PROPERTIES_RESULT = exceptions bad_class = 1 bad_query = 2 not_authorized = 3 others = 4.

SDOK_PHIO_RELOCATE_CONTENT call function 'SDOK_PHIO_RELOCATE_CONTENT' exporting object_id = phios destination = p_catdst * CLIENT = SY-MANDT exceptions not_existing = 1 not_authorized = 2 no_content = 3 bad_storage = 4 source_equal_destination = 5 others = 6.

SDOK_COMMIT call function 'SDOK_COMMIT'.



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