Expert,
I need to know which stock type updated within each movement type.
I'm using two different system (SAP and Oracle) which is in each system updating stock. So i need to do stock calculation manually from that two systems.
I'm planning to imported material document data (from MKPF & MSEG) to Oracle and then combine the stock calculation.
And then i'm facing this :
Ilustration :
MIGO transaction - Goods Receipt PO - Stock Type Unrest
in MSEG field BWART : 101, SHKZG : S, INSMK : blank --> no problem
MIGO transaction - Goods Receipt PO - change Stock Type to Quality Inspection
in MSEG field BWART : 101, SHKZG : S, INSMK : 2 --> no problem
MIGO transaction - Transfer Posting - movement type 322 (reversal QI to Unrest.)
in MSEG field BWART : 322, SHKZG : S, INSMK : blank --> problem
in MSEG field BWART : 322, SHKZG : H, INSMK : blank --> problem
I have a problem that in MKPF & MSEG there is no indicator which stock type updated within movement type (BWART) 322.
How to know that first row will be updating stock QI and second row will be updating stock Unrest.??
I've already checked to OMJJ, SM30-V_156SC_VC, table T156... and still having no clue.
Or is it just a 'hardcode' ? And i need to do 'hardcode' too in Oracle system?
Thank you so much.