UKM_MASSDATA_DISPLAY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using report UKM_ MASSDATA_DISPLAY you can display the credit master data for a business partner and the credit segments for several business partners...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 UKM_MASSDATA_DISPLAY into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
UKM_MASS_DSP2 - Credit Mgt: Display BP Credit Data
UKM_MASS_DSP1 - Credit Mgt: Display Credit Data
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.
Selection Text: O_UKMSB0 = D .
Selection Text: P_ALV = ALV List
Selection Text: P_GRID = ALV Grid Display
Selection Text: P_MAXTSK = No. of Concurrent Tasks
Selection Text: P_NOEX = Without Extract
Selection Text: P_NOLST = No List Output
Selection Text: P_SAVE = Save Extract
Selection Text: P_XBLCKD = Only Blocked in Credit Mgt
Selection Text: P_XCRITL = Only Special Attention
Selection Text: O_BUPA = D .
Selection Text: O_CRSGM = D .
Selection Text: O_VG = D .
Selection Text: P_EX1 = D .
Selection Text: P_EXT1 = D .
Selection Text: P_RFCGRP = D .
Selection Text: P_VARIAN = D .
Title: SAP Credit Management: Selection and Display of Credit Data
Text Symbol: T05 = Rules
Text Symbol: T04 = Credit Limit
Text Symbol: T03 = Score
Text Symbol: T02 = Selection
Text Symbol: T01 = External Credit Information
Text Symbol: R22 = Set Valid To Date
Text Symbol: R21 = Valid To According to Customizing
Text Symbol: P01 = Parallel Processing
Text Symbol: O05 = Display Variant
Text Symbol: 001 = Confirmation Prompt
Text Symbol: 002 = This run may be subject to costs. You can send a maximum % requests to an external credit information provider
Text Symbol: 003 = Continue
Text Symbol: 004 = Cancel
Text Symbol: 005 = You have started this run as an update run.
Text Symbol: 006 = You have started this run as update run with no selection criteria.
Text Symbol: 019 = Free Selections
Text Symbol: 020 = Active
Text Symbol: CRT = Create Credit Segments
Text Symbol: EX1 = Without Extract
Text Symbol: EX2 = Name of Extract
Text Symbol: EX3 = Save
INCLUDE UKM_MASSDATA_PROCESSINGTOP.
INCLUDE UKM_MASSDATA_PROCESSINGDEF.
INCLUDE UKM_MASSDATA_PROCESSINGIMP.
INCLUDE UKM_MASSDATE_PROCESSINGGLB.
SELECTION-SCREEN INCLUDE BLOCKS EXTRACT.
No SAP DATABASE tables are accessed within this REPORT code!
UKM_LIST_SET_SSCRTEXTS_DYNSEL *CALL FUNCTION 'UKM_LIST_SET_SSCRTEXTS_DYNSEL' * EXPORTING * p_sel_num = g_sel_num * changing * p_text = g_free_icon.
UKM_LIST_ON_FREESELECTION CALL FUNCTION 'UKM_LIST_ON_FREESELECTION' EXPORTING p_change_mode = g_change_mode * IMPORTING "FREE_SEL * e_sel_num = "FREE_SEL CHANGING * pt_where = gt_where * pt_range = gt_range *>>> FREE_SEL ps_dyns = fs_dyns ps_num = fs_num.
UKM_LIST_SET_SSCRTEXTS_DYNSEL CALL FUNCTION 'UKM_LIST_SET_SSCRTEXTS_DYNSEL' EXPORTING p_sel_num = fs_num "FREE_SEL changing p_text = g_free_icon.
UKM_LIST_SET_SSCRTEXTS_DYNSEL CALL FUNCTION 'UKM_LIST_SET_SSCRTEXTS_DYNSEL' EXPORTING p_sel_num = fs_num "FREE_SEL changing p_text = g_free_icon.
SPTA_PARA_PROCESS_START_2 CALL FUNCTION 'SPTA_PARA_PROCESS_START_2' EXPORTING server_group = p_rfcgrp max_no_of_tasks = p_maxtsk before_rfc_callback_form = const_before_rfc in_rfc_callback_form = g_form_in_rfc after_rfc_callback_form = const_after_rfc callback_prog = g_repid EXCEPTIONS invalid_server_group = 1 no_resources_available = 2 OTHERS = 3.
UKM_MASSDATA_PROCESSING_DSP CALL FUNCTION 'UKM_MASSDATA_PROCESSING_DSP' CHANGING c_basics = gt_ukmms_parameters_disp.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UKM_MASSDATA_DISPLAY - SAP Credit Management: Selection and Display of Credit Data UKM_MASSDATA_DISPLAY - SAP Credit Management: Selection and Display of Credit Data UKM_MALUS_DISPLAY - SAP Credit Management: Display List of Credit Limit Utilization UKM_MALUS_DISPLAY - SAP Credit Management: Display List of Credit Limit Utilization UKM_LOGS_DISPLAY - Log Display UKM_LOGS_DISPLAY - Log Display