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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSBGRFC_BASXML_CONVERSION - Conversion of Recorded basXML Units to Classic RFC Format RSBGRFC_BASXML_CONVERSION - Conversion of Recorded basXML Units to Classic RFC Format RSBGRFCUNI_HISTORYI01 - RSBGRFCUNIHISTORYI01 RSBGRFCUNITHISTORYCLASS - documentation and ABAP source code RSBGRFCRUNITHISTORYTOP - documentation and ABAP source code RSBGRFCRUNITHISTORYIMPL - documentation and ABAP source code