SAP Reports / Programs | Personnel Management | Benefits | Claims Processing (Asia)(PA-BN-CL) SAP PA

FCLM0I00 SAP ABAP INCLUDE - PAI for claims data entry







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


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


Text pool values


Title: PAI for claims data entry


INCLUDES used within this REPORT FCLM0I00

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_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.



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