2007 Mar 20 11:45 AM
Hi experts.
I havea problem. I need a BAPI or FM to create the transport order in lt01 from a 999 movements kind in WM. I tried with L_TO_CREATE_TR but this kind of movement don´t have Need of transport, for that the parameter TBNUM is initial and th FM don´t go well.
I also tried with L_TO_CREATE_INT but nothing.
Thank very much.
2007 Mar 23 6:00 PM
Try L_TO_CREATE_SINGLE for one line TO or L_TO_CREATE_MULTIPLE for >1 line TO.
L_TO_CREATE_TR is to create a TO for a TR (not your case, it seems) and I'm not even sure what L_TO_CREATE_INT is for ("The transfer orders created internally are posted" - what does that mean?).
2007 Mar 23 6:00 PM
Try L_TO_CREATE_SINGLE for one line TO or L_TO_CREATE_MULTIPLE for >1 line TO.
L_TO_CREATE_TR is to create a TO for a TR (not your case, it seems) and I'm not even sure what L_TO_CREATE_INT is for ("The transfer orders created internally are posted" - what does that mean?).
2007 Mar 23 8:12 PM
I agree with Jelena, try using L_TO_CREATE_MULTIPLE and you should be able to create the TO. If you are having issues, post your code and will be able to help you out.
hith
Sunil Achyut
2007 Apr 11 5:43 PM
2024 Jul 24 10:33 AM
Hi Experts,
To the extension for the above solution, I tried to post the FM L_TO_CREATE_SINGLE iam getting the error as ' Storage type 200 doesnot allow negative stock figures'. But in LS24 the stock is available in 200 Storage type.
kindly do the needful.
Thanks.