cancel
Showing results for 
Search instead for 
Did you mean: 

Deleting project with BAPI

Former Member
0 Kudos

Hello,

We are using SAP system ECC 5.0. When we tried to delete project with FM BAPI_BUS2001_DELETE, we got error message number 078 that "Processing is not possible because there is no initialization". Before applying the FM, we enter project definition of existing project and we see its fields. What can be the problem?

Thanks in advance,

Sergey Kozyrev

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

From your question I understand that the Initialization

has not been done before calling the delete BAPI.

The first step in a processing unit is initialization,

which is done by calling the BAPI - <b>BAPI_PS_INITIALIZATION</b>.

Afterwards, the BAPI - BAPI_BUS2001_DELETE can be used several times, if required.

The processing unit ends when the final precommit (call BAPI - <b>BAPI_PS_PRECOMMIT</b>)

is executed with a subsequent <b>COMMIT WORK</b>.

(For example, the statement COMMIT WORK, the BAPI - "<b>BAPI_TRANSACTION_COMMIT</b>"

or the BapiService.TransactionCommit method).

For more information on how to use the BAPI - BAPI_BUS2001_DELETE,

kindly check the <b>Function Module Documentation</b> in the SE37.

Kindly reward points if it helps!

Best Regards,

Thangesh

Answers (0)