Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Find the Matrox Batch under Classification

Former Member
0 Likes
441

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

2 REPLIES 2
Read only

Former Member
0 Likes
402

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

Read only

0 Likes
402

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...