Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to close a Delivery Note without deletion?

gopalkrishna_baliga
Participant
0 Likes
799

Hi Experts

   In my custom ABAP program I want to update the delivery note quantity to zero and close the delivery note after post PGI. I want to close the DN without actually deleting it from SAP database. How can I do this? is there any BAPI?

  Can this be done using BAPI_OUTB_DELIVERY_CHANGE ?

  Please help.

Thanks

Gopal

2 REPLIES 2
Read only

Former Member
0 Likes
740

You can update field LIKP-LIFSK with blocking reason code by your custom program for that delivery number, or use complete delivery Tick with block to update that , as per business requirement

There is not deletion mark Field in OBD and IBD .

This field available in IBD and OBD - Administration tab- below.

Read only

0 Likes
740

Hi Chandrakant,

   How to use complete delivery Tick with block? Is there any BAPI for that? Can you please elaborate this with sample code snippet.

Thanks

Gopal