SAP Reports / Programs | Materials Management | Consumption-Based Planning (See Also PP-MRP)(MM-CBP) SAP MM

PLPROF01 SAP ABAP INCLUDE - Include PLPLNF0







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


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


Text pool values


Title: Include PLPLNF0


INCLUDES used within this REPORT PLPROF01

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:

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.



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