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

Idoc data to flat file

Former Member
0 Likes
598

Dear All,

How to convert the data from idoc to flat file.

Plz send some sample program and FM.

Thanks & Regards,

Arun.

Dear All,

How to convert the data from idoc to flat file.

Plz send some sample program and FM.

Thanks & Regards,

Arun.

3 REPLIES 3
Read only

bpawanchand
Active Contributor
0 Likes
553

Hi

The same issue has been discussed in the below thread

Regards

Pavan

Read only

Former Member
0 Likes
553

Since all the data is lying in EDID2(old versions) or EDID4(new versions), you can read them and declare individual structures for each segment to download the dat into int. tables.

All the data would be lying in EDID4-sdata field.

Read only

Former Member
0 Likes
553

Thank you all.