‎2009 Jan 08 11:07 AM
Hi experts,
I have one problem.I want to know that is there any standard bapi for vl01no?It's my first question.,
My 2nd question is if no.Then can we do this writing bdc code.
I have done this with bdc code but problem is that it runs perfectly when iot is in 'A' mode but when it runs with 'N' mode it gives error.I can't understand what is the problem Can anyone tell me why this is happening.
‎2009 Jan 08 11:11 AM
Hi,
Check the below bapi
BAPI_OUTB_DELIVERY_CREATENOREF
also check this FM SD_DELIVERY_UPDATE..
Regards,
Nagaraj
‎2009 Jan 08 11:11 AM
Hi,
Check the below bapi
BAPI_OUTB_DELIVERY_CREATENOREF
also check this FM SD_DELIVERY_UPDATE..
Regards,
Nagaraj
‎2009 Jan 09 6:19 AM
Actually Nagaraj,
In our system this
BAPI_OUTB_DELIVERY_CREATENOREF is not available.
And second one i can't use.Because i want to attach serial nos also to do Pgi.
& in this bapi there is no option for attaching the serial nos.
Do u have any other solution.
‎2009 Jan 08 11:13 AM
‎2009 Jan 08 11:31 AM
‎2009 Jan 09 9:12 AM
hi,check this bapi:BAPI_OUTB_DELIVERY_CREATE_SLS.
hope it helps.
‎2009 Jan 09 10:59 AM
No Lawrence,
this bapi also doesn't exist in my version.
Is there another clue?
‎2009 Jan 09 3:34 PM
Hi,
I also encounted the same problem last Sep. and I solved it with copying a Z FM from the standard BAPI I told in the last post. You can try.
BDC is also available,but some unexpected errors may reduce at some unexpected.
So BAPI is a better option.
Hope it helps.
‎2009 Jan 09 11:22 AM
Hi ,
The same thing happens with me also there can be one possibility is that might be there is a customization problem in your BDC , otherwise do ont thing use mode type 'P' .
Type P work same as type N but the benefit is that you can debug your BDC .
Regards ,
Nilesh K jain
‎2009 Jan 13 10:13 AM
I still encountered at same problem but as Nilesh said I think there should be
customization problem.We have send this problem to our support team.
Thanx To all For answering.