SURVEYADMINF01 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 SURVEYADMINF01 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!
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'SURVEY' fieldname = 'SURVEY_ID' searchhelp = 'SH_SURVEY' shlpparam = 'SURVEY_ID' value = ld_value callback_program = ld_repid callback_form = 'SURVEY_F4_CALLBACK' TABLES return_tab = lt_return.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' "#EC DOM_EQUAL EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = ld_dynpfields.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'SUR_APPLICATION' fieldname = 'CATEGORY' searchhelp = 'SH_SUR_APPLICATION' shlpparam = 'CATEGORY' value = ld_value * dynpprog = ld_repid * dynpnr = ld_dynnr * dynprofield = 'SUR_ADMIN_DYNP-CATEGORY' callback_program = ld_repid callback_form = 'CATEGORY_F4_CALLBACK' TABLES return_tab = lt_return.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' "#EC DOM_EQUAL EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = lt_dynpfields.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SURVEYADMINF01 - documentation and ABAP source code SURL_GLOBAL_INCLUDE - SURLGLOBALINCLUDE SUPRN_REGENERATE_DEPENDENT - Program SUPRN_REGENERATE_DEPENDENT SUPRN_REGENERATE_DEPENDENT - Program SUPRN_REGENERATE_DEPENDENT SUPRN_PRINT_COMPLETE_AGR - Program SUPRN_PRINT_COMPLETE_AGR SUPRN_PRINT_COMPLETE_AGR - Program SUPRN_PRINT_COMPLETE_AGR