Hello,
We have developed a SAP UI5 application for Project Systems. We have a feature of adding network activity to a SAP PS project. The BAPI used to do the same is ' BAPI_BUS2002_ACT_CREATE_MULTI '.
The project also needs to be scheduled for the basic dates after addition of activities. As of now I have called a short BDC program of CJ29 to schedule the entire project which works but takes a lot of time to execute in case of large number of activities.
I have also tried to use the BAPI 'BAPI_NETWORK_MAINTAIN' by scheduling all the networks but it does not work. Is there a better approach to it than using a BDC of CJ29?
Attached are the screenshots of the configurations done in the system.