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

EU_WIZARDSF01 SAP ABAP INCLUDE - EUWIZARDSF01







EU_WIZARDSF01 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_WIZARDSF01 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_WIZARDSF01. "Basic submit
SUBMIT EU_WIZARDSF01 AND RETURN. "Return to original report after report execution complete
SUBMIT EU_WIZARDSF01 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_WIZARDSF01

FORM CHECK_INCLUDES TABLES P_INCLUDE_LIST
FORM LOCK_INCLUDE USING P_INCLUDE TYPE SY-REPID
FORM F4_INCLUDE_VALUE USING P_PROGRAM_NAME


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:

RPY_EXISTENCE_CHECK_PROG CALL FUNCTION 'RPY_EXISTENCE_CHECK_PROG' EXPORTING name = p_program * LIMU_KEY = EXCEPTIONS not_exist = 1 OTHERS = 2 .

RPY_EXISTENCE_CHECK_PROG CALL FUNCTION 'RPY_EXISTENCE_CHECK_PROG' EXPORTING name = p_include * LIMU_KEY = EXCEPTIONS not_exist = 1 OTHERS = 2 .

RS_PROGRAM_CHECK_NAME CALL FUNCTION 'RS_PROGRAM_CHECK_NAME' EXPORTING progname = p_include ** check_string_only = 'X' "vjb 12.03.03

RPY_DYNPRO_READ_NATIVE CALL FUNCTION 'RPY_DYNPRO_READ_NATIVE' EXPORTING progname = l_progname dynnr = l_dynnr suppress_exist_checks = yes suppress_corr_checks = yes IMPORTING header = l_header TABLES fieldlist = l_fieldlist EXCEPTIONS cancelled = 1 not_found = 2 permission_error = 3 OTHERS = 4.

RS_SCRP_CHECK_FIELD_POSITIONS CALL FUNCTION 'RS_SCRP_CHECK_FIELD_POSITIONS' EXPORTING maxlines = l_header-noli maxcolns = l_header-noco field_list_index = 1 TABLES field_list = l_fieldlist EXCEPTIONS extends_boundaries = 1 overlapped = 2 overlapped_in_tc = 3 OTHERS = 4.

RPY_DYNPRO_READ *CALL FUNCTION 'RPY_DYNPRO_READ' * EXPORTING * PROGNAME = progname * DYNNR = dynnr ** SUPPRESS_EXIST_CHECKS = ' ' ** SUPPRESS_CORR_CHECKS = ' ' ** IMPORTING ** HEADER = header * TABLES * CONTAINERS = containers * FIELDS_TO_CONTAINERS = fields_to_containers ** FLOW_LOGIC = flow_logic ** PARAMS = params * EXCEPTIONS * CANCELLED = 1 * NOT_FOUND = 2 * PERMISSION_ERROR = 3 * OTHERS = 4 * .

RPY_DYNPRO_READ CALL FUNCTION 'RPY_DYNPRO_READ' EXPORTING progname = p_template dynnr = p_dynpronr suppress_exist_checks = 'X' * SUPPRESS_CORR_CHECKS = ' ' IMPORTING header = p_dynpro-header TABLES containers = p_dynpro-containers fields_to_containers = p_dynpro-fields_to_containers flow_logic = p_dynpro-flow_logic params = p_dynpro-params EXCEPTIONS cancelled = 1 not_found = 2 permission_error = 3 OTHERS = 4 .

RS_CORR_INSERT CALL FUNCTION 'RS_CORR_INSERT' EXPORTING object = p_program object_class = 'ABAP' mode = ' ' global_lock = 'X' devclass = p_devclass korrnum = p_corrnumber IMPORTING devclass = p_devclass korrnum = p_corrnumber EXCEPTIONS cancelled = 1 permission_failure = 2 unknown_objectclass = 3 OTHERS = 4.

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING authority_check = 'X' global_lock = 'X' mode = 'MODIFY' object = p_include 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.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = 'Include kann zurzeit nicht bearbeitet werden.'(100)

RPY_DYNPRO_INSERT CALL FUNCTION 'RPY_DYNPRO_INSERT' EXPORTING suppress_corr_checks = 'X' corrnum = p_corrnumber suppress_exist_checks = 'X' suppress_generate = 'X' * SUPPRESS_DICT_SUPPORT = ' ' * SUPPRESS_EXTENDED_CHECKS = ' ' header = p_dynpro-header TABLES containers = p_dynpro-containers fields_to_containers = p_dynpro-fields_to_containers flow_logic = p_dynpro-flow_logic params = p_dynpro-params EXCEPTIONS cancelled = 1 already_exists = 2 program_not_exists = 3 not_executed = 4 missing_required_field = 5 illegal_field_value = 6 field_not_allowed = 7 not_generated = 8 illegal_field_position = 9 OTHERS = 10 .

