cancel
Showing results for 
Search instead for 
Did you mean: 

File content conversion.

Former Member
0 Kudos

Hi,

I am unable to use FCC.

Presently i am getting output as

<?xml version = "1.0" encoding = "UTF-8"?>

<BEG>

<BEG01>00</BEG01>

<BEG02>SA</BEG02>

</BEG>

<PER>

<PER01>1</PER01>

<PER02>2</PER02>

</PER>

<SAC>

<SAC>(HERE FIRST SAC IS FOR GROUP. 2ND SAC IS FOR RECORD)

<SAC01>5</SAC01>

<SAC02>6</SAC02>

</SAC>

</SAC>

<CTT>

<CTT01>1</CTT>

</CTT>

But, Now I need to the output as shown below.

BEG00SA

PER12

SAC56

CTT1

Plzz help me how do i configure in FCC. I read lots of blogs but i didnt get anything.

Thanks,

Singh.

former_member942702
Discoverer
0 Kudos

Hey,

I want to know that the above querry is same as i am facing now,

i just want to know that the anser given for the above statement will work now to resolve the issue.

Thankyou

Arena Lazar

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

> <SAC>

> <SAC>(HERE FIRST SAC IS FOR GROUP. 2ND SAC IS FOR RECORD)

> <SAC01>5</SAC01>

> <SAC02>6</SAC02>

> </SAC>

> </SAC>

This is not possible.

change the structure.

compare with online help:

http://help.sap.com/saphelp_nwpi71/helpdata/EN/44/686e687f2a6d12e10000000a1553f6/frameset.htm

Former Member
0 Kudos

Ok,

NO need to bother about that SAC.

For remaining fields how would i use FCC.

Thanks,

SIngh.

former_member206760
Active Contributor
0 Kudos

i gues u should first concatenate a constant BEG and the data in fields BEG01 ..02 etc and transfer it to only one field in the targer..

same applies to the other structure PER that u are mentioning

Edited by: Tarang Shah on Mar 2, 2010 5:29 PM

former_member27
Community Manager
Community Manager
0 Kudos

Hi t.shah,

Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time please note that:

You are adding a comment to an old post that is not likely to get an answer.

I suggest starting a new question and following these guidelines:

I recommend that you familiarize yourself with: https://community.sap.com/resources/questions-and-answers, as it provides tips for preparing questions that draw responses from our members.

For example, you can:

- outline what steps you took to find answers (and why they weren't helpful)

- share screenshots of what you've seen/done

- make sure you've applied the appropriate tags

- use a more descriptive subject line

The more details you provide, the more likely it is that members will be able to respond. Feel free to also take our Q&A tutorial at: https://developers.sap.com/tutorials/community-qa.html

Should you wish, you can revise your question by selecting Actions, then Edit.

By adding a picture to your profile you encourage readers to respond: https://developers.sap.com/tutorials/community-profile.html

Regards,

Dedi

former_member942702
Discoverer
0 Kudos

Thankyou.

I hope the above statement will help me in getting through the error.

Answers (0)