HSITLEA1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report creates overviews of employees' absence quotas according to various aspects...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter HSITLEA1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M62_TLEA1 - PC00_M62_TLEA1
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.
Selection Text: ENTITLE = Amount of entitlement
Selection Text: DE_DATUM = Key date for deduction
Selection Text: DEDUCT = Amount of quota used
Selection Text: EN_DATUM = Key date for entitlement
Selection Text: WORD = Transfer to MS Word
Selection Text: VARIANT = D Display variant
Selection Text: SE_KTART = Quota type
Selection Text: REST = Amt of remaining entitlement
Selection Text: REDUCED = Amount of compensated
Selection Text: PREDLOHA = MS Word Pattern (DOT file)
Selection Text: ETEXT = Time unit
Title: Display Absence Quota Information
Text Symbol: ENT = Entitlement
Text Symbol: BEA = Requested
Text Symbol: ABG = Accounted
Text Symbol: ABK = Payroll area (technical)
Text Symbol: ABT = Deduction period
Text Symbol: ALE = All selected EEs
Text Symbol: NAM = Name
Text Symbol: KOS = Cost center (techn.)
Text Symbol: HOU = Hours
Text Symbol: ALL = EEs w/rem. ent. only
Text Symbol: ANS = Work contract (technical)
Text Symbol: ANZ = Display
Text Symbol: HD4 = Validity period
Text Symbol: HD1 = Absence quotas
Text Symbol: GSB = Business area (techn.)
Text Symbol: GEG = Compensated to key date
Text Symbol: NOT = Can not evaluate
Text Symbol: OR3 = Data format
Text Symbol: OR2 = Selected
Text Symbol: OR1 = Organizational unit
Text Symbol: GEB = Compens. from key date
Text Symbol: NUR = Only EEs with selected quotas
Text Symbol: ONL = Only EEs with entitlement
Text Symbol: ONR = Only EEs w/compensation
Text Symbol: OR0 = Org. assgmnt displayed
Text Symbol: EIN = Unit
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' "AHRK038601 EXPORTING "AHRK038601 I_SAVE = 'A' "AHRK038601 CHANGING "AHRK038601 cs_variant = es_variant "AHRK038601 EXCEPTIONS "AHRK038601 WRONG_INPUT = 1 "AHRK038601 NOT_FOUND = 2 "AHRK038601 PROGRAM_ERROR = 3 "AHRK038601 OTHERS = 4. "AHRK038601
RP_OPTIONS_INTO_STRING * CALL FUNCTION 'RP_OPTIONS_INTO_STRING' * EXPORTING * MAX_CHOSEN_NUMBER = 7 * DELIMITER_SIGN = '/' * TEXT_TITLE = 'Angedruckte Org.Zuordnung'(OR0)
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING I_SAVE = 'A' CHANGING CS_VARIANT = es_variant EXCEPTIONS WRONG_INPUT = 1 NOT_FOUND = 2 PROGRAM_ERROR = 3 OTHERS = 4.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = alv_variant i_save = 'A' IMPORTING es_variant = es_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.
HR_GET_QUOTA_DATA CALL FUNCTION 'HR_GET_QUOTA_DATA' EXPORTING PERNR = F_PERNR QTYPE = '1' MOD = F_DE_SIM DEDU_DATUM = F_DE_DATUM ENTI_DATUM = F_EN_DATUM BEGDA = F_PN-BEGDA ENDDA = F_PN-ENDDA DEDUBEG = F_DEDU_BEG DEDUEND = F_DEDU_END * LANGU = SY-LANGU IMPORTING RETCD = RETCD * AUTOMATIC = TABLES ABWKTART_SEL = F_SE_KTART ABWKO = F_ABWKO IQTTRANS = f_qttrans "AHRK038601 * anwko = * I2006 = * I2007 = * I0001 = * I0003 = * I0007 = CUM_VALUES = F_CUM_VALUES EXCEPTIONS INFTY_NOT_FOUND = 1 MISSING_AUTHORITY = 2 WRONG_PARAMETER = 4 OTHERS = 5.
CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' * EXPORTING * NO_POPUP = ' ' * NO_PRINT = 'X' * NO_IMG = ' ' * NO_MSGNO = 'X' * LINESIZE = SY-LINSZ * LISTHEADER = ' ' * COLHEADER = ' ' * HIDEMSG = ' ' TABLES ERROR = ERROR_TAB EXCEPTIONS INVALID_LINESIZE = 1 OTHERS = 2.
NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING LANGU = SY-LANGU TABNAME = 'PS0001' TABLES NAMETAB = NAMETAB EXCEPTIONS INTERNAL_ERROR = 1 TABLE_HAS_NO_FIELDS = 2 TABLE_NOT_ACTIV = 3 NO_TEXTS_FOUND = 4 OTHERS = 5.
NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING TABNAME = 'PS0001' LANGU = SY-LANGU TABLES NAMETAB = NAMETAB.
REUSE_ALV_GRID_DISPLAY * CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' "AHRK03860 CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' "AHRK038601 EXPORTING I_CALLBACK_PROGRAM = 'HSITLEA1' I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' i_callback_top_of_page = 'TOP_OF_PAGE' "PH9 IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = FIELD_TAB IT_SORT = GT_ZSUM[] I_SAVE = 'A' * IS_VARIANT = ALV_VARIANT "AHRK038601 is_variant = es_variant "AHRK038601 TABLES T_OUTTAB = QUOTA EXCEPTIONS PROGRAM_ERROR = 1.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING * CUCOL = 0 * CUROW = 0 DISPLAY = ' ' FIELDNAME = 'ETEXT' TABNAME = 'T538T' * NO_MARKING_OF_CHECKVALUE = ' ' TITLE_IN_VALUES_LIST = TEXT-TIM TITEL = TEXT-TIM * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' * NO_CONVERSION = ' ' IMPORTING SELECT_VALUE = VAL_EINTX TABLES FIELDS = IHELP_FIELDS VALUETAB = IHELP_VALUES * EXCEPTIONS * FIELD_NOT_IN_DDIC = 1 * MORE_THEN_ONE_SELECTFIELD = 2 * NO_SELECTFIELD = 3 * OTHERS = 4 .
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = 'RPTQTA10' I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS_1' I_CALLBACK_USER_COMMAND = 'USER_COMMAND_1' * I_CALLBACK_TOP_OF_PAGE = 'TOP_OF_PAGE' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = IS_LAYOUT = gs_layout IT_FIELDCAT = field_tab * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' I_SAVE = 'A' IS_VARIANT = a_variant * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = qttrans * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 .
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = header_alv.
WORD_OLE_FORMLETTER call function 'WORD_OLE_FORMLETTER' exporting word_document = predloha download_path = down_path file_name = 'SAPDATA' new_document = ' ' tables data_tab = pole fieldnames = hlav exceptions invalid_fieldnames = 1 user_cancelled = 2 download_problem = 3 communication_error = 4 others = 5.
OLE_SERVER_CHECK call function 'OLE_SERVER_CHECK' importing down_load_path = path tables ole_server_app = ole_servers exceptions unsupported_os = 01 unsupported_server = 02 no_ole_server_found = 03.
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 HSITLEA1 or its description.