cancel
Showing results for 
Search instead for 
Did you mean: 

SAP R/3 4.7 Enterprise Project System(PS)

Former Member
0 Kudos

Hi,

I have to do achieve following four tasks for four integration scenarios :

1. Create a Project in Project System.

2. Create a Network in Project System.

3. Create an Activity in Project System.

4. Update an Activity on Project System.

I want to know the following :

1. Which BAPIs to use?

2. How to import these BAPIs in my integration repository.?

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Go to transaction BAPI in R/3

<i>1. Create a Project in Project System.</i>

Project System -> Project Definition -> CreateFromData -> FM: BAPI_PROJECTDEF_CREATE

<i>2. Create a Network in Project System.</i>

Project System -> Network -> Maintain -> FM: BAPI_NETWORK_MAINTAIN

<i>3. Create an Activity in Project System.</i>

Project System -> Network -> Maintain -> FM: BAPI_NETWORK_MAINTAIN, this has activity create

<i>4. Update an Activity on Project System.</i>

Project System -> Network -> Maintain -> FM: BAPI_NETWORK_MAINTAIN, this has activity update

<i>I want to know the following :</i>

<i>1. Which BAPIs to use?</i>

mentioned above.

<i>2. How to import these BAPIs in my integration repository.?</i>

Double click on your SWCV, click the radio button <b>import RFC and IDoc interfaces from SAP Systems permitted</b>, then enter your R/3 System ID and client number. Save and activate. Then you will see new item under the SWCV

Imported Objects

RFC

IDoc

Right click on Imported Objects and in the pop up mention R/3 system host, system number, userid and password.

regards

SKM

Message was edited by: SKM