/EACA/PM_BW_READER_TEST 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 /EACA/PM_BW_READER_TEST into the relevant SAP transactions such as SE38 or SE80
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_DATABS = D Data Basis
Selection Text: P_GEN = Generate Read Report
Selection Text: P_RUN = Execute Read Report
Title: Generate Read Report
Text Symbol: 001 = Selections
Text Symbol: 002 = Drilldown Characteristics
Text Symbol: 003 = Key Figures
Text Symbol: 004 = Options
Text Symbol: 005 = Type of Data Access
Text Symbol: P01 = Overwrite Program?
Text Symbol: P02 = Generate program
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = 'Programm überschreiben?'(p01) textline2 = g_report titel = 'Programm generieren'(p02) * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING answer = answer .
SCHEME_INSTANTIATE CALL FUNCTION 'SCHEME_INSTANTIATE' EXPORTING calling_program = repid scheme_program = schemeprog scheme_name = schemename TABLES result_tab = t EXCEPTIONS schemeprog_not_found = 1 scheme_not_found = 2 scheme_syntax_error = 3 generate_error = 4 forced_linesplit = 5 table_not_exists = 6 OTHERS = 7.
/EACA/PM_READ_INTERFACE_INFO CALL FUNCTION '/EACA/PM_READ_INTERFACE_INFO' EXPORTING i_databasis = p_databs IMPORTING e_struct_name = g-structure e_func_name = g-funcname.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = g-structure * ALL_TYPES = ' ' * LFIELDNAME = ' ' * GROUP_NAMES = ' ' * IMPORTING * X030L_WA = * DTELINFO_WA = * TTYPINFO_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES * X031L_TAB = dfies_tab = g-t_dfies EXCEPTIONS not_found = 1 OTHERS = 2 .
/EACA/PM_READ_CHARACTERISTICS CALL FUNCTION '/EACA/PM_READ_CHARACTERISTICS' EXPORTING i_databasis = p_databs IMPORTING et_chars = gt_bapichar * ET_RETURN = .
/EACA/PM_READ_KEYFIGURES CALL FUNCTION '/EACA/PM_READ_KEYFIGURES' EXPORTING i_databasis = p_databs IMPORTING et_keyfs = gt_bapikeyf * ET_RETURN = .
/EACC/FSEL_CREATE_INSTANCE CALL FUNCTION '/EACC/FSEL_CREATE_INSTANCE' EXPORTING i_for_popup = 'X' IMPORTING e_handle = l_handle EXCEPTIONS max_dynpro_reached = 1 OTHERS = 2.
/EACC/FSEL_FIELDLIST_SET CALL FUNCTION '/EACC/FSEL_FIELDLIST_SET' EXPORTING io_selection_left = o_left io_selection_right = o_right i_handle = l_handle.
/EACC/FSEL_FULLSCREEN CALL FUNCTION '/EACC/FSEL_FULLSCREEN' EXPORTING i_as_popup = 'X' i_handle = l_handle.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
/EACA/PM_BW_READER_TEST - Generate Read Report /EACA/PM_BW_READER_TEST - Generate Read Report /EACA/PMCONFVARITOP - documentation and ABAP source code /EACA/PMCONFVARIO01 - documentation and ABAP source code /EACA/PMCONFVARIIMP01 - documentation and ABAP source code /EACA/PMCONFVARII01 - documentation and ABAP source code