xmlport export error

DeviDevi Member Posts: 8
Trying to export purchase header data ,it is showing only 1 item.

Can anyone give me the code to write the xmlport for this.

pls little urgent.

Thanks and Regards,
Devi.

Comments

  • vyankuvyanku Member Posts: 791
    Name DataType Subtype Length
    ifile File
    ostream OutStream



    ifile.CREATE('C:\myxml.xml');
    ifile.CREATEOUTSTREAM(ostream);
    XMLPORT.EXPORT(50001,ostream);
    ifile.CLOSE;
    MESSAGE('export complited');
  • DeviDevi Member Posts: 8
    hai vyanku,
    i am also from bangalore,
    can u just give me ur contact no so that i can contact u for details pls.

    thanks and regards,
    Devi
Sign In or Register to comment.