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
Request clarification before answering.
Hi,
Try with the below BAPI
BAPI_BUS2002_CREATE -- Create Network Header.
Read the documentation of the BAPI
Regards
Bala Krishna
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
seem now network creation bapi, but mantainance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
BAPI_NETWORK_COMP_ADD Add Material Components for Network
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi,
use
BAPI_NETWORK_COMP_ADD to add components
regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 18 | |
| 12 | |
| 12 | |
| 9 | |
| 7 | |
| 7 | |
| 6 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.