SAP Reports / Programs

RPUBBAH0 SAP ABAP Report - Report on insured persons -- subseq. print of report and certificate







RPUBBAH0 is a standard Executable ABAP Report 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 RPUBBAH0 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_M21_RPUBBAH0 - Insurance - post-maring and certif.


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

INCLUDE RPCPCAH0.


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:

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'T5H81' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

HR_PAL_LOG_AND_ALV_DISPLAY CALL FUNCTION 'HR_PAL_LOG_AND_ALV_DISPLAY' EXPORTING i_callback_program = lv_repid i_callback_pf_status_set = 'SET_STATUS' i_callback_user_command = 'USER_COMMAND' * i_structure_name = 'T5H81' it_fieldcat = lt_fieldcat is_layout = ls_layout i_save = 'X' TABLES t_outtab = gt_data "gt_t5h81 EXCEPTIONS program_error = 1 OTHERS = 2.

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.

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

HR_HU_MNYP_TO_EMFSL CALL FUNCTION 'HR_HU_MNYP_TO_EMFSL' EXPORTING iv_mnypk = p_last_mnyp iv_begda = p_vdate iv_endda = p_vdate IMPORTING ev_emfsl = lv_last_emfsl EXCEPTIONS no_emfsl_found = 1 OTHERS = 2.

HR_HU_MNYP_TO_EMFSL CALL FUNCTION 'HR_HU_MNYP_TO_EMFSL' EXPORTING iv_mnypk = mnyp iv_begda = begda iv_endda = endda IMPORTING ev_emfsl = lv_emfsl EXCEPTIONS no_emfsl_found = 1 OTHERS = 2.

STRING_CONCATENATE CALL FUNCTION 'STRING_CONCATENATE' EXPORTING string1 = t5h4e-kodfs string2 = t5h4e-kmod1 IMPORTING string = mp_subty EXCEPTIONS too_small = 01.

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' EXCEPTIONS form = 1 format = 2 unended = 3 unopened = 4 unused = 5 spool_error = 6 OTHERS = 7.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXCEPTIONS element = 1 function = 2 type = 3 unopened = 4 unstarted = 5 window = 6 bad_pageformat_for_print = 7 spool_error = 8 OTHERS = 9.

END_FORM CALL FUNCTION 'END_FORM' EXCEPTIONS unopened = 1 bad_pageformat_for_print = 2 spool_error = 3 OTHERS = 4.

SSF_FUNCTION_MODULE_NAME CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME' EXPORTING formname = pv_form * VARIANT = ' ' * DIRECT_CALL = ' ' IMPORTING fm_name = lv_fmname EXCEPTIONS no_form = 1 no_function_module = 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.

HR_HU_MNYP_TO_EMFSL CALL FUNCTION 'HR_HU_MNYP_TO_EMFSL' EXPORTING iv_mnypk = pv_mnyp iv_begda = pv_dvali iv_endda = pv_dvali IMPORTING ev_emfsl = lv_emfsl EXCEPTIONS no_emfsl_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM





CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-004 text_question = text-003 IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = gv_retfield TABLES value_tab = gt_jobid_f4_value_tab field_tab = gt_field_tab return_tab = lt_return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

HR_HU_GET_SZEMNAP CALL FUNCTION 'HR_HU_GET_SZEMNAP' EXPORTING IV_PERNR = pernr TABLES EV_PCL1_PC = lt_pcl1_pc.

HR_HU_MOVE_STRUC1_TO_STRUC2 CALL FUNCTION 'HR_HU_MOVE_STRUC1_TO_STRUC2' EXPORTING p_struct1 = ncale IMPORTING p_struct2 = pcalh.

HR_HU_GET_SZEMNAP CALL FUNCTION 'HR_HU_GET_SZEMNAP' EXPORTING IV_PERNR = pernr TABLES EV_PCL1_PC = lt_pcl1_pc.

HR_HU_MOVE_STRUC1_TO_STRUC2 CALL FUNCTION 'HR_HU_MOVE_STRUC1_TO_STRUC2' EXPORTING p_struct1 = ncale IMPORTING p_struct2 = pcalh.

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.



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 RPUBBAH0 or its description.