‎2009 Apr 30 12:19 PM
Hi,
Please help me to get the object of batch number
Regards
Nausal
‎2009 Apr 30 12:22 PM
‎2009 Apr 30 12:23 PM
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
‎2009 Apr 30 1:16 PM
‎2009 May 04 6:00 AM
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.
‎2009 May 04 6:19 AM
‎2009 Jun 09 12:29 PM