Application Development 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: 

BAPI for creating material components for standard networks...

Former Member
0 Kudos

Hi Guys,

Can anybody tell me a BAPI to add material components to standard networks? I tried using BAPI_NETWORK_COMP_ADD but it doesn't recognize the standard network.

Thanks in advance.

Cheers,

Ian

3 REPLIES 3

Former Member
0 Kudos

Hi

Please mention the network number u have given and please give the code also.

Also, pass the network number through conversion_exit_alpha_input and then pass it on to bapi..

Regards,

Vishwa.

Edited by: vishwa sri hari on Oct 13, 2008 11:09 AM

Former Member
0 Kudos

Hi,

I entered network number 10000130 created thru transaction CN01. I only tried running the BAPI and passed the necessary information. I haven't included it in my upload program yet.

Thanks in advance.

Cheers,

Ian

0 Kudos

Hi

Pass the network number through the Fm conversion_exit_alpha_input and then pass it to the BAPI... I hope it will work then

CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
               EXPORTING
                 INPUT         = 
*              IMPORTING
*                OUTPUT        =

Regards,

Vishwa.