cancel
Showing results for 
Search instead for 
Did you mean: 

NullPointerExc on method SyncBoDescriptorFacade.getSyncBoDescriptor(SyncBo)

0 Kudos

Hi All,

I'm receiving NullPointerException when i call SyncBoDescriptorFacade.getSyncBoDescriptor(SyncBo).

The meRepMeta.xml already exist in folder \MI\webapps\<APP>\.

When i click in Reset Client, in the settings page, this problem is resolved.

How to call Reset Client button from java code?

or

What happend in the application?

tks

Douglas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

in your case the NullPointer is caused by the facxt, the SyncBO is _NULL. This usually is possible, while you have a new MEREPMETA.XML file in place for example.

So my first question would be: what have you done? Callig the RESET CLient option by code is a bad option in my understanding, cause you get the complete dataset again and it does not ure the real problem at the end.

Regards,

Oliver

0 Kudos

Oliver,

This isn't my solution. Only i like know if is possible.

But, this problem isn't an new meRepMeta.xml because this file is running, mainly when i reset client.

I'm don't understand this problem.

you know what may be happening?

Former Member
0 Kudos

Hi,

well, without sitting on your PC - no idea why you have this issue at all. The only thing I can say: if you have a NullPointer in that case it is due to the fact the SyncBO is empty. If this is due to a programming issue (most likeley it is) and where this occures - no idea, you have to debug this and check your logic. I guess that you get rid of the issue with a client reset, cause this resets your internal variables s well. So my recommendation would be to debug your code carefully and check why your vriables are NULL - where they should contain a value.

I never used the client reset from internal code - but I think it should be possible to use if from the app side.

Regards,

Oliver

0 Kudos

Oliver, sorry i'm return now to this problem.

This problem occors only on pocket pc, in my desktop running perfect mode.

When i call this source code:

private SyncBoDescriptor sbd = null;

private RowDescriptor rdLote = null;

public ZMANUT09Access() {

super();

sbd = descriptorFacade.getSyncBoDescriptor(Constants.SYNCBO_ZMANUT09); // This source

rdLote = sbd.getTopRowDescriptor();

}

descriptorFacade.getSyncBoDescriptor("ZMANUT09"); return null and NullPointerException is consequently.

My meRepMeta.xml is:


  <?xml version="1.0" encoding="utf-8" ?> 
- <MeRepApplication schemaVersion="1.1" id="ZMDK_MANUT_APP" version="12">
  <Property name="CLIENT.BUILDNUMBER" /> 
  <Property name="C_APPLRESOLVE" /> 
  <Property name="DATA_VISIBLE_SHARED" /> 
  <Property name="E_APPLRESOLVE" /> 
  <Property name="HOMEPAGE.INVISIBLE" /> 
  <Property name="INITVALUE" /> 
  <Property name="RUNTIME">JSP</Property> 
  <Property name="TYPE">APPLICATION</Property> 
- <SyncBO id="ZMANUT01" version="1" type="twoWay" allowCreate="false" allowModify="false" allowDelete="false" reqDirectSync="true" downloadOrder="1">
- <TopStructure name="TOP">
- <Field name="SYNC_KEY" type="N" length="10" decimalLength="0" signed="false" isKey="true" isIndex="true">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="EQTYP" type="C" length="1" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="ETYTX" type="C" length="30" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <ChildStructure name="010">
- <Field name="SYNC_KEY" type="N" length="10" decimalLength="0" signed="false" isKey="true" isIndex="true">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="EQTYP" type="C" length="1" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="KTX01" type="C" length="40" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
  </ChildStructure>
  </TopStructure>
  </SyncBO>
- <SyncBO id="ZMANUT02" version="2" type="twoWay" allowCreate="false" allowModify="false" allowDelete="false" reqDirectSync="true" downloadOrder="2">
- <TopStructure name="TOP">
- <Field name="SYNC_KEY" type="N" length="10" decimalLength="0" signed="false" isKey="true" isIndex="true">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="ZCODFABR" type="C" length="3" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="ZDESCFABR" type="C" length="24" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
  </TopStructure>
  </SyncBO>
- <SyncBO id="ZMANUT03" version="2" type="twoWay" allowCreate="false" allowModify="false" allowDelete="false" reqDirectSync="true" downloadOrder="3">
- <TopStructure name="TOP">
- <Field name="SYNC_KEY" type="N" length="10" decimalLength="0" signed="false" isKey="true" isIndex="true">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="ARBPL" type="C" length="8" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="KTEXT" type="C" length="40" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
  </TopStructure>
  </SyncBO>
