SAP Reports / Programs | Knowledge Management | Knowledge Warehouse(KM-KW) SAP KM

FSIWBOEPPF01 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

TMP_GUI_GET_FILE_EXIST call function 'TMP_GUI_GET_FILE_EXIST' exporting fname = p_fullpath importing exist = exist isdir = p_isdir exceptions fileinfo_error = 1 others = 2.

TMP_GUI_GET_FILE_EXIST call function 'TMP_GUI_GET_FILE_EXIST' exporting fname = p_fullpath importing exist = p_isexisting exceptions fileinfo_error = 1 others = 2.

IO_C_PHIO_GET_FILE_PROPERTIES call function 'IO_C_PHIO_GET_FILE_PROPERTIES' exporting physical_object = phio importing error_msg = error_msg tables phio_comps = comps.

TIWB_TEST_USER_CHECK call function 'TIWB_TEST_USER_CHECK' exporting fct_name = auth_option exceptions others = 1.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = textentry * DIAGNOSE_OBJECT = ' ' text_question = repmessage text_button_1 = textentry1 icon_button_1 = 'ICON_OKAY' text_button_2 = textentry2 icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = importing answer = answer.

GUI_GET_REGVALUE * CALL FUNCTION 'GUI_GET_REGVALUE' * EXPORTING * ROOT = ROOT * KEY = KEY * VALUE_NAME = VALUE_NAME * CHANGING * STRING = STRING * EXCEPTIONS * REGISTRY_ERROR = 1 * OTHERS = 2.

GUI_SET_REGVALUE * CALL FUNCTION 'GUI_SET_REGVALUE' * EXPORTING * ROOT = ROOT * KEY = KEY * VALUE_NAME = VALUE_NAME * STRING = STRING * EXCEPTIONS * REGISTRY_ERROR = 1 * OTHERS = 2.

IW_C_OE_CREATE_WORKDIR call function 'IW_C_OE_CREATE_WORKDIR' exporting dirname = c_workdir_oepp b_mayexist = 'X' importing fullpath = p_workdir error_msg = error_msg.

IW_C_OE_CREATE_DIR call function 'IW_C_OE_CREATE_DIR' exporting dirpath = p_destdir b_mayexist = c_yes importing error_msg = error_msg.

IW_C_GET_CONTEXT_DIRNAME call function 'IW_C_GET_CONTEXT_DIRNAME' * EXPORTING * B_USE_LANGUAGE = ' ' importing result_dirname = ctxdir tables context = context.

IW_C_OE_CREATE_DIR call function 'IW_C_OE_CREATE_DIR' exporting dirpath = p_destdir b_mayexist = c_yes importing error_msg = error_msg.



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