cancel
Showing results for 
Search instead for 
Did you mean: 

Print Delivery Note after Packing Status is completed in EWM Outbound Delivery Order

former_member546000
Discoverer
0 Kudos

Hello colleagues,

I have a requirement to print the Delivery Note for the Outbound Delivery Order in EWM after Packing status is completed.

I came across SAP NOTE 1461585 and I tried to customize the system, in order for the PPF action for printing the delivery note to be triggered when packing status is completed.

What I did:

1. Create condition table with the following field names:

- DPP_ACTION

- DPP_DOCCAT

- DPP_DOCTYPE

- DPP_GM_C_STATUS

- DPP_GM_STATUS

- DPP_OBJCHG

- DPP_PK_C_STATUS

- DPP_WHNO

2. Activate Condition table and create access sequence for the condition table

3. Create condition type

4. Maintain Determination Procedure

5. Assign Determination Procedure to the Action Definition used for

6. Added the new condition table into the condition maintenance group for DLVP

7. Maintained Condition record for the valid combinations of action definition, doc cat, document type, GM Status (IPFI, IPIP, NSFI, NSIP), Pack Status value = 9 (Completed) and Wh Number.

Unfortunately with all this setup, the action definition for printing the Delivery note when Packing Status of the EWM Outbound Delivery Order is = 9 (Completed) it is still not triggered

Additionally, I also checked in /SCDL/DB_STATUS table, based on the ODO Document ID, in order to see the STATUS_TYPE, but the status type DPC, which is the status type for Packing, is not found in this table, and I found this quite strange, because all the other statuses available at Outbound Delivery Order level, can be checked in that table.

If anybody has ever come across a similar request, or you have other ideas about what to try, please let me know your suggestions.

Best Regards,

Alex.

0 Kudos

Any further updates, How do you achieve to print the delivery after the packing is complete.

Also, have you used standard Action defnition or Custom one? Because the standard Action definition will only trigger after goods issue to print the delivery note...

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member542115
Discoverer
0 Kudos

Moderator please note the Comment option is not available.

Hello Alexandru,

I am facing the same problem and am wondering if you found a solution?

Best regards and thanks for your help in advance,

Scott

schulte-bahrenberg
Contributor
0 Kudos

....also check status management customizing whether the status is active at all (SPRO node 'Define Status Profiles' somewhere under cross-process functions).

former_member546000
Discoverer
0 Kudos

Hi Hendrik,

I checked the DPC Status Type, under the corresponding status profile/system profile, and the inactive checkbox is not set.

Thanks a lot for your reply.

Regards,

Alex.

petrzak
Active Participant
0 Kudos

Hi Alex,

have you assigned to correct Action profile and document type? Is system trying to read condition entries? Ie. calling function to read condition entries (e.g./SAPCND/CNF_DETERMINE_NEW) ?

Petr

former_member546000
Discoverer
0 Kudos

Hi Petr,

Thanks for replying. Yes, the system is checking through the condition table entries, because I managed to make the printout to be generated in all the other status changes of the Outbound Delivery Order in EWM (Creation of ODO, Update of ODO), but unfortunately not when packing status is updated.

Have a nice day ahead,

Alex.