‎2009 Jan 28 2:59 AM
hi,
I am bapi for (MB1B) transfer posting for movement type 311.
the requirement is to do a select on table rkpf, if kdauf is not initial then process the reservation
item with the movement type 311+E otherwise 311.
call the bapi fm BAPI_GOODSMVT_CREATE to do transfer posting.
i should select the reservation no and item no by doing with module pool programming.
how should i enter these values to the bapi fm.
can anyone solve the problem.
with regards,
‎2009 Jan 28 10:03 AM
HI,
I am not sure about u r question.this is a suggestion not answer to u r question.
I have seen the documentation of the function module.There we have clear explaing for Goods movement 4.(transfer posting).There u have the fields reservation and item text.
Please go through the documentation once.
Thanks,
‎2009 Jan 28 9:57 AM
Hi you can transfer Posting(311) through BAPI_GOODSMVT_CREATE .
In GM_CODE, pass 04.
The item data MOVE_PLANT and MOVE_STLOC is as target plant and storage location.
Regards,
Joan
‎2009 Jan 28 10:03 AM
HI,
I am not sure about u r question.this is a suggestion not answer to u r question.
I have seen the documentation of the function module.There we have clear explaing for Goods movement 4.(transfer posting).There u have the fields reservation and item text.
Please go through the documentation once.
Thanks,
‎2009 Jan 28 10:07 AM
Hi,
U have the tables parameter in the function module u r using.
GOODSMVT_ITEM STRUCTURE BAPI2017_GM_ITEM_CREATE
In this u have reservation no and item no y can't u apss ur screen field values to this tables.
thanks
‎2009 Jan 28 10:50 AM
thankyou for your suggestions.
when I call the bapi function module BAPI_GOODSMVT_CREATE for transfer posting. i should get the pop up message showing
6 goodsmovement were successfully posted
o goodsmovement could not be posted
OK
should i call the fm BAPI_TRANSACTION_COMMIT. can any one suggest what should i do.
thanks,
with regards.
‎2009 Jan 28 11:05 AM
HI,
USe the the function MOdule POPUP_TO_CONFIRM.
After BAPI_TRACTION_COMMIT.
Thanks