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

Regarding Delivery,PGI,Billing using Batch Management?

Former Member
0 Likes
547

Dear all,

i need to create delivery,PGI,Billing one by one automatically .i may take order item from different batches.

for this i m using for Delivery: CALL FUNCTION 'BAPI_DELIVERYPROCESSING_EXEC'

TABLES

request = tt_request

createditems = tt_created

return = tt_return1.

and for PGI & Picking : CALL FUNCTION 'SD_DELIVERY_UPDATE_PICKING_1'

EXPORTING

vbkok_wa = vbkok_wa

synchron = 'X'

TABLES

vbpok_tab = vbpok_tab1

.

in both the cases i m passing item batch number with quantity through programatically..But in my case

the batch number is not updating through both these function modules.without bacth number ,PGI also not happening like wise billing.

is there any function module to create delivery,PGI with Batch number?

Please help me to resolve this....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
381

Hi,

You can create a wrapper BAPI which will include these three BAPI/FM.

Delivery - One you are using.

PGI - SD_DELIVERY_UPDATE_PICKING

Billing -BAPI_BILLINGDOC_CREATE

Thanks,

Kartavya

Hi,

You can create a wrapper BAPI which will include these three BAPI/FM.

Delivery - One you are using.

PGI - SD_DELIVERY_UPDATE_PICKING

Billing -BAPI_BILLINGDOC_CREATE

Thanks,

Kartavya

1 REPLY 1
Read only

Former Member
0 Likes
382

Hi,

You can create a wrapper BAPI which will include these three BAPI/FM.

Delivery - One you are using.

PGI - SD_DELIVERY_UPDATE_PICKING

Billing -BAPI_BILLINGDOC_CREATE

Thanks,

Kartavya