Hi, experts,
I have created a format tree for tree type PAYM.
I have a head, body and verify.
The element A means payer bank account No. , element B means payee bank account No..
When I payed to payee by epic, the payment file will be:
<?xml version="1.0" encoding="utf-8" ?>
</Trans>
BUT, I have 2 payer bank accounts, one is 5719054008108121111111 for amount 322 , the other is 3311560812690012222222 for amount 222.
i So, my demand is:
<Trans>
<TransDate>20150513</TransDate>
<TransTime>15:51:55</TransTime>
</Batch_info>
-<FCompanyInfo>
<FCompanyInfo>1111</FCompanyInfo>
<FAccountNo>5719054008108121111111</FAccountNo>
<FCompanyInfo>
-<FCompanyInfo>
<FCompanyInfo>1122</FCompanyInfo>
<FAccountNo>3311560812690012222222</FAccountNo>
<FCompanyInfo>
</Head>
-<Body>
-<Total>
</Total>
</Trans>
s I think the problem is about the level set of element "Trans","head","Batch_info","FCompanyInfo","Body","Tran", and "Total". It make me crazy.
Pls help me !!!!!!
I have no time..............................
