SAP Reports / Programs

RMSAM_MO_FUNCLOC_LIST SAP ABAP Report - Selection of Functional Locations







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


Text pool values


Selection Text: S_SWERK = D .
Selection Text: S_STORT = D .
Selection Text: S_SPFLOC = Superior FunctLoc.
Selection Text: S_RBNR = D .
Selection Text: S_PROID = D .
Selection Text: S_MSGRP = D .
Selection Text: S_KOSTL = D .
Selection Text: S_KOKRS = D .
Selection Text: S_IWERK = D .
Selection Text: S_INVNR = D .
Selection Text: S_INGRP = D .
Selection Text: S_GSBER = D .
Selection Text: S_GEWRK = D .
Selection Text: S_FLTYP = D .
Selection Text: S_FLOC = D .
Selection Text: S_EQFNR = D .
Selection Text: S_DAUFN = D .
Selection Text: S_BUKRS = D .
Selection Text: S_BEBER = D .
Selection Text: S_AUFNR = D .
Selection Text: S_ARBPL = D .
Selection Text: S_ANLUN = D .
Selection Text: S_ANLNR = D .
Selection Text: S_ABCKZ = D .
Selection Text: P_LVORM = Exclude Marked for Deletion
Selection Text: P_AMM = Display Number of Hits
Title: Selection of Functional Locations


INCLUDES used within this REPORT RMSAM_MO_FUNCLOC_LIST

INCLUDE RMSAM_MO_GLOBAL_MACRO_DEFINITI.


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:

IREP1_LOCATION_CONVERSION CALL FUNCTION 'IREP1_LOCATION_CONVERSION' EXPORTING check_maxcount = lc_x TABLES i_strno_tab = s_floc e_tplnr_tab = s_tplnr EXCEPTIONS not_found = 1 too_many_entries = 2 OTHERS = 3.

IREP1_LOCATION_CONVERSION CALL FUNCTION 'IREP1_LOCATION_CONVERSION' EXPORTING check_maxcount = lc_x TABLES i_strno_tab = s_spfloc e_tplnr_tab = s_tplma EXCEPTIONS not_found = 1 too_many_entries = 2 OTHERS = 3.

CONVERSION_EXIT_TPLNR_INPUT CALL FUNCTION 'CONVERSION_EXIT_TPLNR_INPUT' EXPORTING input = p_start IMPORTING output = lv_start.

STATUS_PRE_READ CALL FUNCTION 'STATUS_PRE_READ' TABLES jsto_pre_tab = lt_objnr.

STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING objnr = -objnr status = lc_dlfl "#EC DOM_EQUAL EXCEPTIONS object_not_found = 1 status_not_active = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'IFLOTX' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING it_fieldcat = lt_fieldcat TABLES t_outtab = lt_floc_disp EXCEPTIONS program_error = 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 RMSAM_MO_FUNCLOC_LIST or its description.