SAP Reports / Programs | Payroll | Brazil(PY-BR) SAP PY

PCISSBR0 SAP ABAP INCLUDE - documentation and ABAP source code







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


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


INCLUDES used within this REPORT PCISSBR0

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_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.



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