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

Error when uploading SAP query in ECC6 from 4.5B system

Former Member
0 Likes
445

Hi expert ,

I have down loaded SAP Query(infoset) from 4.5B server and now i want to upload this query to ECC6.0. when i upload this query(infoset) to ECC 6 as follows to download step like from SQ02 . but after executing i am getting error

" infoset ZTEST (import option REPLACE)"

" F | Error When generating Transport dataset

I am following all steps even created user group in sq03 which it is in my 4.5b system.

Thanks

Chandra

Hi expert ,

I have down loaded SAP Query(infoset) from 4.5B server and now i want to upload this query to ECC6.0. when i upload this query(infoset) to ECC 6 as follows to download step like from SQ02 . but after executing i am getting error

" infoset ZTEST (import option REPLACE)"

" F | Error When generating Transport dataset

I am following all steps even created user group in sq03 which it is in my 4.5b system.

Thanks

Chandra

1 REPLY 1
Read only

Former Member
0 Likes
391

Hello,

It won't usually work when you try to download a infoset from a older release and try to upload in a newer version. However there is a workaround for this.

If you debug the program while uploading, you will notice that certain if conditions fail on a few fields in the file you are trying to upload are missing. What i would suggest you to do is, download any infoset from your ECC 6.0 version and keep it as a reference for filling these missing fields into the older version infoset you are trying to upload.

Vikranth