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

BOM Change Issue

Former Member
0 Likes
930

I have material number, component number in my file. I need to change the issuing storage location for each component. I am unable to figure out the way to write a bdc. Shall i use cs02 or cs05. Also if go inside the bom change how do select a component in my BDC??

with regards

MurugeshRajeev

I have material number, component number in my file. I need to change the issuing storage location for each component. I am unable to figure out the way to write a bdc. Shall i use cs02 or cs05. Also if go inside the bom change how do select a component in my BDC??

with regards

MurugeshRajeev

5 REPLIES 5
Read only

Former Member
0 Likes
858

Hi,

Try using T Code CU51.

Thanks,

Krishna..

Read only

Former Member
0 Likes
858

1) Use CS02.

2) Find componenet (line item)to be chabged by cliclking on the position tab at bottom of bom screen.

3) Double click the line item selected and you will be directed to compoenent detail scvreen.

4) Chnage the storage location on tgis screen.

Read only

0 Likes
858

Hello santhosh,

Thanks for ur reply...bt our requirment is not like that santhosh.i need to do technically because we have to change storage location field in all the Bom.our client has nearly 1000 bom.in this 1000 bom i need to change only specific 60 material(RPMT Material Type) storage location value..

Read only

Former Member
0 Likes
858

ok,

following previous instruction do the recording in LSMW.

in 4 th step of LSMW i.e. in filed mapping add a validation for Material type where you write a query on MARA to check if material type is 'Whatever you wnat'.Only do transfer_record for transaction which satisfy youir condition , for rest of them do SKIP_TRANSACTION.

let me know if any questions.

Read only

Former Member
0 Likes
858

FOUND ANSWER FROM FRIEND CIRCLE