EMASSPRODCHANGE is a standard Executable ABAP Report 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 EMASSPRODCHANGE 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.
CRM: Mass Product Change
Selection Text: LV_ABSCH = Adjust Budget Billing Plan
Selection Text: LV_AKTID = Action ID
Selection Text: LV_CHDAT = Date of Rate Change
Selection Text: LV_CONF = Read Attributes (Performance)
Selection Text: LV_COUNT = Test Mode
Selection Text: LV_FKEY = Print Form
Selection Text: LV_PRINT = Confirm. Print for Rate Change
Selection Text: LV_SELC = Selection Using Contract Table
Selection Text: LV_SELM = Selection Using Mapping Table
Selection Text: LV_VERAB = From Contract Number
Selection Text: LV_VERBI = To Contract Number
Selection Text: LV_XREPL = Set Delta Load Lock
Title: EMASSRATECHANGE
Text Symbol: 001 = Mode
Text Symbol: 002 = Selection Criteria
Text Symbol: 003 = Control Data
Text Symbol: 004 = Package Size
Text Symbol: 010 = Only Include Contracts from the Following Interval:
Text Symbol: 011 = Include Table EVER_MASS_PC for Single Contracts
Text Symbol: 012 = Read Contract-Specific Configuration Parameters (Performance)
INCLUDE:
No SAP DATABASE tables are accessed within this REPORT code!
ISU_BEGIN_OF_BILLING_PERIOD CALL FUNCTION 'ISU_BEGIN_OF_BILLING_PERIOD' EXPORTING X_VERTRAG = ls_contr_product-vertrag IMPORTING Y_BEGABRPE = lv_billing_period_start_date EXCEPTIONS GENERAL_FAULT = 1 PARAMETER_FAULT = 2 OTHERS = 3.
ISU_INSTLN_FACTS_IN_MOVE CALL FUNCTION 'ISU_INSTLN_FACTS_IN_MOVE' EXPORTING x_anlage = ls_contr_product-anlage x_ab = lv_chdat x_bis = ls_contr_product-bis x_upd_online = 'X' x_prodrel = 'X' x_conrel = ' ' x_movein_out = co_product_change EXCEPTIONS general_fault = 1 OTHERS = 2.
ISU_S_CONTRACT_HIST_CREATE CALL FUNCTION 'ISU_S_CONTRACT_HIST_CREATE' EXPORTING x_vertrag = ls_contr_product-vertrag x_upd_online = 'X' x_auto = ls_everh_auto EXCEPTIONS input_error = 1 OTHERS = 2.
ISU_CRMQ_FIRSTSTART_BEGIN CALL FUNCTION 'ISU_CRMQ_FIRSTSTART_BEGIN' EXPORTING x_ever_crmq = ls_ever_crmq x_container = container X_NEW_KEYS_TAB = lt_new_keys_tab IMPORTING y_do_not_process = lv_do_not_process EXCEPTIONS object_in_queue = 1 OTHERS = 2.
ISU_PRODUCT_IMPLEMENT CALL FUNCTION 'ISU_PRODUCT_IMPLEMENT' EXPORTING x_prodid = lv_prodid_new x_container = container x_contractdata = l_contractdata x_raise_no_event = 'X' IMPORTING y_mdg_completed = lv_mdg_completed y_logid = ls_ever_crmq-mdg_log CHANGING xy_new_keys_tab = lt_new_keys_tab EXCEPTIONS OTHERS = 4.
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = ls_ever_crmq-contractpos.
ISU_CRMQ_APPEND CALL FUNCTION 'ISU_CRMQ_APPEND' EXPORTING x_ever_crmq = ls_ever_crmq x_container = container x_new_keys_tab = lt_new_keys_tab x_raise_no_event = 'X' EXCEPTIONS system_error = 1 OTHERS = 2.
ISU_S_BBP_ADJUST CALL FUNCTION 'ISU_S_BBP_ADJUST' EXPORTING x_date = lv_chdat x_process = 'W' x_no_dialog = 'X' TABLES xt_ever = lt_ever EXCEPTIONS not_found = 1 foreign_lock = 2 general_fault = 3 billing_error = 4 input_error = 5 not_authorized = 6 internal_error = 7 system_error = 8 OTHERS = 9.
ISU_S_RATECHANGE_PRINT CALL FUNCTION 'ISU_S_RATECHANGE_PRINT' EXPORTING x_langu = sy-langu x_date = lv_chdat x_delayed_print = 'X' x_formkey = lv_fkey TABLES tx_ever = lt_ever EXCEPTIONS action_cancelled = 1 action_failed = 2 bcontact_failed = 3 OTHERS = 4.
ISU_CRM_OBJECT_POS_FILL CALL FUNCTION 'ISU_CRM_OBJECT_POS_FILL' IN BACKGROUND TASK EXPORTING x_vertrag = ls_contr_product-vertrag x_keydate = lv_chdat.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = itabname fieldname = ifieldname TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
EPD_GET_PRODUCT_ID_BY_CRMPROD * CALL FUNCTION 'EPD_GET_PRODUCT_ID_BY_CRMPROD' * EXPORTING * x_crmproduct = lv_product_new * IMPORTING * y_product_id = lv_prodid_new * EXCEPTIONS * not_found = 1 * not_unique = 2 * OTHERS = 3.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = lv_verab IMPORTING output = lv_verab.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = lv_verbi IMPORTING output = lv_verbi.
EFG_CHECK_SCREEN_FORMKEY CALL FUNCTION 'EFG_CHECK_SCREEN_FORMKEY' EXPORTING x_formkey = lv_fkey x_tcode = '*' x_field = 'PC_RATECHANGEFORMKEY' EXCEPTIONS not_qualified = 1 not_found = 2 not_allowed = 3 failed = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
EMASSPRODCHANGE - EMASSRATECHANGE EMASSPRODCHANGE - EMASSRATECHANGE EMAP_OUTBIIN_1 - Report EMAP_OUTBIIN called from miniapp EMAP_OUTBIIN EMAP_OUTBIIN_1 - Report EMAP_OUTBIIN called from miniapp EMAP_OUTBIIN EMAP_LOGIN_1 - Report EMAP_LOGIN called from minapp EMAP_LOGIN EMAP_LOGIN_1 - Report EMAP_LOGIN called from minapp EMAP_LOGIN