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

FCLM0F00 SAP ABAP INCLUDE - General form routines







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


Text pool values


Title: General form routines


INCLUDES used within this REPORT FCLM0F00

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_BEN_READ_EE_BENEFIT_DATA call function 'HR_BEN_READ_EE_BENEFIT_DATA' EXPORTING pernr = pernr_tab-pernr datum = sy-datum reaction = no_msg IMPORTING ee_benefit_data = ee_ben_data subrc = subrc TABLES error_table = error_table.

HR_BEN_GET_CURRENCY CALL FUNCTION 'HR_BEN_GET_CURRENCY' EXPORTING BAREA = ee_ben_data-barea DATUM = sy-datum REACTION = no_msg IMPORTING CURRENCY = newline-currc 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_SHOW_ERROR_POPUP call function 'HR_BEN_SHOW_ERROR_POPUP' EXPORTING cucol = '2' curow = '4' title = text-006 TABLES error_table = error_table.

HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting pernr = p_pernr infty = '0377' * begda = d_cl_bgdt "#EC DOM_EQUAL endda = d_cl_endt "#EC DOM_EQUAL importing subrc = retcd tables infty_tab = i0377 exceptions infty_not_found = 1 others = 2.

HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = p_pernr msg_class = 'RP' msg_number = '050' msg_par1 = '0008' msg_par2 = p_pernr msg_par3 = d_cl_bgdt msg_par4 = d_cl_endt severity = subrc reaction = no_msg TABLES error_table = error_table.

HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = p_pernr msg_class = '3X' msg_number = '005' msg_par1 = pernr msg_par2 = d_cl_endt msg_par3 = space msg_par4 = space severity = subrc reaction = no_msg TABLES error_table = error_table.

HR_CLM_GET_LIMITS call function 'HR_CLM_GET_LIMITS' EXPORTING pernr = p_pernr bplan = plan_dets-bplan levl1 = plan_dets-levl1 keydt = d_cl_date get_program_limit = p_indicator IMPORTING claim_formula = p_formula subrc = subrc TABLES error_table = error_table.

HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = pernr msg_class = msg_class msg_number = msg_no msg_par1 = msg_par1 msg_par2 = msg_par2 msg_par3 = msg_par3 msg_par4 = msg_par4 severity = subrc reaction = reaction TABLES error_table = error_table.

HR_CLM_GET_PLAN_BEGIN call function 'HR_CLM_GET_PLAN_BEGIN' EXPORTING barea = plan_dets-barea bplan = plan_dets-bplan levl1 = plan_dets-levl1 keydt = clmdt IMPORTING begda = plan_begda subrc = subrc TABLES error_table = error_table.

HR_CLM_GET_CLAIM_RECS call function 'HR_CLM_GET_CLAIM_RECS' EXPORTING pernr = pernr BAREA = BAREA endda = clm_endda begda = clm_begda lock_indi = 'X' TABLES iclaims = local_claims. "master_tab.

HR_CLM_PROCESS_CLAIMS call function 'HR_CLM_PROCESS_CLAIMS' EXPORTING plan_formula = clm_plan_formla year_flag = 'P' bal_proc_line = procline TABLES plan_dets = plan_dets program_formula = program_formula db_balance = db_balance plan_balance = plan_balance CHANGING tabrec = tabrec.

HR_CLM_PROCESS_CLAIMS CALL FUNCTION 'HR_CLM_PROCESS_CLAIMS' EXPORTING PLAN_FORMULA = clm_plan_form YEAR_FLAG = 'C' BAL_PROC_LINE = prline TABLES PLAN_DETS = plan_dets PROGRAM_FORMULA = program_formula DB_BALANCE = db_balance PLAN_BALANCE = plan_balance CHANGING TABREC = tabrec.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = i7xast-pernr INFTY = '0021' BEGDA = pn-begda ENDDA = pn-endda TABLES INFTY_TAB = i0021.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = i7xast-pernr INFTY = '0021' BEGDA = pn-begda ENDDA = pn-endda TABLES INFTY_TAB = i0021.

HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting * TCLAS = 'A' pernr = pernr infty = '0003' begda = clmdt "#EC DOM_EQUAL endda = clmdt "#EC DOM_EQUAL importing subrc = retcd tables infty_tab = i0003.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = title_TEXT TEXT_QUESTION = question_TEXT TEXT_BUTTON_1 = 'Yes'(013) TEXT_BUTTON_2 = 'No'(024) IMPORTING ANSWER = answer.

DEQUEUE_EHRCLM_CLAIM_REC





CALL FUNCTION 'DEQUEUE_EHRCLM_CLAIM_REC' EXPORTING PERNR = pernr BAREA = barea EXCEPTIONS OTHERS = 1.

ENQUEUE_EHRCLM_CLAIM_REC CALL FUNCTION 'ENQUEUE_EHRCLM_CLAIM_REC' EXPORTING PERNR = pernr BAREA = barea EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

ENQUEUE_EHRCLM_BALANCE CALL FUNCTION 'ENQUEUE_EHRCLM_BALANCE' EXPORTING PERNR = pernr BAREA = barea EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

DEQUEUE_EHRCLM_BALANCE CALL FUNCTION 'DEQUEUE_EHRCLM_BALANCE' EXPORTING PERNR = pernr BAREA = barea EXCEPTIONS OTHERS = 1.

HR_CLM_FILL_BALANCE_DETAILS call function 'HR_CLM_FILL_BALANCE_DETAILS' EXPORTING in_rec = in_rec process_flag = plan_formula-unflg eligibility_type = plan_formula-elgty prog_amount = program_formula-amout IMPORTING subrc = subrc TABLES plan_details = plan_dets plan_balance = plan_balance db_balance = db_balance error_table = error_table.



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