SAP Reports / Programs | Product Lifecycle Management | Recipe Management(PLM-RM) SAP PLM

RMXTI_761_CUST SAP ABAP INCLUDE - RMXTI761CUST







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

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:

FRML983_TRANSL_SUBID_TO_RECN CALL FUNCTION 'FRML983_TRANSL_SUBID_TO_RECN' EXPORTING i_subid = i_subid i_aennr = lv_aennr i_valdat = sy-datum IMPORTING e_recn = x_recn.

FRML983_TRANSL_RECNSU_TO_SUBID CALL FUNCTION 'FRML983_TRANSL_RECNSU_TO_SUBID' EXPORTING i_recn_sub = i_recn IMPORTING e_subid = x_subid.

RMXT799_MSG_SHOW CALL FUNCTION 'RMXT799_MSG_SHOW' EXPORTING iflg_show_symsg = gc_true i_show_err = gc_true.

FRML812_FRMLC09_READ CALL FUNCTION 'FRML812_FRMLC09_READ' EXPORTING i_param = gc_ts_atnam IMPORTING e_value = lv_value EXCEPTIONS param_not_found = 1 OTHERS = 2.

CTUT_FEATURE_DATA CALL FUNCTION 'CTUT_FEATURE_DATA' EXPORTING feature_neutral_name = lv_atnam IMPORTING ecabn = ks_cabn EXCEPTIONS invalid_class_type = 1 missing_feature_information = 2 no_feature_found = 3 no_feature_valid = 4 no_language = 5 OTHERS = 6.

UNIT_CORRESPONDENCE_CHECK CALL FUNCTION 'UNIT_CORRESPONDENCE_CHECK' EXPORTING unit_in = ks_cabn-msehi unit_out = i_atinn_unit EXCEPTIONS dimensions_are_different = 1 unit_in_not_found = 2 unit_out_not_found = 3 OTHERS = 4.

UNIT_CORRESPONDENCE_CHECK CALL FUNCTION 'UNIT_CORRESPONDENCE_CHECK' EXPORTING unit_in = i_nutri_unit unit_out = i_atinn_unit EXCEPTIONS dimensions_are_different = 1 unit_in_not_found = 2 unit_out_not_found = 3 OTHERS = 4.

RMXT799_MSG_SHOW CALL FUNCTION 'RMXT799_MSG_SHOW' EXPORTING iflg_show_symsg = gc_true i_show_err = gc_true.

RMXT799_MSG_SHOW * CALL FUNCTION 'RMXT799_MSG_SHOW' * EXPORTING * iflg_show_symsg = gc_true * i_show_err = gc_true.

CONVERSION_EXIT_LUNIT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_LUNIT_OUTPUT' EXPORTING input = x_nutri_unit IMPORTING output = x_nutri_unit_txt EXCEPTIONS unit_not_found = 1 OTHERS = 2.

CTUT_FEATURE_DATA CALL FUNCTION 'CTUT_FEATURE_DATA' EXPORTING feature_id = i_atinn IMPORTING ecabn = ls_cabn EXCEPTIONS invalid_class_type = 1 missing_feature_information = 2 no_feature_found = 3 no_feature_valid = 4 no_language = 5 OTHERS = 6.

CTM1_CHARACTERISTIC_HAS_TEXT CALL FUNCTION 'CTM1_CHARACTERISTIC_HAS_TEXT' EXPORTING atinn = i_atinn IMPORTING atbez = x_prop_txt EXCEPTIONS no_atinn = 1 no_langu = 2 not_found = 3 no_text = 4 OTHERS = 5.

CONVERSION_EXIT_LUNIT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_LUNIT_OUTPUT' EXPORTING input = x_prop_unit IMPORTING output = x_prop_unit_txt EXCEPTIONS unit_not_found = 1 OTHERS = 2.

DIMENSIONCHECK_MASS * CALL FUNCTION 'DIMENSIONCHECK_MASS' * EXPORTING * gewei = lv_ref_unit * EXCEPTIONS * dimension_not_mass = 1 * t006d_entry_missing = 2 * t006_entry_missing = 3 * OTHERS = 4.

DIMENSIONCHECK_VOLUME * CALL FUNCTION 'DIMENSIONCHECK_VOLUME' * EXPORTING * voleh = lv_ref_unit * EXCEPTIONS * dimension_not_volume = 1 * t006d_entry_missing = 2 * t006_entry_missing = 3 * OTHERS = 4.

DIMENSIONCHECK_MASS * CALL FUNCTION 'DIMENSIONCHECK_MASS' * EXPORTING * gewei = i_unit * EXCEPTIONS * dimension_not_mass = 1 * t006d_entry_missing = 2 * t006_entry_missing = 3 * OTHERS = 4.

DIMENSIONCHECK_VOLUME * CALL FUNCTION 'DIMENSIONCHECK_VOLUME' * EXPORTING * voleh = i_unit * EXCEPTIONS * dimension_not_volume = 1 * t006d_entry_missing = 2 * t006_entry_missing = 3 * OTHERS = 4.

RMXT799_MSG_SHOW * CALL FUNCTION 'RMXT799_MSG_SHOW' * EXPORTING * iflg_show_symsg = gc_true * i_show_err = gc_true.

UNIT_CORRESPONDENCE_CHECK





* CALL FUNCTION 'UNIT_CORRESPONDENCE_CHECK' * EXPORTING * unit_in = lv_nutri_unit * unit_out = lv_prop_unit * EXCEPTIONS * dimensions_are_different = 1 * unit_in_not_found = 2 * unit_out_not_found = 3 * OTHERS = 4.

RMXT799_MSG_SHOW * CALL FUNCTION 'RMXT799_MSG_SHOW' * EXPORTING * iflg_show_symsg = gc_true * i_show_err = gc_true.

RMXT799_MSG_SHOW ** CALL FUNCTION 'RMXT799_MSG_SHOW' ** EXPORTING ** iflg_show_symsg = gc_true ** i_show_err = gc_true.



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