Application Development 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: 

BAPI_DELIVERYPROCESSING_EXEC problems

Former Member
0 Kudos

Hi All,

I'm using BAPI_DELIVERYPROCESSING_EXEC to create an inbound delivery. I use the following parameters:

lt_request-document_type = 'B'.

lt_request-document_type_predecessor = 'B'.

lt_request-document_numb = t_ekpo-ebeln.

lt_request-document_item = t_ekpo-ebelp.

lt_request-document_category_sd = '7'.

lt_request-document_type_delivery = 'EL'.

lt_request-material = t_ekpo-matnr.

lt_request-plant = t_ekpo-werks.

lt_request-stge_loc = t_ekpo-lgort.

lt_request-quantity_base__uom = t_ekpo-menge.

lt_request-base_uom = t_ekpo-meins.

lt_request-delivery_date = sy-datum.

lt_request-vendor = ekko-lifnr.

append lt_request.

call function 'BAPI_DELIVERYPROCESSING_EXEC'

tables

request = lt_request

createditems = lt_createditems

return = lt_return.

call function 'BAPI_TRANSACTION_COMMIT'

exporting

wait = 'X'.

I have the following return messages into table lt_return:

VL295 Dlv. type (dlv. catgry for mat. 630004573 and BWART ) cannot be determined

VL564 Delivery type was not transmitted

Can anyone help me? Where is the error?

Many thanks.

Luca

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

I can't catch your point any how i am sending fonction modules it is very useful for you,,,,,,,,

BAPI_DELIVERYPROCESSING_EXEC

BAPI_OUTB_DELIVERY_CREATE_STO

Thanks&Regards,

Naresh.

2 REPLIES 2

Former Member
0 Kudos

Hi,

I can't catch your point any how i am sending fonction modules it is very useful for you,,,,,,,,

BAPI_DELIVERYPROCESSING_EXEC

BAPI_OUTB_DELIVERY_CREATE_STO

Thanks&Regards,

Naresh.

0 Kudos

i also have this problem. have you solved it ?