STARTTERMIN 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 STARTTERMIN into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BP_START_DATE_EDITOR CALL FUNCTION 'BP_START_DATE_EDITOR' EXPORTING STDT_DIALOG = BTC_YES STDT_INPUT = STARTTIME STDT_OPCODE = BTC_EDIT_STARTDATE IMPORTING STDT_MODIFY_TYPE = START_MODIFY_FLAG STDT_OUTPUT = STARTTIME 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 NO_EVENTID_GIVEN = 27 OTHERS = 28.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
STARTTERMIN - documentation and ABAP source code STARTMEN - Session Manager Start in the GUI STARTMEN - Session Manager Start in the GUI STARTER_PRESELECTION_SCREEN - Include STARTER_PRESELECTION_SCREEN STARTER_PRESELECTION_FORMS - Include STARTER_PRESELECTION_FORMS STARTER_PRESELECTION_DATA - Include STARTER_PRESELECTION_DATA