cancel
Showing results for 
Search instead for 
Did you mean: 

idoc to flat file mapping using XSLT

Former Member
0 Kudos

Hi,

i am using XSLT mapping. my requirement is mapping between idoc and flat file(xml to text). as i do not want to use FCC, i have opted for xslt mapping. please let me know any article which would be helpful for this.

regards,

Meenakshi

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Meenakshi,

Are you able to achieve the scenario of IDOC to flat file using XSLT mapping ?

My scenario is reverse than yours - it is text to IDOC and I also can't use FCC as I am getting the payload as text and not XML file.

Kindly help on the same.

Regards,

Nitin Patil

stefan_grube
Active Contributor
0 Kudos

> My scenario is reverse than yours - it is text to IDOC and I also can't use FCC as I am getting the payload as text and not XML file.

You cannot use XSLT on text file. XML can process XML files only.

If you cannot use FCC, then you have to go for ABAP or Java mapping.

former_member187339
Active Contributor
0 Kudos

Hi Meenakshi,

Two things:

1. Achieving this functionality using XSLT is very difficult.

2. Secondly you may not be able to find a direct document to convert IDoc-XML to flat file using XSLT in sdn. Try google.

I found one link like that may be you can get some idea from there

http://www.stylusstudio.com/SSDN/default.asp?action=9&read=6453&fid=48

Also if you have a XSLT editor like XMLSPY or stylus studio then creating your specific XSLT will b much more simpler

Regards

Suraj

former_member208856
Active Contributor
0 Kudos

IF it is your first XSLT mapping, so use Stylus Studio for creating the same.

In the mapper of stylus studio, you need only give source & target & map graphically as well as write code as per your convenient.

Search the blog for key word stylus studio for details.