cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_NETWORK_CONF_ADD

soumya_jose3
Active Contributor
0 Kudos

Hi,

Can anyone explain me the BAPI 'BAPI_NETWORK_CONF_ADD'.

Regards,

Soumya.

Accepted Solutions (0)

Answers (2)

Answers (2)

soumya_jose3
Active Contributor
0 Kudos

Closing the thread

Former Member
0 Kudos

Some documentation about this BAPI

Create Confirmation for Network

Functionality

Using this method you can enter confirmations for network activities/ activity elements and splits.Goods movements for a confirmation are specified according to the standard logic for retrograde withdrawal and automatic goods receipt for confirmation.

Notes

Note that directly after you call the BAPI a COMMIT WORK is carried out. This means it is not possible to use multiple write confirmation BAPIs in a row and then carry out a single COMMIT WORK only once after the last BAPI. However, if this does occur, the system will terminate the second BAPI because a chain of calls, such as this, is prevented in a technical way by the system.

If you do not carry out a COMMIT WORK, you cannot confirm a network you created and released using a BAPI since it does not exist in the database yet. First carry out the COMMIT WORK to write the activity to the database, and then create your confirmations.

Regards

Sreenivas