Hello Experts,
I have a query regarding DMEE tree.
Currently the output of xml is as below :
<RmtInf>
<Ustrd> Inv 1 Inv2 Inv3 Inv4</Ustrd>
<Strd>
<RfrdDocInf>
Details of Inv 1 only
<RfrdDocInf>
<RfrdDocAmt>
Details of Inv 1 only
<RfrdDocAmt>
<Strd>
<RmtInf>
Only one invoice appears in RmtInf -> Strd
Can anybody please guide which attribute (Level, type, length) could be wrong for which node (<RmtInf>, <Ustrd>,<Strd>)..?
Regards
Nisit
Hi Nisit,
Usually these note to payee nodes appear within node CdtTrfTxInf. This node repeats for each invoice paid in payment program. so for each appearance of this node will have respective invoice details.
Cheers,
Hi Nisit
I remember populating one Invoice # under another in the USTRD Field
For that purpose, we had to increase the length and also use a User Exit for the purpose of Note to Payee in order to populate the Invoice # one after another
Ajay M
Add a comment