‎2007 Oct 05 1:25 PM
Hi Friends,
i am facing one problem in retriving matrox batch under classification data...
previous report retriving the SAP internal Batch and shows it in the report from MSEG table according to ordernumber(AUFNR), material number(MATNR)...
instead of this batch i need to display the customer batch in classification
suppose i have done transaction for one material#ABC in XXXX plant, Batch is 12345 like this....and matrox batch nder classification#Z_MATROX is 54321
at present my report dispalying 12345...but i need 54321...so how can i retrive this field...
matrox batch value is available 54321 is available in AUSP table field ATWRT
i found some solution but i am not able to link that one to order number(AUFNR)
i am retriving matnr, plant and cuobj_bm from MCHA table and objek,atinn, atwrt from AUSP table throw inner join by comparing cuobj_bm and objek
so here my problem is how to link to that matrox batch to order number
thanks...
Muralidhar Reddy Nara
‎2007 Oct 05 1:49 PM
Hi
Use MCHA, INOB tables and link to AUSP table to get the data
try the following
BAPI_OBJCL_GETDETAIL
or use the fun module:
CLAF_CLASSIFICATION_OF_OBJECTS.
Regards
Anji
‎2007 Oct 15 12:39 PM
hi Anji Reddy,
what are the fields i need to pass in Function module CLAF_CLASSIFICATION_OF_OBJECTS,,,
i tried with this function module and use mcha, inob and ausp tables to retrive matrox btch...
could you please expalin for the following issue...
please urgent...