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

BBP_CTR_INF_TEST09 SAP ABAP INCLUDE - Include USER_COMMANDS







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


INCLUDES used within this REPORT BBP_CTR_INF_TEST09

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_CTR_INF_CHECK CALL FUNCTION 'BBP_CTR_INF_CHECK' EXPORTING is_contract_header = ls_header_chk is_item = ls_item_chk iv_langu = so_langu iv_posting_date = lv_posting_date TABLES et_message = lt_message_check.

BBP_CTR_INF_SOS_DETERMINE CALL FUNCTION 'BBP_CTR_INF_SOS_DETERMINE' EXPORTING iv_find_contract = lv_fc iv_read_desc = lv_rd iv_determine_price = lv_fprc iv_find_avl = lv_favl iv_read_avl_details = lv_ravld iv_langu = sy-langu iv_logsys = so_logs TABLES it_search_criteria = lt_srch_criteria[] et_found_contracts = lt_found_contracts et_found_avl = lt_found_avl et_message = lt_message_sos.

BBP_CTR_INF_PRICE_DATA_GET CALL FUNCTION 'BBP_CTR_INF_PRICE_DATA_GET' EXPORTING iv_price_date = sy-datum iv_logical_system = so_logs iv_langu = so_langu TABLES it_price_info = lt_price_info[] et_price_data = lt_price_data et_pridoc = lt_pridoc et_message = lt_message_price.



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