SAP Reports / Programs | Payroll | Belgium(PY-BE) SAP PY

RPCDSBB3 SAP ABAP INCLUDE - Include RPCDSBB3: Social Balance - subroutines 3







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


Text pool values


Title: Include RPCDSBB3: Social Balance - subroutines 3


INCLUDES used within this REPORT RPCDSBB3

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_99S_READ_FEATURE CALL FUNCTION 'HR_99S_READ_FEATURE' EXPORTING feature = 'BEUWG' pernr = pernr-pernr datum = p_sbdat-begda kind_of_error = l_koe IMPORTING wa_back = l_hours_fulltime CHANGING struc_content = l_struccont EXCEPTIONS error = 1 OTHERS = 2.

HR_BE_READ_REGNO CALL FUNCTION 'HR_BE_READ_REGNO' EXPORTING date = p_begda bukrs = p_bukrs pers_area = p_persa pers_subarea = p_perssub inst_group = p_inst_gr IMPORTING attribute_value = p_attribute_value EXCEPTIONS not_found = 1 constant_not_found = 2 no_subarea = 3 orphaned_subarea = 4 no_company = 5 no_company_defined_in_lang = 6 wrong_company_data = 7 no_relationships_with_institut = 8 no_data_found_for_company = 9 no_bukrs_persa_subarea = 10 no_persa_subarea = 11 OTHERS = 12.

HR_BE_READ_PERS_AREA_SUBAREAS * CALL FUNCTION 'HR_BE_READ_PERS_AREA_SUBAREAS' * EXPORTING * date = p_begda * inst_group = p_inst_gr * regno = p_regno * TABLES * pers_area_subarea_tab = p_pers_area_tab * EXCEPTIONS * not_found = 1 * company_code_not_found = 2 * constant_not_found = 3 * OTHERS = 4.

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = pbe04_c_belgium begda = $date IMPORTING waers = $currency EXCEPTIONS OTHERS = 4.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = $date foreign_amount = foreign_amount foreign_currency = foreign_currency local_currency = local_currency IMPORTING local_amount = result EXCEPTIONS no_rate_found = 0.



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