SAP Reports / Programs

RPCBSPBS SAP ABAP INCLUDE - documentation and ABAP source code







RPCBSPBS 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 RPCBSPBS 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 RPCBSPBS. "Basic submit
SUBMIT RPCBSPBS AND RETURN. "Return to original report after report execution complete
SUBMIT RPCBSPBS 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 RPCBSPBS

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_DELETE_QUODED_BUFFER CALL FUNCTION 'HR_DELETE_QUODED_BUFFER' EXPORTING docnr = p_docnr TABLES t2006x = p_b2006x2 t2007x = p_b2007x2 EXCEPTIONS duplicate_delete = 1 no_entry = 2 non_existing_quonr = 3 wrong_infty = 4 OTHERS = 5.

HR_REFRESH_ERROR_LIST CALL FUNCTION 'HR_REFRESH_ERROR_LIST'.

HR_PROCESS_ABSENCE_ATTENDANCE CALL FUNCTION 'HR_PROCESS_ABSENCE_ATTENDANCE' EXPORTING pernr = p_p2001-pernr awart = p_p2001-awart begda = p_p2001-begda endda = p_p2001-endda * switch_hrsif = '1' conti = 1 "quota deduction required variante = 1 IMPORTING * abwtg = * abrtg = * abrst = * kaltg = * hrsif = alldf = p_p2001-alldf result = process_result * message_occured = process_message_flag TABLES m0000 = p0000 m0001 = p_p0001 m0002 = p0002 m0007 = p_p0007 m2001 = p2001 m2002 = m2002 m2003 = p_p2003 "EBUF-B2003-DAT "fill it! m2006_opera = t2006_opera * m2007_opera = * ENTITLEMENT = * DEDUCTION = bquoded = tquoded CHANGING beguz = p_p2001-beguz enduz = p_p2001-enduz vtken = p_p2001-vtken stdaz = p_p2001-stdaz docnr = p_p2001-docnr EXCEPTIONS error = 1 OTHERS = 2.

HR_GET_ERROR_LIST CALL FUNCTION 'HR_GET_ERROR_LIST' TABLES error = hr_error errortexts = errortexts EXCEPTIONS no_errors = 1 OTHERS = 2.

HR_INSERT_QUODED_BUFFER CALL FUNCTION 'HR_INSERT_QUODED_BUFFER' TABLES new_quoded = tquoded.

HR_PSF_CB_AWART_PRE_CHECK CALL FUNCTION 'HR_PSF_CB_AWART_PRE_CHECK' EXPORTING imp_werks = p_psyst-werks imp_btrtl = p_psyst-btrtl imp_awart = p_p2001-awart imp_begda = p_p2001-begda IMPORTING exp_absty = ld_absty exp_moabw = ld_moabw EXCEPTIONS no_entry_in_t001p = 1 no_entry_in_t554s = 2 OTHERS = 3.

HR_PSF_CB_AWART_CHECK CALL FUNCTION 'HR_PSF_CB_AWART_CHECK' EXPORTING imp_pernr = p_p2001-pernr imp_awart = p_p2001-awart imp_begda = p_p2001-begda imp_fstat = p_psyst-fstat imp_persg = p_psyst-persg imp_persk = p_psyst-persk imp_moabw = ld_moabw TABLES imp_p2001 = p_it2001 imp_p0006 = p_it0006 imp_p0429 = p_it0429 EXCEPTIONS infty_not_found = 1 no_entry = 2 cb_not_allowed = 3 OTHERS = 4.

HR_PSF_GET_NEXT_DATE_FOR_CB * CALL FUNCTION 'HR_PSF_GET_NEXT_DATE_FOR_CB' * EXPORTING * p_pernr = p_p2001-pernr * p_begda = p_p2001-begda * p_endda = p_p2001-endda * p_fstat = p_psyst-fstat * p_awart = p_p2001-awart * TABLES * imp_p0001 = p_p0001 * imp_p2001 = p_it2001 * exp_it_cycle = lt_cycle[] * EXCEPTIONS * error_seniority_module = 1 * no_entry = 2 * error_crule = 3 * OTHERS = 4.

HR_PSF_CB_ERROR_MESSAGE *CALL FUNCTION 'HR_PSF_CB_ERROR_MESSAGE' * EXPORTING * p_pernr = p_p2001-pernr * p_begda = p_p2001-begda * p_endda = p_p2001-endda ** P_FSTAT = * p_awart = p_p2001-awart * tables * imp_it_cycle = lt_cycle[] ** EXCEPTIONS ** NOT_ENOUGH_SENIORITY = 1 ** OTHERS = 2 * .



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