Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI exception when executing from external system.

Former Member
0 Likes
1,005

Hi Experts,

I using the Function Module BAPI_MATERIAL_GET_ALL to get the Material and Plant attributes by giving Material and Plant data.I am able to get all the required

attributes when I execute this Funtion Module in SAP but when I try to execute this

Function Module from external system I am getting all the details except plant details.

When I give plant data the Function module is throwing the below exception.

java.lang.Exception: BapiWarning: I:MM:376 0001

(0001 is the plant value)

Please help me out over this issue.

Thanks,

Kiran.

2 REPLIES 2
Read only

Former Member
678

Hi ,

i think u are getting this error

W MM376 No planning data exists in plant 1000, u will get this message only if u pass the plant values to this FM , bcos its trying to get planning data from this plant.

Regards

Prabhu

Read only

0 Likes
678

Hi sir,

Is there any way to solve this, or is a standard behavior of SAP???

Regards