RPCBBMH0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The employer is obliged to report changes in the legal relationships of the insured persons employed...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 RPCBBMH0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M21_RPCBBMH0 - Nofification of insured other ent.
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.
Selection Text: PV_BUKRS = Company code
Selection Text: PV_CHID = Checking tax and SI numbers
Selection Text: PV_CODP = Code page (coded char. set)
Selection Text: PV_DIR = Directory
Selection Text: PV_ELES = Update run
Selection Text: PV_EXT = Extension
Selection Text: PV_FORM = Statement form name
Selection Text: PV_FPREF = File name start
Selection Text: PV_GVALI = Data validity end date
Selection Text: PV_HOM = Display statuses
Selection Text: PV_KUL = Spool requests by tax numbers
Selection Text: PV_PRINT = Printer name
Selection Text: PV_RESZL = Company code details
Selection Text: PV_SMART = Use smartforms
Selection Text: PV_SSCR = Use SAPScript
Selection Text: P_UTCA = Public domain name
Selection Text: P_TELEFO = Phone number
Selection Text: P_LEPCSO = Staircase
Selection Text: P_KOZJEL = Nature of public domain
Selection Text: P_JUNAP = Succession day
Selection Text: P_JUMAN = Day of successor's formation
Selection Text: P_JOGUT = Report due to succession
Selection Text: P_HELY = City
Selection Text: P_HAZ = House number
Selection Text: P_EPULET = Building
Selection Text: P_EMELET = Floor/door
Selection Text: P_EMAIL = E-mail
Selection Text: P_ALAIR = Name of tax payer or rep.
Selection Text: PV_TESZT = Test run
Selection Text: PV_TABL = Write out backgr. table change
Title: Report APEH insured persons in other relationship
Text Symbol: VAL = Validity
Text Symbol: VA1 = End date of data validity
Text Symbol: UJG = Last report sent, generating new status
Text Symbol: TYP = Report
Text Symbol: TST = Test run -- no database update
Text Symbol: SPC = Other settings
Text Symbol: SEL = Person selection
INCLUDE RPCPCAH0.
No SAP DATABASE tables are accessed within this REPORT code!
HR_HU_UTOLSO_KILEPES * CALL FUNCTION 'HR_HU_UTOLSO_KILEPES' * EXPORTING * per_nr = pv_pernr * ref_date = pv_endda * IMPORTING * last_fire = lv_last_fired * EXCEPTIONS * not_found = 1 * OTHERS = 2.
HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING * I_NODE_KEY = i_msgid = pv_msgid i_msgty = pv_msgty i_msgno = pv_msgno i_msgv1 = lv_msgv1 i_msgv2 = lv_msgv2 i_msgv3 = lv_msgv3 i_msgv4 = lv_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_pernr = pv_pernr i_msgid = pv_msgid i_msgty = pv_msgty i_msgno = pv_msgno i_msgv1 = lv_msgv1 i_msgv2 = lv_msgv2 i_msgv3 = lv_msgv3 i_msgv4 = lv_msgv4 EXCEPTIONS program_error = 1 OTHERS = 2.
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING * BIN_FILESIZE = filename = filename * FILETYPE = 'ASC' * { 4.7-től
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' "#EC * EXPORTING * BIN_FILESIZE = filename = $filename * FILETYPE = 'ASC' * { 4.7-től
HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = bukrs IMPORTING address = addr-addrnumber EXCEPTIONS not_found = 1 OTHERS = 2.
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = addr IMPORTING sadr = sadr1 EXCEPTIONS parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 OTHERS = 5.
HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 't5h81m' i_structure_name = 't5h81m' EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = 'Új állapotok T5H81M-ben' i_categ_id = 't5h81m' IMPORTING e_node_key = lv_t5h81m_add_node EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = 'T5H81M-ből törlendő állapotok' i_categ_id = 't5h81m' IMPORTING e_node_key = lv_t5h81m_del_node EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = 'Új állapotok jelentése' i_categ_id = 't5h81m' IMPORTING e_node_key = lv_t5h81m_u EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = 'Változásjelentések' i_categ_id = 't5h81m' IMPORTING e_node_key = lv_t5h81m_v EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = 'Törlő jelentések' i_categ_id = 't5h81m' IMPORTING e_node_key = lv_t5h81m_t EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = lv_t5h81m_add_node i_row_data = ls_t5h81m EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = lv_t5h81m_del_node i_row_data = ls_t5h81m EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = lv_t5h81m_u i_row_data = ls_t5h81m EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = lv_t5h81m_v i_row_data = ls_t5h81m EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = lv_t5h81m_t i_row_data = ls_t5h81m EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_disp_prof EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 3.
OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING form = pv_form EXCEPTIONS canceled = 1 device = 2 form = 3 OPTIONS = 4 unclosed = 5 mail_options = 6 archive_error = 7 invalid_fax_number = 8 more_params_needed_in_batch = 9 spool_error = 10 OTHERS = 11.
CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' EXCEPTIONS unopened = 1 bad_pageformat_for_print = 2 send_error = 3 spool_error = 4 OTHERS = 5.
START_FORM CALL FUNCTION 'START_FORM' EXPORTING form = pv_form EXCEPTIONS form = 1 format = 2 unended = 3 unopened = 4 unused = 5 OTHERS = 6.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXCEPTIONS element = 1 function = 2 type = 3 unopened = 4 unstarted = 5 window = 6 bad_pageformat_for_print = 7 OTHERS = 8.
END_FORM CALL FUNCTION 'END_FORM' EXCEPTIONS unopened = 1 bad_pageformat_for_print = 2 OTHERS = 3.
HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = pv_bukrs IMPORTING address = ls_addr-addrnumber EXCEPTIONS not_found = 1 OTHERS = 2.
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = ls_addr IMPORTING sadr = ls_sadr1 EXCEPTIONS parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 OTHERS = 5.
SSF_FUNCTION_MODULE_NAME CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME' EXPORTING formname = pv_form IMPORTING fm_name = gv_fmname EXCEPTIONS no_form = 1 no_function_module = 2 OTHERS = 3.
HR_HU_MOVE_STRUC1_TO_STRUC2 * CALL FUNCTION 'HR_HU_MOVE_STRUC1_TO_STRUC2' * EXPORTING * p_struct1 = ncale * IMPORTING * p_struct2 = pcalh.
HR_HU_MOVE_STRUC1_TO_STRUC2 * CALL FUNCTION 'HR_HU_MOVE_STRUC1_TO_STRUC2' * EXPORTING * p_struct1 = ncale * IMPORTING * p_struct2 = pcalh.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = lv_mess.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = sv_retfield TABLES value_tab = st_value_tab[] field_tab = st_field_tab[] return_tab = lt_return_tab[] EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-repid dynumb = '1000' TABLES dynpfields = lt_dynp[] EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.
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 RPCBBMH0 or its description.
RPCBBMH0 - Report APEH insured persons in other relationship RPCBBMH0 - Report APEH insured persons in other relationship RPCBBKH0 - Insured persons report to APEH on borrowed workers RPCBBKH0 - Insured persons report to APEH on borrowed workers RPCBBDN0 - documentation and ABAP source code RPCBBAH1 - Report on insured persons to APEH