SAP Reports / Programs

RSIR_PHIO_MODIFY_CONTENT_INFO SAP ABAP Report - Report RSIR_PHIO_MODIFY_CONTENT_INFO







RSIR_PHIO_MODIFY_CONTENT_INFO 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 RSIR_PHIO_MODIFY_CONTENT_INFO 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 RSIR_PHIO_MODIFY_CONTENT_INFO. "Basic submit
SUBMIT RSIR_PHIO_MODIFY_CONTENT_INFO AND RETURN. "Return to original report after report execution complete
SUBMIT RSIR_PHIO_MODIFY_CONTENT_INFO 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 = Category of Temporary Storage
Selection Text: P_CATSRC = Original Category
Selection Text: P_CLASS = PHIO Class
Selection Text: P_TEST = Test Run
Selection Text: P_DOCSP = D .
Title: Report RSIR_PHIO_MODIFY_CONTENT_INFO
Text Symbol: 001 = Source and target categories must be different
Text Symbol: 002 = Doc. Area
Text Symbol: 004 = PHIO Class
Text Symbol: 005 = PHIO ID
Text Symbol: 006 = Result
Text Symbol: 007 = Unexpected Error
Text Symbol: 013 = Comp_ID of Physical Document
Text Symbol: 014 = MIME Type
Text Symbol: 015 = Change
Text Symbol: 016 = New Comp_ID
Text Symbol: 017 = New MIME Type
Text Symbol: 020 = Documents to Change
Text Symbol: 021 = Changed
Text Symbol: 022 = Save
Text Symbol: 023 = No Documents


INCLUDES used within this REPORT RSIR_PHIO_MODIFY_CONTENT_INFO

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_PHIOS_FILE_PROPERTIES_GET CALL FUNCTION 'SDOK_PHIOS_FILE_PROPERTIES_GET' EXPORTING CLIENT = SY-MANDT TABLES OBJECT_FILEPROPERTIES = OBJECT_FILEPROPERTIES COMPONENTS = COMPONENTS BAD_OBJECTS = BAD_OBJECTS.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-repid txt2 = sy-subrc txt1 = 'Error'. "#EC NOTEXT

SDOK_PHIO_MODIFY_CONTENT_INFO CALL FUNCTION 'SDOK_PHIO_MODIFY_CONTENT_INFO' EXPORTING OBJECT_ID = phios DESTINATION = p_catdst CLIENT = SY-MANDT * DST_DOC_PROT = 'rud' TABLES MOD_COMPINFO = MOD_COMPINFO EXCEPTIONS NOT_EXISTING = 1 NOT_AUTHORIZED = 2 NO_CONTENT = 3 BAD_STORAGE = 4 SOURCE_EQUAL_DESTINATION = 5 NOT_EXISTING_ON_2ND_RELOC = 6 NOT_AUTHORIZED_ON_2ND_RELOC = 7 NO_CONTENT_ON_2ND_RELOC = 8 BAD_STORAGE_ON_2ND_RELOC = 9 SOURCE_EQUAL_DESTINATION_2REL = 10 DDIC_TABLE_UPDATE_FAILS = 11 BAD_COMPONENT_INFO = 12 OTHERS = 13 .

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