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
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 RPCDSBB3: Social Balance - subroutines 3
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCDSBB3 - Include RPCDSBB3: Social Balance - subroutines 3 RPCDSBB2 - Include RPCDSBB2: Social Balance - subroutines 2 RPCDSBB1 - Include RPCDSBB1: Social Balance - subroutines 1 RPCDSBB0 - Obsolete: Social Balance Declaration RPCDSBB0 - Obsolete: Social Balance Declaration RPCDS3D0 - documentation and ABAP source code