Skip to Content
0
Former Member
Jan 21, 2011 at 09:10 AM

WBS status

34 Views

Hi all,

I have a problem regarding WBS creation; I am using

CALL FUNCTION 'BAPI_BUS2054_CREATE_MULTI'
    EXPORTING
      i_project_definition = project_definition
    TABLES
      it_wbs_element       = it_wb_element
      et_return            = it_ret.

but the problem is that if I add a WBS to a project released, the WBS is released for default and I need to release it later.

Is there a way to avoid this? If is not possible, is there a way to block it?

Which is the table of the status of WBS ?

thanks

Gabriele