2013 Jan 11 1:51 PM
Dear Gurus...
I m stuck at one point... Here some brief for scenario.
Create batch for Ex. A000001, at the point of confirmation i mentions some Characteristics for clear understanding.
Characteristic Description Value
1. Core no : 01
2.Length 1200
3.Net wt 300
4.Prod date 11.01.2013
5.SHIFT DAY
6.In time 11:00:00
7.out time 12:00:00
8.Thichness 23
As per requirement i need to mention all above characteristic and value in "Z" report.
Now here i describe what i have done till time.
1. With material number and batch number goto table MCH1 and get CUOBJ_BM.
2. Goto table AUSP with OBJEK = MCH1-CUOBJ_BM and KLART = '023' (or '022')
You will get characteristics (AUSP-ATWRT, AUSP-ATFLV)
Now in output i get only chracter values in report like 5.SHIFT - DAY only.
other values not seen in report only blank ....
Now what should i do...
Pls guide me ASAP.
Regards,
Anand
2013 Jan 11 3:15 PM
Hi Anand,
To detrive materal charcterstic values , you should user
Function Module 'CLAF_CLASSIFICATION_OF_OBJECTS'
Do a where used list in your system to find out how you can use it.
Thanks