Hi guys,
I have recently developed a report, where I have been creating WBS for an existing Project.
The WBS are created using BAPI_BUS2054_CREATE_MULTI.
The issue that I've been facing is that the WBS after being created do not seem to be sorted ie they are not in the right order in CJ20n transaction, despite adding WBS_LEFT and WBS_UP fields.
for instance ;
project
project-wbs1
project-wbs2
project-wbs4
project-wbs3
The functional consultant needs to got to t-code CJ02 and manually enter the Project and click on Project-Derive structure-Execute-Save to get the WBS sorted for that particular project.
Is there any BAPI to attain this functionality through the program after creating the WBS and after commit
Thanks!