SAP Reports / Programs

UKM_MASSDATA_DISPLAY SAP ABAP Report - SAP Credit Management: Selection and Display of Credit Data







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


Transaction Code(s):

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


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_MASSDATA_DISPLAY. "Basic submit
SUBMIT UKM_MASSDATA_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT UKM_MASSDATA_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: 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





Text Symbol: EX5 = Extract Name
Text Symbol: EX6 = No List Output
Text Symbol: EXT = Processing Options for Extracts and List Output
Text Symbol: F01 = Free Selections for Business Partner
Text Symbol: M01 = Mode
Text Symbol: M02 = Test Run
Text Symbol: M03 = Test Run with Simulation
Text Symbol: M04 = Update Run
Text Symbol: M05 = Score/Credit Limit Rule
Text Symbol: O01 = Display Options
Text Symbol: O02 = Output List
Text Symbol: O03 = ALV List
Text Symbol: O04 = ALV Grid Display


INCLUDES used within this REPORT UKM_MASSDATA_DISPLAY

INCLUDE UKM_MASSDATA_PROCESSINGTOP.
INCLUDE UKM_MASSDATA_PROCESSINGDEF.
INCLUDE UKM_MASSDATA_PROCESSINGIMP.
INCLUDE UKM_MASSDATE_PROCESSINGGLB.
SELECTION-SCREEN INCLUDE BLOCKS EXTRACT.


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:

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.



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