SAP Reports / Programs | Environment, Health and Safety | Occupational Health(EHS-HEA) SAP EHS

SCHEDULINGF01 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

HR_FIND_PERSONS * CALL FUNCTION 'HR_FIND_PERSONS' * EXPORTING * BEGDA = '18000101' * ENDDA = '99991231' * TABLES * SELECTION_VALUES = EHS_SEL_TAB * PERNRS = P_PERNR * EXCEPTIONS * GENERATE_FAILED = 1 * TOO_MANY_TABLES = 2 * OTHERS = 3.

HR_SELECT_PERSONS CALL FUNCTION 'HR_SELECT_PERSONS' * EXPORTING * BEGDA = '18000101' * ENDDA = '99991231' * TCLAS = 'A' * AUTHORITY_CHECK = 'X' * IGNORELOCKEDRECORDS = 'Y' * AUTHORITY_LEVEL = 'R' TABLES conditiontable = l_condition_tab * PERNRS_IN = pernrs_found = l_pernr_tab * GENERATED_CODING = EXCEPTIONS empty_table = 1 wrong_tablefield = 2 only_pnp_or_pap = 3 unsupported_condition = 4 unsupported_fieldkind = 5 wrong_tclas = 6 internal_error = 7 OTHERS = 8 .

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = p_icon add_stdinf = 'X' IMPORTING RESULT = p_e_icon.

EHS00_GET_INTPERNR_LIST CALL FUNCTION 'EHS00_GET_INTPERNR_LIST' EXPORTING i_create_flag = 'X' TABLES x_mappernr_tab = l_mapper_tab.

COMPLEX_SELECTIONS_DIALOG CALL FUNCTION 'COMPLEX_SELECTIONS_DIALOG' EXPORTING title = p_title help_field = p_help_field TABLES range = p_range_tab EXCEPTIONS no_range_tab = 1 cancelled = 2 internal_error = 3 OTHERS = 4.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = p_icon_name text = p_text info = p_infotext IMPORTING RESULT = p_button_content EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

RFC_SYSTEM_INFO CALL FUNCTION 'RFC_SYSTEM_INFO' IMPORTING rfcsi_export = dest * RFC_LOGIN_COMPLETE = * DIALOG_USER_TYPE = current_resources = current maximal_resources = maximal * RECOMMENDED_DELAY = .

BAPI_ABSENCE_GETLIST CALL FUNCTION 'BAPI_ABSENCE_GETLIST' EXPORTING * employeenumber = wa_tc_add_termin_g-pernr employeenumber = l_pernr "JM010201 * SUBTYPE = timeintervallow = sy-datum timeintervalhigh = '99991231' * IMPORTING * RETURN = TABLES absenceempkey = i_get_date .

EHS00_GET_PERSON_ID CALL FUNCTION 'EHS00_GET_PERSON_ID' EXPORTING i_intpernr = l_intpernr IMPORTING * e_person_id = e_person_flag = l_person_flag EXCEPTIONS person_not_found = 1 OTHERS = 100.

BUP_PARTNER_MAINTAIN CALL FUNCTION 'BUP_PARTNER_MAINTAIN' EXPORTING i_aktyp = '03' * I_ACTION = ' ' i_xinit = ' ' * I_XSAVE = 'X' * I_XUPDTASK = 'X' * I_APPLI = * I_VARNR = * I_OTITL = * I_VARTP_START = ' ' i_sicht_start = 'BUB100' * I_XARCHIVE = ' ' * I_ROLE = * I_NAV_DISABLE = ' ' * I_LOCATOR_DISABLE = ' ' * I_XALLOW_PARTNER_SWITCH = 'X' * IMPORTING * E_STATE = * E_STATE_FCODE = * E_HANDLE = TABLES t_rltyp = it_rltyp * T_RLTGR = * T_SICHT = * T_APPLI = t_fldvl = it_fldvl t_scrsel = it_scrsel * T_MSG = * T_ROLE = * T_ROLEGRP = * T_CHANGEABLE_BPROLES = .

BUP_PARTNER_GET CALL FUNCTION 'BUP_PARTNER_GET' EXPORTING i_partner = it_partner * i_rltyp = it-rltyp * i_addrnumber = it-addrnumber IMPORTING e_but000_address = i_address EXCEPTIONS partner_not_found = 1 wrong_parameters = 2 OTHERS = 3.

DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING langu = sy-langu roll_name = text TABLES dd04t_tab_a = detext.

DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING langu = sy-langu roll_name = text TABLES dd04t_tab_a = detext.

DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING langu = sy-langu roll_name = text TABLES dd04t_tab_a = detext.

DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING langu = sy-langu roll_name = text TABLES dd04t_tab_a = detext.

DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING langu = sy-langu roll_name = text TABLES dd04t_tab_a = detext.

DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING langu = sy-langu roll_name = text TABLES dd04t_tab_a = detext.

DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING langu = sy-langu roll_name = text TABLES dd04t_tab_a = detext.

DD_DTEL_GET





CALL FUNCTION 'DD_DTEL_GET' EXPORTING langu = sy-langu roll_name = text TABLES dd04t_tab_a = detext.

DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING langu = sy-langu roll_name = text TABLES dd04t_tab_a = detext.

DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING langu = sy-langu roll_name = text TABLES dd04t_tab_a = detext.

DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING langu = sy-langu roll_name = text TABLES dd04t_tab_a = detext.

DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING langu = sy-langu "Marsh 15022001 roll_name = text TABLES dd04t_tab_a = detext.

DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING langu = sy-langu roll_name = text TABLES dd04t_tab_a = detext.

EHS00_GET_PERSDAT CALL FUNCTION 'EHS00_GET_PERSDAT' EXPORTING i_newpernr = t7ehs00_perprosc-pernr * I_DETAILED_INFO = ' ' IMPORTING e_persdat = ehs00fbpersdat EXCEPTIONS person_not_found = 1 OTHERS = 2.

EHS00_GET_PERSDAT CALL FUNCTION 'EHS00_GET_PERSDAT' EXPORTING i_newpernr = pernr i_detailed_info = 'X' IMPORTING e_persdat = ehs00fbpersdat EXCEPTIONS person_not_found = 1 OTHERS = 2.

EHS00_PERSON_SHLP CALL FUNCTION 'EHS00_PERSON_SHLP' IMPORTING intpernr = ehs00fbpersdat-pernr person_id = ehs00fbpersdat-person_id person_flag = ehs00fbpersdat-person_flag.



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