cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_NETWORK_COMP_ADD, Material not uploaded

Former Member
0 Kudos

I am having an issue using the BAPI_NETWORK_COMP_ADD- For adding components to network activities.

I'm executing the BAPI program with test data but after I execute, no material components are added due to budget exceeded issue and the system stops the data to be saved. However, the BAPI program shows "Successful" after the execution and didn't show any error message. Could you please advise how can I change the logic of the program in order to show the error message when the data is not saved? I'd really appreciate it. Thanks

Regards,

Jessie

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member203098
Active Contributor
0 Kudos

Hi Jessie,

To capture error message you need to enhance few lines of code along with the BAPI. there are many theards already avaliable in the forum, please search.

Regards,

raghavendra_praveen
Active Contributor
0 Kudos

Check if roll back and commit work are required after executing the above FM. I believe the above Bapi return will show the error message.