cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Planning Picking Planned (PCP) is missing for Picking WT

Former Member
0 Likes
4,043

Hi Experts,

WT is created and confirmed for picking.

But suddenly delivery gets blocked for ODO with zero quantity.

WT's are in confirmed status with respective quantity.

When I clicked the checked button in prod screen I found the below error message.

Item 152318/10: Related document flow node for planning Picking Planned (PCP) is missing for Picking (PCA) 47684514

Message No. /SCDL/BO_VALIDATION048

Please check and suggest me some clue to understand this issue.

Appreciate your support.

Regards

George

Accepted Solutions (0)

Answers (5)

Answers (5)

roman-shevchenko
Newcomer
0 Likes

Hi all,

If you create WT using ABAP, then I advise you to use the FM /SCWM/WAVE_RELEASE_EXT

DATA lt_wave_no TYPE /scwm/tt_wave_no.

APPEND INITIAL LINE TO lt_wave_no ASSIGNING FIELD-SYMBOL(<lt_wave_no>).
<lt_wave_no>-lgnum = who-lgnum.
<lt_wave_no>-wave = <lt_ordim_o_src>-wave.

CALL FUNCTION '/SCWM/WAVE_RELEASE_EXT'
EXPORTING
iv_lgnum = who-lgnum
iv_rdoccat = 'PDO'
it_wave_no = lt_wave_no
IMPORTING
et_bapiret = lt_bapiret_l
ev_severity = lv_severity_l.

IF lv_severity_l <> 'E'.
COMMIT WORK AND WAIT.
ENDIF.

0 Likes

while creating WT, don't pass any fields related to STOCK and make sure you pass RDOCID, RDOCCAT, RITMID, DLVQTY and REQQTY to avoid this error

0 Likes

This parameters (DLVQTY and REQQTY) does not exist in structure /SCWM/S_TO_PREP_WHR_INT.

0 Likes

I have used /SCWM/TO_CREATE for WT creation.

former_member834090
Discoverer
0 Likes

Hi Harshita,

I m passing RDOCID, RDOCCAT, RITMID of previous task from warehouse order.

getting same error

0 Likes

Pass all the fields from WT but skip STOCK related fields

former_member834090
Discoverer
0 Likes

I am not passing stock related fields, only guid stock i was passing, removed that also still has error.

I am passing existing task data, only changed source bin

0 Likes

Hi George,

Were you able to resolve this issue? It will be helpful if you could provide some information or please contact me if possible.

prasanth161993
Newcomer
0 Likes

Hi Harshita,

i'm also getting similar error. It will be helpful if you could help me with the solution.

Former Member
0 Likes

Thanks Vamsi for the reply.
when did we have to apply this note ? I mean as this error seems standard then why we need to implement this note .
Issue with my odo is all WT's are confirmed with correct quantities but after confirmation ODO has blocked.
In validation tab i found below error message

Here I am curious to know what has make system to block delivery .

What all are validations which can blocked the delivery after confirmation of WT's in standard sap.
I will appreciate if you help me to understand why delivery has blocked.

regards

George

0 Likes

Hi ,

Did you tried this sap note 1270163