Hi All,
My problem is output is coming like below.
- <ListOfDtlInstructions>
- <PickticketDtlInstruction>
<PktLineNbr>1000</PktLineNbr>
<SpclInstrNbr>1</SpclInstrNbr>
<SpclInstrType>PT</SpclInstrType>
<SpclInstrCode>A1</SpclInstrCode>
- <PickticketInstrFields>
<SpclInstrDesc>Line 1</SpclInstrDesc>
</PickticketInstrFields>
</PickticketDtlInstruction>
- <PickticketDtlInstruction>
<PktLineNbr>1000</PktLineNbr>
<SpclInstrNbr>2</SpclInstrNbr>
<SpclInstrType>PT</SpclInstrType>
<SpclInstrCode>A2</SpclInstrCode>
- <PickticketInstrFields>
<SpclInstrDesc>Line 1</SpclInstrDesc>
</PickticketInstrFields>
</PickticketDtlInstruction>
- <PickticketDtlInstruction>
<PktLineNbr>1000</PktLineNbr>
<SpclInstrNbr>3</SpclInstrNbr>
<SpclInstrType>PT</SpclInstrType>
<SpclInstrCode>B2</SpclInstrCode>
- <PickticketInstrFields>
<SpclInstrDesc>Line 1</SpclInstrDesc>
</PickticketInstrFields>
</PickticketDtlInstruction>
- <PickticketDtlInstruction>
<PktLineNbr>1000</PktLineNbr>
<SpclInstrNbr>4</SpclInstrNbr>
<SpclInstrType>PT</SpclInstrType>
<SpclInstrCode>C2</SpclInstrCode>
- <PickticketInstrFields>
<SpclInstrDesc>Pack by Store</SpclInstrDesc>
</PickticketInstrFields>
</PickticketDtlInstruction>
</ListOfDtlInstructions>
This blue highlighted area is we are skiping some record based on condition while mapping under LOOP. We do not want this blue line should appear as a output.
Could please help anybody. It’s bit urgent.
Thanks in advance.
bye
Kaushik