cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for service activity upload in Project Builder

Former Member
0 Kudos

Dear All,

Please let us know, is there any BAPI to create service activity along with services in project builder.

I have referred the below link, but we were able to create service activities but not the services under it.

How to use BAPI in Project System Module - Product Lifecycle Management - SCN Wiki

Please suggest.

Regds,

Channa

Accepted Solutions (0)

Answers (2)

Answers (2)

MTerence
Active Contributor
0 Kudos

Hi Chanabasappa,

I dont think you will be able to maintain service activity in one phase.

You will be able to create external activity through BAPI_PROJECT_MAINTAIN.

Other work around might be BDS in CJ20N transaction also check whether BAPI_PR_CREATE can be helpful in your case.

Regards

Terence

Former Member
0 Kudos

Dear

    how to create,do u solve?

Regds,

former_member213716
Participant
0 Kudos

Hi,

Use BAPI "BAPI_BUS2002_ACT_CREATE_MULTI" to create service activity.

Network Activity will be differ as per Control key, Pls Ensure that u are using service control key.

take the help of your abap team and test this bapi and then develop one upload program to create multiple service activity.

It will not required to create service activity from project builder.

BAPI won't work on transaction , it will directly insert the data in tables.

Former Member
0 Kudos

Hi,

  follow  your step :

   1、use BAPI_BUS2002_ACT_CREATE_MULTI" to create service activity;

   2、then use bdc or pr's bapi to upload the service line?

but in step 1,there maybe have a problem,when badp create a service activity,the system will let you input the servive ; whether the bapi can create ?

thank you your reply .!