SAP Reports / Programs | Plant Maintenance | Maintenance Processing(PM-WOC) SAP PM

RALM_ME_30_CREATE_CHANGE_TEST SAP ABAP Report - Check Create / Change of BAPI Wrapper







RALM_ME_30_CREATE_CHANGE_TEST 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 RALM_ME_30_CREATE_CHANGE_TEST 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 RALM_ME_30_CREATE_CHANGE_TEST. "Basic submit
SUBMIT RALM_ME_30_CREATE_CHANGE_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT RALM_ME_30_CREATE_CHANGE_TEST VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Check Create / Change of BAPI Wrapper


INCLUDES used within this REPORT RALM_ME_30_CREATE_CHANGE_TEST

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:

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = iv_structname TABLES dfies_tab = lt_dfies_tab EXCEPTIONS not_found = 1 OTHERS = 2.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = gv_log_handle EXCEPTIONS OTHERS = 1.

BAL_LOG_HDR_READ CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING i_log_handle = lv_log_handle IMPORTING e_statistics = l_statistics EXCEPTIONS log_not_found = 1 OTHERS = 2.

BAL_DSP_PROFILE_DETLEVEL_GET CALL FUNCTION 'BAL_DSP_PROFILE_DETLEVEL_GET' IMPORTING e_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING * I_S_LOG_FILTER = * I_T_LOG_CONTEXT_FILTER = * I_S_MSG_FILTER = * I_T_MSG_CONTEXT_FILTER = i_t_log_handle = lt_log_handle * I_T_MSG_HANDLE = i_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = ls_msg EXCEPTIONS log_not_found = 1 OTHERS = 2.

ALM_MEREP_090_GETDETAIL CALL FUNCTION 'ALM_MEREP_090_GETDETAIL' EXPORTING customizing_user = user IMPORTING user_customizing_head = lv_user_customizing_head_20 TABLES return = lt_return variances = variances workcenters = workcenters activity_types = lt_activity_types_20.

MAM25_090_GETDETAIL CALL FUNCTION 'MAM25_090_GETDETAIL' EXPORTING customizing_user = user IMPORTING user_customizing_head = lv_user_customizing_head_25 TABLES return = lt_return variances = variances workcenters = workcenters activity_types = lt_activity_types_25.

MAM30_090_GETDETAIL CALL FUNCTION 'MAM30_090_GETDETAIL' EXPORTING customizing_user = user IMPORTING user_customizing_head = lv_user_customizing_head_30 TABLES return = lt_return variances = variances workcenters = workcenters activity_types = lt_activity_types_30.

ALM_MEREP_095_GETDETAIL CALL FUNCTION 'ALM_MEREP_095_GETDETAIL' EXPORTING mam_scenario = user_customizing_head-myalm_scenario TABLES notifcat_profile = lt_notifcat_profile_20 order_type_profile = lt_order_type_profile_20.

MAM25_095_GETDETAIL CALL FUNCTION 'MAM25_095_GETDETAIL' EXPORTING mam_scenario = user_customizing_head-myalm_scenario TABLES notifcat_profile = lt_notifcat_profile_25 order_type_profile = lt_order_type_profile_25.

MAM30_095_GETDETAIL CALL FUNCTION 'MAM30_095_GETDETAIL' EXPORTING mam_scenario = user_customizing_head-myalm_scenario TABLES notifcat_profile = lt_notifcat_profile_30 order_type_profile = lt_order_type_profile_30.

ALM_MEREP_011_CREATE CALL FUNCTION 'ALM_MEREP_011_CREATE' EXPORTING user = gv_user notification_header = lv_notif_header_20 IMPORTING notif_no = lv_notif_no TABLES return = lt_return.

MAM25_011_CREATE CALL FUNCTION 'MAM25_011_CREATE' EXPORTING user = gv_user notification_header = lv_notif_header_25 IMPORTING notif_no = lv_notif_no TABLES return = lt_return.

MAM30_011_CREATE CALL FUNCTION 'MAM30_011_CREATE' EXPORTING user = gv_user notification_header = lv_notif_header_30 IMPORTING notif_no = lv_notif_no TABLES return = lt_return.

ALM_MEREP_011_GETDETAIL CALL FUNCTION 'ALM_MEREP_011_GETDETAIL' EXPORTING user = gv_user notif_no = lv_notif_no IMPORTING notification_header = lv_notif_header_20 TABLES return = lt_return.

