PCMANADBR1 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 PCMANADBR1 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_99S_GET_VALUES_FIELDS CALL FUNCTION 'HR_99S_GET_VALUES_FIELDS' EXPORTING im_form = g_form im_sectn = p_sectn im_tab_sedat = p_tab_sedat im_begda = p_begda im_endda = p_endda IMPORTING ex_wa = p_wa.
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING program = sy-repid restriction = l_s_restriction EXCEPTIONS OTHERS = 0.
HR_BR_DISPLAY_LOG CALL FUNCTION 'HR_BR_DISPLAY_LOG' EXPORTING report_name = l_repid sw_prot = p_sw_prot sw_no_log = p_sw_no_log pernr_selected = p_pernr_selected pernr_rejected = p_pernr_rejected pernr_skipped = p_pernr_skipped pernr_evaluated = p_pernr_evaluated pernr_evaluated_w = p_pernr_evaluated_w.
HR_BR_APPEND_PERNR_MESSAGE CALL FUNCTION 'HR_BR_APPEND_PERNR_MESSAGE' EXPORTING pernr_number = pernr_number message_id = message_id message_type = message_type message_number = message_number message_var1 = message_var1 message_var2 = message_var2 message_var3 = message_var3 message_var4 = message_var4.
HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = pnpbukrs-low language = pbr99_langu IMPORTING comp_name = company_name EXCEPTIONS not_found = 1 OTHERS = 2.
HR_BR_LER_FILIAL_GERAL CALL FUNCTION 'HR_BR_LER_FILIAL_GERAL' EXPORTING company_code = g_manad_er-bukrs branch = i7brap-filia obra = i7brap-obra date = p_pnpendda IMPORTING cgc = g_manad_er-cnpj cei = g_manad_er-cei comp_name = g_manad_er-name comp_addr = address cname = g_manad_er-nomeobra EXCEPTIONS branch_not_found = 1 address_not_found = 2 company_not_found = 3 general_data_not_found = 4 OTHERS = 5.
HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = i7brap-bukrs language = pbr99_langu IMPORTING comp_name = company_name EXCEPTIONS not_found = 1 OTHERS = 2.
HRCA_BRANCH_GETDETAIL CALL FUNCTION 'HRCA_BRANCH_GETDETAIL' EXPORTING company = p_bukrs branch = p_branch IMPORTING e_state_insc = l_state_insc e_munic_insc = l_munic_insc EXCEPTIONS error_in_filterobjects = 1 error_in_ale_customizing = 2 no_rfc_destination_maintained = 3 not_found = 4 OTHERS = 5.
HR_BR_CHECK_CPF_FORMAT CALL FUNCTION 'HR_BR_CHECK_CPF_FORMAT' EXPORTING cpf_number = l_ncpf EXCEPTIONS cpf_format_not_supported = 1 cpf_check_digit = 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.
PCMANADBR1 - documentation and ABAP source code PCMANADBR0 - documentation and ABAP source code PCMALUA0 - Include für RPCALCX0: Bsp. mögl. landesspezifischer Darlehensroutinen PCMALRU0 - Include für RPCALCX0: Bsp. mögl. landesspezifischer Darlehensroutinen PCMAGMX4_CE - PCMAGMX4CE PCMAGMX4 - documentation and ABAP source code