SAP Reports / Programs

BBP_FILE_TEST SAP ABAP Report - BBP_PDH_FILE: Testing Upload and Download Without Posting







BBP_FILE_TEST 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_FILE_TEST 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_FILE_TEST. "Basic submit
SUBMIT BBP_FILE_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_FILE_TEST 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_DISP_V = Display Variant
Selection Text: P_DLOAD = Download
Selection Text: P_FILE = File Name
Selection Text: P_GUID = Document GUID
Selection Text: P_OUTPUT = Display Messages
Selection Text: P_ULOAD = Upload
Title: BBP_PDH_FILE: Testing Upload and Download Without Posting
Text Symbol: 001 = Document is Locked


INCLUDES used within this REPORT BBP_FILE_TEST

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:

BBP_PROCDOC_GETDETAIL CALL FUNCTION 'BBP_PROCDOC_GETDETAIL' EXPORTING i_guid = p_guid IMPORTING e_header = ls_header.

BBP_CTR_UI_EXCEL_DOWNLOAD CALL FUNCTION 'BBP_CTR_UI_EXCEL_DOWNLOAD' EXPORTING iv_header_guid = p_guid IMPORTING *\ et_exceltab = lt_file_tab et_exceltab = lt_file_tab "#EC ENHOK CHANGING cv_disp_variant = p_disp_v ct_file_options = lt_optab.

BBP_BID_UI_DOWNLOAD CALL FUNCTION 'BBP_BID_UI_DOWNLOAD' EXPORTING is_header = is_bid_inv_header IMPORTING et_file_tab = lt_file_tab CHANGING cv_disp_variant = p_disp_v ct_file_options = lt_optab.

BBP_QUOT_APP_UI_DOWNLOAD CALL FUNCTION 'BBP_QUOT_APP_UI_DOWNLOAD' EXPORTING is_header = is_bid_header IMPORTING et_file_tab = lt_file_tab CHANGING cv_disp_variant = p_disp_v ct_file_options = lt_optab.

BBP_PO_APP_EXCEL_DOWNLOAD CALL FUNCTION 'BBP_PO_APP_EXCEL_DOWNLOAD' EXPORTING iv_header_guid = p_guid IMPORTING et_exceltab = lt_file_tab "#EC ENHOK CHANGING cv_disp_variant = p_disp_v ct_file_options = lt_optab.

BBP_AUC_UI_DOWNLOAD CALL FUNCTION 'BBP_AUC_UI_DOWNLOAD' EXPORTING is_header = is_bid_inv_header is_global = is_global IMPORTING et_file_tab = lt_file_tab CHANGING cv_disp_variant = p_disp_v ct_file_options = lt_optab.

BBP_PDH_FILE_UP_CREATE_DC CALL FUNCTION 'BBP_PDH_FILE_UP_CREATE_DC' EXPORTING it_file_tab = lt_file_tab IMPORTING et_data_container = lt_data_container.

BBP_LOGSYS_READ CALL FUNCTION 'BBP_LOGSYS_READ' IMPORTING e_my_logsys = lv_logsys.

BBP_PD_CTR_UPLOAD CALL FUNCTION 'BBP_PD_CTR_UPLOAD' EXPORTING iv_header_guid = p_guid iv_disp_variant = p_disp_v iv_payment_system = lv_logsys it_file_options = lt_file_options it_data_container = lt_data_container TABLES ct_messages = lt_messages.

BBP_PD_BID_UPLOAD CALL FUNCTION 'BBP_PD_BID_UPLOAD' EXPORTING iv_header_guid = p_guid iv_disp_variant = p_disp_v iv_payment_system = lv_logsys it_file_options = lt_file_options it_data_container = lt_data_container TABLES ct_messages = lt_messages.

BBP_PD_QUOT_UPLOAD CALL FUNCTION 'BBP_PD_QUOT_UPLOAD' EXPORTING iv_header_guid = p_guid iv_disp_variant = p_disp_v iv_payment_system = lv_logsys it_file_options = lt_file_options it_data_container = lt_data_container TABLES ct_messages = lt_messages.

BBP_PO_APP_EXCEL_UPLOAD CALL FUNCTION 'BBP_PO_APP_EXCEL_UPLOAD' EXPORTING iv_header_guid = p_guid iv_disp_variant = p_disp_v iv_payment_system = lv_logsys it_file_options = lt_file_options it_data_container = lt_data_container TABLES et_messages = lt_messages.

BBP_PD_AUC_UPLOAD CALL FUNCTION 'BBP_PD_AUC_UPLOAD' EXPORTING iv_header_guid = p_guid iv_disp_variant = p_disp_v iv_payment_system = lv_logsys it_file_options = lt_file_options it_data_container = lt_data_container TABLES ct_messages = lt_messages.

BBP_PROCDOC_GETDETAIL CALL FUNCTION 'BBP_PROCDOC_GETDETAIL' EXPORTING i_guid = p_guid i_with_itemdata = 'X' i_read_flags = ls_tab_requested IMPORTING e_header = ls_header et_conditions = lt_condition et_dyn_attr = lt_dynattr TABLES e_item = lt_item e_account = lt_account e_partner = lt_partner e_longtext = lt_longtext e_limit = lt_limit e_orgdata = lt_orgdata e_tax = lt_tax e_tol = lt_tol e_actval = lt_actval e_dep = lt_dep e_messages = lt_messages e_status = lt_status.



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