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

error in passing the parameter

Former Member
0 Likes
912

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

7 REPLIES 7
Read only

Former Member
0 Likes
883

hi ,

In Test mode it wont creates any deliveries, what error message is saying ?

regards

Prabhu

Read only

former_member188827
Active Contributor
0 Likes
883

wat exactly is da error message?

Read only

0 Likes
883

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

Read only

0 Likes
883

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.

Read only

0 Likes
883

hi,

i have used BBP_inb_delivery_create function module only,by mistake i have written bbp_delivery_create

Read only

0 Likes
883

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

Read only

0 Likes
883

read this thread.