Application Development 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: 

Substitute for FM SXDA_COPY_FLAT_FILE in ECC 6.0

payalseth
Participant
0 Kudos

Hi Gurus,

Please help me to find the relevant FM for 'SXDA_COPY_FLAT_FILE' in ECC 6.0.

Thanks.

4 REPLIES 4

former_member589029
Active Contributor
0 Kudos

I assume you upgraded to ECC and now this function module does not exist in ECC?

If that is the case, check which application component your function module is assigned to (go to function group and then check the package the function group is assigned to - In the package look at the attributes and you'll find the assigned Software Component)

Now check in your ECC system if this software component is installed there as well.

If this is not your problem, please provide more details on where that function module currently exists.

Hope that helps,

Michael

0 Kudos

Hi Michael,

You understood the issue perfectly.

We have upgraded from 4.6C to ECC 6.0.

I found out the s/w component; it's 'SAP_BASIS', in both versions.

The actual program was to upload file from presentation to application server and vice versa.

FM 'FM SXDA_COPY_FLAT_FILE' was used in 4.6.

As this FM does not exist in ECC, do we need to use the FMs:

DX_FILE_COPY_APP2PC

DX_FILE_COPY_PC2APP

are these the alternative for FM 'SXDA_COPY_FLAT_FILE' .

Thanks,

Palak

payalseth
Participant
0 Kudos

Hi Experts,

The allignment of the output of report RAPOST2000 has been changed in Japanese and Chinese language.

It is fine in English.

Please suggest how to correct it in in Ja and Chinese.

Thanks.

payalseth
Participant
0 Kudos

Hello,

I get the following codepage error on executing a program :

A character set conversion is not possible.

At the conversion of a text from codepage '4110' to codepage '4102':

- a character was found that cannot be displayed in one of the two

codepages;

- or it was detected that this conversion is not supported.

Please suggest a solution for this.

I Codepage '4110' was hardcoded in the prg. I called FM 'NLS_GET_FRONTEND_CP' and used legacy text mode with dataset stmt.

=> OPEN DATASET w_outfile FOR INPUT IN legacy Text Mode code page l_codepage.

I dont get the dump now but get some junk characters.

Please help with this.