SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Public-Sector Functions(SRM-EBP-PPS) SAP SRM

/SAPPSSRM/CLOSEOUTF01 SAP ABAP INCLUDE - Include /SAPPSSRM/CLOSEOUTF01







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


Text pool values


Title: Include /SAPPSSRM/CLOSEOUTF01


INCLUDES used within this REPORT /SAPPSSRM/CLOSEOUTF01

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_GETLIST CALL FUNCTION 'BBP_PROCDOC_GETLIST' EXPORTING i_object_type = gv_object_type i_process_type = p_procty i_proc_group = p_group i_proc_org = p_porg i_with_change_version = 'B' i_create_date = p_creat-low i_create_date_to = p_creat-high i_change_date = p_change-low i_change_date_to = p_change-high TABLES i_range_object_id = p_objid e_pdlist = lt_procdoc_list e_messages = lt_messages.

BBP_PD_PO_ITEM_GETDETAIL CALL FUNCTION 'BBP_PD_PO_ITEM_GETDETAIL' EXPORTING i_guid = lv_guid IMPORTING e_item = ls_po_item.

BBP_PD_CTR_ITEM_GETDETAIL CALL FUNCTION 'BBP_PD_CTR_ITEM_GETDETAIL' EXPORTING i_guid = lv_guid IMPORTING e_item = ls_ctr_item.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = gv_loghandle_e EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = gv_loghandle_s EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = lv_loghandle i_s_msg = ls_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_t_log_handle = lt_loghandle EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_t_log_handle = lt_loghandle EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.

BBP_PD_PO_GETDETAIL CALL FUNCTION 'BBP_PD_PO_GETDETAIL' EXPORTING i_guid = lv_header_guid IMPORTING e_header = ls_header_read TABLES e_item = lt_item_read.

/SAPPSSRM/LPN_CHANGE_FLAG_SET CALL FUNCTION '/SAPPSSRM/LPN_CHANGE_FLAG_SET' EXPORTING iv_no_new_lpn = lv_if_flag.

BBP_PD_PO_UPDATE CALL FUNCTION 'BBP_PD_PO_UPDATE' EXPORTING i_park = ' ' i_save = 'X' i_header = ls_header iv_with_change_approval = ' ' IMPORTING es_header = ls_header_new TABLES i_item = lt_item_new e_messages = lt_messages.

BBP_PD_PO_SAVE CALL FUNCTION 'BBP_PD_PO_SAVE' EXPORTING iv_header_guid = ls_header_new-guid iv_create_hist_version = 'X' iv_keep_old_changer = space iv_new_changed_by = sy-uname.

BBP_PD_PO_SAVE CALL FUNCTION 'BBP_PD_PO_SAVE' EXPORTING iv_header_guid = ls_header_new-guid.

BBP_PD_CTR_GETDETAIL CALL FUNCTION 'BBP_PD_CTR_GETDETAIL' EXPORTING i_guid = lv_header_guid IMPORTING e_header = ls_header_read TABLES e_item = lt_item_read.

/SAPPSSRM/LPN_CHANGE_FLAG_SET CALL FUNCTION '/SAPPSSRM/LPN_CHANGE_FLAG_SET' EXPORTING iv_no_new_lpn = lv_if_flag.

BBP_PD_CTR_UPDATE CALL FUNCTION 'BBP_PD_CTR_UPDATE' EXPORTING i_park = ' ' i_save = 'X' i_header = ls_header iv_with_change_approval = ' ' IMPORTING es_header = ls_header_new TABLES i_item = lt_item_new e_messages = lt_messages.

BBP_PD_CTR_SAVE CALL FUNCTION 'BBP_PD_CTR_SAVE' EXPORTING iv_header_guid = ls_header_new-guid iv_create_hist_version = 'X' iv_keep_old_changer = space iv_new_changed_by = sy-uname.

BBP_PD_CTR_SAVE CALL FUNCTION 'BBP_PD_CTR_SAVE' EXPORTING iv_header_guid = ls_header_new-guid.

BAL_DSP_LOG_DISPLAY





CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile i_t_log_handle = lt_loghandle EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile i_t_log_handle = lt_loghandle EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.



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 /SAPPSSRM/CLOSEOUTF01 or its description.