SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Cross-Application Functions(SRM-EBP-CA) SAP SRM

EBP_GET_BACKEND_PRICES_FORMS SAP ABAP INCLUDE - EBPGETBACKENDPRICESFORMS







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

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_RFC_READ_TABLE CALL FUNCTION 'BBP_RFC_READ_TABLE' DESTINATION iv_rfcdest EXPORTING query_table = 'T001' TABLES options = lt_options fields = lt_fields data = lt_data EXCEPTIONS table_not_available = 1 table_without_data = 2 option_not_valid = 3 field_not_valid = 4 not_authorized = 5 data_buffer_exceeded = 6 others = 7.

BBP_RFC_READ_TABLE CALL FUNCTION 'BBP_RFC_READ_TABLE' DESTINATION iv_rfcdest EXPORTING query_table = 'T001K' TABLES options = lt_options fields = lt_fields data = lt_data EXCEPTIONS table_not_available = 1 table_without_data = 2 option_not_valid = 3 field_not_valid = 4 not_authorized = 5 data_buffer_exceeded = 6 others = 7.

BBP_RFC_READ_TABLE CALL FUNCTION 'BBP_RFC_READ_TABLE' DESTINATION iv_rfcdest EXPORTING query_table = 'T001W' TABLES options = lt_options fields = lt_fields data = lt_data EXCEPTIONS table_not_available = 1 table_without_data = 2 option_not_valid = 3 field_not_valid = 4 not_authorized = 5 data_buffer_exceeded = 6 others = 7.

BBP_ERP_DEPLOYMENT CALL FUNCTION 'BBP_ERP_DEPLOYMENT' IMPORTING ev_within_erp = gv_miniplatform.

BBP_LOGSYS_READ CALL FUNCTION 'BBP_LOGSYS_READ' IMPORTING e_my_logsys = gv_local_system.

BBP_PRODUCT_GETLIST CALL FUNCTION 'BBP_PRODUCT_GETLIST' EXPORTING iv_max_rows = 0 * IT_PRODUCT_TYPE_RANGE = it_product_id_range = lt_product_id_range iv_logsys = iv_logsys * IT_CATEGORY_RANGE = * IV_CATEGORY_HIERARCHY = * IT_OBJECT_FAMILY_RANGE = * IV_LANGU = SY-LANGU * IV_READ_DESCRIPTION = * IV_READ_CATEGORY_PUR = * IV_READ_BASE_UOM = * IV_READ_ORDER_UOM = * IV_IGNORE_XNOSEARCH = IMPORTING et_product = et_material EXCEPTIONS not_found = 1 wrong_call = 2 others = 3.

COM_PRODUCT_UOM_READ_BASE_UOM CALL FUNCTION 'COM_PRODUCT_UOM_READ_BASE_UOM' EXPORTING iv_product_guid = is_material-product_guid IMPORTING es_set = ls_pr_unit EXCEPTIONS wrong_call = 1 not_found = 2 others = 3.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING client = sy-mandt date = syst-datum foreign_amount = lv_amount_foreign foreign_currency = es_prod-waers local_currency = lv_curr rate = 0 type_of_rate = 'M' read_tcurr = 'X' IMPORTING local_amount = lv_amount_local EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

COM_PRODUCT_READ_SINGLE CALL FUNCTION 'COM_PRODUCT_READ_SINGLE' EXPORTING IV_PRODUCT_GUID = is_material-product_guid * IV_CURRENT = 'X' * IV_TIMESTAMP = * IV_ENQUEUE_MODE = ' ' * IV_READ_DB_VALUES = ' ' * IV_UPDATE_BUFFER = 'X' IMPORTING ES_PRODUCT = ls_conf_prod * ES_PRODUCT_DB = * ES_PRODUCT_CONFIG = EXCEPTIONS NOT_FOUND = 1 WRONG_CALL = 2 FOREIGN_LOCK = 3 ENQUEUE_FAILED = 4 OTHERS = 5.

COM_PRID_TO_R3_CONVERT CALL FUNCTION 'COM_PRID_TO_R3_CONVERT' EXPORTING LOGSYS = iv_material_logsys PRODUCT_TYPE = ls_conf_prod-product_type OBJECT_FAMILY = ls_conf_prod-object_family CHANGING PRODUCT_ID = ls_conf_prod-PRODUCT_ID EXCEPTIONS INVALID_LOGSYS = 1 LENGTH_ERROR = 2 NOT_FOUND = 3 OTHERS = 4.

BBP_PRODUCT_PD_MAP_BE CALL FUNCTION 'BBP_PRODUCT_PD_MAP_BE' EXPORTING i_product_guid = is_material-product_guid i_target_logsys = iv_material_logsys * I_PRODUCT_SRC_SYS = IMPORTING e_be_product_id = lv_be_product_id * E_LOGICAL_SYSTEM = EXCEPTIONS mapping_error = 1 no_id_determined = 2 others = 3.

BBP_RFC_READ_TABLE CALL FUNCTION 'BBP_RFC_READ_TABLE' DESTINATION iv_rfcdest EXPORTING query_table = 'MBEW' TABLES options = lt_options fields = lt_fields data = lt_data EXCEPTIONS table_not_available = 1 table_without_data = 2 option_not_valid = 3 field_not_valid = 4 not_authorized = 5 data_buffer_exceeded = 6 others = 7.

BBP_MATERIAL_READ CALL FUNCTION 'BBP_MATERIAL_READ' destination iv_rfcdest EXPORTING i_mtcom = ls_mtcom "#EC ENHOK IMPORTING e_verpr = ls_result-verpr e_stprs = ls_result-stprs EXCEPTIONS ##FM_SUBRC_OK mat_not_found = 1 others = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid is_layout = ls_layout it_fieldcat = lt_fieldcat it_events = lt_events * it_special_groups = lt_special_groups TABLES t_outtab = gt_outtab EXCEPTIONS "#EC FB_RC program_error = 1 others = 2.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = lv_jobname IMPORTING jobcount = lv_jobcount EXCEPTIONS ##FM_SUBRC_OK cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 others = 4.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = lv_jobcount jobname = lv_jobname strtimmed = 'X' IMPORTING job_was_released = lv_job_was_released EXCEPTIONS "#EC FB_RC cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 invalid_target = 8 others = 9.

BBP_CT_LOAD_CREATE CALL FUNCTION 'BBP_CT_LOAD_CREATE' EXPORTING iv_logsys = iv_logsys TABLES it_catalog = lt_catalog it_partner = lt_partner it_category = lt_category it_product = st_product it_partner_product = lt_partner_product it_product_price = st_product_price it_attribute = lt_attribute it_attachment = lt_attachement it_longtext = lt_longtext et_message = lt_message.

BBP_COMM_PR_COND_FREE CALL FUNCTION 'BBP_COMM_PR_COND_FREE'.

BBP_CT_GET_PRODUCT_CONDITIONS





CALL FUNCTION 'BBP_CT_GET_PRODUCT_CONDITIONS' EXPORTING i_product_guid = is_material-product_guid i_maintenance_mode = 'A' IMPORTING et_condition = lt_condition CHANGING ct_errors = lt_errors.

DEQUEUE_E_COM_PRODUCT CALL FUNCTION 'DEQUEUE_E_COM_PRODUCT' EXPORTING * mode_comm_product = 'S' product_guid = is_prod_guid.

DEQUEUE_E_COM_PRODUCT CALL FUNCTION 'DEQUEUE_E_COM_PRODUCT' EXPORTING * mode_comm_product = 'S' product_guid = ls_prod_rel_ship-iproduct_guid.



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