BPS01F01 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 BPS01F01 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: Include BPS01F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = e03_lt_events.
HR_BPS_READ_EE_BENEFIT_DATA CALL FUNCTION 'HR_BPS_READ_EE_BENEFIT_DATA' EXPORTING pernr = pernr-pernr datum = acct_beg reaction = no_msg IMPORTING ee_benefit_data = benefit_data_0171 subrc = subrc TABLES error_table = error_table.
HR_COUNTRYGROUPING_GET CALL FUNCTION 'HR_COUNTRYGROUPING_GET' EXPORTING pernr = pernr-pernr * TCLAS = 'A' begda = '18000101' endda = '99991231' * WERKS = IMPORTING molga = molga * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2 .
RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING format = $$format langu = sy-langu molga = molga pp0002 = p0002 * PP0021 = ' ' * PP0148 = ' ' * NAMEL = * PPINFTV = * TCLAS = 'A' IMPORTING edit_name = acct_points-ename retcode = subrc.
HR_BPS_GET_ACCT_PRV_PERIOD CALL FUNCTION 'HR_BPS_GET_ACCT_PRV_PERIOD' EXPORTING benefitarea = benarea employeenumber = pernr-pernr benpointaccount = bpacc keydate = acct_beg reaction = no_msg IMPORTING prv_acct_begda = prv_acct_begda prv_acct_endda = prv_acct_endda prv_acct_iabpt = prv_acct_iabpt prv_acct_carry_stat = prv_acct_carry_stat subrc = subrc TABLES error_table = error_table.
HR_BPS_CALC_CURR_FORE_BALANCE CALL FUNCTION 'HR_BPS_CALC_CURR_FORE_BALANCE' EXPORTING benefitarea = benarea employeenumber = pernr-pernr benpointaccount = bpacc selectionbegda = prv_acct_begda selectionendda = prv_acct_endda accinitialbalance = prv_acct_iabpt reaction = no_msg IMPORTING currentbalance = acct_points-rmdpt subrc = subrc TABLES error_table = error_table.
HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING msg_class = msg_class1 msg_number = '055' msg_par1 = pernr-pernr msg_par2 = prv_acct_begda msg_par3 = prv_acct_endda severity = 8 reaction = error_msg TABLES error_table = error_table.
HR_BPS_GET_BASIS_PTS CALL FUNCTION 'HR_BPS_GET_BASIS_PTS' EXPORTING benefitarea = benarea employeenumber = pernr-pernr benpointaccount = bpacc keydate = acct_beg reaction = error_msg IMPORTING basispoints = acct_points-baspt TABLES error_table = error_table.
HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING msg_class = msg_class1 msg_number = '100' msg_par1 = benarea msg_par2 = bpacc msg_par3 = acct_beg msg_par4 = acct_end severity = 8 reaction = error_msg TABLES error_table = error_table.
HR_BPS_GET_ADDITIONAL_PTS CALL FUNCTION 'HR_BPS_GET_ADDITIONAL_PTS' EXPORTING benefitarea = benarea employeenumber = pernr-pernr benpointaccount = bpacc keydate = acct_beg reaction = error_msg IMPORTING additionalpoints = acct_points-addpt subrc = subrc TABLES error_table = error_table.
HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING msg_class = msg_class1 msg_number = '101' msg_par1 = benarea msg_par2 = bpacc msg_par3 = acct_beg msg_par4 = acct_end severity = 8 reaction = error_msg TABLES error_table = error_table.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = dyfield EXCEPTIONS invalid_dynprofield = 4.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.
HR_BPS_CALC_CARRYOVER_PTS CALL FUNCTION 'HR_BPS_CALC_CARRYOVER_PTS' EXPORTING benefitarea = benarea employeenumber = pernr-pernr benpointaccount = bpacc keydate = acct_beg reaction = no_msg IMPORTING carryoverpoints = points subrc = subrc TABLES error_table = error_table.
HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING msg_class = msg_class1 msg_number = '056' msg_par1 = pernr-pernr severity = 8 reaction = error_msg TABLES error_table = error_table.
HR_BPS_GET_CARRYOVER_PTS CALL FUNCTION 'HR_BPS_GET_CARRYOVER_PTS' EXPORTING benefitarea = benarea employeenumber = pernr-pernr benpointaccount = bpacc keydate = acct_beg reaction = no_msg IMPORTING carryoverpts = acct_points-cropt subrc = subrc TABLES error_table = error_table.
HR_BPS_GET_INITIAL_PTS CALL FUNCTION 'HR_BPS_GET_INITIAL_PTS' EXPORTING benefitarea = benarea employeenumber = pernr-pernr benpointaccount = bpacc acct_begda = acct_beg acct_endda = acct_end reaction = no_msg IMPORTING initial_balance = acct_points-iabpt subrc = subrc TABLES error_table = error_table.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr-pernr infty = '0717' IMPORTING subrc = subrc TABLES infty_tab = p0717 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = pernr-pernr msg_class = msg_class1 msg_number = '061' msg_par1 = pernr-pernr severity = subrc reaction = no_msg.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr-pernr infty = '0717' IMPORTING subrc = subrc TABLES infty_tab = p0717 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
BAPI_EMPLOYEE_DEQUEUE CALL FUNCTION 'BAPI_EMPLOYEE_DEQUEUE' EXPORTING number = acct_points-pernr IMPORTING return = return.
HR_INFOTYPE_OPERATION CALL FUNCTION 'HR_INFOTYPE_OPERATION' EXPORTING infty = '0717' number = p0717-pernr subtype = p0717-subty validityend = p0717-endda validitybegin = p0717-begda record = p0717 operation = operation * dialog_mode = '1' nocommit = false IMPORTING return = return key = infty_key .
HR_INFOTYPE_OPERATION CALL FUNCTION 'HR_INFOTYPE_OPERATION' EXPORTING infty = '0717' number = p0717-pernr subtype = p0717-subty validityend = p0717-endda validitybegin = p0717-begda record = p0717 operation = operation * dialog_mode = '1' nocommit = false IMPORTING return = return key = infty_key.
ENQUEUE_READ CALL FUNCTION 'ENQUEUE_READ' EXPORTING gclient = sy-mandt gname = 'PREL' garg = arg guname = space IMPORTING number = number TABLES enq = enq EXCEPTIONS communication_failure = 1 system_failure = 2 OTHERS = 3.
BAPI_EMPLOYEE_ENQUEUE CALL FUNCTION 'BAPI_EMPLOYEE_ENQUEUE' EXPORTING number = acct_points-pernr IMPORTING return = return.
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 BPS01F01 or its description.
BPS01F01 - Include BPS01F01 BPS01D01 - Include BPS01D01 BPR_VENDOR - Program for object type BPR_VND : vendor BPR_VENDOR - Program for object type BPR_VND : vendor BPR_TRANSFER_ORDER - Program for object type BPR_TRORD : transfer_order BPR_TRANSFER_ORDER - Program for object type BPR_TRORD : transfer_order