2009 Sep 17 12:13 PM
Hi
I have a requirement to create Condition Record for PO automatically without going into transaction MN04.
So is there any Function Module / BAPI available which will create the condition record for Output Type for PO.
Thanks in Advance..
2009 Sep 17 12:22 PM
You can Implement BDC technique for the same by doing recording of the condition record creation in MN04
2009 Sep 17 12:22 PM
You can Implement BDC technique for the same by doing recording of the condition record creation in MN04
2009 Sep 17 12:22 PM
You can Implement BDC technique for the same by doing recording of the condition record creation in MN04
2009 Sep 17 12:27 PM
No our Client does not allowing the BDC Technique..
Can you suggest if any FM or BAPI available?
2009 Sep 17 12:33 PM
Hi
You can use : BAPI_PO_CHANGE or BAPI_PO_CREATE.
under the tables you have POCONDHEADER, POCONDHEADERX, POCOND, POCONDX.
Fill in the required conditions .
2009 Sep 17 12:38 PM
2009 Sep 17 12:52 PM
Thanks for your reply.. But I want to create condition record at the time of Vendor Creation for new vendors..
and not at the time of PO creation or PO Change..