never_had_a_name
never_had_a_name

Reputation: 93296

SAP/ERP export file format?

Do we have some SAP/ERP expert here?

I need to know what format SAP or other ERPs export their information to.

Eg. product information, travelling information etc.

Is it XML or could they export to other formats?

Thanks

Upvotes: 0

Views: 3279

Answers (1)

PATRY Guillaume
PATRY Guillaume

Reputation: 4337

Your question is quite vague, i think.

What do you mean by "export their file to" ? speaking of SAP, nearly all data are stored into a database, whose structure is quite complex. Depending on the domain, domain-specific application export some data onto a variety of format, and specific applications can be made to export to a given format if none exist. PDF, Excel, Word, CSV and others are available to developpers.

If the need is to move from one system to another, then you will need to code.

regards,
Guillaume

Upvotes: 2

Related Questions