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 - Material number - get charatersitic value

Former Member
0 Likes
521

Hi all,

I have a process order number, materail number and batch number, I want to look if a particular characteristic is present in that batch and if yes, get that charateristic value. HOw can I do this. Please help.

Hi all,

I have a process order number, materail number and batch number, I want to look if a particular characteristic is present in that batch and if yes, get that charateristic value. HOw can I do this. Please help.

2 REPLIES 2
Read only

Former Member
0 Likes
474

Try fm QC01_BATCH_VALUES_READ, pass Material no and Batch no, get all the characteristics for that Material and Batch. Then you can look for desired characteristics.

Read only

Former Member
0 Likes
474

At what level is the classification defined, material/batch or is it at the order level? If it is at material batch level, you can use CLAF_CLASSIFICATION_OF_OBJECTS function module to get the values.

Please close your other open posts once answered.