‎2010 Oct 21 1:19 AM
WHO can tell me the function about production order component material?
When import production order number , the function export tables about component material.
‎2010 Oct 21 5:08 AM
Hi!
you can use FM CO_SF_RESB_READ
or directly from RESB table
select single rsnum into lv_rsnum from AFKO where aufnr = aufnr.
SELECT * FROM resb INTO TABLE lt_resb WHERE rsnum =lv_rsnum AND xloek NE 'X' .
‎2010 Oct 22 10:43 AM