cancel
Showing results for 
Search instead for 
Did you mean: 

How to test BAPI_NETWORK_COMP_REMOVE

Former Member
0 Kudos

Hi,

I need to remove from a project (CJ20N) a record of component purchase:

So I try with BAPI_NETWORK_COMP_REMOVE but I don't understand wich data it wants in fields NUMBER and COMPONENT:

I've tried with activity number and component code, but it doesn't work (error 770 without log). Any suggestion?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Angelo,

yes, Varshal answer is correct.

For the COMPONENT field, you could check in table RESB.

For example:
RSNUM,,     RSPOS
0000075000   0001

Then the field COMPONENT has to be filled with: 00000750000001

Rgrds, Gordon

Answers (3)

Answers (3)

gerry_hodgins
Active Participant
0 Kudos

Hello Angelo Tandurella

Have you got this note implemented ?

1920155 -" BAPI_NETWORK_COMP_REMOVE does not remove components"

varshal_kachole3
Active Contributor
0 Kudos

Hi,

Please pass the Networtk Number in "Number" Field.

Hope it Helps!

Thanks and Regards,

Varshal Kachole

Former Member
0 Kudos

Hello Angelo,

Get the list of component no and AUFNR, VORNR and POSNR from BAPI_NETWORK_COMP_DETAIL


Regards

Tushar