RS_INSERT_INTO_WORKING_AREA CALL FUNCTION 'RS_INSERT_INTO_WORKING_AREA' EXPORTING object = 'REPS' obj_name = l_obj_name * IMPORTING * OBJECT_INSERTED = .

RS_EXTEND_CHECK call function 'RS_EXTEND_CHECK' exporting object = p_include_name object_class = 'ABAP' IMPORTING TRANSPORT_KEY = transport_key EXCEPTIONS OTHERS = 1.

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING global_lock = 'X' mode = p_mode object = l_dynpro_id object_class = 'SCRP' EXCEPTIONS canceled_in_corr = 1 enqueued_by_user = 2 enqueue_system_failure = 3 illegal_parameter_values = 4 locked_by_author = 5 no_modify_permission = 6 no_show_permission = 7 permission_failure = 8 request_language_denied = 9 OTHERS = 10.

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING mode = 'FREE' object = l_dynpro_id object_class = 'SCRP'.

RPY_DYNPRO_READ CALL FUNCTION 'RPY_DYNPRO_READ' EXPORTING progname = p_program dynnr = p_dynpronr suppress_exist_checks = 'X' suppress_corr_checks = 'X' IMPORTING header = p_dynpro-header TABLES containers = p_dynpro-containers fields_to_containers = p_dynpro-fields_to_containers flow_logic = p_dynpro-flow_logic params = p_dynpro-params EXCEPTIONS cancelled = 1 not_found = 2 permission_error = 3 OTHERS = 4.

WB_TREE_GET_INCLUDE CALL FUNCTION 'WB_TREE_GET_INCLUDE' EXPORTING objectname = p_name objecttype = 'D' program = p_program * IMPORTING * INCLUDE_NAME = EXCEPTIONS index_not_found = 1 object_not_found = 2 OTHERS = 3 .

RS_WORKING_AREA_ACTIVE_CHECK CALL FUNCTION 'RS_WORKING_AREA_ACTIVE_CHECK' "Aktive/Inaktive Sourcen EXCEPTIONS nok = 1 OTHERS = 2.

RS_WORKING_AREA_INIT





CALL FUNCTION 'RS_WORKING_AREA_INIT' EXCEPTIONS OTHERS = 0.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = p_program_name dynumb = p_dynpronr translate_to_upper = 'X' * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' * PERFORM_INPUT_CONVERSION = ' ' * DETERMINE_LOOP_INDEX = ' ' TABLES dynpfields = l_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 OTHERS = 11 .

F4_INCLUDE CALL FUNCTION 'F4_INCLUDE' EXPORTING object = l_program_name * SUPPRESS_SELECTION = * DISPLAY_ONLY = IMPORTING result = l_program_name .

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = p_program_name dynumb = p_dynpronr TABLES dynpfields = l_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = p_progress text = p_action_txt.

RS_CHARACTER_CHECK CALL FUNCTION 'RS_CHARACTER_CHECK' EXPORTING objectname = p_name * ALLOWED_SPECIAL_CHARACTERS = EXCEPTIONS invalid_length = 1 delimiter_error = 2 invalid_character = 3 objectname_missing = 4 OTHERS = 5 .

RPY_DYNPRO_CVT_INTO_EXTFORMAT CALL FUNCTION 'RPY_DYNPRO_CVT_INTO_EXTFORMAT' EXPORTING header_int = p_dynpro_int-header descript = p_dynpro_int-description IMPORTING header = p_dynpro-header TABLES fields_to_containers = p_dynpro-fields_to_containers containers = p_dynpro-containers params = p_dynpro-params fields_int = p_dynpro_int-fields params_int = p_dynpro_int-params EXCEPTIONS OTHERS = 1.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = p_program_name dynumb = p_dynpronr translate_to_upper = 'X' * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' * PERFORM_INPUT_CONVERSION = ' ' * DETERMINE_LOOP_INDEX = ' ' TABLES dynpfields = l_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 OTHERS = 11 .

F4_DD_TABLES CALL FUNCTION 'F4_DD_TABLES' EXPORTING object = l_table_name * TYPE = * SUPPRESS_SELECTION = * DISPLAY_ONLY = * VARIANT = IMPORTING result = l_table_name .

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = p_program_name dynumb = p_dynpronr TABLES dynpfields = l_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.

RS_EXTEND_CHECK call function 'RS_EXTEND_CHECK' exporting object = p_include_name object_class = 'ABAP' IMPORTING TRANSPORT_KEY = transport_key EXCEPTIONS OTHERS = 1.



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