SAP Reports / Programs | Public Sector Management | Grants Management | Actual Update and Commitment Update(PSM-GM-GTE-UP) SAP PSM

GMA_ACE_PSITEMS2 SAP ABAP Report - GM Accruals: Display Totals Values in the Accrual Engine







GMA_ACE_PSITEMS2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program displays posted and/or simulated accruals postings using data selected from the accrual engine (ACE)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter GMA_ACE_PSITEMS2 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

GMAPSITEMS - Display Total Values in the Acc.Eng.


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


Text pool values


Title: GM Accruals: Display Totals Values in the Accrual Engine
Text Symbol: 002 = Totals Records
Text Symbol: 101 = Key Date
Text Symbol: 300 = Status
Text Symbol: 301 = Actual Data from
Text Symbol: 320 = See Message(s)
Text Symbol: 325 = No Messages
Text Symbol: 326 = Cancel
Text Symbol: 327 = Error
Text Symbol: 328 = Warning
Text Symbol: 329 = Information
Text Symbol: 330 = Max. Category
Text Symbol: 331 = Success Message
Text Symbol: 332 = Unknown Status


INCLUDES used within this REPORT GMA_ACE_PSITEMS2

INCLUDE ACE_REP_TOP.
INCLUDE ACE_REP_INITIALIZATION.


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:

RS_REFRESH_FROM_DYNAMICAL_SEL CALL FUNCTION 'RS_REFRESH_FROM_DYNAMICAL_SEL' EXPORTING curr_report = gd_repid mode_write_or_move = 'M' IMPORTING p_trange = gt_free_selections EXCEPTIONS not_found = 1 wrong_type = 2 OTHERS = 3.

FREE_SELECTIONS_RANGE_2_EX CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING field_ranges = gt_free_selections IMPORTING expressions = gt_free_sel_expressions.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = gd_repid * IMPORTING * SP = TABLES selection_table = gt_selections EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = gdc_comp_spec_aceobj_ldb i_bypassing_buffer = 'X' CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_BACKGROUND_ID = 'ALV_BACKGROUND' i_buffer_active = ' ' i_callback_program = gd_repid i_callback_pf_status_set = 'ALV_SET_PF_STATUS' i_callback_user_command = 'ALV_USER_COMMAND' i_grid_title = text-002 * I_STRUCTURE_NAME = ' ' is_layout = gs_layout it_fieldcat = gt_fieldcat it_sort = gt_sort i_save = gd_save * is_reprep_id = gs_bbs_id is_variant = gs_variant it_events = gt_events[] * I_SCREEN_START_COLUMN = 0 "Use coordinates for * I_SCREEN_START_LINE = 0 "display as dialog box * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 IMPORTING e_exit_caused_by_caller = g_exit_caused_by_caller es_exit_caused_by_user = gs_exit_caused_by_user TABLES t_outtab = gt_data EXCEPTIONS program_error = 1 OTHERS = 2.

ACE_COMP_SET CALL FUNCTION 'ACE_COMP_SET' * EXPORTING * I_COMP = ' ' * I_POPUP = ' ' IMPORTING e_comp = ld_comp * E_ACTION = EXCEPTIONS not_found = 1 OTHERS = 2.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING * CORRECTIONS_OPTION = ' ' * CORRECTIONS_FUNC_TEXT = ' ' line_from = gdc_msg_line_id line_to = gdc_msg_line_id * OBJECT = ' ' * SEND_IF_ONE = ' ' * BATCH_LIST_TYPE = 'J' show_linno = ' ' * SHOW_LINNO_TEXT = ' ' * SHOW_LINNO_TEXT_LEN = '3' i_use_grid = ' ' i_amodal_window = 'X' * IMPORTING * CORRECTIONS_WANTED = * E_EXIT_COMMAND = EXCEPTIONS inconsistent_range = 1 no_messages = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = rt_events.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING * I_LOGO = 'ENJOYSAP_LOGO' it_list_commentary = gt_list_top_of_page.

ACE_DISPLAY_SINGLE_ACE_OBJECT CALL FUNCTION 'ACE_DISPLAY_SINGLE_ACE_OBJECT' EXPORTING id_comp = id_comp id_bukrs = id_objid = id_subid = id_keydate = * ID_MODE = '03' * ID_DISPLAY_TREE = * ID_TREE_VARIANT = EXCEPTIONS not_found = 1 no_authorization = 2 error_occurred = 3 OTHERS = 4.

RS_SELSCREEN_INFO CALL FUNCTION 'RS_SELSCREEN_INFO' EXPORTING report = gd_repid TABLES field_info = lt_field_info EXCEPTIONS no_selections = 1 report_not_existent = 2 subroutine_pool = 3 OTHERS = 4.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = ld_tabname fieldname = ld_fieldname * LANGU = SY-LANGU * LFIELDNAME = ' ' * ALL_TYPES = ' ' * GROUP_NAMES = ' ' * UCLEN = * IMPORTING * X030L_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES dfies_tab = lt_dfiestab * FIXED_VALUES = EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = gs_free_selections-tablename fieldname = gs_free_selection-fieldname * LANGU = SY-LANGU * LFIELDNAME = ' ' * ALL_TYPES = ' ' * GROUP_NAMES = ' ' * UCLEN = * IMPORTING * X030L_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES dfies_tab = lt_dfiestab * FIXED_VALUES = EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' EXPORTING * ONLY_FOR_ACTUAL_LINE = line_from = 'P' line_to = 'P' * SEVERITY_FROM = 0 * SEVERITY_TO = 16 IMPORTING count = ld_msg_count max_severity = ld_max_msg * E_CHECK_ON_COMMIT = * E_HANDLER_ACTIVE = EXCEPTIONS inconsistent_range = 1 inconsistent_range_severity = 2 OTHERS = 3.



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