SAP Reports / Programs | Controlling(CO) SAP CO

SAPSURVEYADMIN SAP ABAP dialog Program - Main program survey administration







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SURAD - Survey Administration


ABAP code to call this SAP report using the submit statement

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.






SUBMIT SAPSURVEYADMIN. "Basic submit
SUBMIT SAPSURVEYADMIN AND RETURN. "Return to original report after report execution complete
SUBMIT SAPSURVEYADMIN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT SAPSURVEYADMIN

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.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SAPSURVEYADMIN or its description.