MAM25_011_GETDETAIL CALL FUNCTION 'MAM25_011_GETDETAIL' EXPORTING user = gv_user notif_no = lv_notif_no IMPORTING notification_header = lv_notif_header_25 TABLES return = lt_return.

MAM30_011_GETDETAIL CALL FUNCTION 'MAM30_011_GETDETAIL' EXPORTING user = gv_user notif_no = lv_notif_no IMPORTING notification_header = lv_notif_header_30 TABLES return = lt_return.

ALM_MEREP_011_CHANGE





CALL FUNCTION 'ALM_MEREP_011_CHANGE' EXPORTING user = gv_user notification_header = lv_notif_header_20 TABLES notification_item = lt_item_20 notification_cause = lt_cause_20 notification_activity = lt_activity_20 notification_task = lt_task_20 notification_longtext = lt_longtext_20 return = lt_return.

MAM25_011_CHANGE CALL FUNCTION 'MAM25_011_CHANGE' EXPORTING user = gv_user notification_header = lv_notif_header_25 TABLES notification_item = lt_item_25 notification_cause = lt_cause_25 notification_activity = lt_activity_25 notification_task = lt_task_25 notification_longtext = lt_longtext_25 return = lt_return.

MAM30_011_CHANGE CALL FUNCTION 'MAM30_011_CHANGE' EXPORTING user = gv_user notification_header = lv_notif_header_30 TABLES notification_item = lt_item_30 notification_cause = lt_cause_30 notification_activity = lt_activity_30 notification_task = lt_task_30 notification_longtext = lt_longtext_30 return = lt_return.

ALM_MEREP_011_GETDETAIL CALL FUNCTION 'ALM_MEREP_011_GETDETAIL' EXPORTING user = gv_user notif_no = lv_notif_no IMPORTING notification_header = lv_notif_header_20 TABLES notification_item = lt_item_20 notification_cause = lt_cause_20 notification_activity = lt_activity_20 notification_task = lt_task_20 notification_longtext = lt_longtext_20 return = lt_return.

MAM25_011_GETDETAIL CALL FUNCTION 'MAM25_011_GETDETAIL' EXPORTING user = gv_user notif_no = lv_notif_no IMPORTING notification_header = lv_notif_header_25 TABLES notification_item = lt_item_25 notification_cause = lt_cause_25 notification_activity = lt_activity_25 notification_task = lt_task_25 notification_longtext = lt_longtext_25 return = lt_return.

MAM30_011_GETDETAIL CALL FUNCTION 'MAM30_011_GETDETAIL' EXPORTING user = gv_user notif_no = lv_notif_no IMPORTING notification_header = lv_notif_header_30 TABLES notification_item = lt_item_30 notification_cause = lt_cause_30 notification_activity = lt_activity_30 notification_task = lt_task_30 notification_longtext = lt_longtext_30 return = lt_return.

ALM_MEREP_001_CREATE CALL FUNCTION 'ALM_MEREP_001_CREATE' EXPORTING user = gv_user order_header = ls_order_header_20 IMPORTING orderid = lv_orderid TABLES return = lt_return.

MAM25_001_CREATE CALL FUNCTION 'MAM25_001_CREATE' EXPORTING user = gv_user order_header = ls_order_header_25 IMPORTING orderid = lv_orderid TABLES return = lt_return.

MAM30_001_CREATE CALL FUNCTION 'MAM30_001_CREATE' EXPORTING user = gv_user order_header = ls_order_header_30 IMPORTING orderid = lv_orderid TABLES return = lt_return.

ALM_MEREP_001_GETDETAIL CALL FUNCTION 'ALM_MEREP_001_GETDETAIL' EXPORTING user = gv_user orderid = lv_orderid IMPORTING order_header = ls_order_header_20 TABLES return = lt_return.

MAM25_001_GETDETAIL CALL FUNCTION 'MAM25_001_GETDETAIL' EXPORTING user = gv_user orderid = lv_orderid IMPORTING order_header = ls_order_header_25 TABLES return = lt_return.

MAM30_001_GETDETAIL CALL FUNCTION 'MAM30_001_GETDETAIL' EXPORTING user = gv_user orderid = lv_orderid IMPORTING order_header = ls_order_header_30 TABLES return = lt_return.

ALM_MEREP_001_CHANGE CALL FUNCTION 'ALM_MEREP_001_CHANGE' EXPORTING user = gv_user order_header = ls_order_header_20 TABLES return = lt_return.

MAM25_001_CHANGE CALL FUNCTION 'MAM25_001_CHANGE' EXPORTING user = gv_user order_header = ls_order_header_25 TABLES return = lt_return.

