‎2010 Jul 29 8:11 PM
Hello,
I want to create project from template with the help of BAPI's or any other functions (without transaction). What BAPI's can I use for it?
Thanks in advance,
Ashok kumar
‎2010 Jul 29 11:20 PM
Search using BAPI transaction, and search SDN.
Not very complex to find, or is your question about the fact that you don't find the template field in the BAPI? The workaround is easy, you first use the BAPI_..._GETDETAIL to read the template, then you create the project using BAPI_..._CREATE.
‎2010 Jul 30 6:18 AM
Hello,
I am not able to find any BAPI/FM to get Project template details with WBS elements and Hierarchy.
Please help me in getting this.
Regards,
Ashok Kumar
‎2010 Jul 30 8:14 AM
Hi.,
Create project definition using this bapi,
BAPI_PROJECTDEF_CREATE.
‎2010 Jul 30 9:59 AM