SURVEYADMINF03 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 SURVEYADMINF03 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!
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' "#EC DOM_EQUAL EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = ld_dynpfields.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' "#EC DOM_EQUAL EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = lt_dynpfields.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_profile i_t_log_handle = lt_log_handle EXCEPTIONS OTHERS = 1.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log "no optional parameter! IMPORTING e_log_handle = ls_log_handle.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = ls_log_handle i_s_msg = ls_msg.
BAL_DSP_PROFILE_POPUP_GET CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' IMPORTING e_s_display_profile = es_profile.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'SPRSL' multiple_choice = 'X' TABLES value_tab = lt_value_tab field_tab = lt_field_tab return_tab = lt_return_tab EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 SUPRN_REGENERATE_DEPENDENT - Program SUPRN_REGENERATE_DEPENDENT