- <SyncBO id="ZMANUT04" version="2" type="twoWay" allowCreate="false" allowModify="false" allowDelete="false" reqDirectSync="true" downloadOrder="4">
- <TopStructure name="TOP">
- <Field name="SYNC_KEY" type="N" length="10" decimalLength="0" signed="false" isKey="true" isIndex="true">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="EQART" type="C" length="10" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="EARTX" type="C" length="20" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <ChildStructure name="010">
- <Field name="SYNC_KEY" type="N" length="10" decimalLength="0" signed="false" isKey="true" isIndex="true">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="ZF_TP_LOCAL" type="C" length="30" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="EQART" type="C" length="10" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
  </ChildStructure>
- <ChildStructure name="020">
- <Field name="SYNC_KEY" type="N" length="10" decimalLength="0" signed="false" isKey="true" isIndex="true">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="KLASSE" type="C" length="18" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="EQART" type="C" length="10" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
  </ChildStructure>
  </TopStructure>
  </SyncBO>
- <SyncBO id="ZMANUT05" version="1" type="twoWay" allowCreate="false" allowModify="false" allowDelete="false" reqDirectSync="true" downloadOrder="5">
- <TopStructure name="TOP">
- <Field name="SYNC_KEY" type="N" length="10" decimalLength="0" signed="false" isKey="true" isIndex="true">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="KLASSE" type="C" length="18" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="KLTXT" type="C" length="40" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <ChildStructure name="010">
- <Field name="SYNC_KEY" type="N" length="10" decimalLength="0" signed="false" isKey="true" isIndex="true">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="KLASSE" type="C" length="18" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="CARAC" type="C" length="30" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="DENOMINACAO" type="C" length="255" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="OBRIGATORIO" type="C" length="1" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="TAMANHO" type="N" length="3" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="NCASASDECIMAIS" type="N" length="3" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="TIPODADO" type="C" length="4" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="GEWEI" type="C" length="6" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="TIPO_DOMINIO" type="C" length="1" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="TIPODEPENDENCIA1" type="C" length="30" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="TIPODEPENDENCIA2" type="C" length="30" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="TIPODEPENDENCIA3" type="C" length="30" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="TIPODEPENDENCIA4" type="C" length="30" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="POSNR" type="N" length="3" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
  </ChildStructure>
  </TopStructure>
  </SyncBO>
- <SyncBO id="ZMANUT06" version="2" type="twoWay" allowCreate="false" allowModify="false" allowDelete="false" reqDirectSync="true" downloadOrder="6">
- <TopStructure name="TOP">
- <Field name="SYNC_KEY" type="N" length="10" decimalLength="0" signed="false" isKey="true" isIndex="true">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="CARAC" type="C" length="30" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="SEQUENCIA" type="N" length="10" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="VALOR" type="C" length="255" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="DENOMINACAO" type="C" length="255" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="IS_DEFAULT" type="C" length="1" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="TIPODEPENDENCIA1" type="C" length="30" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="TIPODEPENDENCIA2" type="C" length="30" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="TIPODEPENDENCIA3" type="C" length="30" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="TIPODEPENDENCIA4" type="C" length="30" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
  </TopStructure>
  </SyncBO>
- <SyncBO id="ZMANUT07" version="3" type="twoWay" allowCreate="false" allowModify="false" allowDelete="false" reqDirectSync="true" downloadOrder="7">
- <TopStructure name="TOP">
- <Field name="SYNC_KEY" type="N" length="10" decimalLength="0" signed="false" isKey="true" isIndex="true">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="CARAC" type="C" length="30" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="MINIMO" type="P" length="10" decimalLength="3" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="MAXIMO" type="P" length="10" decimalLength="3" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="TIPODEPENDENCIA1" type="C" length="30" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="TIPODEPENDENCIA2" type="C" length="30" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="TIPODEPENDENCIA3" type="C" length="30" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="TIPODEPENDENCIA4" type="C" length="30" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
  </TopStructure>
  </SyncBO>
- <SyncBO id="ZMANUT08" version="2" type="twoWay" allowCreate="false" allowModify="false" allowDelete="false" reqDirectSync="true" downloadOrder="8">
- <TopStructure name="TOP">
- <Field name="SYNC_KEY" type="N" length="10" decimalLength="0" signed="false" isKey="true" isIndex="true">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="MSEHI" type="C" length="3" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="SPRAS" type="C" length="1" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="TXDIM" type="C" length="20" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
  </TopStructure>
  </SyncBO>
