SAP Reports / Programs

UKM_ITEM_LOG SAP ABAP Report - Log of Line Items Received for Credit Exposure







UKM_ITEM_LOG 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_LOG 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_LOG. "Basic submit
SUBMIT UKM_ITEM_LOG AND RETURN. "Return to original report after report execution complete
SUBMIT UKM_ITEM_LOG 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: S_SEGMT = D .
Selection Text: S_PARTNR = D .
Selection Text: S_COMTYP = D .
Selection Text: P_XDEL = D .
Selection Text: P_VARI = D .
Selection Text: P_DISP = D .
Selection Text: P_DELLST = D .
Selection Text: P_DELDAT = D .
Selection Text: S_TIME = Time
Selection Text: S_DATS = Send Date
Selection Text: P_NODEL = Do not delete anything
Title: Log of Line Items Received for Credit Exposure
Text Symbol: P_X = Delete All
Text Symbol: P_D = Delete to Date with Balance 0 for the Item
Text Symbol: P_A = Delete to Last Absolute Value
Text Symbol: I_3 = Partner Key &PMKEY &PMTYP Amount Partner Message &AMOUNT_PM &CURR
Text Symbol: I_2 = Amount &AMOUNT &CURR Secured Amount &AMOUNT_SEC &CURR
Text Symbol: I_1 = Time Stamp &TMSTMP
Text Symbol: I_0 = Current Value of Item
Text Symbol: 111 = Item not Found
Text Symbol: 100 = Items Received
Text Symbol: 050 = Details
Text Symbol: 002 = Items Received To &1
Text Symbol: 001 = Items Received


INCLUDES used within this REPORT UKM_ITEM_LOG

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.

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.

UKM_ITEMS_READ CALL FUNCTION 'UKM_ITEMS_READ' EXPORTING i_partner = ls_item_alv-msg_partner i_segment = ls_item_alv-credit_sgmnt i_guid = ls_item_alv-iguid I_DISPLAY_AGING = 'X' TABLES et_ukm_item = lt_item exceptions others = 4. "1252823

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = text-i_0 txt1 = ltxt txt2 = ltxt1 txt3 = ltxt2 * TXT4 = ' ' .

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