Skip to Content
0
Aug 24, 2023 at 10:39 AM

New created WBS do not save in right order created through BAPI_BUS2054_CREATE_MULTI

94 Views

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!