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

Tcode : MSC3 in wich table Batch Classified indicator stores

Former Member
0 Likes
1,422

Hi experts,

Tcode : MSC3 in wich table Batch Classified and Batch Not Classified indicator stores?

Please suggest me wherein which these details stores.

Hi experts,

Tcode : MSC3 in wich table Batch Classified and Batch Not Classified indicator stores?

Please suggest me wherein which these details stores.

7 REPLIES 7
Read only

Former Member
0 Likes
1,218

Hello

MARA-XCHPF

MARC-XCHPF

Read only

0 Likes
1,218

MARA-XCHPF

MARC-XCHPF

Thanks for your response but these fields are Batch Management is active or not .I want Batch classified or not.

Read only

0 Likes
1,218

Hello

In this case look at MCH1-CUOBJ_BM.

If this field is initial - batch is not classified.

If this field contain number - then classified.

Read only

0 Likes
1,218

Thanks for your response.

I am using SAP 4.0B field CUOBJ_BM doesnot exists in Mch1,Mcha.

Read only

0 Likes
1,218

Hi,

Some values like texts, we read only using FM.

Like that you may try FM SD_BATCH_CLASSIFICATION_DATA.

Or try batchclas* in FM name.

Hope this helps.

Regards

Meenakshi

Read only

0 Likes
1,218

Thanks for u'r reply.

But correct Function module is CTMS_OBJECT_HAS_STANDARDCLASS

WA_OBJECT (Material + Batch)

WA_OBJECT = ITAB_SALES-MATNR.

WA_OBJECT+18(10) = ITAB_SALES-CHARG.

OBJECT = WA_OBJECT

TABLE = 'MCH1'

CLASSTYPE = '023'

Pass the above value to FM: CTMS_OBJECT_HAS_STANDARDCLASS

if sy-subrc eq 0.

classified

else.

not classified.

endif.

Read only

Former Member
0 Likes
1,218

Please check MCHA and MCH1 (CUOBJ_BM)