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

Component data to network

Former Member
0 Likes
525

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

3 REPLIES 3
Read only

Former Member
0 Likes
468

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.

Read only

0 Likes
468

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.

Read only

Former Member
0 Likes
468

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