Please I need help on the following udf attached screenshot of data which is coming in E1EDP01 . Expecting one Ref segments in target.Getting exception if the Rate is not present in second Z1EKPD1 segment for( i = 0; i < aContractNo.length; i++ ){ if (!aContractNo[i].equals("")){ if ((!aRating[i].equals(""))||(!aRating[i].equals(null))){ resultRef.addValue(""); } } } zzcontractnumber>mapwithdefault> udf > removecontext>splitbyvalue>Ref zzpasrating>mapwithdefault>both context set to E1EDP01
↧