SAP Reports / Programs

UKM_MASSDATA_EXTRACT_READ SAP ABAP Report - SAP Credit Management: Read Extracts of Credit Data







UKM_MASSDATA_EXTRACT_READ is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program imports the extracts created by the report UKM_MASSDATA_UPDATE...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_EXTRACT_READ 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_SHOW - Credit Management - Display Extracts


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_EXTRACT_READ. "Basic submit
SUBMIT UKM_MASSDATA_EXTRACT_READ AND RETURN. "Return to original report after report execution complete
SUBMIT UKM_MASSDATA_EXTRACT_READ 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_VARIAN = Variant
Title: SAP Credit Management: Read Extracts of Credit Data
Text Symbol: 001 = Display Options
Text Symbol: 002 = Output List
Text Symbol: 003 = ALV List
Text Symbol: 004 = ALV Grid Display
Text Symbol: 005 = Display Variant
Text Symbol: 006 = Display
Text Symbol: 007 = Update
Text Symbol: 008 = Create Transaction
Text Symbol: 009 = Values from Test Run
Text Symbol: EX1 = Name of Extract
Text Symbol: EX2 = Extract Name
Text Symbol: EX3 = Variant
Text Symbol: EXT = Extract


INCLUDES used within this REPORT UKM_MASSDATA_EXTRACT_READ

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:

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr * TRANSLATE_TO_UPPER = ' ' * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' * PERFORM_INPUT_CONVERSION = ' ' TABLES dynpfields = gt_dynpread EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.

REUSE_ALV_EXTRACT_AT_F4_P_EX2 CALL FUNCTION 'REUSE_ALV_EXTRACT_AT_F4_P_EX2' EXPORTING i_parname_p_ext2 = 'P_EXT' CHANGING c_p_ex2 = p_ex c_p_ext2 = p_ext cs_extract2 = gs_extract.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr * TRANSLATE_TO_UPPER = ' ' * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' * PERFORM_INPUT_CONVERSION = ' ' TABLES dynpfields = gt_dynpread EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.

REUSE_ALV_EXTRACT_AT_SELSCREEN CALL FUNCTION 'REUSE_ALV_EXTRACT_AT_SELSCREEN' EXPORTING i_p_save = ' ' i_p_load = 'X' i_parname_p_ext1 = p_ext i_parname_p_ext2 = p_ext CHANGING c_p_ex1 = p_ex c_p_ex2 = p_ex c_p_ext1 = p_ext c_p_ext2 = gv_extxt cs_extract1 = gs_extract cs_extract2 = gs_extract.

REUSE_ALV_EXTRACT_LOAD CALL FUNCTION 'REUSE_ALV_EXTRACT_LOAD' EXPORTING is_extract = gs_extract TABLES et_exp01 = .

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' * EXPORTING * I_SAVE = 'A' CHANGING cs_variant = gs_varian EXCEPTIONS error_message = 0 OTHERS = 0.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'UKM_MASSDATA_EXTRACT_READ' i_callback_pf_status_set = 'LIST_SET_PFSTATUS' i_callback_user_command = 'LIST_USER_COMMAND' i_structure_name = gv_struc_name is_layout = gs_layout is_variant = gs_varian * i_save = 'A' * it_fieldcat = t_fieldcat * it_sort = lt_sort * it_fieldcat = lt_fieldcat TABLES t_outtab =

.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = 'UKM_MASSDATA_EXTRACT_READ' i_callback_pf_status_set = 'LIST_SET_PFSTATUS' i_callback_user_command = 'LIST_USER_COMMAND' i_structure_name = gv_struc_name is_layout = gs_layout is_variant = gs_varian * i_save = 'A' * it_fieldcat = t_fieldcat * it_sort = lt_sort * it_fieldcat = lt_fieldcat TABLES t_outtab =

.



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