MAM30_001_CHANGE CALL FUNCTION 'MAM30_001_CHANGE' EXPORTING user = gv_user order_header = ls_order_header_30 TABLES return = lt_return.

ALM_MEREP_005_CREATE CALL FUNCTION 'ALM_MEREP_005_CREATE' EXPORTING user = gv_user confirmation = ls_confirmation_20 IMPORTING confirmation_number = lv_confnumber confirmation_counter = lv_confcounter TABLES return = lt_return.

MAM25_005_CREATE CALL FUNCTION 'MAM25_005_CREATE' EXPORTING user = gv_user confirmation = ls_confirmation_25 IMPORTING confirmation_number = lv_confnumber confirmation_counter = lv_confcounter TABLES return = lt_return.

MAM30_005_CREATE CALL FUNCTION 'MAM30_005_CREATE' EXPORTING user = gv_user confirmation = ls_confirmation_30 IMPORTING confirmation_number = lv_confnumber confirmation_counter = lv_confcounter TABLES return = lt_return.

ALM_MEREP_006_CREATE CALL FUNCTION 'ALM_MEREP_006_CREATE' EXPORTING user = gv_user goods_movement = ls_goods_movement_20 IMPORTING goodsmvt_doc = lv_doc goodsmvt_year = lv_year_20 TABLES return = lt_return.

MAM25_006_CREATE CALL FUNCTION 'MAM25_006_CREATE' EXPORTING user = gv_user goods_movement = ls_goods_movement_25 IMPORTING goodsmvt_doc = lv_doc goodsmvt_year = lv_year TABLES return = lt_return.




MAM30_006_CREATE CALL FUNCTION 'MAM30_006_CREATE' EXPORTING user = gv_user goods_movement = ls_goods_movement_30 IMPORTING goodsmvt_doc = lv_doc goodsmvt_year = lv_year TABLES return = lt_return.

ALM_MEREP_070_GETLIST CALL FUNCTION 'ALM_MEREP_070_GETLIST' EXPORTING user = gv_user TABLES inventory_list = lt_inventory_list_20 return = lt_return.

MAM25_070_GETLIST CALL FUNCTION 'MAM25_070_GETLIST' EXPORTING user = gv_user TABLES inventory_list = lt_inventory_list_25 return = lt_return.

MAM30_070_GETLIST CALL FUNCTION 'MAM30_070_GETLIST' EXPORTING user = gv_user TABLES inventory_list = lt_inventory_list_30 return = lt_return.

ALM_MEREP_041_GETLIST CALL FUNCTION 'ALM_MEREP_041_GETLIST' TABLES measurement_list = lt_measurement_list_20 return = lt_return.

MAM25_041_GETLIST CALL FUNCTION 'MAM25_041_GETLIST' TABLES measurement_list = lt_measurement_list_25 return = lt_return.

MAM30_041_GETLIST CALL FUNCTION 'MAM30_041_GETLIST' TABLES measurement_list = lt_measurement_list_30 return = lt_return.

ALM_MEREP_041_GETDETAIL CALL FUNCTION 'ALM_MEREP_041_GETDETAIL' EXPORTING measurement_point = measurement_point-measpoint TABLES measurement_history = lt_measurement_history_20 return = lt_return.

MAM25_041_GETDETAIL CALL FUNCTION 'MAM25_041_GETDETAIL' EXPORTING measurement_point = measurement_point-measpoint TABLES measurement_history = lt_measurement_history_25 return = lt_return.

MAM30_041_GETDETAIL CALL FUNCTION 'MAM30_041_GETDETAIL' EXPORTING measurement_point = measurement_point-measpoint TABLES measurement_history = lt_measurement_history_30 return = lt_return.

ALM_MEREP_040_CREATE CALL FUNCTION 'ALM_MEREP_040_CREATE' EXPORTING user = gv_user measurement = ls_measurement_doc_20 IMPORTING measurement_document = lv_document TABLES return = lt_return.

MAM25_040_CREATE CALL FUNCTION 'MAM25_040_CREATE' EXPORTING user = gv_user measurement = ls_measurement_doc_25 IMPORTING measurement_document = lv_document TABLES return = lt_return.

MAM30_040_CREATE CALL FUNCTION 'MAM30_040_CREATE' EXPORTING user = gv_user measurement = ls_measurement_doc_30 IMPORTING measurement_document = lv_document TABLES return = lt_return.



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