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

RSIWB096F01 SAP ABAP INCLUDE - Include RSIWB096F01







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


Text pool values


Title: Include RSIWB096F01


INCLUDES used within this REPORT RSIWB096F01

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:

BP_START_DATE_EDITOR CALL FUNCTION 'BP_START_DATE_EDITOR' EXPORTING STDT_DIALOG = BTC_YES STDT_INPUT = P_START_DATE STDT_OPCODE = BTC_EDIT_STARTDATE IMPORTING STDT_MODIFY_TYPE = H_STDT_MODIFY_TYPE STDT_OUTPUT = P_START_DATE EXCEPTIONS FCAL_ID_NOT_DEFINED = 1 INCOMPLETE_LAST_STARTDATE = 2 INCOMPLETE_STARTDATE = 3 INVALID_DIALOG_TYPE = 4 INVALID_EVENTID = 5 INVALID_OPCODE = 6 INVALID_OPMODE_NAME = 7 INVALID_PERIODBEHAVIOUR = 8 INVALID_PREDECESSOR_JOBNAME = 9 LAST_STARTDATE_IN_THE_PAST = 10 NO_PERIOD_DATA_GIVEN = 11 NO_STARTDATE_GIVEN = 12 PERIOD_AND_PREDJOB_NO_WAY = 13 PERIOD_TOO_SMALL_FOR_LIMIT = 14 PREDECESSOR_JOBNAME_NOT_UNIQUE = 15 STARTDATE_INTERVAL_TOO_LARGE = 16 STARTDATE_IN_THE_PAST = 17 STARTDATE_IS_A_HOLIDAY = 18 STARTDATE_OUT_OF_FCAL_RANGE = 19 STDT_BEFORE_HOLIDAY_IN_PAST = 20 UNKNOWN_FCAL_ERROR_OCCURED = 21 NO_WORKDAY_NR_GIVEN = 22 INVALID_WORKDAY_COUNTDIR = 23 INVALID_WORKDAY_NR = 24 NOTBEFORE_STDT_MISSING = 25 WORKDAY_STARTTIME_MISSING = 26 OTHERS = 27.

BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING JOBCOUNT = P_JOBCOUNT JOBNAME = P_JOB_NAME EXCEPTIONS CANT_DELETE_EVENT_ENTRY = 1 CANT_DELETE_JOB = 2 CANT_DELETE_JOBLOG = 3 CANT_DELETE_STEPS = 4 CANT_DELETE_TIME_ENTRY = 5 CANT_DERELEASE_SUCCESSOR = 6 CANT_ENQ_PREDECESSOR = 7 CANT_ENQ_SUCCESSOR = 8 CANT_ENQ_TBTCO_ENTRY = 9 CANT_UPDATE_PREDECESSOR = 10 CANT_UPDATE_SUCCESSOR = 11 COMMIT_FAILED = 12 JOBCOUNT_MISSING = 13 JOBNAME_MISSING = 14 JOB_DOES_NOT_EXIST = 15 JOB_IS_ALREADY_RUNNING = 16 NO_DELETE_AUTHORITY = 17 OTHERS = 18.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING JOBNAME = iv_JOB_NAME IMPORTING JOBCOUNT = cv_JOBCOUNT EXCEPTIONS CANT_CREATE_JOB = 1 INVALID_JOB_DATA = 2 JOBNAME_MISSING = 3 OTHERS = 4.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING CALENDAR_ID = P_START_DATE-CALENDARID EVENT_ID = P_START_DATE-EVENTID EVENT_PARAM = P_START_DATE-EVENTPARM EVENT_PERIODIC = P_START_DATE-PERIODIC JOBCOUNT = P_JOBCOUNT JOBNAME = P_JOB_NAME LASTSTRTDT = P_START_DATE-LASTSTRTDT LASTSTRTTM = P_START_DATE-LASTSTRTTM PRDDAYS = P_START_DATE-PRDDAYS PRDHOURS = P_START_DATE-PRDHOURS PRDMINS = P_START_DATE-PRDMINS PRDMONTHS = P_START_DATE-PRDMONTHS PRDWEEKS = P_START_DATE-PRDWEEKS PREDJOB_CHECKSTAT = P_START_DATE-CHECKSTAT PRED_JOBCOUNT = P_START_DATE-PREDJOBCNT PRED_JOBNAME = P_START_DATE-PREDJOB SDLSTRTDT = P_START_DATE-SDLSTRTDT SDLSTRTTM = P_START_DATE-SDLSTRTTM STARTDATE_RESTRICTION = P_START_DATE-PRDBEHAV STRTIMMED = P_START_IMMEDIATE TARGETSYSTEM = P_START_DATE-INSTNAME START_ON_WORKDAY_NOT_BEFORE = P_START_DATE-NOTBEFORE START_ON_WORKDAY_NR = P_START_DATE-WDAYNO WORKDAY_COUNT_DIRECTION = P_START_DATE-WDAYCDIR IMPORTING JOB_WAS_RELEASED = P_JOB_RELEASED EXCEPTIONS CANT_START_IMMEDIATE = 1 INVALID_STARTDATE = 2 JOBNAME_MISSING = 3 JOB_CLOSE_FAILED = 4 JOB_NOSTEPS = 5 JOB_NOTEX = 6 LOCK_FAILED = 7.

IWB_FOLDER_IA_QUERY CALL FUNCTION 'IWB_FOLDER_IA_QUERY' EXPORTING AREA = cv_AREA IMPORTING ACTION = cv_ACTION TABLES RESULT_FOLDERS = lt_FOLDERS.

IW_C_LO_CLASS_AREA_GET CALL FUNCTION 'IW_C_LO_CLASS_AREA_GET' EXPORTING class = ls_object-class IMPORTING AREA = cv_AREA.

SDOK_UNIQUE_ID_GET CALL FUNCTION 'SDOK_UNIQUE_ID_GET' IMPORTING UNIQUE_ID = cs_retrofith-ID_RESULT.

RS_SELECTIONSCREEN_READ CALL FUNCTION 'RS_SELECTIONSCREEN_READ' EXPORTING program = sy-repid dynnr = sy-dynnr TABLES fieldvalues = lt_fieldvalues.

RS_SELECTIONSCREEN_READ CALL FUNCTION 'RS_SELECTIONSCREEN_READ' EXPORTING program = sy-repid dynnr = sy-dynnr TABLES fieldvalues = lt_fieldvalues.



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