FCLM0I00 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 FCLM0I00 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: PAI for claims data entry
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_CLM_CHECK_CLAIM_VALID_DATES CALL FUNCTION 'HR_CLM_CHECK_CLAIM_VALID_DATES' EXPORTING PERNR = tabrec-pernr KEYDT = tabrec-bildt "#EC DOM_EQUAL IMPORTING SUBRC = subrc_retrn.
HR_BEN_GET_DOMVALUE call function 'HR_BEN_GET_DOMVALUE' EXPORTING domname = 'CLM_STATS' text = tabrec-stext reaction = no_msg IMPORTING domvalue = tabrec-stats subrc = subrc TABLES error_table = error_table.
DYNP_GET_STEPL CALL FUNCTION 'DYNP_GET_STEPL' IMPORTING POVSTEPL = stepl.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = dyname DYNUMB = dynumb TABLES DYNPFIELDS = dynpfields.
HR_BEN_READ_EE_BENEFIT_DATA call function 'HR_BEN_READ_EE_BENEFIT_DATA' exporting pernr = pernr_tab-pernr datum = tabrec-bildt "#EC DOM_EQUAL reaction = 'E' importing ee_benefit_data = ee_benefit_data tables error_table = error_table.
HR_CLM_GET_ENROLLED_DEPENDENTS call function 'HR_CLM_GET_ENROLLED_DEPENDENTS' exporting pernr = ee_benefit_data-pernr "#EC DOM_EQUAL barea = ee_benefit_data-barea bplan = tabrec-bplan levl1 = plan_dets-levl1 keydt = tabrec-bildt "#EC DOM_EQUAL importing subrc = subrc tables poss_dependents = dep_table error_table = error_table.
DYNP_GET_STEPL CALL FUNCTION 'DYNP_GET_STEPL' IMPORTING POVSTEPL = stepl.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = dyname DYNUMB = dynumb TABLES DYNPFIELDS = dynpfields.
HR_BEN_READ_EE_BENEFIT_DATA call function 'HR_BEN_READ_EE_BENEFIT_DATA' exporting pernr = pernr_tab-pernr datum = tabrec-bildt "#EC DOM_EQUAL reaction = 'E' importing ee_benefit_data = ee_benefit_data tables error_table = error_table.
HR_CLM_GET_ENROLLED_DEPENDENTS call function 'HR_CLM_GET_ENROLLED_DEPENDENTS' exporting pernr = ee_benefit_data-pernr barea = ee_benefit_data-barea bplan = tabrec-bplan levl1 = plan_dets-levl1 keydt = tabrec-bildt "#EC DOM_EQUAL importing subrc = subrc tables poss_dependents = dep_table error_table = error_table.
HR_BEN_F4_VALUE_REQUEST call function 'HR_BEN_F4_VALUE_REQUEST' exporting retfield = 'CLM_STATS' display_mode = display_mode reaction = no_msg importing fieldvalue = tabrec-stext subrc = subrc tables value_tab = value_table error_table = error_table.
HR_BEN_GET_DOMVALUE call function 'HR_BEN_GET_DOMVALUE' EXPORTING domname = 'CLM_STATS' text = tabrec-stext reaction = no_msg IMPORTING domvalue = tabrec-stats subrc = subrc TABLES error_table = error_table.
RP_HIRE_FIRE call function 'RP_HIRE_FIRE' importing hire_date = hdate fire_date = fdate tables pp0000 = i0000 pp0001 = i0001 pphifi = phifi.
HR_CLM_GET_TRM_COVER_DATE CALL FUNCTION 'HR_CLM_GET_TRM_COVER_DATE' EXPORTING EE_BENEFIT_DATA = EE_BENEFIT_DATA * COB_EVTYP = '01' BPLAN = TABREC-BPLAN DATUM = FDATE IMPORTING TERM_DATE = COVTRMDT SUBRC = SUBRC TABLES ERROR_TABLE = ERROR_TABLE EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.