SAPSURVEYADMIN is a standard Module pool for a dialog screen ABAP Program 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 SAPSURVEYADMIN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SURAD - Survey Administration
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.
Title: Main program survey administration
Text Symbol: 001 = Survey data is being loaded...
Text Symbol: 002 = Changed data will be lost
Text Symbol: 003 = Are you sure you want to end the editing?
Text Symbol: 004 = Survey: leave the editing screen
Text Symbol: 005 = Are you sure you want to terminate the process?
Text Symbol: 006 = Direct call
Text Symbol: 007 = Text
Text Symbol: 008 = Item
Text Symbol: 009 = Entries for default parameters in questionnaire
Text Symbol: 010 = Messages from the Update Task
INCLUDE SURVEYADMINTOP1.
INCLUDE: COSURVEY_T01, "TYPE DEFINITIONS
INCLUDE SURVEYADMINTOP2.
INCLUDE SURVEYADMINO01.
INCLUDE SURVEYADMINF01.
INCLUDE SURVEYADMINI01.
INCLUDE SURVEYADMINO02.
INCLUDE SURVEYADMINF02.
INCLUDE SURVEYADMINI02.
INCLUDE SURVEYADMINO03.
INCLUDE SURVEYADMINF03.
INCLUDE SURVEYADMINI03.
INCLUDE SURVEYADMINF04.
INCLUDE SURVEYADMINO04.
INCLUDE SURVEYADMINI04.
INCLUDE SURVEYADMINF05.
INCLUDE SURVEYADMINO05.
INCLUDE SURVEYADMINI05.
INCLUDE SURVEYADMINF06.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.