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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
AN_REQREQ_UP_UPDATE_CENTRALF01 - ANREQREQUPUPDATECENTRALF01 AN_REQREQ_UP_PURCH_ORG_PARTF01 - ANREQREQUPPURCHORGPARTF01 AN_REQREQ_UP_CTR_ALERT_MONIF01 - ANREQREQUPCTRALERTMONIF01 AN_REQREQ_UP_CREATE_REFRENCF01 - ANREQREQUPCREATEREFRENCF01 ANST_TREE_EVENT - Include ANST_TREE_EVENT ANST_TOOLBAR_EVENT - Include ANST_TOOLBAR_EVENT