SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | R/3 Plug-In Interfaces(SRM-EBP-INT) SAP SRM

AN_REQREQ_UP_UPDATE_CENTRALF01 SAP ABAP INCLUDE - ANREQREQUPUPDATECENTRALF01







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

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_PD_CTR_GETDETAIL CALL FUNCTION 'BBP_PD_CTR_GETDETAIL' EXPORTING i_guid = is_selarea-guid i_with_itemdata = space IMPORTING e_header = ls_header TABLES e_status = lt_ctr_status[].

META_CTR_CHECK CALL FUNCTION 'META_CTR_CHECK' EXPORTING iv_srm_contract_number = lv_srm_contract_id iv_logical_system = is_selarea-logsys iv_porg_partner_id = lv_porg_partner_id iv_location_partner_id = lv_location_partner iv_be_logsys = lv_be_logsys IV_BE_OBJTYPE = lv_be_objtype iv_pmnttrms = lv_pmnttrms "payment terms for operational contract enhancement iv_currency = lv_currency "Currency for contract enhancement IMPORTING ev_ctr_creation = lv_ctr_creation ev_cnd_creation = lv_cnd_creation et_ctr_mm_item_map = lt_ctr_mm_item_map et_ctr_distr_messages = lt_ctr_distr_messages TABLES et_messages = lt_be_messages[] et_control_record = lt_control_record.

BBP_PD_CTR_GETDETAIL CALL FUNCTION 'BBP_PD_CTR_GETDETAIL' EXPORTING i_guid = ls_header-guid i_with_itemdata = gc_yes TABLES e_dis = lt_dist[].

BBP_PD_CTR_GETDETAIL CALL FUNCTION 'BBP_PD_CTR_GETDETAIL' EXPORTING i_guid = is_selarea-guid i_with_itemdata = space TABLES e_item = lt_item[] E_DIS = lt_dist[].

BBP_PDH_OR_RESET_ALL_BUFFERS CALL FUNCTION 'BBP_PDH_OR_RESET_ALL_BUFFERS'.

BBP_PD_OBJ_REL_UPDATE_VB CALL FUNCTION 'BBP_PD_OBJ_REL_UPDATE_VB' IN UPDATE TASK TABLES i_objrel = lt_ref_cctr_to_be_ctr.

BBP_PDDEP_DB_DIRECT_UPDATE CALL FUNCTION 'BBP_PDDEP_DB_DIRECT_UPDATE' IN UPDATE TASK EXPORTING IT_DEP = lt_dep.

BBP_PD_CTR_STATUS_CHANGE_DIREC CALL FUNCTION 'BBP_PD_CTR_STATUS_CHANGE_DIREC' EXPORTING iv_header_guid = lv_bbp_object_guid iv_save_db = gc_yes TABLES it_status = lt_status et_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 AN_REQREQ_UP_UPDATE_CENTRALF01 or its description.