SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Workbench Utilities(BC-DWB-UTL) SAP BC

EU_WIZARDSFGN SAP ABAP INCLUDE - EUWIZARDSFGN







EU_WIZARDSFGN 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 EU_WIZARDSFGN into the relevant SAP transactions such as SE38 or SE80


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 EU_WIZARDSFGN. "Basic submit
SUBMIT EU_WIZARDSFGN AND RETURN. "Return to original report after report execution complete
SUBMIT EU_WIZARDSFGN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT EU_WIZARDSFGN

No INCLUDES are used within this REPORT code!


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:

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING MASTER_LANGUAGE = SY-LANGU AUTHORITY_CHECK = 'X' GLOBAL_LOCK = 'X' MODE = 'INSERT' OBJECT = P_PROGRAM OBJECT_CLASS = 'ABAP' IMPORTING DEVCLASS = P_DEVCLASS KORRNUM = P_CORRNUMBER EXCEPTIONS CANCELED_IN_CORR = 01 ENQUEUED_BY_USER = 02 ENQUEUE_SYSTEM_FAILURE = 03 ILLEGAL_PARAMETER_VALUES = 04 LOCKED_BY_AUTHOR = 05 NO_MODIFY_PERMISSION = 06 NO_SHOW_PERMISSION = 07 PERMISSION_FAILURE = 12.

RS_CORR_INSERT CALL FUNCTION 'RS_CORR_INSERT' EXPORTING OBJECT = P_PROGRAM OBJECT_CLASS = 'ABAP' MODE = 'INSERT' GLOBAL_LOCK = 'X' DEVCLASS = P_DEVCLASS KORRNUM = P_CORRNUMBER * AUTHOR = ' ' MASTER_LANGUAGE = SY-LANGU * GENFLAG = ' ' * PROGRAM = ' ' * EXTEND = ' ' IMPORTING DEVCLASS = P_DEVCLASS KORRNUM = P_CORRNUMBER * NEW_CORR_ENTRY = * AUTHOR = * TRANSPORT_KEY = EXCEPTIONS CANCELLED = 1 PERMISSION_FAILURE = 2 UNKNOWN_OBJECTCLASS = 3 OTHERS = 4 .

RS_COPY_PROGRAM CALL FUNCTION 'RS_COPY_PROGRAM' EXPORTING CORRNUMBER = P_CORRNUMBER DEVCLASS = P_DEVCLASS PROGRAM = P_PROGRAM SOURCE_PROGRAM = P_TEMPLATE SUPPRESS_CHECKS = 'X' * suppress_commit = 'X' SUPPRESS_NORM_CHECK = 'X' SUPPRESS_POPUP = 'X' SUPPRESS_SCREEN = 'X' * WITH_CUA = ' ' * WITH_DOCUMENTATION = ' ' * WITH_DYNPRO = ' ' WITH_INCLUDES = 'X' * WITH_TEXTPOOL = 'X' * WITH_VARIANTS = ' ' * generated = '' * importing * corrnumber = p_corrnumber * devclass = p_devclass * PROGRAM = EXCEPTIONS ENQUEUE_LOCK = 1 OBJECT_NOT_FOUND = 2 PERMISSION_FAILURE = 3 REJECT_COPY = 4 OTHERS = 5 .

RPY_EXISTENCE_CHECK_PROG CALL FUNCTION 'RPY_EXISTENCE_CHECK_PROG' EXPORTING NAME = P_INCLUDE_NAME * LIMU_KEY = EXCEPTIONS NOT_EXIST = 1 OTHERS = 2 .

RS_EDTR_ATTR_ADD CALL FUNCTION 'RS_EDTR_ATTR_ADD' EXPORTING * PROGRAM_NAME = ' ' PROGRAM_TITLE = P_TITLE WITH_PROGDIR_ENTRY = 'X' * WITH_TRDIR_ENTRY = ' ' SUPPRESS_DIALOG = 'X' * CALLED_BY_SHDB = ' ' ACTIVATE_IMMEDIATELY = ' ' * IMPORTING * LEAVED_WITH_MODE = * LEAVE_TO_EDITOR = * LEAVED_WITH_FCODE = CHANGING PROGRAM_PROGDIR = PROGDIR * PROGRAM_TRDIR = PROGRAM_CORRNUM = P_CORRNUMBER PROGRAM_DEVCLASS = P_DEVCLASS EXCEPTIONS PROGRAM_NAME_MISSING = 1 PROGRAM_EXISTS = 2 WRONG_PARAMETER_VALUE = 3 OTHERS = 4 .

RS_INSERT_INTO_WORKING_AREA CALL FUNCTION 'RS_INSERT_INTO_WORKING_AREA' EXPORTING OBJECT = 'REPS' OBJ_NAME = L_OBJ_NAME * IMPORTING * OBJECT_INSERTED = .



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 EU_WIZARDSFGN or its description.