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

PAD_SE_LEAVING_NOTIFICATION SAP ABAP Report - Report for PersonnelLeavingNotification_Out







PAD_SE_LEAVING_NOTIFICATION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report program to trigger the outbound proxy PersonnelLeavingNotification_Out, which sents the Leaving Notification of an Employee out of the Travel Management system...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 PAD_SE_LEAVING_NOTIFICATION 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

PAD_LEAVG_NOTI - Trigger for PersonelLvgNoti


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 PAD_SE_LEAVING_NOTIFICATION. "Basic submit
SUBMIT PAD_SE_LEAVING_NOTIFICATION AND RETURN. "Return to original report after report execution complete
SUBMIT PAD_SE_LEAVING_NOTIFICATION VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: ERR_RUN = Error Run
Selection Text: NML_RUN = Normal Run
Title: Report for PersonnelLeavingNotification_Out
Text Symbol: 001 = Mode of operation
Text Symbol: 002 = Selection Criteria
Text Symbol: 004 = Application Log for Personnel Leaving Notification
Text Symbol: T01 = - Outbound


INCLUDES used within this REPORT PAD_SE_LEAVING_NOTIFICATION

INCLUDE PAD_SE_LEAV_NOTIF_SUBROUTINES.


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:

PAOCF_READ_TEST_MODE CALL FUNCTION 'PAOCF_READ_TEST_MODE' EXPORTING iv_message_guid = msg_uuid IMPORTING ev_test_mode_active = gv_test_mode_active.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = gs_log IMPORTING e_log_handle = gv_log_handle EXCEPTIONS OTHERS = 1.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_t_log_handle = gt_log_handle EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_t_log_handle = gt_log_handle EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.

PAOCF_UPDATE_TEST_LOG_NEW_TASK CALL FUNCTION 'PAOCF_UPDATE_TEST_LOG_NEW_TASK' EXPORTING iv_message_guid = msg_uuid iv_int_type = if_paoc_co_xi_tools_constants=>outbound iv_seqnr = gv_sequence_number iv_result_type = gv_result_type it_messages = gt_messages EXCEPTIONS update_error = 1 OTHERS = 2.

BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING e_s_display_profile = gs_display_profile EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = gs_display_profile EXCEPTIONS OTHERS = 1.



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