SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Contract Management(SRM-EBP-CON) SAP SRM

BBP_CTR_NOVATION_CONVERT_F SAP ABAP INCLUDE - Include BBP_CTR_NOVATION_CONVERT_F







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


INCLUDES used within this REPORT BBP_CTR_NOVATION_CONVERT_F

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_PDSEC_FUNCT_AUTH_CHECK CALL FUNCTION 'BBP_PDSEC_FUNCT_AUTH_CHECK' EXPORTING iv_function = c_ctr_nov "'CTR_NOV' EXCEPTIONS not_authorized = 1 OTHERS = 2.

BBP_PD_CTR_VENDOR CALL FUNCTION 'BBP_PD_CTR_VENDOR' EXPORTING i_vendor_old = p_vend_o i_vendor_new = p_vend_n i_date = p_date i_time = p_time i_time_zone = p_time_z i_ctr_description = p_pin i_display = gc_no i_po = gc_no i_time_nov_utc = gv_time_nov_utc i_time_cur_utc = gv_time_cur_utc IMPORTING e_vendor_guid_old = gv_partner_guid_old e_vendor_guid_new = gv_partner_guid_new TABLES i_status = gt_i_status e_status = gt_e_status i_range_object_id = so_ctr e_pdlist_h = gt_pdlist_ctr_h e_pdlist_d = gt_pdlist_ctr_d e_ctr_po_h = gt_po_h e_ctr_po_d = gt_po_d e_po_history = gt_history e_messages = gt_messages CHANGING c_partner_fct = gv_partner_fct.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'BBPS_PO_NOVATION_RESULT' CHANGING ct_fieldcat = gt_fieldcatalog_res.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'BBPS_PO_NOVATION' CHANGING ct_fieldcat = gt_fieldcatalog.

BBP_PROCDOC_GET_CHANGE_VERSION CALL FUNCTION 'BBP_PROCDOC_GET_CHANGE_VERSION' EXPORTING iv_read_all_change_versions = space TABLES it_header_guids = lt_header_guids et_pdlist = lt_pdlist_cversion.



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