SAP Reports / Programs | Payroll | Germany | Construction Industry(PY-DE-CI) SAP PY

RPCBLGD0 SAP ABAP Report - Breakdown of Trade Tax: Construction Industry







RPCBLGD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates a breakdown of the wage totals for the business tax for the work place municipalities in your enterprise...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPCBLGD0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M01_CBLG - Breakdown of Trade Tax


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


Text pool values


Selection Text: ERHJAHR = Year of Survey
Selection Text: EXT_DAT = Import External Data
Selection Text: PROTO_B = Check Places of Work
Selection Text: PROTO_G = Wage Totals per Municipiality
Selection Text: PROTO_M = Wage Totals per Employee
Selection Text: PROTO_P = Wage Totals per Pers. Subarea
Selection Text: PROTO_S = Records per Employee
Selection Text: TEILAPPL = Subapplication
Title: Breakdown of Trade Tax: Construction Industry
Text Symbol: L01 = Details
Text Symbol: L02 = Check of Places of Work
Text Symbol: L03 = Legal Person
Text Symbol: L04 = Place of Work
Text Symbol: L05 = De/Registration as Place of Work
Text Symbol: L06 = Result of Split
Text Symbol: L07 = WCo
Text Symbol: S10 = Evaluation period
Text Symbol: S11 = Monthly Evaluation for
Text Symbol: S12 = Yearly Evaluation for
Text Symbol: S20 = Extended Log
Text Symbol: S30 = Additional Data


INCLUDES used within this REPORT RPCBLGD0

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_PAL_LOG_AND_ALV_DISPLAY CALL FUNCTION 'HR_PAL_LOG_AND_ALV_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile i_s_flat_profile = ls_flat_profile i_callback_program = sy-repid i_structure_name = c_rpcblgdl i_grid_title = text-l01 i_default = c_x i_save = c_a is_variant = ls_variant TABLES t_outtab = $lohns_bstgd EXCEPTIONS program_error = 1 OTHERS = 2.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING pernr = rx-key-pernr arbgb = sy-msgid msgno = sy-msgno msgv1 = sy-msgv1 msgv2 = sy-msgv2.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING pernr = pernr-pernr arbgb = sy-msgid msgno = sy-msgno msgv1 = sy-msgv1.

HR_COLLECT_ERROR_LIST CALL FUNCTION 'HR_COLLECT_ERROR_LIST' EXPORTING pernr = pernr-pernr arbgb = sy-msgid msgty = sy-msgty msgno = sy-msgno msgv1 = sy-msgv1.

RP_GET_BAUSTELLE CALL FUNCTION 'RP_GET_BAUSTELLE' EXPORTING ptdbk = ptdb1 begindatum = wpbp-endda "YMTK006463 endedatum = wpbp-endda TABLES ptdbf = ptdb2 EXCEPTIONS OTHERS = 1.

HR_COLLECT_ERROR_LIST CALL FUNCTION 'HR_COLLECT_ERROR_LIST' EXPORTING arbgb = sy-msgid msgty = 'W' msgno = sy-msgno msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3.

HR_COLLECT_ERROR_LIST CALL FUNCTION 'HR_COLLECT_ERROR_LIST' EXPORTING pernr = pernr-pernr arbgb = sy-msgid msgty = sy-msgty msgno = sy-msgno msgv1 = sy-msgv1.

HR_COLLECT_ERROR_LIST CALL FUNCTION 'HR_COLLECT_ERROR_LIST' EXPORTING arbgb = sy-msgid msgty = sy-msgty msgno = sy-msgno msgv1 = sy-msgv1 msgv2 = sy-msgv2.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING arbgb = sy-msgid msgno = sy-msgno msgv1 = sy-msgv1 msgv2 = sy-msgv2.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING arbgb = sy-msgid msgno = sy-msgno msgv1 = sy-msgv1 msgv2 = sy-msgv2.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING arbgb = sy-msgid msgno = sy-msgno msgv1 = sy-msgv1 msgv2 = sy-msgv2.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING arbgb = sy-msgid msgno = sy-msgno msgv1 = sy-msgv1.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING arbgb = sy-msgid msgno = sy-msgno msgv1 = sy-msgv1.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING arbgb = sy-msgid msgno = sy-msgno msgv1 = sy-msgv1.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING pernr = ls_hrerror-pernr arbgb = ls_hrerror-arbgb msgty = ls_hrerror-msgty msgno = ls_hrerror-msgno msgv1 = ls_hrerror-msgv1 msgv2 = ls_hrerror-msgv2 msgv3 = ls_hrerror-msgv3 msgv4 = ls_hrerror-msgv4.

