Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

EDIFACT

Former Member
0 Likes
814

Is it possbile to transform the data in EDIFACT to an internal table?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
702

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

4 REPLIES 4
Read only

Former Member
0 Likes
703

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

Read only

0 Likes
702

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?

Read only

0 Likes
702

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

Read only

0 Likes
702

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??