cancel
Showing results for 
Search instead for 
Did you mean: 

Deleting of WBS and Projects in PS

Former Member
0 Kudos

Dear All,

Please tell me how to delete the projects from PS module, here we are triggering projects from the quotation i.e. va21 some of the quotation means projects created by mistaken, now we want to clean data base by deleting such projects. So can any one tell how to delete the projects.

Regards

Karunakaran.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

One way can be thru BAPIs. Use the following with help of ABAPer:

BAPI_BUS2001_DELETE ProjectDefinitionPI.Delete

BAPI_BUS2054_DELETE_MULTI WBSPI.DeleteMultiple

BAPI_BUS2002_DELETE NetworkPI.Delete

BAPI_BUS2002_ACT_DELETE_MULTI NetworkPI.ActDeleteMultiple

BAPI_BUS2002_ACTELEM_DELETE_M NetworkPI.ActElemDeleteMultiple

Regards