Skip to Content
0
Former Member
Mar 23, 2009 at 12:08 PM

Change in batch number

70 Views

Dear Experts,

We have a class for one finished material class FG_CLASS and it has two characteritics BATCHNO1 and BATCHNO2 to represent the batch number of the components which goes in to make up the finished product . The batch number of the finsihed product will be the sum of the batch number of the components i,e BATCHNO1 ( H123456789 ) + BATCHNO2 ( H234567890 ) . Shall we create a characteritics BATCHFIN which can automatically bringtogether the batch numbers of BATCHNO1 and BATCHNO2 to BATCHFIN value as H123456789H234567890 .

Thanks.