BOTSCH07 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 BOTSCH07 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.
Title: Program for Object Type DAYCOVER: Appointment
INCLUDE_FILE BOTSCH00.
No SAP DATABASE tables are accessed within this REPORT code!
APPOINTMENT_DELETE CALL FUNCTION 'APPOINTMENT_DELETE' EXPORTING APPOINTMENT = APPOINTMENT IMPORTING ERROR_MESSAGE = ERROR_MESSAGE.
APPOINTMENT_GRP_DELETE CALL FUNCTION 'APPOINTMENT_GRP_DELETE' EXPORTING APPOINTMENT_PATTERN = GROUP_APPOINTMENT IMPORTING ERROR_MESSAGE = ERROR_MESSAGE TABLES OWNER_OR_DISTR_LIST = OWNER_OR_DISTR_LIST OWNER_DELETED_APPT = OWNER_DELETED_APPT OWNER_PLANNED_APPT = OWNER_PLANNED_APPT.
DAY_COVERING_GET_WITH_KEY CALL FUNCTION 'DAY_COVERING_GET_WITH_KEY' "mk 11.01.1996
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BOTSCH07 - Program for Object Type DAYCOVER: Appointment BOTSCH07 - Program for Object Type DAYCOVER: Appointment BOTSCH06 - Program for Object Type TIMEFRAME: Time Period BOTSCH06 - Program for Object Type TIMEFRAME: Time Period BOTSCH04 - Program for Object Type SCHEDULER: Scheduler BOTSCH04 - Program for Object Type SCHEDULER: Scheduler