2008 Aug 18 10:35 AM
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....
2008 Aug 19 9:29 PM
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
2008 Aug 19 9:29 PM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |