‎2009 Apr 22 12:08 PM
Hi Friends,
I have requirement to load component data to network i am using bapi BAPI_NETWORK_COMP_ADD for this if i give value network, TYPE_OF_PUR_RESV, and item_cat and material it is not creating component data and it does not returning message in E_METH_MESSAGE table also.
Please people guide to solve this problem.
Thanks
Bhuvana
‎2009 Apr 23 10:12 PM
Dear Bhuvana,
I am having a problem that seems like the one you describe in this thread. Were you able to solve it yet? If so, could you help me?
Thank you,
C.M.
‎2009 Apr 24 5:42 AM
Hi,
The problem was solved it was because of Parameter which we pass to the BAPI. And we have to call the BAPI transaction Commit.
Actually network id value which i passed to the BAPI is '10' but it not accepting it we have pass it as '0010'. this was the problem now it is woking fine.
‎2009 Apr 23 11:19 PM
check the parameter your passing.
While passing parameters give them in Capital and check how the BAPI is used in
where used list.
I think your giving directly the parameters !!
_Manish