SURVEYADMINF04 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 SURVEYADMINF04 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
K_SSM_GET_WL_FOR_SURVEY CALL FUNCTION 'K_SSM_GET_WL_FOR_SURVEY' EXPORTING id_survey_id = is_sur_admin_dynp-survey_id id_category = is_sur_admin_dynp-category EXCEPTIONS OTHERS = 1.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = id_text.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'Y' diagnosetext1 = text-002 textline1 = text-003 titel = text-004 IMPORTING answer = ld_answer.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-005 * TEXTLINE2 = ' ' titel = text-004 * START_COLUMN = 25 * START_ROW = 6 defaultoption = 'N' IMPORTING answer = ld_answer.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SURVEYADMINF04 - documentation and ABAP source code SURVEYADMINF03 - documentation and ABAP source code SURVEYADMINF02 - documentation and ABAP source code SURVEYADMINF01 - documentation and ABAP source code SURL_GLOBAL_INCLUDE - SURLGLOBALINCLUDE SUPRN_REGENERATE_DEPENDENT - Program SUPRN_REGENERATE_DEPENDENT