cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_NETWORK_COMP_ADD not working

Former Member
0 Kudos

Dear Experts,

I'm trying to add material components to the existing network using  BAPI_NETWORK_COMP_ADD but it is giving different errors.

1)When i use BAPI's in following order

  BAPI_PS_INITIALIZATION

  BAPI_NETWORK_COMP_ADD

  BAPI_PS_PRECOMMIT

  BAPI_TRANSACTION_COMMIT

It is giving error "Scheduling parameters for network missing"

2)When i use BAPI's in following order

BAPI_NETWORK_COMP_ADD

BAPI_TRANSACTION_COMMIT

It is giving error "Activity 0010,0020 etc does not exist".

Is there any alternate BAPI avaliable to create components for network?

Please help in resolving this issue.

Thanks

Katrice

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Katice,

Check BAPI_NETWORK_COMP_CHANGE.

Also refer to following SAP notes if it can help you.

Note 973936 - BAPI_NETWORK_COMP_ADD -> Error message 00 058

Note 979942 - BAPI_NETWORK_COMP_ADD -> Batch field not populated

Regards

Tushar