Hi all,
I am working on a interface in the which the logic is as follows .
In the which when the Z1P1208 segement Exists then it should get records
with the which the PLANS from E1P0001 and OBJID from the E1P00105
should get the data means the queue should be true or else the queue should be false .
But Actually what happening is the logic is not working as when the Z1P1208 segment is not coming into the PI system .
for the which i have written logic for get record is
String a = " " ;
String flag = " " ;
for(int i=0 ; i<var1.length;i++){
if(var1[i].equals("true")){
for(int j=0;j<var2.length;j++){
flag = "";
for(int k=0;k<var3. length;k++){
if(var2[j]==var3[k])
{
a="true";
result.addvalue(a);
flag= "X";
break;
}
}
}
}
}
please help me out
Regards,
vijender