SAP Reports / Programs | Personnel Management | Personnel Administration(PA-PA) SAP PA

RPIT25APPF01 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 * DIAGNOSE_OBJECT = ' ' text_question = text-025 text_button_1 = 'Ja'(003) icon_button_1 = 'ICON_CHECKED' text_button_2 = 'Nein'(004) icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 * DIAGNOSE_OBJECT = ' ' text_question = text-002 text_button_1 = 'Ja'(003) icon_button_1 = 'ICON_CHECKED' text_button_2 = 'Nein'(004) icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 * DIAGNOSE_OBJECT = ' ' text_question = text-005 text_button_1 = 'Ja'(003) icon_button_1 = 'ICON_CHECKED' text_button_2 = 'Nein'(004) icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2.

RH_INTEGRATION_CHECK CALL FUNCTION 'RH_INTEGRATION_CHECK' IMPORTING integrated_plvar = plvar.

RHPS_APP_SCHEME_OBJ_CREATE CALL FUNCTION 'RHPS_APP_SCHEME_OBJ_CREATE' EXPORTING langu = sy-langu plvar = plvar * EXT_NUMBER = '00000000' stext = text40 * BEGDA = '19000101' * ENDDA = '99991231' infty1043 = infty1043 infty1044 = infty1044 vtask = 'B' IMPORTING objid = scheme-scheme_id * TABLES * PTXT1002 = * PNUM1043 = * FB_PT1047 = "FB noch nicht fertig * DESCR_PT1048 = EXCEPTIONS text_required = 1 invalid_date = 2 error_during_insert = 3 wrong_infotyp_info = 4 undefined = 5 OTHERS = 6.

RH_UPDATE_DATABASE CALL FUNCTION 'RH_UPDATE_DATABASE' EXPORTING vtask = 'D' keep_lupd = 'X' EXCEPTIONS OTHERS = 1.

RHPS_APP_CRITERION_CREATE CALL FUNCTION 'RHPS_APP_CRITERION_CREATE' EXPORTING langu = sy-langu plvar = plvar * EXT_NUMBER = '00000000' stext = text40 * BEGDA = '19000101' * ENDDA = '99991231' votype = 'BS' vobjid = scheme-scheme_id"#EC DOM_EQUAL * VBEGDA = '19000101' * VENDDA = '99991231' vpad47 = vpad47 infty1044 = infty1044 vtask = 'B' IMPORTING objid = appraisal-objid * TABLES * DESCR_PT1048 = EXCEPTIONS text_required = 1 invalid_date = 2 error_during_insert = 3 wrong_infotyp_info = 4 undefined = 5 OTHERS = 6.

RH_UPDATE_DATABASE CALL FUNCTION 'RH_UPDATE_DATABASE' EXPORTING vtask = 'D' keep_lupd = 'X' EXCEPTIONS OTHERS = 1.

RHPA_APPRAISAL_CREATE CALL FUNCTION 'RHPA_APPRAISAL_CREATE' EXPORTING plvar = plvar appscheme_id = t513papd-appmodel "#EC DOM_EQUAL * EXT_NUMBER = '00000000' app_stext = text40 app_begda = pa0025-begda app_endda = pa0025-endda app_active = 'X' * INFO1045 = vtask = 'B' * IMPORTING * appraisal_id = appraisal_id TABLES appraisors = appraisors[] appraisees = appraisees[] app_pt1045 = infty1045[] * PTXT1002 = * ERR_APP_PT1045 = * ERR_RELATION = EXCEPTIONS no_authority = 1 nothing_found = 2 missing_app_text = 3 missing_appraisor = 4 missing_appraisee = 5 wrong_combination = 6 invalid_date = 7 appraisal_table_error = 8 error_during_insert = 9 relation_not_possible = 10 OTHERS = 11.

RH_UPDATE_DATABASE CALL FUNCTION 'RH_UPDATE_DATABASE' EXPORTING vtask = 'D' keep_lupd = 'X' EXCEPTIONS OTHERS = 1.

STRUCPACK_RELEASE_GET CALL FUNCTION 'STRUCPACK_RELEASE_GET' EXPORTING I_NAME_EXTENSION = 'SAP_HR' IMPORTING E_RELEASE = l_release EXCEPTIONS OTHERS = 0.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING tabname = curtable varkey = varkey EXCEPTIONS foreign_lock = 4 system_failure = 8.

DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING tabname = curtable varkey = varkey.



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