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
Below is a list of transaction codes which are relevant to this SAP report
UKM_MASS_SHOW - Credit Management - Display Extracts
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: 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
SELECTION-SCREEN INCLUDE BLOCKS EXTRACT.
No SAP DATABASE tables are accessed within this REPORT code!
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 =