SAP Reports / Programs

BOTSCH08 SAP ABAP INCLUDE - Program for Object Type APPOINT: Appointment







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


Text pool values


Title: Program for Object Type APPOINT: Appointment


INCLUDES used within this REPORT BOTSCH08

INCLUDE_FILE BOTSCH00.


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:

APPOINTMENT_CREATE call function 'APPOINTMENT_CREATE' exporting appointment = appointment importing appointment_new = appointment_new error_message = error_message.

APPOINTMENT_GRP_CREATE call function 'APPOINTMENT_GRP_CREATE' exporting appointment_pattern = group_appointment importing error_message = error_message tables owner_or_distr_list = owner_or_distr_list owner_created_appt = owner_created_appt owner_planned_appt = owner_planned_appt.

APPOINTMENT_COPY call function 'APPOINTMENT_COPY' exporting appointment = appointment date_from = date_from time_from = time_from importing appointment_new = appointment_new error_message = error_message.

APPOINTMENT_GRP_COPY call function 'APPOINTMENT_GRP_COPY' exporting appointment_pattern = group_appointment date_from = date_from time_from = time_from importing error_message = error_message tables owner_created_appt = owner_created_appt owner_planned_appt = owner_planned_appt.

APPOINTMENT_MOVE call function 'APPOINTMENT_MOVE' exporting appointment = appointment date_from = date_from time_from = time_from importing appointment_new = appointment_new error_message = error_message.

APPOINTMENT_GRP_MOVE call function 'APPOINTMENT_GRP_MOVE' exporting appointment_pattern = group_appointment date_from = date_from time_from = time_from importing error_message = error_message tables owner_created_appt = owner_created_appt owner_deleted_appt = owner_deleted_appt owner_modified_appt = owner_modified_appt owner_planned_appt = owner_planned_appt.

APPOINTMENT_MODIFY call function 'APPOINTMENT_MODIFY' exporting appointment = appointment importing appointment_new = appointment_new error_message = error_message.

APPOINTMENT_GRP_MODIFY call function 'APPOINTMENT_GRP_MODIFY' exporting appointment_pattern = group_appointment importing error_message = error_message tables owner_or_distr_list = owner_or_distr_list owner_created_appt = owner_created_appt owner_modified_appt = owner_modified_appt owner_deleted_appt = owner_deleted_appt owner_planned_appt = owner_planned_appt.

APPOINTMENT_GRP_CREATE call function 'APPOINTMENT_GRP_CREATE' exporting appointment_pattern = group_appointment importing error_message = error_message tables owner_or_distr_list = owner_or_distr_list owner_created_appt = owner_created_appt owner_planned_appt = owner_planned_appt.

APPOINTMENT_DELETE call function 'APPOINTMENT_DELETE' exporting appointment = appointment importing error_message = error_message.

APPOINTMENT_CREATE call function 'APPOINTMENT_CREATE' exporting appointment = appointment importing appointment_new = appointment_new 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.

APPT_GET_PARTICIPANTS_INTERNAL call function 'APPT_GET_PARTICIPANTS_INTERNAL' exporting genappt_id = scappt-genappt_id tables participant = participants exceptions others = 0.

APPOINTMENT_GRP_SEARCH_W_DIALG call function 'APPOINTMENT_GRP_SEARCH_W_DIALG' exporting timeframe = timeframe duration = duration error_message = error_message importing ok_code = h_ok_code tables participant = participants_2 selected_timeframe = selected_timeframe exceptions internal_error = 1 others = 2.

APPOINTMENT_GRP_CREATE_DIALOG call function 'APPOINTMENT_GRP_CREATE_DIALOG' exporting appointment_input = group_appointment error_message = error_message importing appointment_output = appointment_output ok_code = ok_code tables participant = participants_2.

APPOINTMENT_GRP_CREATE call function 'APPOINTMENT_GRP_CREATE' exporting appointment_pattern = group_appointment importing error_message = error_message tables owner_or_distr_list = owner_or_distr_list owner_created_appt = owner_created_appt owner_planned_appt = owner_planned_appt.

APPOINTMENT_GRP_MODIFY_DIALOG * CALL FUNCTION 'APPOINTMENT_GRP_MODIFY_DIALOG' * EXPORTING * APPOINTMENT_INPUT = APPOINTMENT_INPUT * ERROR_MESSAGE = ERROR_MESSAGE * IMPORTING * APPOINTMENT_OUTPUT = APPOINTMENT_OUTPUT * OK_CODE = OK_CODE * TABLES * PARTICIPANT = PARTICIPANTS.

POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING * DEFAULTOPTION = 'N' * TEXTLINE1 = TEXT-D03 * TEXTLINE2 = TEXT-D04 * TITEL = TEXT-008 * IMPORTING * ANSWER = ANSWER.

SO_DOCUMENT_READ_API1





call function 'SO_DOCUMENT_READ_API1' exporting document_id = document_id filter = ' ' importing document_data = doc_data tables object_content = objcont * OBJECT_PARB = attachment_list = att_list * RECEIVER_LIST = * CONTENTS_HEX = exceptions document_id_not_exist = 1 operation_no_authorization = 2 x_error = 3 others = 4.

SO_ATTACHMENT_READ_API1 call function 'SO_ATTACHMENT_READ_API1' exporting attachment_id = att_list-attach_id tables attachment_content = objcont exceptions attachment_not_exist = 1 operation_no_authorization = 2 parameter_error = 3 x_error = 4 enqueue_error = 5 others = 6.

SO_DOCUMENT_READ_API1 call function 'SO_DOCUMENT_READ_API1' exporting document_id = doc_id filter = ' X ' importing document_data = doc_data * TABLES * OBJECT_HEADER = * OBJECT_CONTENT = objcont * OBJECT_PARA = * OBJECT_PARB = * ATTACHMENT_LIST = att_list * RECEIVER_LIST = * CONTENTS_HEX = exceptions document_id_not_exist = 1 operation_no_authorization = 2 x_error = 3 others = 4.

SUSR_GET_USER_DEFAULTS call function 'SUSR_GET_USER_DEFAULTS' tables users = p_user.

APPOINTMENT_TYPE_GET call function 'APPOINTMENT_TYPE_GET' tables appointment_types = appointment_types 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 BOTSCH08 or its description.