‎2008 Jun 30 1:42 PM
hi,
i am using function module bbp_create_inbound_delivery,to create inbound delivery,while i am passing the parameter in test data function module ,the delivery is not getting generated.
in vbsk table,the no.of error records = 0001.
can anyone give me some idea?
its urgent
‎2008 Jul 01 3:19 AM
hi ,
In Test mode it wont creates any deliveries, what error message is saying ?
regards
Prabhu
‎2008 Jul 01 4:13 AM
‎2008 Jul 01 7:15 AM
there is no error message,actually i am reading a PO no.from one z-table and creating the delivery in my z-program through function module BBp_delivery_create,but this function module is not creating the delivery,means in the table VBSk ,the ERNUM (no.of errors) field is 0001 and VBNUM(no.of created records) is 0000,and the likp-vbeln is $ 1,so please help me to find the error
‎2008 Jul 01 7:47 AM
Hi priya,
BBp_delivery_create does not exist in ECC6, so i have got no idea about it.
As far as i know, you can use BBP_INB_DELIVERY_CREATE function module to create Inbound delivery.
Reagrds
Anup.
‎2008 Jul 01 8:57 AM
hi,
i have used BBP_inb_delivery_create function module only,by mistake i have written bbp_delivery_create
‎2008 Jul 01 9:03 AM
Dear,
Keep a break point at FM: NUMBER_GET_NEXT in the other function module which you are calling BBP_inb_delivery_create and debug the program and check it is generating the number or not.
Thanks and Regards
‎2008 Jul 03 9:57 AM