SAP Reports / Programs

RMPS_AUDIT SAP ABAP Report - Reporting: Log







RMPS_AUDIT 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 RMPS_AUDIT into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RMPS_AUDIT - Log


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 RMPS_AUDIT. "Basic submit
SUBMIT RMPS_AUDIT AND RETURN. "Return to original report after report execution complete
SUBMIT RMPS_AUDIT 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: F_VARI = D Layout
Selection Text: F_USER = D User
Selection Text: F_TYPE = D Position in in Object Hierch
Selection Text: F_TIME = D Time
Selection Text: F_RMS = D RMS ID
Selection Text: F_OBJ = D Object Name
Selection Text: F_MAXL = Entries Maximum (0 = All)
Selection Text: F_DEL = Entries to be Deleted
Selection Text: F_DATE = D Date
Selection Text: F_COUNT = Count Objects
Selection Text: F_ARG1 = D Argument
Selection Text: F_ACT = D Log Activity
Title: Reporting: Log
Text Symbol: SEL = Choose RMS ID
Text Symbol: OBJ = Objects
Text Symbol: CUS = Settings
Text Symbol: BL4 = Display Options
Text Symbol: BL3 = Restrictions
Text Symbol: 105 = The first
Text Symbol: 102 = Log
Text Symbol: 101 = Entries
Text Symbol: 016 = Choose
Text Symbol: 013 = Reset
Text Symbol: 012 = select
Text Symbol: 002 = Object
Text Symbol: 001 = Find Objects


INCLUDES used within this REPORT RMPS_AUDIT

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:

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = l_variant * I_TABNAME_HEADER = * I_TABNAME_ITEM = * IT_DEFAULT_FIELDCAT = i_save = 'A' "also user-specific variants * I_DISPLAY_VIA_GRID = ' ' IMPORTING e_exit = l_exit es_variant = l_variant_sel.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'RMPS_PRO_REPORTING' fieldname = 'ACTIVITY' * LANGU = SY-LANGU * LFIELDNAME = ' ' * ALL_TYPES = ' ' * GROUP_NAMES = ' ' * UCLEN = * IMPORTING * X030L_WA = * DDOBJTYPE = * DFIES_WA = wa_field_tab * LINES_DESCR = TABLES dfies_tab = lt_field_tab.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' retfield = 'ACT_ID' * PVALKEY = ' ' dynpprog = l_prog dynpnr = l_dynnr dynprofield = l_field * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * MARK_TAB = * IMPORTING * USER_RESET = TABLES * field_tab = lt_field_tab value_tab = gt_f4_val.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_search text = text_cls info = l_info IMPORTING RESULT = txtb_cls.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_search text = text_rec info = l_info IMPORTING RESULT = txtb_rec.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_search text = g_text_folder info = l_info IMPORTING RESULT = txtb_fld.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_refresh * text = g_text_folder info = 'Zurücksetzen'(013) IMPORTING RESULT = txtr_ref.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_refresh * text = g_text_folder info = text-013 IMPORTING RESULT = txtr_fld.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_refresh * text = g_text_folder info = text-013 IMPORTING RESULT = txtr_cls.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' "also user-specific variants CHANGING cs_variant = l_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

RMPS_CASE_SP_QUERY_VIS CALL FUNCTION 'RMPS_CASE_SP_QUERY_VIS' EXPORTING im_rms_id = l_rms_id im_sps_id = l_folder_sps_id im_select_single = if_srm=>false * IM_MODIFY_FIELDCAT = * IM_CASE_TEXT = 'Fall '(001) im_no_hit_list = if_srm=>false * IM_MAX_HITS = im_if_srm = g_if_srm * IM_AREA_ID = IMPORTING * EX_POID = ex_selected = l_selected ex_result_tab = lt_case_guids EXCEPTIONS internal_error = 1 parameter_error = 2 not_authorized = 3 OTHERS = 4.

REUSE_ALV_GRID_DISPLAY_LVC CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = l_repid * i_callback_pf_status_set = 'ALV_SET_PF_STATUS' i_callback_user_command = 'ALV_USER_COMMAND' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' i_structure_name = 'RMPS_CASE_PROTOCOL' * I_BACKGROUND_ID = ' ' i_grid_title = l_title * I_GRID_SETTINGS = is_layout_lvc = g_alv_layout it_fieldcat_lvc = g_alv_fcat it_excluding = lt_excluding * IT_SPECIAL_GROUPS = it_sort_lvc = g_alv_sort * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' "save layout: default & user specific is_variant = l_variant * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_HTML_HEIGHT_TOP = 0 * I_HTML_HEIGHT_END = 0 * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = * IT_EXCEPT_QINFO = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = g_merged_prot 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 RMPS_AUDIT or its description.