RPCTXCB1 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 RPCTXCB1 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 RPCTXCB1
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = empl_numb infty = '0006' begda = sy-datum * ENDDA = '99991231' TABLES infty_tab = tab_p0006 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_BE_READ_COMPS_FROM_COMID CALL FUNCTION 'HR_BE_READ_COMPS_FROM_COMID' EXPORTING * comid = l_taxnum comid = l_taxcomid date = p_date IMPORTING tab_comps = ltab_bukrs.
HR_BE_READ_BUKRS CALL FUNCTION 'HR_BE_READ_BUKRS' EXPORTING date = p_date inst_group = pbe04_c_tax_office_gr regno = l_taxnum IMPORTING bukrs = l_bukrs EXCEPTIONS persa_not_found = 1 no_company_found = 2 no_institution_group = 3 no_relationship_sa = 4 inst_group_allows_no_relations = 5 OTHERS = 6.
HR_BE_READ_COMPANY CALL FUNCTION 'HR_BE_READ_COMPANY' EXPORTING imp_date = p_date imp_comp_code = l_bukrs IMPORTING company_class = lc_company EXCEPTIONS not_found = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING * TCLAS = 'A' pernr = $pernr infty = '0001' begda = l_begda endda = l_endda * BYPASS_BUFFER = ' ' * IMPORTING * SUBRC = TABLES infty_tab = itab_p0001 EXCEPTIONS infty_not_found = 1 OTHERS = 2 .
HR_APPEND_ERROR_LIST * CALL FUNCTION 'HR_APPEND_ERROR_LIST' * EXPORTING * PERNR = PERNR * ARBGB = ARBGB * MSGTY = MSGTY * MSGNO = MSGNO * MSGV1 = MSGV1 * MSGV2 = MSGV2 * MSGV3 = MSGV3 * MSGV4 = MSGV4.
HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_msgid = arbgb i_msgty = msgty i_msgno = msgno i_msgv1 = ls_msg-msg1 i_msgv2 = ls_msg-msg2 i_msgv3 = ls_msg-msg3 i_msgv4 = ls_msg-msg4 EXCEPTIONS program_error = 1 OTHERS = 2.
HR_GET_ERROR_LIST * CALL FUNCTION 'HR_GET_ERROR_LIST' * TABLES * ERROR = ERROR_TABLE * ERRORTEXTS = ERROR_TEXTS * EXCEPTIONS * NO_ERRORS.
HR_DISPLAY_ERROR_LIST * CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' * EXPORTING * NO_POPUP = SPACE * NO_PRINT = 'X' * NO_IMG = SPACE * NO_MSGNO = 'X' * LINESIZE = SY-LINSZ * LISTHEADER = TEXT-006 * COLHEADER = TEXT-007 * TABLES * error = error_table.
HR_REFRESH_ERROR_LIST * CALL FUNCTION 'HR_REFRESH_ERROR_LIST'.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount = foreign_amount foreign_currency = 'EUR' local_currency = 'BEF' IMPORTING local_amount = local_amount EXCEPTIONS no_rate_found = 01.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount =
foreign_currency = 'BEF' local_currency = 'EUR' IMPORTING local_amount = EXCEPTIONS no_rate_found = 01.
HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = l_display_profile EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCTXCB1 - Include RPCTXCB1 RPCTXCB0 - Obsolete: Printing of Belcotax Documents RPCTXCB0 - Obsolete: Printing of Belcotax Documents RPCTXBZ0MT - Customer Default Settings for RPCTXBG0 Parameters RPCTXBZ0 - Customer Default Settings for RPCTXBG0 Parameters RPCTXBGFMT - Include for SAPscript Functions