REFILLERDKTOP is a standard ABAP INCLUDE 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 REFILLERDKTOP 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.
INCLUDE: EMSG, " MESSAGES
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = &2 text = &1.
CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' exporting input = &1 importing output = &2.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_program_name = &1 i_internal_tabname = 'T_DATA' i_client_never_display = 'X' i_inclname = &2 changing ct_fieldcat = &3 exceptions inconsistent_interface = 1 program_error = 2 others = 3.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = &1 i_callback_pf_status_set = 'ASTATUS' i_callback_user_command = 'USER_COMMAND' i_grid_title = &2 is_layout = &3 it_fieldcat = &4 i_save = 'X' tables t_outtab = t_data exceptions program_error = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REFILLERDKTOP - documentation and ABAP source code REFH_CHECK_UNIQUE_REFTREES - Reference Structure: Check Uniqueness of Structure Links REFH_CHECK_UNIQUE_REFTREES - Reference Structure: Check Uniqueness of Structure Links REFG_UPLOAD_DOWNLOAD_FORMTOP - Generated automatically. Fills import parameters of test module. REFG_UPLOAD_DOWNLOAD_FORMO01 - Generated automatically. Fills import parameters of test module. REFG_UPLOAD_DOWNLOAD_FORMI01 - Generated automatically. Fills import parameters of test module.