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

Object For Batch Number

Former Member
0 Likes
3,431

Hi,

Please help me to get the object of batch number

Regards

Nausal

6 REPLIES 6
Read only

Former Member
0 Likes
2,161

Business Object for batch is:BUS1001002

Regards,

ravi

Read only

Former Member
0 Likes
2,161

Hi,

Charg is the field for Batch number..

check the dataelemnt where used list in se11..you will get the list of tables used..

CALL FUNCTION 'HELP_VALUES_GET'

EXPORTING

fieldname = 'CHARG' "Batch number field

tabname = 'DFBATCH' "Table name..

IMPORTING

select_value = zcin_7b1_main-lot_identifier. "after f4 pop-up the selected field is inserted here.

Regards,

Prabhduas

Read only

Former Member
0 Likes
2,161

Check these tables MCHA, MCH1, MCHB

Read only

Former Member
0 Likes
2,161

Hi All,

I want to use FM 'NUMBER_GET_NEXT' to get the batch niumber , now we are taking the batch no from MCHA or MCHB or MCH1 tables,

The selection logic to select the batch no is using a combination of Material and Batchnumber for current month

Batch no we are taking it in T-Code MIRO and COR1

please help me to give what are the parameters we expot to FM 'NUMBER_GET_NEXT

Regards

Nausal.

Read only

0 Likes
2,161

Hello

BATCH_CLT

Read only

Former Member
0 Likes
2,161

It is a custom one for my case