SAP Reports / Programs

RSIR_REPAIRED_PHIOS_UPDATE SAP ABAP Report - RSIRREPAIREDPHIOSUPDATE







RSIR_REPAIRED_PHIOS_UPDATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Check in components that were cleaned of viruses...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSIR_REPAIRED_PHIOS_UPDATE 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_REPAIRED_PHIOS_UPDATE. "Basic submit
SUBMIT RSIR_REPAIRED_PHIOS_UPDATE AND RETURN. "Return to original report after report execution complete
SUBMIT RSIR_REPAIRED_PHIOS_UPDATE 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: GWHOST = Gateway Host
Selection Text: GWSERVIC = Gateway Service
Selection Text: P_DIR = Source Directory
Selection Text: P_FNAME = File (incl. path)
Selection Text: P_PFILE = Log file (incl. path)
Selection Text: SERVER = Server names
Text Symbol: 001 = HTTP destination for virus check
Text Symbol: 002 = FTP destination for virus check
Text Symbol: 003 = No. of documents checked back in
Text Symbol: 004 = With errors
Text Symbol: 005 = Default parameter for CLIENT RFC destination
Text Symbol: 006 = Definitions for checking in docs.
Text Symbol: 007 = Type of file read in
Text Symbol: 008 = Edited components
Text Symbol: 009 = frm
Text Symbol: 010 = Log
Text Symbol: 011 = Reparied PHIOs: Class - original ID - new ID


INCLUDES used within this REPORT RSIR_REPAIRED_PHIOS_UPDATE

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:

RFC_READ_TCPIP_DESTINATION CALL FUNCTION 'RFC_READ_TCPIP_DESTINATION' EXPORTING destination = 'SAP_FTP_VC' authority_check = space IMPORTING * METHOD = * program = ref_program server = server * TRACE = * DESCRIPTION = gwhost = gwhost gwservice = gwservic * TRFCBTCSUPPR = * TRFCBTCTRIES = * TRFCBTCDELAY = * DESTLOCK = EXCEPTIONS OTHERS = 0 .

SDOK_PHIOS_CHECKIN_REPLACE CALL FUNCTION 'SDOK_PHIOS_CHECKIN_REPLACE' EXPORTING * X_ENQUEUE = client = last_mandt TABLES component_list = components bad_objects = bad_objects .

SDOK_PHIOS_CHECKIN_REPLACE CALL FUNCTION 'SDOK_PHIOS_CHECKIN_REPLACE' EXPORTING * X_ENQUEUE = client = last_mandt TABLES component_list = components bad_objects = bad_objects .

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = percentage text = text_aux.

SCMS_TEXT_PACK CALL FUNCTION 'SCMS_TEXT_PACK' * EXPORTING * FIRST_LINE = 0 * LAST_LINE = 0 * APPEND_TO_TABLE = ' ' IMPORTING content_length = blob_size TABLES data_txt = data data_bin = data_bin EXCEPTIONS failed = 1 OTHERS = 2 .

FTP_R3_TO_CLIENT CALL FUNCTION 'FTP_R3_TO_CLIENT' EXPORTING fname = p_pfile rfc_destination = u_ftp_client_rfc_dest blob_length = blob_size TABLES blob = data_bin EXCEPTIONS * COMMAND_ERROR = 1 * DATA_ERROR = 2 OTHERS = 1.



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