H99C_FUNCTION_XLTI 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 H99C_FUNCTION_XLTI 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!
HR_CMP_CHECK_ECM_SWITCHED_ON call function 'HR_CMP_CHECK_ECM_SWITCHED_ON' "WDP580425 IMPORTING "WDP580425 ECM_SWITCHED_ON = ecm_switched_on. "WDP580425
HRCM_LTI_PAYROLL_TAB_CREATE CALL FUNCTION 'HRCM_LTI_PAYROLL_TAB_CREATE' EXPORTING molga = calcmolga pernr = pernr-pernr "WDP580425 begda = aper-begda endda = aper-endda PROTOCOL_REQUESTED = sw_prot ocrsn = aper-ocrsn "WDP580425 payid = aper-payid "WDP580425 ecm_switched_on = ecm_switched_on "WDP580425 IMPORTING lti_payroll_tab = wt_tab TABLES i0382 = p0382 PROTOCOL_TEXTS = ptext EXCEPTIONS begda_greater_endda = 1 overflow = 2 ecm_message = 3 "WDP580425 OTHERS = 4. "WDP580425
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.