SAP Reports / Programs | Logistics - General | Logistics Information System (LIS) | Reporting(LO-LIS-REP) SAP LO

RMCS0_ARRAY SAP ABAP INCLUDE - Routines for key figure matrix







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


Text pool values


Title: Routines for key figure matrix


INCLUDES used within this REPORT RMCS0_ARRAY

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:

SELECT_FROM_LIST CALL FUNCTION 'SELECT_FROM_LIST' EXPORTING * CURSORLINE = 1 mark_flag = ' ' * MARK_MAX = 1 * start_col = 0 * start_row = 0 textline1 = string textline2 = ' ' textline3 = string1 titel = title IMPORTING answer = answer TABLES t_spopli = popup_list EXCEPTIONS OTHERS = 4.

LIST_ARRAY_STACK CALL FUNCTION 'LIST_ARRAY_STACK' EXPORTING row_title = row_title col_title = col_title row_ddic_field = row_field col_ddic_field = col_field first_key_figure = kf_object TABLES array_stack = array_stack row_values = row_labels col_values = col_labels row_labels = row_labels_visible col_labels = col_labels_visible key_figures = num_key_figures row_sum = row_sum col_sum = col_sum subtitles = dd_info.

DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = drilldown_fcodes-domname langu = sy-langu * TEXTS_ONLY = ' ' TABLES dd07v_tab = dd07v_tab EXCEPTIONS illegal_input = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = hlp_text1.

GRAPH_HIERARCHY * CALL FUNCTION 'GRAPH_HIERARCHY' ** EXPORTING ** STAT = ' ' ** SUPER = ' ' ** TINDX = ' ' ** TTEXT = ' ' ** IMPORTING ** M_TYP = ** NODES = ** RBUFF = ** RWNID = * TABLES * DATA = DD_HIERARCHY .

CONVERT_TO_LOCAL_CURRENCY * CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' * EXPORTING * DATE = UMRECH_DATUM * FOREIGN_AMOUNT = * FOREIGN_CURRENCY = INT_S000-WAERK * LOCAL_CURRENCY = ANALYSE_WAEHRUNG * TYPE_OF_RATE = TYPE_OF_RATE * IMPORTING * LOCAL_AMOUNT = NEW_CURRENCY_VALUE * EXCEPTIONS * NO_RATE_FOUND = 1 * OVERFLOW = 2 * NO_FACTORS_FOUND = 3 * NO_SPREAD_FOUND = 4 * DERIVED_2_TIMES = 5 * OTHERS = 6.



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