cancel
Showing results for 
Search instead for 
Did you mean: 

Bapi for PS Network Create

Former Member
0 Kudos

Hi all,

I need a BAPI or function module to create a PS network with reference of Standard Nerwork. The network will be added on a WBS auto.

But I just found some check BAPI and a maintain BAPI : BAPI_NETWORK_MAINTAIN. Is there any function used to CREATE the network?

Thanks in advance.

Regards.

Ned

Accepted Solutions (1)

Accepted Solutions (1)

former_member585060
Active Contributor
0 Kudos

Hi,

Try with the below BAPI

BAPI_BUS2002_CREATE -- Create Network Header.

Read the documentation of the BAPI

Regards

Bala Krishna

Answers (6)

Answers (6)

Former Member
0 Kudos

seem now network creation bapi, but mantainance

Former Member
0 Kudos

Hi Ming

Please refer to the below link..it may give you a hint about he solution you are looking for.

https://wiki.sdn.sap.com/wiki/display/PLM/HowtouseBAPIinProjectSystem+Module

Regards

Aditi Wason

Former Member
0 Kudos

Hi,

check d given below link,

may u got d solution.

regards,

Archana

Former Member
0 Kudos

Hi,

Thanks for the replys. But I need to CREATE NETWORK, not add COMPONENTS or create WBS.

Regards.

Ned.

Former Member
0 Kudos

Hi,

Try

BAPI_NETWORK_MAINTAIN

Former Member
0 Kudos

Hi,

BAPI_NETWORK_COMP_ADD Add Material Components for Network

Former Member
0 Kudos

Check if any of the below Function Modules may help:

1. 2002_NETWORK_CREATE

2. CN2002_NETWORK_CREATE

3. NETWORK_CREATE

4. NETWORK_ENJOY_CREATE

5. CNPB_M_NETWORK_CREATE

6. CO2H_NETWORK_CREATE

7. CO2H_NETWORK_CREATE_STRU

8. CO2H_NETWORK_CREATE_WITH_REFE

9. WB2_CREATE_ASSOCIATION_NETWORK

10. WB2_CREATE_FLOW_NETWORK

Hope it helps.

Former Member
0 Kudos

hi,

use

BAPI_NETWORK_COMP_ADD to add components

regards,