RPCBWBD0 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 RPCBWBD0 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = p_dzubt struc_content = pme01 * KIND_OF_ERROR = IMPORTING back = transadrs * CHANGING * STATUS = EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 OTHERS = 7 .
ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' EXPORTING * adrswa_in = address_1 = oadrs1 * ADDRESS_2 = * ADDRESS_3 = address_type = '1' * ADDRESS_NUMBER = ' ' * ADDRESS_HANDLE = ' ' * PERSON_NUMBER = ' ' * PERSON_HANDLE = ' ' sender_country = '015' * RECEIVER_LANGUAGE = ' ' number_of_lines = 5 * STREET_HAS_PRIORITY = ' ' * LINE_PRIORITY = ' ' * COUNTRY_NAME_IN_RECEIVER_LANGU = ' ' * LANGUAGE_FOR_COUNTRY_NAME = ' ' * NO_UPPER_CASE_FOR_CITY = ' ' IMPORTING * adrswa_out = address_printform = oadrs address_short_form = oaddress-short address_short_form_s = oaddress-shorts * ADDRESS_DATA_CARRIER = * ADDRESS_DATA_CARRIER_0 = * NUMBER_OF_USED_LINES = * NAME_IS_EMPTY = * ADDRESS_NOT_FOUND = * ADDRESS_PRINTFORM_TABLE = EXCEPTIONS OTHERS = 1.
ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' EXPORTING address_2 = adrs2 address_type = address-type "XIJ-N#0686288 sender_country = hrform_sender-inlnd "! * sender_country = address-from_country "! number_of_lines = 9 * NO_UPPER_CASE_FOR_CITY = ' ' IMPORTING address_printform = padrs address_short_form = address-short address_data_carrier = address-dcarr number_of_used_lines = address-anzzl EXCEPTIONS OTHERS = 1.
HR_GET_LEAVE_DATA * call function 'HR_GET_LEAVE_DATA' * exporting * pernr = bwsel-pernr * cdatum = bwsel-endda ** UBEGD = ** UENDD = * begda_0005 = bwsel-begda * endda_0005 = bwsel-endda ** SEL_MOD = 'S' ** OBJPS_0005 = ** LANGU = SY-LANGU * importing * entitle = vac-entitle "Anspruch * account = vac-account "abgerechnet * ordered = vac-ordered "beantragt=abgetragen * reduced = vac-reduced "abgegolten * zum Stichtag und kumuliert ** UNIT = ** ISOCODE = ** UNITTEXT = * tables * xansp = vac1 ** URART_SEL = * i0005 = p0005 * i0083 = p0083 * i0003 = p0003 * i0001 = p0001 * exceptions * infty_0005_not_defined = 1 * infty_0003_not_defined = 2 * infty_0083_not_defined = 3 * missing_authority = 4 * old_ne_new_pc_version_nr = 5 * infty_0001_not_defined = 6 * others = 7 * .
HR_DE_GET_HOLIDAY CALL FUNCTION 'HR_DE_GET_HOLIDAY' EXPORTING pernr = bwsel-pernr cdatum = bwsel-endda "YMTN1148670 * BEGDA = '18000101' * ENDDA = '99991231' dedubeg = bwsel-begda "YMTN1375265 deduend = bwsel-endda "YMTN1375265 cumul = 'X' IMPORTING abwko_redu = l_it_abwko entitle = vac-entitle "kumul. Anspruch
RP_FILL_WAGE_TYPE_TABLE_EXT * CALL FUNCTION 'RP_FILL_WAGE_TYPE_TABLE_EXT' * EXPORTING * appli = 'E' * begda = p_begda * endda = p_endda * infty = p_infty * objps = ' ' * pernr = bwsel-pernr * subty = p_lgart * TABLES * pp0001 = p0001 * pp0007 = p0007 * pp0008 = p0008 * pp0014 = p0014 * pp0015 = p0015 * ppbwla = ppbwla * pp0230 = p0230 * EXCEPTIONS * error_at_indirect_evaluation = 1.
HR_GET_REPORTING_COMPANY CALL FUNCTION 'HR_GET_REPORTING_COMPANY' EXPORTING p_molga = g_molga p_appl = p_appl p_werks = p0001-werks p_btrtl = p0001-btrtl p_struc = pme01 * p_date = hrdebw_key-datum "DECO p_date = p_datum "DECO IMPORTING werks_sum = l_werks_sum btrtl_sum = l_btrtl_sum EXCEPTIONS rep_comp_not_found = 1 OTHERS = 2.
HR_ENTRY_DATE CALL FUNCTION 'HR_ENTRY_DATE' EXPORTING persnr = bwsel-pernr rclas = g_rclas_bew begda = lowdate endda = highdate varky = l_varky IMPORTING entrydate = l_entry TABLES entry_dates = l_it_entry_dates EXCEPTIONS entry_date_not_found = 1 pernr_not_assigned = 2 OTHERS = 3.
HR_MONTHS_BETWEEN_TWO_DATES CALL FUNCTION 'HR_MONTHS_BETWEEN_TWO_DATES' EXPORTING i_datum_bis = p_endda i_datum_von = p_begda I_KOMPLET_MONATE = 'X' IMPORTING E_MONATE = p_nbmonths.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.