SAP Reports / Programs

RSBGRFC_BASXML_CONVERSION SAP ABAP Report - Conversion of Recorded basXML Units to Classic RFC Format







RSBGRFC_BASXML_CONVERSION 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 RSBGRFC_BASXML_CONVERSION 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 RSBGRFC_BASXML_CONVERSION. "Basic submit
SUBMIT RSBGRFC_BASXML_CONVERSION AND RETURN. "Return to original report after report execution complete
SUBMIT RSBGRFC_BASXML_CONVERSION 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: BATCH = Schedule as Batch
Selection Text: DEL_UNIT = Delete Units with Errors
Selection Text: DEST_UN = Unit Destination
Selection Text: RES_UNIT = Convert Units with Errors
Title: Conversion of Recorded basXML Units to Classic RFC Format
Text Symbol: BAT = Background Proc.
Text Symbol: DES = Destination
Text Symbol: RES = Units with Errors
Text Symbol: W01 = Units were Converted
Text Symbol: W02 = Units have Conversion Errors
Text Symbol: W03 = Units Deleted


INCLUDES used within this REPORT RSBGRFC_BASXML_CONVERSION

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:

REMOVE_DEST_ERRORLOCK CALL FUNCTION 'REMOVE_DEST_ERRORLOCK' EXPORTING dest_un = dest_un.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = l_jobname IMPORTING jobcount = l_jobcount EXCEPTIONS OTHERS = 1.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = l_jobcount jobname = l_jobname strtimmed = 'X' EXCEPTIONS OTHERS = 1.

BGRFC_BASXML_CONVERSION CALL FUNCTION 'BGRFC_BASXML_CONVERSION' DESTINATION 'NONE' EXPORTING dest_units = dest_un dest_metadata = dest_md delete_error_units = delete_error_units IMPORTING number_units_converted = l_number_units_converted number_units_error = l_number_units_error number_units_deleted = l_number_units_deleted error_info = l_error_info exceptions bgrfc_convert_destination = 1 system_failure = 2 message l_msg communication_failure = 3 message l_msg.



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