SAP Reports / Programs | Financials | Financial Supply Chain Management | Basic Functions(FIN-FSCM-CR-CR) SAP FIN

UKM_ITEM_DISPLAY SAP ABAP Report - Commitment







UKM_ITEM_DISPLAY 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 UKM_ITEM_DISPLAY 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 UKM_ITEM_DISPLAY. "Basic submit
SUBMIT UKM_ITEM_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT UKM_ITEM_DISPLAY 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: P_STAT = Exclude Stat. Credit Exposure
Selection Text: P_DATE = D .
Selection Text: P_VARI = D .
Selection Text: S_COMTYP = D .
Selection Text: S_PARTNR = D .
Selection Text: S_SEGMT = D .
Title: Commitment
Text Symbol: 001 = Line Items
Text Symbol: 002 = Line Items for Key Date &1
Text Symbol: 005 = Open Partner Message
Text Symbol: 006 = Text 06
Text Symbol: 042 = Text Missing
Text Symbol: 050 = Details
Text Symbol: 100 = Line Items


INCLUDES used within this REPORT UKM_ITEM_DISPLAY

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_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = g_save CHANGING cs_variant = gx_variant EXCEPTIONS not_found = 2.

UKM_ITEMS_READ CALL FUNCTION 'UKM_ITEMS_READ' EXPORTING i_partner = gs_acc-partner i_segment = gs_acc-credit_sgmnt i_from_date = p_date "1786974 i_display_aging = p_aging "1818173 i_inferior = 'X' i_stat = p_stat TABLES et_ukm_item_display = gt_item.

UKM_ITEMS_READ Call function 'UKM_ITEMS_READ' "1818173 exporting I_partner = Gs_acc-Partner "1818173 I_segment = Gs_acc-Credit_sgmnt "1818173 I_from_date = P_date "1818173 I_display_aging = P_aging "1818173 I_inferior = 'X' "1818173 tables Et_ukm_item_display = Gt_item_del. "1818173

UKM_GET_DESCRIPTION_FOR_GPART CALL FUNCTION 'UKM_GET_DESCRIPTION_FOR_GPART' EXPORTING i_partner = ls_item-partner IMPORTING e_description_name = lname.

BUP_BUT000_SELECT_SINGLE * CALL FUNCTION 'BUP_BUT000_SELECT_SINGLE' * EXPORTING * i_partner = ls_item-partner * IMPORTING * e_but000 = l_but000.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_user_command = g_formname_user_command i_callback_pf_status_set = g_formname_pf_status * i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' * i_callback_html_end_of_list = 'HTML_END_OF_LIST' i_callback_top_of_page = 'ALV_TOP_OF_PAGE' * I_BYPASSING_BUFFER = 'X' * I_GRID_SETTINGS = GS_GRID_SETTINGS * i_structure_name = 'V_UKM_ITEM' * i_structure_name = 'LS_ITEM_ALV' is_layout = gs_layout it_fieldcat = gt_fieldcat[] * IT_EXCLUDING = it_special_groups = gt_sp_group[] it_sort = gt_sort[] * IT_FILTER = * IS_SEL_HIDE = * i_default = g_default i_save = g_save is_variant = g_variant it_events = gt_events[] * IT_EVENT_EXIT = is_print = gs_print * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = TABLES t_outtab = gt_itemdisplay.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = g_variant i_save = g_save i_display_via_grid = 'X' * it_default_fieldcat = IMPORTING e_exit = g_exit es_variant = gx_variant EXCEPTIONS not_found = 2.

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

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_pagea.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_user_command = g_formname_user_commanda i_callback_pf_status_set = g_formname_pf_statusa * i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' * i_callback_html_end_of_list = 'HTML_END_OF_LIST' i_callback_top_of_page = 'ALV_TOP_OF_PAGEA' * I_GRID_SETTINGS = GS_GRID_SETTINGS i_structure_name = 'V_UKM_ITEM' * i_structure_name = 'UKM_ITEM' is_layout = gs_layout * it_fieldcat = gt_fieldcat[] ** IT_EXCLUDING = * it_special_groups = gt_sp_group[] * it_sort = gt_sort[] * IT_FILTER = * IS_SEL_HIDE = * i_default = g_default i_save = g_save is_variant = g_variant it_events = gt_events[] * IT_EVENT_EXIT = is_print = gs_print * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = TABLES t_outtab = alv_item.

REUSE_ALV_GRID_DISPLAY * CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' * EXPORTING * i_callback_program = g_repid * i_callback_user_command = g_formname_user_commanda * i_callback_pf_status_set = g_formname_pf_statusa * i_callback_top_of_page = 'TOP_OF_PAGEA' * i_grid_settings = gs_grid_settings * i_structure_name = 'UKM_ITEM' * i_screen_start_column = 5 * i_screen_start_line = 5 * i_screen_end_column = 80 * i_screen_end_line = 25 * TABLES * t_outtab = gt_item.

UKM_ITEMS_READ * CALL FUNCTION 'UKM_ITEMS_READ' * EXPORTING * i_partner = ls_item_alv-msg_partner * i_segment = ls_item_alv-credit_sgmnt * i_inferior = ' ' * TABLES * et_ukm_item_display = alv_item.

UKM_COMMTS_SET_MAIN_SEGMENT CALL FUNCTION 'UKM_COMMTS_SET_MAIN_SEGMENT' IMPORTING e_main_segment = g_main_segment.

BAPI_ACC_DOCUMENT_DISPLAY CALL FUNCTION 'BAPI_ACC_DOCUMENT_DISPLAY' DESTINATION 'QE9003' "i_item-logsys EXPORTING obj_type = 'BSEG' obj_key = i_item-objkey obj_sys = i_item-logsys.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = lrepid i_internal_tabname = lname * I_STRUCTURE_NAME = 'V_UKM_ITEM' i_client_never_display = 'X' i_inclname = lrepid i_bypassing_buffer = 'X' * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = gt_fieldcat.



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