PLPROF01 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 PLPROF01 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.
Title: Include PLPLNF0
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VWWS_STORD_DISPATCHER CALL FUNCTION 'VWWS_STORD_DISPATCHER' EXPORTING call_from = c_call_from_replenishment no_wf = help_flag lts_split = 'X' "4.70 note 480743
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = 'Sollen vorher Folgebelege generiert'(013) textline2 = 'werden?'(014) titel = 'Nachschubplanung verlassen'(012) cancel_display = 'X' IMPORTING answer = answer EXCEPTIONS OTHERS = 0.
MATERIAL_UNIT_CONVERSION CALL FUNCTION 'MATERIAL_UNIT_CONVERSION' EXPORTING input = pi_input kzmeinh = 'X' matnr = pi_matnr meinh = pi_meinh IMPORTING output = pe_output EXCEPTIONS conversion_not_found = 01 input_invalid = 02 material_not_found = 03 meinh_not_found = 04 meins_missing = 05 no_meinh = 06 output_invalid = 07 overflow = 08.
RPL_WRPD_WRPE_UPDATE CALL FUNCTION 'RPL_WRPD_WRPE_UPDATE' IN UPDATE TASK TABLES pi_wrpd_items = g_rd_items pi_wrpe_items = gcb-error_messages.
RPL_WRPT_UPDATE CALL FUNCTION 'RPL_WRPT_UPDATE' IN UPDATE TASK EXPORTING pi_ve_items = pi_ve_items pi_rplid = g_rr_id EXCEPTIONS OTHERS = 1.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = 'W_RPLID' IMPORTING number = pi_rr_id EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 OTHERS = 7.
GET_JOB_RUNTIME_INFO CALL FUNCTION 'GET_JOB_RUNTIME_INFO' IMPORTING jobcount = rr_item-jobcount jobname = rr_item-jobname stepcount = rr_item-jobstep EXCEPTIONS no_runtime_info = 1 OTHERS = 2.
RPL_WRPR_UPDATE CALL FUNCTION 'RPL_WRPR_UPDATE' IN UPDATE TASK TABLES pi_wrpr_items = g_rr_items.
TWPA_SINGLE_READ CALL FUNCTION 'TWPA_SINGLE_READ' IMPORTING wtwpa = twpa_item EXCEPTIONS not_found = 1 OTHERS = 2.
STRUC_ART_CALCULATE_VALUE CALL FUNCTION 'STRUC_ART_CALCULATE_VALUE' EXPORTING head_matnr = head * head_meinh = 'ST' head_kunnr = customer head_rplfl = 'X' IMPORTING head_struc = stuli_item TABLES comp_list = stuli_items EXCEPTIONS no_value_calculate = 1 OTHERS = 2.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL' EXCEPTIONS OTHERS = 1.
POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING cursorline = cursor_line titel = 'Nachschub durchführen'(034) textline1 = diag1 textline2 = diag2 textline3 = diag3 mark_max = 1 mark_flag = ' ' IMPORTING answer = answer TABLES t_spopli = spoplist EXCEPTIONS too_much_answers = 1 too_much_marks = 2.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL' EXCEPTIONS OTHERS = 1.
POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING cursorline = cursor_line titel = 'Nachschub durchführen'(034) textline1 = diag1 textline2 = diag2 textline3 = diag3 mark_max = 1 mark_flag = ' ' IMPORTING answer = answer TABLES t_spopli = spoplist EXCEPTIONS too_much_answers = 1 too_much_marks = 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.