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

RMCEXACT SAP ABAP Report - Non-Activatable Subobjects of Extraction Structures (LBWE)







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


Text pool values


Title: Non-Activatable Subobjects of Extraction Structures (LBWE)
Text Symbol: 001 = Extraction Structures
Text Symbol: 002 = Extraction Struct.
Text Symbol: 003 = Selection of Extraction Structures
Text Symbol: 004 = Deactivated Includes/Appends:
Text Symbol: 005 = Read Extraction Structures...


INCLUDES used within this REPORT RMCEXACT

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 50 TEXT = TEXT-005.

MC_POPUP_TO_MARK_FIELDS CALL FUNCTION 'MC_POPUP_TO_MARK_FIELDS' EXPORTING i_field_number_max = 1 i_field_number_min = 1 i_mark_by_table = 'X' i_object_name_plural = text-001 i_object_name_singular = text-002 i_popup_title = text-003 i_text_length = 40 IMPORTING e_marked = gf_flg_mark TABLES t_fields = gt_fields t_marked_fields = gt_marked_fields.

RS_DD_ACT_PROT CALL FUNCTION 'RS_DD_ACT_PROT' EXPORTING OBJNAME = gf_inactive OBJTYPE = 'S'.



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