SAP Reports / Programs | Materials Management | Purchasing | Basic Functions(MM-PUR-GF) SAP MM

RM06CCMEXP_CLASS_IMP SAP ABAP INCLUDE - RM06CCMEXPCLASSIMP







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

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:

ME_CHECK_T160M CALL FUNCTION 'ME_CHECK_T160M' EXPORTING i_arbgb = 'SE' i_msgnr = '043' EXCEPTIONS nothing = 0 warning = 1 error = 2.

LANGUAGE_CODE_SAP_TO_ISO CALL FUNCTION 'LANGUAGE_CODE_SAP_TO_ISO' EXPORTING sap_code = p_lang1 IMPORTING iso_code = ls_cat-language EXCEPTIONS not_found = 1 OTHERS = 2.

LANGUAGE_CODE_SAP_TO_ISO CALL FUNCTION 'LANGUAGE_CODE_SAP_TO_ISO' EXPORTING sap_code = p_lang2 IMPORTING iso_code = ls_cat-language EXCEPTIONS not_found = 1 OTHERS = 2.

LANGUAGE_CODE_SAP_TO_ISO CALL FUNCTION 'LANGUAGE_CODE_SAP_TO_ISO' EXPORTING sap_code = p_lang3 IMPORTING iso_code = ls_cat-language EXCEPTIONS not_found = 1 OTHERS = 2.

MEX_READ_INFORECORD CALL FUNCTION 'MEX_READ_INFORECORD' EXPORTING im_infnr = -infnr im_ekorg = -ekorg im_esokz = -esokz im_werks = -werks IMPORTING ex_eina = ls_eina ex_eine = ls_eine EXCEPTIONS not_found = 1 OTHERS = 2.

UNIT_OF_MEASURE_SAP_TO_ISO CALL FUNCTION 'UNIT_OF_MEASURE_SAP_TO_ISO' EXPORTING sap_code = ls_eina-meins IMPORTING iso_code = lr_data->meins EXCEPTIONS OTHERS = 1.

CURRENCY_CODE_SAP_TO_ISO CALL FUNCTION 'CURRENCY_CODE_SAP_TO_ISO' EXPORTING sap_code = lr_data->iwaer IMPORTING iso_code = lr_data->waers EXCEPTIONS OTHERS = 1.

ME_EKKO_SINGLE_READ CALL FUNCTION 'ME_EKKO_SINGLE_READ' EXPORTING pi_ebeln = -ebeln IMPORTING po_ekko = ls_ekko EXCEPTIONS no_records_found = 1 OTHERS = 2.

ME_EKPO_SINGLE_READ CALL FUNCTION 'ME_EKPO_SINGLE_READ' EXPORTING pi_ebeln = -ebeln pi_ebelp = -ebelp IMPORTING po_ekpo = ls_ekpo EXCEPTIONS no_records_found = 1 OTHERS = 2.

CURRENCY_CODE_SAP_TO_ISO CALL FUNCTION 'CURRENCY_CODE_SAP_TO_ISO' EXPORTING sap_code = lr_data->iwaer IMPORTING iso_code = lr_data->waers EXCEPTIONS OTHERS = 1.

UNIT_OF_MEASURE_SAP_TO_ISO CALL FUNCTION 'UNIT_OF_MEASURE_SAP_TO_ISO' EXPORTING sap_code = ls_ekpo-meins IMPORTING iso_code = lr_data->meins EXCEPTIONS OTHERS = 1.

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING schluessel = ls_mtcom IMPORTING matdaten = ls_mt06a return = ls_mtcor EXCEPTIONS OTHERS = 1.

MAKT_ARRAY_READ CALL FUNCTION 'MAKT_ARRAY_READ' TABLES ipre09 = lt_seltab makt_tab = cs_data-mat_texts EXCEPTIONS enqueue_mode_changed = 1 OTHERS = 2.

ME_PRICING_REFRESH CALL FUNCTION 'ME_PRICING_REFRESH'.

ME_PRICING_DIALOG CALL FUNCTION 'ME_PRICING_DIALOG' EXPORTING dunkel = me->mo_const->yes infoa = is_eina infoe = is_eine meins = is_eina-meins menge = is_eine-norbm termin = iv_date IMPORTING e_menge = lv_menge e_meins = lv_meins.

ME_PRICING_INFORECORD CALL FUNCTION 'ME_PRICING_INFORECORD' EXPORTING infoa = is_eina infoe = is_eine simulation = me->mo_const->yes IMPORTING preisk = ls_komk preisp = ls_komp.

ME_PRICING_REFRESH CALL FUNCTION 'ME_PRICING_REFRESH'.

ME_PRICING_DIALOG CALL FUNCTION 'ME_PRICING_DIALOG' EXPORTING dunkel = me->mo_const->yes i_ekpo = is_ekpo meins = is_ekpo-meins menge = is_ekpo-abmng termin = iv_date IMPORTING e_menge = lv_menge e_meins = lv_meins.

ME_PRICING_CONTRACT





CALL FUNCTION 'ME_PRICING_CONTRACT' EXPORTING kopf = is_ekko position = is_ekpo simulation = me->mo_const->yes IMPORTING preisk = ls_komk preisp = ls_komp.

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = lv_sid EXCEPTIONS OTHERS = 1.

CURRENCY_AMOUNT_SAP_TO_BAPI CALL FUNCTION 'CURRENCY_AMOUNT_SAP_TO_BAPI' EXPORTING currency = lr_data->iwaer sap_amount = lv_old IMPORTING bapi_amount = lv_new.

CURRENCY_CODE_SAP_TO_ISO CALL FUNCTION 'CURRENCY_CODE_SAP_TO_ISO' EXPORTING sap_code = lr_data->iwaer IMPORTING iso_code = lv_iso EXCEPTIONS OTHERS = 1.

LANGUAGE_CODE_SAP_TO_ISO CALL FUNCTION 'LANGUAGE_CODE_SAP_TO_ISO' EXPORTING sap_code = -spras IMPORTING iso_code = ls_oci-language EXCEPTIONS not_found = 1 OTHERS = 2.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = me->mo_handler EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = me->mo_handler i_s_msg = ls_msg EXCEPTIONS log_not_found = 0 msg_inconsistent = 0 log_is_full = 0 OTHERS = 0.

BAL_DSP_OUTPUT_INIT CALL FUNCTION 'BAL_DSP_OUTPUT_INIT' .

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_t_log_handle = lt_handles EXCEPTIONS profile_inconsistent = 0 internal_error = 0 no_data_available = 0 no_authority = 0 OTHERS = 0.

DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING get_state = lf_state langu = ls_langu-spras withtext = 'X' roll_name = lf_name TABLES dd04t_tab_a = lt_tab EXCEPTIONS illegal_value = 1 OTHERS = 2.

LANGUAGE_CODE_SAP_TO_ISO CALL FUNCTION 'LANGUAGE_CODE_SAP_TO_ISO' EXPORTING sap_code = ls_matgrp-spras IMPORTING iso_code = lv_lang EXCEPTIONS not_found = 1 OTHERS = 2.



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