SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Master(LO-MD-MM) SAP LO

RMMMBENFF SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = wa_einzelanz_lief-lifnr IMPORTING OUTPUT = wa_einzelanz_lief-lifnr.

MD_REPORT_DATA_SET CALL FUNCTION 'MD_REPORT_DATA_SET' "note 1706077 EXPORTING iv_refresh = 'X'. "note 1706077

L_LGORT_LGNUM_CHECK CALL FUNCTION 'L_LGORT_LGNUM_CHECK' EXPORTING i_werks = wa_outtab-werks i_lgort = wa_outtab-lgort i_lgdat = 'X' IMPORTING e_t320 = t320 e_t340d = t340d EXCEPTIONS lgnum_or_lgort_obligatory = 1 lgort_not_determined = 2 lgnum_or_lgort_wrong = 3 entry_not_in_t320 = 4 werks_lgnum_not_valid = 5 standard_lgort_not_determined = 6 lgnum_data_does_not_exist = 7 lgnum_text_does_not_exist = 8 OTHERS = 9.

L_LGORT_LGNUM_CHECK CALL FUNCTION 'L_LGORT_LGNUM_CHECK' EXPORTING i_werks = wa_outtab-werks i_lgort = wa_outtab-lgort i_lgdat = 'X' IMPORTING e_t320 = t320 e_t340d = t340d EXCEPTIONS OTHERS = 9.

MLGN_SINGLE_READ CALL FUNCTION 'MLGN_SINGLE_READ' EXPORTING MATNR = mkopf-matnr LGNUM = t320-lgnum EXCEPTIONS OTHERS = 1.

L_LGORT_LGNUM_CHECK CALL FUNCTION 'L_LGORT_LGNUM_CHECK' EXPORTING i_werks = wa_outtab-werks i_lgort = wa_outtab-lgort i_lgdat = 'X' IMPORTING e_t320 = t320 e_t340d = t340d EXCEPTIONS OTHERS = 9.

MLGN_SINGLE_READ CALL FUNCTION 'MLGN_SINGLE_READ' EXPORTING MATNR = mkopf-matnr LGNUM = t320-lgnum EXCEPTIONS OTHERS = 1.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = sy-repid * I_INTERNAL_TABNAME = i_structure_name = 'RMMMBESTN_POPUP_METEXTE' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = lt_fieldcat_metexte EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3 .

REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = text-089 i_selection = 'X' * I_ALLOW_NO_SELECTION = i_zebra = 'X' * i_screen_start_column = 5 * i_screen_start_line = 5 * i_screen_end_column = 30 * i_screen_end_line = 25 * I_CHECKBOX_FIELDNAME = * I_LINEMARK_FIELDNAME = * I_SCROLL_TO_SEL_LINE = 'X' i_tabname = 'METEXTE' * I_STRUCTURE_NAME = it_fieldcat = lt_fieldcat_metexte * IT_EXCLUDING = i_callback_program = sy-repid * i_callback_user_command = 'FCODE_HANDLING' * IS_PRIVATE = IMPORTING es_selfield = lv_selfield * E_EXIT = TABLES t_outtab = metexte EXCEPTIONS program_error = 1 OTHERS = 2 .

CLOB_GET_CLASSTYPE_FOR_BATCH CALL FUNCTION 'CLOB_GET_CLASSTYPE_FOR_BATCH' EXPORTING table = tabelle ptable = p_tabelle spras = sy-langu IMPORTING classtype = klassenart typetext = arttext EXCEPTIONS classtype_not_found = 1 classtype_not_active = 2.

CTMS_OBJECT_HAS_STANDARDCLASS CALL FUNCTION 'CTMS_OBJECT_HAS_STANDARDCLASS' EXPORTING classtype = klassenart object = object table = p_tabelle with_text = ' ' IMPORTING class = klasse " classtext = kschl " classtype = cl_klart " clint = clint EXCEPTIONS no_classification = 01 table_not_allowed = 02 internal_error = 03.

CTMS_OBJECT_HAS_STANDARDCLASS CALL FUNCTION 'CTMS_OBJECT_HAS_STANDARDCLASS' EXPORTING classtype = klassenart object = object_matnr table = 'MARA' with_text = ' ' IMPORTING class = klasse " classtext = kschl " classtype = cl_klart " clint = clint EXCEPTIONS no_classification = 01 table_not_allowed = 02 internal_error = 03.

MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' EXPORTING matnr = mchakey-matnr IMPORTING wmara = mara EXCEPTIONS OTHERS = 4.

MAKT_SINGLE_READ CALL FUNCTION 'MAKT_SINGLE_READ' EXPORTING matnr = mchakey-matnr spras = sy-langu IMPORTING wmakt = makt EXCEPTIONS OTHERS = 4.

CTMS_OBJECT_AREA CALL FUNCTION 'CTMS_OBJECT_AREA' TABLES OBJECTS = objecttab.

CLFM_OBJECT_CLASSIFICATION CALL FUNCTION 'CLFM_OBJECT_CLASSIFICATION' EXPORTING table = tabelle ptable = p_tabelle object = object objtxt = mkopf-maktx classtype = klassenart typetext = arttext status = cl_status initflag = first_ch_classifi no_f11 = 'X' "Kein Sichern möglich no_f8 = 'X' "Kein Weiter möglich class = klasse * IMPORTING UPDATEFLAG = FLGKLASSEN * CLASSTYPE = KLASSENART * TYPETEXT = ARTTEXT IMPORTING ok_code = sy-ucomm EXCEPTIONS classification_not_found = 1.

HUMO_HU_MONITOR_SHOW CALL FUNCTION 'HUMO_HU_MONITOR_SHOW' EXPORTING show_selscreen = space list_modus = list_modus TABLES ct_seloptions = ct_seloptions EXCEPTIONS no_entries_found = 1 exit_desired = 2 OTHERS = 3.

MD_MRP_AREA_GET CALL FUNCTION 'MD_MRP_AREA_GET' EXPORTING i_matnr = mkopf-matnr i_werks = wa_outtab-werks i_lgort = wa_outtab-lgort * I_LBEAR = * I_SOBKZ = * I_DBSKZ = * I_VRPLA = IMPORTING e_disfg = ex_disfg e_db_mdlv = ex_db_mdlv e_mdma = ex_mdma EXCEPTIONS wrong_parameters = 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 RMMMBENFF or its description.