cancel
Showing results for 
Search instead for 
Did you mean: 

EWM Sales Order special stock (E)

Former Member
0 Kudos

Dear All,

My client has unusual process:

1. Create sales order

2. Move by 412E movment type in erp stock under Sales order

3. GI to CO order 261 E from sales order special stock

4. GR to special sales order stock from CO order

5. GI to client 601 E

Everything works fine except for the step 3, system can't find Sales Order special stock, but stock in the bin, becouse during transfer posting by 412 Mvt E in EWM, system use SPC document and write to a quant referense on SPC document, at time of  GI in EWM, system check In programm document referense from quant and document  /SCWM/SAPLGMVT,  INCLUDE /SCWM/LGMVTF13:

*****

IF iv_dir = 'S'.

           IF is_stock-qdoccat <> <huitm>-qdoccat OR

              is_stock-qdocid  <> <huitm>-qdocid  OR

              is_stock-qitmid  <> <huitm>-qitmid  OR

              is_stock-idplate <> <huitm>-idplate OR

              is_stock-inspid  <> <huitm>-inspid.

             lv_dummy = 'X'.

           ELSE.

             lv_update = 'X'.

****

She came with empty reference, and can not find any stock.

So My question is:

1. Can i remove by customaizing referense in quant for SPC document (TWPR)?

2. Other solution without changing process

Thx for advice and sorry for my english.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Andrey,

I would suggest you to try this Idea: For warehouse process type and storage type determination table , Maintain an entry for special stock (in your case that is sales order stock) in EWM for GI and GR then system may sugggest bin automatically.

Regards,

Jothi.