SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Workflow(SRM-EBP-WFL) SAP SRM

_BACKGROUND_APPROVAL_USER_CF01 SAP ABAP INCLUDE - BACKGROUNDAPPROVALUSERCF01







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


INCLUDES used within this REPORT _BACKGROUND_APPROVAL_USER_CF01

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_PDH_WFL_OBJECT_WI_GET CALL FUNCTION 'BBP_PDH_WFL_OBJECT_WI_GET' EXPORTING iv_workitem_id = iv_workitem_id IMPORTING ex_reqno = lv_object_id ex_guid = lv_guid ev_obj_type = lv_object_type.

BBP_PD_ALL_GET_OBJECT_GUID CALL FUNCTION 'BBP_PD_ALL_GET_OBJECT_GUID' EXPORTING iv_object_id = lv_object_id iv_object_type = lv_object_type IMPORTING ev_object_guid = lv_guid.

BBP_PROCDOC_CHECK CALL FUNCTION 'BBP_PROCDOC_CHECK' EXPORTING I_GUID = lv_guid TABLES E_MESSAGES = lt_messages.

BBP_PROCDOC_LOCK CALL FUNCTION 'BBP_PROCDOC_LOCK' EXPORTING i_header_guid = lv_guid i_object_type = lv_object_type TABLES e_messages = lt_messages.

BBP_PROCDOC_GETDETAIL CALL FUNCTION 'BBP_PROCDOC_GETDETAIL' EXPORTING i_guid = lv_guid i_object_id = lv_object_id i_object_type = lv_object_type i_with_itemdata = '' i_read_flags = ls_read_flags TABLES e_status = lt_status e_messages = lt_messages.

BBP_PD_SC_SET_DEDUCT_IND CALL FUNCTION 'BBP_PD_SC_SET_DEDUCT_IND' EXPORTING iv_header_guid = lv_guid iv_save_db = 'X' iv_dialog_wi_id = iv_workitem_id.

BBP_PDH_WFL_TRACE CALL FUNCTION 'BBP_PDH_WFL_TRACE' EXPORTING iv_object_id = lv_object_id iv_object_type = lv_object_type iv_user = sy-uname iv_function = '_BACKGROUND_APPROVAL_USER_CF01' iv_action = lv_action iv_workitem_id = iv_workitem_id.

BBP_PDH_WFL_DB_UPDATE CALL FUNCTION 'BBP_PDH_WFL_DB_UPDATE' EXPORTING iv_object_id = lv_object_id iv_object_type = lv_object_type iv_action = lv_action iv_obj_changed = '' iv_empl_review = '' iv_workitem_id = iv_workitem_id iv_user = iv_user iv_guid = lv_guid_32 iv_in_dialog = 'X'.

BBP_PD_SC_UNLOCK CALL FUNCTION 'BBP_PD_SC_UNLOCK' EXPORTING i_header_guid = lv_guid TABLES e_messages = lt_messages.



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