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

HBR3RDE40 SAP ABAP INCLUDE - documentation and ABAP source code







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

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_GET_FILIAL_PER_AREA call function 'HR_BR_GET_FILIAL_PER_AREA' exporting p_werks = ge_employee-werks p_btrtl = ge_employee-btrtl sw_prot = pbr99_off importing branch = ge_employee-filia obra = ge_employee-obra bukrs = ge_employee-bukrs exceptions no_link_areas = 1 no_group_found = 2 others = 3.

HR_BR_LER_FILIAL_GERAL call function 'HR_BR_LER_FILIAL_GERAL' exporting company_code = filial_er-bukrs branch = filial_er-filia obra = filial_er-obra date = gsc_date importing cgc = gsc_employee-cgc cei = gsc_employee-cei obra_cnpj = gsc_employee-obra_cnpj comp_addr = gsc_comp_addr exceptions branch_not_found = 1 address_not_found = 2 company_not_found = 3 general_data_not_found = 4 others = 5.

MONTH_NAMES_GET call function 'MONTH_NAMES_GET' exporting language = sy-langu importing return_code = rmt_ret_code tables month_names = rmt_it247 exceptions month_names_not_found = 1 others = 2.

HRCA_BRANCH_GETDETAIL CALL FUNCTION 'HRCA_BRANCH_GETDETAIL' EXPORTING company = rft_bukrs branch = rft_filia IMPORTING branch_detail = rft_branch_detail return = rft_rc EXCEPTIONS error_in_filterobjects = 1 error_in_ale_customizing = 2 no_rfc_destination_maintained = 3 OTHERS = 4.

DD_DOMVALUE_TEXT_GET call function 'DD_DOMVALUE_TEXT_GET' exporting domname = name_local value = value_local importing dd07v_wa = dd07v_wa rc = rc exceptions others = 1.

HRCA_COMPANYCODE_GETDETAIL call function 'HRCA_COMPANYCODE_GETDETAIL' exporting companycode = rat_bukrs language = sy-langu importing comp_name = rat_company_name exceptions not_found = 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 HBR3RDE40 or its description.