GET_JOB_RUNTIME_INFO CALL FUNCTION 'GET_JOB_RUNTIME_INFO' IMPORTING * EVENTID = EVENTID * EVENTPARM = EVENTPARM * EXTERNAL_PROGRAM_ACTIVE = EXTERNAL_PROGRAM_ACTIVE jobcount = jobcount jobname = jobname * STEPCOUNT = STEPCOUNT EXCEPTIONS no_runtime_info = 1 OTHERS = 2.

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

HR_EXPORT_DATA_TO_OTHER_SYS CALL FUNCTION 'HR_EXPORT_DATA_TO_OTHER_SYS' DESTINATION call_back_dest EXPORTING indxkey = call_back_id TABLES datatab = datatab fieldnames = fieldnames hr_errortab = errortab daten1 = daten1 daten2 = daten2 daten3 = daten3 EXCEPTIONS system_failure = 1 MESSAGE sy-msgv1 communication_failure = 2 MESSAGE sy-msgv2.

RP_GET_CURRENCY





CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING * molga = '01' wg. Def. T5DB2

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING arbgb = sy-msgid msgno = sy-msgno msgv1 = sy-msgv1 msgv2 = sy-msgv2.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING arbgb = sy-msgid msgno = sy-msgno msgv1 = sy-msgv1 msgv2 = sy-msgv2.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = c_round i_structure_name = c_rpcblgdl_round i_save = c_a is_variant = ls_variant i_default = c_x EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = c_root i_node_txt = text-l06 i_categ_id = c_round IMPORTING e_node_key = l_node_key EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_node_key i_row_data = EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_STATS_STANDARD_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_STANDARD_MSG_ADD' EXPORTING i_selected_ee = l_selected_ee i_successful_ee = l_succesful_ee i_erroneous_ee = l_erroneous_ee EXCEPTIONS program_error = 1 OTHERS = 2.

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

HR_PAL_GENRL_MSG_ADD * CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' * EXPORTING ** I_NODE_KEY = * i_msgid = sy-msgid * i_msgty = sy-msgty * i_msgno = sy-msgno * i_msgv1 = sy-msgv1 * i_msgv2 = sy-msgv2 * i_msgv3 = sy-msgv3 * i_msgv4 = sy-msgv4 ** IMPORTING ** E_NODE_KEY = * EXCEPTIONS * program_error = 1 * OTHERS = 2.

HR_PAL_PERNR_MSG_ADD * CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' * EXPORTING ** I_NODE_KEY = * i_pernr = l_pernr * i_pernr = sy-pernr * i_msgid = sy-msgid * i_msgty = sy-msgty * i_msgno = sy-msgno * i_msgv1 = sy-msgv1 * i_msgv2 = sy-msgv2 * i_msgv3 = sy-msgv3 * i_msgv4 = sy-msgv4 ** IMPORTING ** E_PERNR_NODE_KEY = * EXCEPTIONS * program_error = 1 * OTHERS = 2.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_msgid = -arbgb i_msgty = -msgty i_msgno = -msgno i_msgv1 = -msgv1 i_msgv2 = -msgv2 i_msgv3 = -msgv3 i_msgv4 = -msgv4 EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' EXPORTING i_pernr = -pernr i_msgid = -arbgb i_msgty = -msgty i_msgno = -msgno i_msgv1 = -msgv1 i_msgv2 = -msgv2 i_msgv3 = -msgv3 i_msgv4 = -msgv4 EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = c_root i_node_txt = text-l02 IMPORTING e_node_key = l_node_root EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = c_betrst i_structure_name = c_rpcblgdl_betrst * I_WITH_MSG_FIELDS = * I_MSG_TEXT_POS = * I_ICON_LTEXT_POS = * IT_FIELDCAT = i_save = c_a is_variant = ls_variant i_default = c_x * IS_LAYOUT = * I_S_PRINT_OPTIONS = * I_TREE_SORT = * I_CLBK = EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = l_node_root i_node_txt = l_header i_categ_id = c_betrst IMPORTING e_node_key = l_node_actual EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_node_actual i_row_data = ls_row_betr EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_node_actual i_row_data = ls_row_anab EXCEPTIONS program_error = 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 RPCBLGD0 or its description.