‎2016 May 30 4:46 PM
Hi,
I want to create a delivery without reference i.e. tcode = VL01NO
I am using bapi BAPI_OUTB_DELIVERY_CREATENOREF.
But I am getting an error " Copying is not poss.because an entry is missing in Table TVCPL: ZLOR"
ZLOR is my delivery type to create delivery without reference.
Manually I am able to create delivery w/o ref in VL01NO.
However bapi is giving me an error.
I enquired with the functional, TVCPL check shouldn't happen as it is used to fetch when delivery is created without reference.
Please help.
‎2016 Jun 23 12:57 PM
Hi All,
for my requirement i.e. creating delivery without reference for CPD customers BAPI_OUTB_DELIVERY_CREATENOREF cannot be used.
I found a note 1956188 which says this BAPI cannot be used to create delivery for CPD customers.
tcode VL01NO only has to be used.
Closing the thread
‎2016 May 30 5:22 PM
‎2016 May 31 12:57 PM
Hi Mukesh,
Thanks for the advice.
But debugging both VL01N and VL01NO did not help.
inside BAPI_OUTB_DELIVERY_CREATENOREF another FM is used, i.e GN_DELIVERY_CREATE.
and in this FM, there is a check on table TVCPL.
maybe I am missing to pass something. Can you help with it?
Following is the data passed to BAPI_OUTB_DLIVERY_CREATENOREF:
‎2016 May 31 1:08 PM
also I simulated VL01N and VL01NO while manually creating delivery w/o ref. standard code has not used any FM and direct table update takes place.
Could you please help ?
‎2016 Jun 23 12:57 PM
Hi All,
for my requirement i.e. creating delivery without reference for CPD customers BAPI_OUTB_DELIVERY_CREATENOREF cannot be used.
I found a note 1956188 which says this BAPI cannot be used to create delivery for CPD customers.
tcode VL01NO only has to be used.
Closing the thread