SAP Reports / Programs

BBP_CFOLDER_CLOSE_VENDOR_AREA SAP ABAP Report - Program BBP_CFOLDER_CLOSE_VENDOR_AREA







BBP_CFOLDER_CLOSE_VENDOR_AREA 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_CFOLDER_CLOSE_VENDOR_AREA 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_CFOLDER_CLOSE_VENDOR_AREA. "Basic submit
SUBMIT BBP_CFOLDER_CLOSE_VENDOR_AREA AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_CFOLDER_CLOSE_VENDOR_AREA 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_CFOLDER_CLOSE_VENDOR_AREA


INCLUDES used within this REPORT BBP_CFOLDER_CLOSE_VENDOR_AREA

INCLUDE BBP_PD_CON.
INCLUDE BBP_BIDQUOT_CON.
INCLUDE LBBP_BID_INVTPC.


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_PD_BID_GETDETAIL CALL FUNCTION 'BBP_PD_BID_GETDETAIL' EXPORTING i_guid = iv_guid i_with_itemdata = space IMPORTING e_header = ls_pd_header_d et_attach = lt_attach.

BBP_CFOLDER_UI_GET_LOGICAL_SYS CALL FUNCTION 'BBP_CFOLDER_UI_GET_LOGICAL_SYS' IMPORTING ev_logical_system = lv_logical_system EXCEPTIONS no_logical_system_defined = 1 OTHERS = 2.

META_CFOLDER_VENDOR_WA_CLOSE CALL FUNCTION 'META_CFOLDER_VENDOR_WA_CLOSE' EXPORTING IV_LOGICAL_SYSTEM = lv_logical_system IV_CFX_AREA_GUID = lv_col_guid TABLES RETURN = lt_return.

BBP_PD_BID_GETDETAIL CALL FUNCTION 'BBP_PD_BID_GETDETAIL' EXPORTING i_guid = iv_header_guid i_with_itemdata = space IMPORTING e_header = ls_pd_header_d et_attach = lt_attach.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = lv_jobname IMPORTING jobcount = lv_jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.

BBP_PD_MSG_ADD CALL FUNCTION 'BBP_PD_MSG_ADD' EXPORTING i_msgty = c_msgty_w i_msgid = gc_msgid_bbp_bid i_msgno = '157' i_field_name = c_express EXCEPTIONS log_not_found = 1 OTHERS = 2.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = lv_jobcount jobname = lv_jobname * strtimmed = 'X' sdlstrtdt = ls_header-quot_dead sdlstrttm = ls_header-quot_dead_time EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 invalid_target = 8 OTHERS = 9.

BBP_PD_MSG_ADD CALL FUNCTION 'BBP_PD_MSG_ADD' EXPORTING i_msgty = c_msgty_w i_msgid = gc_msgid_bbp_bid i_msgno = '157' i_field_name = c_express EXCEPTIONS log_not_found = 1 OTHERS = 2.



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