‎2009 Feb 26 3:17 PM
Is it possbile to transform the data in EDIFACT to an internal table?
‎2009 Feb 26 3:27 PM
Hi,
normally you use an EDI-converter to convert the data from Edifact to the SAP IDOC structure and then post the IDOC to the SAP system.
Did you think about this? Could this be a solution for you?
Bye
Frank
‎2009 Feb 26 3:27 PM
Hi,
normally you use an EDI-converter to convert the data from Edifact to the SAP IDOC structure and then post the IDOC to the SAP system.
Did you think about this? Could this be a solution for you?
Bye
Frank
‎2009 Feb 26 3:32 PM
I get the data in EDIFACT structure and want to get the values from this data file which I can furthermore edit.
So I thought that it would be better if I have all the data in an internal table after transformation.
How does it work with the converter? Do I have to upload first the file(EDIFACT) to SAP?
‎2009 Feb 26 3:37 PM
Hi,
the converter is an additional software. There the mapping to the IDOC structure is made and then the converted data file is posted to SAP Idoc input interface.
SAP has also software for this purpose. One old one is the Business Connector. Try to find more information about this.
Bye
Frank
‎2009 Feb 26 3:45 PM
Is it not possible to transform the EDIFACT just to an internal table with programming or using methods or functions after a upload the file to SAP??