‎2007 Jul 03 1:05 PM
Hi,
I got a requirement that is
Whenever the user is creating a PO (Some type) it should create SO for another plant which is existing in same client system .
It should not be a BDC . It should be authomatic Creation not Scheduled also.
Please,Suggest me the Ways.
Thanks & Regards,
Nandha
‎2007 Jul 03 1:11 PM
Hi Nandha,
It is possible ,You need to write the code under user exit MM06E005 - FM would be EXIT_SAPMM06E_012 -> This FM Will trigger when ever save po.
In this FM .Call BAPI Sales order FM
Thanks
Seshu
‎2007 Jul 03 1:07 PM
Hi
You can use a BAPI for SO creation
BAPI_SALESORDER_CREATEFROMDAT2
when a PO uis created..
Reward points for useful Answers
Regards
Anji
‎2007 Jul 03 1:11 PM
Hi Nandha,
It is possible ,You need to write the code under user exit MM06E005 - FM would be EXIT_SAPMM06E_012 -> This FM Will trigger when ever save po.
In this FM .Call BAPI Sales order FM
Thanks
Seshu
‎2007 Jul 11 6:47 AM
Dear Nandha ,
I m also same requirement and i guess u can help me with this ...
Please guide me as to how u completed this requirement
Which userexit in me21n did u use ??? M looking for a userexit that gets fire after the PO is commited
‎2007 Jul 11 6:49 AM