Update Method_SynchronizeDataToMacroPlan#127.qbl
| | |
| | | TextBody: |
| | | [* |
| | | organcodelist := selectvalues( this, Global_MappingOperationBOM, bom,true, bom.OrganCode() ); |
| | | info( macroPlan.BusinessType() ); |
| | | businessTypes := macroPlan.BusinessType().Tokenize( "," ); |
| | | if( not isnull( businessTypes ) and businessTypes.Size() > 0 ) { |
| | | traverse( businessTypes, Elements, item ) { |
| | |
| | | } |
| | | |
| | | macroPlan.InitialUnitAndStockingPoint(); |
| | | info( organcodelist.Element( 0 ) ); |
| | | |
| | | if ( isUnitOfMeasure_MP ) { |
| | | Global_MappingUnitOfMeasure_MP::SynchronizeMacroPlanData( this, macroPlan, executionUser ); |