- <SyncBO id="ZMANUT09" version="1" type="twoWay" allowCreate="false" allowModify="true" allowDelete="false" reqDirectSync="true" downloadOrder="9">
- <TopStructure name="TOP">
- <Field name="SYNC_KEY" type="N" length="10" decimalLength="0" signed="false" isKey="true" isIndex="true">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="ZF_OPERADOR_MI" type="C" length="12" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ARBPL" type="C" length="8" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="VERSAO" type="P" length="10" decimalLength="0" signed="true" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_RET_GIS" type="C" length="1" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
  </TopStructure>
  </SyncBO>
- <SyncBO id="ZMANUT10" version="2" type="twoWay" allowCreate="false" allowModify="false" allowDelete="false" reqDirectSync="true" downloadOrder="10">
- <TopStructure name="TOP">
- <Field name="SYNC_KEY" type="N" length="10" decimalLength="0" signed="false" isKey="true" isIndex="true">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="SPRAS" type="C" length="1" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="LAND1" type="C" length="3" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="LANDX" type="C" length="15" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
  </TopStructure>
  </SyncBO>
- <SyncBO id="ZMANUT12" version="1" type="twoWay" allowCreate="true" allowModify="false" allowDelete="false" reqDirectSync="true" downloadOrder="11">
- <TopStructure name="TOP">
- <Field name="SYNC_KEY" type="N" length="10" decimalLength="0" signed="false" isKey="true" isIndex="true">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="ZF_OPERADOR_MI" type="C" length="12" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="modify">false</Input> 
  </Field>
- <Field name="ARBPL" type="C" length="8" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="modify">false</Input> 
  </Field>
- <Field name="VERSAO" type="P" length="10" decimalLength="0" signed="true" isKey="false" isIndex="false">
  <Input type="modify">false</Input> 
  </Field>
- <Field name="ZF_ILOAN_PM" type="C" length="18" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="modify">false</Input> 
  </Field>
- <Field name="SEQUENCIA" type="P" length="5" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="modify">false</Input> 
  </Field>
- <Field name="ACAO" type="C" length="1" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="modify">false</Input> 
  </Field>
- <Field name="ZF_RET_SAP" type="C" length="1" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="modify">false</Input> 
  </Field>
- <Field name="DATA" type="D" length="8" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="modify">false</Input> 
  </Field>
- <Field name="HORA" type="T" length="6" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="modify">false</Input> 
  </Field>
- <Field name="STATUS" type="C" length="4" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="modify">false</Input> 
  </Field>
  </TopStructure>
  </SyncBO>
- <SyncBO id="ZMANUT14" version="2" type="timedTwoWay" allowCreate="false" allowModify="true" allowDelete="false" reqDirectSync="false" downloadOrder="12">
- <TopStructure name="TOP">
- <Field name="SYNC_KEY" type="N" length="10" decimalLength="0" signed="false" isKey="true" isIndex="true">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="ZF_ILOAN_PM" type="C" length="18" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="KLASSE" type="C" length="18" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="EQART" type="C" length="10" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="EQTYP" type="C" length="1" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="KTX01" type="C" length="40" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZCODFABR" type="C" length="3" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_LOAN_PAI" type="C" length="18" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_STATUS_MONT" type="C" length="4" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ARBPL" type="C" length="8" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_TPLNR" type="C" length="30" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="BRGEW" type="P" length="14" decimalLength="3" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="GEWEI" type="C" length="3" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="EQFNR" type="C" length="30" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="GROSS" type="C" length="18" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="INVNR" type="C" length="25" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ANSWT" type="P" length="14" decimalLength="2" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="WAERS" type="C" length="5" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="TYPBZ" type="C" length="20" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="SERGE" type="C" length="30" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="INBDT" type="D" length="8" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ANSDT" type="D" length="8" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="BAUJJ" type="C" length="4" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="HERLD" type="C" length="3" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="AUX_EQUIP" type="C" length="18" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <ChildStructure name="010">
- <Field name="SYNC_KEY" type="N" length="10" decimalLength="0" signed="false" isKey="true" isIndex="true">
  <Input type="create">false</Input> 
  <Input type="modify">false</Input> 
  </Field>
- <Field name="ZF_ILOAN_PM" type="C" length="18" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR01" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR02" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR03" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR04" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR05" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR06" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR07" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR08" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR09" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR10" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR11" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR12" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR13" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR14" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR15" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR16" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR17" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR18" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR19" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR20" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR21" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR22" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR23" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR24" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR25" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR26" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR27" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR28" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR29" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR30" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR31" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR32" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR33" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR34" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
- <Field name="ZF_ATR35" type="C" length="45" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input> 
  </Field>
  </ChildStructure>
  </TopStructure>
  </SyncBO>
  </MeRepApplication>

Tks

Douglas Figueiredo

Answers (0)