SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Units of Measurement(BC-SRV-ASF-UOM) SAP BC

MUNITI01 SAP ABAP INCLUDE - PAI Modules for Units of Measure







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


Text pool values


Title: PAI Modules for Units of Measure


INCLUDES used within this REPORT MUNITI01

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:

HELP_VALUES_GET_NO_DD_NAME * CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' * EXPORTING * cucol = 10 * curow = 10 ** DISPLAY = ' ' * selectfield = 'T006T-TXDIM' ** TITEL = ' ' * IMPORTING * ind = tab_index ** SELECT_VALUE = * TABLES * fields = fields * full_table = dimensions ** USER_SEL_FIELDS = ** HEADING_TABLE = * EXCEPTIONS * full_table_empty = 1 * no_tablestructure_given = 2 * no_tablefields_in_dictionary = 3 * more_then_one_selectfield = 4 * no_selectfield = 5 * OTHERS = 6.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-012 textline1 = text-b01 textline2 = text-b02 defaultoption = 'N' IMPORTING answer = sw_found.

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING systemtype = systemtype EXCEPTIONS no_systemname = 1 no_systemtype = 2 OTHERS = 3.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-011 textline1 = text-b01 "Ihre Eingaben gehen verloren! textline2 = text-b02 "Wollen Sie wirklich abbrechen? defaultoption = 'N' IMPORTING answer = sw_found.

CHAR_FLTP_CONVERSION CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING * DYFLD = ' ' * MASKN = ' ' * MAXDEC = '15' * MAXEXP = '59+' * MINEXP = '60-' string = h_temp_value IMPORTING flstr = t006-temp_value EXCEPTIONS exponent_too_big = 01 exponent_too_small = 02 string_not_fltp = 03 too_many_decim = 04.

DIMENSION_GET CALL FUNCTION 'DIMENSION_GET' EXPORTING language = sy-langu temperature = 1 use_buffer = 'X' IMPORTING dimid = h_dimension_key * TEXT = H_DIMENSION_TEXT EXCEPTIONS dimension_not_found = 01.

DIMENSION_CHECK CALL FUNCTION 'DIMENSION_CHECK' EXPORTING dimid = h_dimension_key language = sy-langu msehi = t006-temp_unit EXCEPTIONS dimension_check_failed = 01 unit_not_valid = 02.

DIMENSION_GET CALL FUNCTION 'DIMENSION_GET' EXPORTING language = sy-langu temperature = 1 use_buffer = 'X' IMPORTING dimid = h_dimension_key * TEXT = H_DIMENSION_TEXT EXCEPTIONS dimension_not_found = 01.

UNIT_OF_MEASUREMENT_HELP CALL FUNCTION 'UNIT_OF_MEASUREMENT_HELP' EXPORTING * BUSINESS_UOM = ' ' * CUCOL = 0 * CUROW = 0 dimid = h_dimension_key display = display language = sy-langu * SELECT_UNIT_EXTERN = ' ' * SELECT_UNIT_LONG = ' ' IMPORTING select_unit = t006-temp_unit.

HELP_START CALL FUNCTION 'HELP_START' EXPORTING help_infos = help_info TABLES dynpselect = dummy1 dynpvaluetab = dummy2.

CHAR_FLTP_CONVERSION CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING * DYFLD = ' ' * MASKN = ' ' * MAXDEC = '15' * MAXEXP = '59+' * MINEXP = '60-' string = h_press_val IMPORTING flstr = t006-press_val EXCEPTIONS exponent_too_big = 01 exponent_too_small = 02 string_not_fltp = 03 too_many_decim = 04.

DIMENSION_GET CALL FUNCTION 'DIMENSION_GET' EXPORTING * AMOUNT_OF_SUBSTANCE = 0 * ELECTRIC_CURRENT = 0 language = sy-langu length = '1-' * LUMINOUS_INTENSITY = 0 mass = 1 * TEMPERATURE = 0 time = '2-' * USE_BUFFER = 'X' IMPORTING dimid = h_dimension_key * TEXT = EXCEPTIONS dimension_not_found = 1 OTHERS = 2.

DIMENSION_CHECK CALL FUNCTION 'DIMENSION_CHECK' EXPORTING dimid = h_dimension_key language = sy-langu msehi = t006-press_unit EXCEPTIONS dimension_check_failed = 01 unit_not_valid = 02.

DIMENSION_GET CALL FUNCTION 'DIMENSION_GET' EXPORTING * AMOUNT_OF_SUBSTANCE = 0 * ELECTRIC_CURRENT = 0 language = sy-langu length = '1-' * LUMINOUS_INTENSITY = 0 mass = 1 * TEMPERATURE = 0 time = '2-' * USE_BUFFER = 'X' IMPORTING dimid = h_dimension_key * TEXT = EXCEPTIONS dimension_not_found = 1 OTHERS = 2.

UNIT_OF_MEASUREMENT_HELP CALL FUNCTION 'UNIT_OF_MEASUREMENT_HELP' EXPORTING * BUSINESS_UOM = ' ' * CUCOL = 0 * CUROW = 0 dimid = h_dimension_key display = display language = sy-langu * SELECT_UNIT_EXTERN = ' ' * SELECT_UNIT_LONG = ' ' IMPORTING select_unit = t006-press_unit.

HELP_START CALL FUNCTION 'HELP_START' EXPORTING help_infos = help_info TABLES dynpselect = dummy1 dynpvaluetab = dummy2.



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