SAP Reports / Programs | Personnel Management | Personnel Management | Pension fund Netherlands(PA-PF-NL) SAP PA

RPLEVTNF SAP ABAP INCLUDE - MEPO_SINGLE_ACCOUNT_PAI2







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

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:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'P05K_EVT_ENTRY' CHANGING ct_fieldcat = gi_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

HR_NL_PK_CHECK_EVENT_AUTHORITY CALL FUNCTION 'HR_NL_PK_CHECK_EVENT_AUTHORITY' EXPORTING event = lf_5ndk-orevt kasse = lf_5ndk-kasse IMPORTING authlevel = l_authlevel EXCEPTIONS no_authority_defined = 1 internal_error = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_create IMPORTING RESULT = lf_entry-staticon EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_calculation IMPORTING RESULT = lf_entry-staticon EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_complete IMPORTING RESULT = lf_entry-staticon EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_okay IMPORTING RESULT = lf_entry-staticon EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_reject IMPORTING RESULT = lf_entry-staticon EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_insert_relation IMPORTING RESULT = lf_entry-staticon EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_cancel IMPORTING RESULT = lf_entry-staticon EXCEPTIONS OTHERS = 0.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act = l_top * ENTRY_FROM = 1 entry_to = l_maxline last_page_full = ' ' loops = l_lines ok_code = p_scomm * OVERLAPPING = ' ' * PAGE_ACT = 0 * PAGE_GO = 0 IMPORTING * ENTRIES_SUM = entry_new = l_top * PAGES_SUM = * PAGE_NEW = EXCEPTIONS no_entry_or_page_act = 1 no_entry_to = 2 no_ok_code_or_page_go = 3 OTHERS = 4.

HR_PF_TS_EVENT_OVERVIEW_05 CALL FUNCTION 'HR_PF_TS_EVENT_OVERVIEW_05' EXPORTING massn = wa_t5ndj-massn massg = wa_t5ndj-massg molga = g_act_molga appli = gc_act_appli * FSHOW = 'X' * LANGU = SY-LANGU w5ndk = wa_t5ndk CHANGING iinfty = it_infty EXCEPTIONS no_infogroup_found = 1 no_infotypes_found = 2 OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Please confirm'(101) * DIAGNOSE_OBJECT = ' ' text_question = 'Change eventstatus?'(100) * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = l_answer.

HR_NL_PK_MODIFY_EVENTSTATUS CALL FUNCTION 'HR_NL_PK_MODIFY_EVENTSTATUS' EXPORTING kasse = wa_outtab-kasse pernr = wa_outtab-pernr event = wa_outtab-event datum = wa_outtab-evdat orevt = wa_outtab-orevt ordat = wa_outtab-ordat seqev = wa_outtab-seqev status = l_newstat vname = sy-uname testmode = ' ' EXCEPTIONS noevent = 1 OTHERS = 2.

HR_NL_PK_GET_OUTPUT_GROUPING CALL FUNCTION 'HR_NL_PK_GET_OUTPUT_GROUPING' EXPORTING p_t5ndk = wa_t5ndk IMPORTING p_outgr = l_outgr p_default = l_default EXCEPTIONS no_outgr_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM * CALL FUNCTION 'POPUP_TO_CONFIRM' * EXPORTING * titlebar = 'Please confirm'(101) ** DIAGNOSE_OBJECT = ' ' * text_question = 'Start event calculation?'(103) ** TEXT_BUTTON_1 = 'Ja'(001) ** ICON_BUTTON_1 = ' ' ** TEXT_BUTTON_2 = 'Nein'(002) ** ICON_BUTTON_2 = ' ' ** DEFAULT_BUTTON = '1' ** DISPLAY_CANCEL_BUTTON = 'X' ** USERDEFINED_F1_HELP = ' ' ** START_COLUMN = 25 ** START_ROW = 6 ** POPUP_TYPE = * IMPORTING * answer = l_answer.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Please confirm'(101) * DIAGNOSE_OBJECT = ' ' text_question = 'Correction is done?'(102) * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = l_answer.

HR_NL_PK_MODIFY_EVENTSTATUS CALL FUNCTION 'HR_NL_PK_MODIFY_EVENTSTATUS' EXPORTING kasse = wa_outtab-kasse pernr = wa_outtab-pernr event = wa_outtab-event datum = wa_outtab-evdat orevt = wa_outtab-orevt ordat = wa_outtab-ordat seqev = wa_outtab-seqev status = c_corrected vname = wa_outtab-vname testmode = ' ' EXCEPTIONS noevent = 1 OTHERS = 2.

HR_NL_PK_WRITE_EVENT CALL FUNCTION 'HR_NL_PK_WRITE_EVENT' EXPORTING pernr = wa_outtab-pernr kasse = wa_outtab-kasse event = wa_outtab-event datum = wa_outtab-evdat cname = sy-uname testmode = ' ' EXCEPTIONS error_new = 1 error_original = 2 too_many_entries = 3 OTHERS = 4.



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