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

SAP SCRIPT EXPORT and UPLOAD

Former Member
0 Likes
505

Hi friends,

I want use SCRIPT existing in 4.7 version to ECC6 ..

Iam using RSTXSCRP is exporting from SAP to Narmal file.. Successfully done.

Iam using RSTXSCRP is importing from file to ECC6.. But here iam getting error as

Binary dataset contains data in code page 1100

ERROR: Invalid start marker: S#F#O instead of SFORM

What is the Probem..

Is there any other method is there for transferring script from 4.7 version to ECC6..

Thanks in Adavance,

Sampath..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
468

While executing the program you have to set Code Page settings....

The settings will be visible in latest GUI it seems...

Check with anyone whoz using latest GUI...

Reward if helpful...

3 REPLIES 3
Read only

Former Member
0 Likes
468

Hi,

This you are getting due to Unicode conversion related error of characters,

Have to do the code page conversion.

reward if useful

regards,

Anji

Read only

0 Likes
468

hi Anji,

Thanks for reply.. But what i have to do...for Code page coversion..

is there any other method is there..

please suggest me..

regards,

sampath

Read only

Former Member
0 Likes
469

While executing the program you have to set Code Page settings....

The settings will be visible in latest GUI it seems...

Check with anyone whoz using latest GUI...

Reward if helpful...