‎2008 Apr 16 1:36 PM
Hi Everybody,
I'm using this BAPI to upload material inspection type. Everything works fine but:
- when I go into MM01/MM02 and attach new inspection type in QM view, automaticly default values are attached (from configuration for default insptype values)
- when I'm uploading data with this BAPI - I do not know how import this default values(maybe it's not possible) so I have to exactly upload all values for insp.type.
Does anybody knows if it is possible (automaticly attached default vaules with bapi) ? And how to do that ?
Thanks in advance.
Regerds
Michal
‎2008 May 30 1:45 PM
Hi Michal,
Default values for inspection types are maintained in table TQ34.
SELECT SINGLE * FROM tq34 INTO wa_tq34 WHERE art = your inspection type.
Hashir Ahmed
‎2008 May 30 1:45 PM
Hi Michal,
Default values for inspection types are maintained in table TQ34.
SELECT SINGLE * FROM tq34 INTO wa_tq34 WHERE art = your inspection type.
Hashir Ahmed
‎2008 Jul 16 6:53 AM
What are the values you need to pass for this BAPI.Do i have to create the quality managenent view for a material prior to the usage of this bapi ?
Thanks