PCISSBR0 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 PCISSBR0 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_BR_ADV_SET_SW_REG_NEXT_MNTH CALL FUNCTION 'HR_BR_ADV_SET_SW_REG_NEXT_MNTH' EXPORTING date = aper-bondt datmo = aper-datmo permo = aper-permo IMPORTING sw_paydt_next_month = pay_nextmonth.
HR_BR_INSS_PREP CALL FUNCTION 'HR_BR_INSS_PREP' EXPORTING inss_date = inss_date waers = aper-waers occat = aper-occat oversc = oversc pme02 = pme02 sw_prot = sw_prot sw_aufrollung = sw_aufrollung pay_nextmonth = pay_nextmonth TABLES inss_it = it inss_ab = ab brsoc = brsoc obrsoc = obrsoc ort = ort lrt = lrt message_ptext = message_ptext EXCEPTIONS OTHERS = 1.
HR_BR_INSS_CALC CALL FUNCTION 'HR_BR_INSS_CALC' EXPORTING inss_date = inss_date aper_chkdt = aper-chkdt aper_pbegd = aper-pbegd aper_pendd = aper-pendd waers = aper-waers occat = aper-occat pme02 = pme02 sw_prot = sw_prot sw_ret_wp = sw_ret_wp flag_0009 = flag_0009 wa_t549s = t549s TABLES it_2001 = p2001 brsoc = brsoc orbrsoc = origbrsoc message_ptext = message_ptext error_ptext = error_ptext EXCEPTIONS OTHERS = 1.
HR_BR_INSS_SAVE CALL FUNCTION 'HR_BR_INSS_SAVE' EXPORTING inss_date = inss_date sw_prot = sw_prot p_occat = aper-occat p_payty = aper-payty TABLES inss_it = it brsoc = brsoc message_ptext = message_ptext error_ptext = error_ptext EXCEPTIONS OTHERS = 1.
HR_BR_INSS_GTAX CALL FUNCTION 'HR_BR_INSS_GTAX' EXPORTING inss_date = inss_date sw_prot = sw_prot p_occat = aper-occat type_retro = retro_when_paid p_iaper = aper-iaper TABLES inss_it = it brsoc = brsoc message_ptext = message_ptext error_ptext = error_ptext inss_2001 = p2001 EXCEPTIONS OTHERS = 1.
HR_BR_APPEND_WAGETYPE CALL FUNCTION 'HR_BR_APPEND_WAGETYPE' EXPORTING p_wtype = aux_lgart p_abart = pbr99_all_abart p_value1 = aux_perc p_value3 = p_origbrsoc-betrg TABLES i_it = p_it.
HR_BR_INSS_PREP CALL FUNCTION 'HR_BR_INSS_PREP' EXPORTING inss_date = inss_date waers = aper-waers occat = aper-occat pme02 = pme02 TABLES inss_it = ir_it inss_ab = ab brsoc = irbrsoc.
HR_BR_INSS_CALC CALL FUNCTION 'HR_BR_INSS_CALC' EXPORTING inss_date = inss_date aper_chkdt = aper-chkdt aper_pbegd = aper-pbegd aper_pendd = aper-pendd waers = aper-waers occat = aper-occat pme02 = pme02 flag_0009 = flag_0009 wa_t549s = t549s TABLES it_2001 = p2001 brsoc = irbrsoc.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.