MP56PS_TRGF00 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 MP56PS_TRGF00 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CHECK_AUTH_TRG_ACTION CALL FUNCTION 'CHECK_AUTH_TRG_ACTION' EXPORTING action = '1' authp = authp check_kostl = check_kostl pernr = ptp02-pernr "GLWE34K019006 EXCEPTIONS no_change_authority = 1 no_create_authority = 2 no_show_authority = 3 no_delete_authority = 4 no_cancel_authority = 5 OTHERS = 6.
CHECK_AUTH_TRG_ACTION CALL FUNCTION 'CHECK_AUTH_TRG_ACTION' EXPORTING action = '2' authp = authp check_kostl = check_kostl pernr = ptp02-pernr "GLWE34K019006 EXCEPTIONS no_change_authority = 1 no_create_authority = 2 no_show_authority = 3 no_delete_authority = 4 no_cancel_authority = 5 OTHERS = 6.
CHECK_AUTH_TRG_ACTION CALL FUNCTION 'CHECK_AUTH_TRG_ACTION' EXPORTING action = '3' authp = authp check_kostl = check_kostl pernr = ptp02-pernr "GLWE34K019006 EXCEPTIONS no_change_authority = 1 no_create_authority = 2 no_show_authority = 3 no_delete_authority = 4 no_cancel_authority = 5 OTHERS = 6.
CHECK_AUTH_TRG_ACTION CALL FUNCTION 'CHECK_AUTH_TRG_ACTION' EXPORTING action = '4' authp = authp check_kostl = check_kostl pernr = ptp02-pernr "GLWE34K019006 EXCEPTIONS no_change_authority = 1 no_create_authority = 2 no_show_authority = 3 no_delete_authority = 4 no_cancel_authority = 5 OTHERS = 6.
CHECK_AUTH_TRG_ACTION CALL FUNCTION 'CHECK_AUTH_TRG_ACTION' EXPORTING action = '5' authp = authp check_kostl = check_kostl pernr = ptp02-pernr "GLWE34K019006 EXCEPTIONS no_change_authority = 1 no_create_authority = 2 no_show_authority = 3 no_delete_authority = 4 no_cancel_authority = 5 OTHERS = 6.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-s02 text_question = text-s01 default_button = '2' display_cancel_button = space IMPORTING answer = answer.
BAPI_TRIP_GET_FORM * CALL FUNCTION 'BAPI_TRIP_GET_FORM' * EXPORTING * employeenumber = ptp02-pernr * tripnumber = node_reinr ** SET_PRINT_FLAG = ' ' * display_form = 'X' ** GET_TRIP_FROM_MEMORY = ' ' ** DOCK_TREE_CONTROL = ' ' * periodnumber = node_perio * IMPORTING * return = return ** TABLES ** TRIPFORM = * .
POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING * defaultoption = 'Y' * textline1 = text-085 * textline2 = text-086 * titel = text-087 * start_column = 25 * start_row = 6 * cancel_display = 'X' * IMPORTING * answer = answer * EXCEPTIONS * OTHERS = 0.
TG_GET_ABORD_ABORD CALL FUNCTION 'TG_GET_ABORD_ABORD' EXPORTING pernr = ptp02-pernr trgnr = ptp02-reinr TABLES t_abord_in_abord = tab_abord_in_abord EXCEPTIONS table_head_read_error = 1 no_abord = 2 OTHERS = 3.
HRCA_DC_ACTIVE_CHECK CALL FUNCTION 'HRCA_DC_ACTIVE_CHECK' EXPORTING i_bukrs = akt_bukrs IMPORTING e_cac_active = obligo_active TABLES return_table = return_table.
TRV_COMMIT_WORK CALL FUNCTION 'TRV_COMMIT_WORK' EXCEPTIONS edi_dequeue_error = 1 OTHERS = 2.
HR_EVAL_STATUS_GET CALL FUNCTION 'HR_EVAL_STATUS_GET' EXPORTING type = 'TR' runid = ls_perio_d_rueck-runid IMPORTING status = actual_status EXCEPTIONS run_not_found = 1 run_locked = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.