Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Macola Import

Status
Not open for further replies.

thejamie

Programmer
Joined
Feb 8, 2002
Messages
1
Location
US
Importing to new ES and need header and subline XML template. Have to idea what it looks like but taking a guess. Am I close?

<root>

<header1>
<linenum_regelnummer>
</linenum_regelnummer>
<journaltype_dagb_type>
</journaltype_dagb_type>
<journalnum_dagbknr>
</journalnum_dagbknr>
<period_periode>
</period_periode>
<finyear_bkjrcode>
</finyear_bkjrcode>
<transNum_bkstnr>
</transNum_bkstnr>
<description_oms25>
</description_oms25>
</header1>

<subline1>
<header1_regelnummer>
</header1_regelnummer>
<journaltype_dagb_type>
</journaltype_dagb_type>
<journalnum_dagbknr>
</journalnum_dagbknr>
<finyear_bkjrcode>
</finyear_bkjrcode>
<findata_Entry_bkstn>
</findata_Entry_bkstn>
<transDescription_oms25>
</transDescription_oms25>
<GLAct_reknr>
</GLAct_reknr>
<dollaramt_bedrag>
</dollaramt_bedrag>
<costcenter_kstplcode>
</costcenter_kstplcode>
<costunit_kstdrcode>
</costunit_kstdrcode>
</subline1>

<subline2>
<header1_regelnummer>
</header1_regelnummer>
<journaltype_dagb_type>
</journaltype_dagb_type>
<journalnum_dagbknr>
</journalnum_dagbknr>
<finyear_bkjrcode>
</finyear_bkjrcode>
<findata_Entry_bkstn>
</findata_Entry_bkstn>
<transDescription_oms25>
</transDescription_oms25>
<GLAct_reknr>
</GLAct_reknr>
<dollaramt_bedrag>
</dollaramt_bedrag>
<costcenter_kstplcode>
</costcenter_kstplcode>
<costunit_kstdrcode>
</costunit_kstdrcode>
</subline2>

</root>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top