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

How to get Heat Code

Former Member
0 Likes
1,554

Hi,

How to get Heat code?

I have material number and batch number and class = 'MTC_BATCH' and classtype = '023' based on these how to determine heat code?

Hi,

How to get Heat code?

I have material number and batch number and class = 'MTC_BATCH' and classtype = '023' based on these how to determine heat code?

2 REPLIES 2
Read only

Former Member
0 Likes
1,178

Can you tell me in which SAP T-code you find dis 'Heat Code " ?

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,178

As 23 is "batch" classification, you could perform some search on scn on FM like VB_BATCH_VALUES_FOR_OUTPUT.

(You can also use search tool with keywords like read classification value to find more general tools like BAPI or classes related to classifications)

Regards,

Raymond