SAP Reports / Programs

BBP_Z090_XPRA_AUCTIONS_XPRA550 SAP ABAP Report - Program BBP_LA_DATA_MIGRATION_50







BBP_Z090_XPRA_AUCTIONS_XPRA550 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 BBP_Z090_XPRA_AUCTIONS_XPRA550 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 BBP_Z090_XPRA_AUCTIONS_XPRA550. "Basic submit
SUBMIT BBP_Z090_XPRA_AUCTIONS_XPRA550 AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_Z090_XPRA_AUCTIONS_XPRA550 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program BBP_LA_DATA_MIGRATION_50


INCLUDES used within this REPORT BBP_Z090_XPRA_AUCTIONS_XPRA550

INCLUDE BBP_LA_CON.


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:

BBP_LA_GETCOMPANYNAME_BY_PGUID CALL FUNCTION 'BBP_LA_GETCOMPANYNAME_BY_PGUID' EXPORTING i_partner_guid = -partner_guid IMPORTING e_company_guid = -company_guid.

BBP_LA_UTILITY_LOG_ERROR_MSG CALL FUNCTION 'BBP_LA_UTILITY_LOG_ERROR_MSG' EXPORTING i_langu = sy-langu i_msgty = c_msgty_warning i_msgid = c_msgid i_msgno = 050 TABLES et_messages = lt_messages.

BBP_LA_UTILITY_LOG_ERROR_MSG CALL FUNCTION 'BBP_LA_UTILITY_LOG_ERROR_MSG' EXPORTING i_langu = sy-langu i_msgty = c_msgty_success i_msgid = c_msgid i_msgno = 051 TABLES et_messages = lt_messages.

BBP_LA_UTILITY_LOG_ERROR_MSG CALL FUNCTION 'BBP_LA_UTILITY_LOG_ERROR_MSG' EXPORTING i_langu = sy-langu i_msgty = c_msgty_warning i_msgid = c_msgid i_msgno = 058 TABLES et_messages = lt_messages.

BP_JOB_SELECT CALL FUNCTION 'BP_JOB_SELECT' EXPORTING jobselect_dialog = 'N' jobsel_param_in = ls_job_param TABLES jobselect_joblist = lt_job_list EXCEPTIONS invalid_dialog_type = 1 jobname_missing = 2 no_jobs_found = 3 selection_canceled = 4 username_missing = 5 OTHERS = 6.

BBP_PD_AUC_GETDETAIL CALL FUNCTION 'BBP_PD_AUC_GETDETAIL' EXPORTING i_object_id = lv_aucid IMPORTING e_header = ls_auc_hdr.

BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING jobcount = ls_job_hdr-jobcount jobname = ls_job_hdr-jobname forcedmode = 'X' commitmode = 'X' EXCEPTIONS cant_delete_event_entry = 1 cant_delete_job = 2 cant_delete_joblog = 3 cant_delete_steps = 4 cant_delete_time_entry = 5 cant_derelease_successor = 6 cant_enq_predecessor = 7 cant_enq_successor = 8 cant_enq_tbtco_entry = 9 cant_update_predecessor = 10 cant_update_successor = 11 commit_failed = 12 jobcount_missing = 13 jobname_missing = 14 job_does_not_exist = 15 job_is_already_running = 16 no_delete_authority = 17 OTHERS = 18.



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