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

Batch classification data not reflect in report

anand_shukla
Active Participant
0 Likes
370

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

1 REPLY 1
Read only

Former Member
0 Likes
325

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