on 2011 Dec 14 5:31 PM
Hi,
I have a code in abap which does create text files.
OPEN DATASET OUTFILE FOR OUTPUT IN TEXT MODE.
transfer outdata to outfile.
Since I dont have access to text file, i dont know how it looks.
Can PI be able to convert a normal XML files into text file?
Regards
Krish
>Can PI be able to convert a normal XML files into text file?
Yes it is possible use. FIle receiver adapter and message protocol file content conversion. Search SDN forum for fcc receiver side.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Krish,
A text file can be converted into XML by PI File adapter and vice versa.
In the message protocol, you need to keep the option as File content conversion.
And you need to provide the File content conversion parameters under the content conversion Tab.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI,
transfer outdata to outfile.
Since I dont have access to text file, i dont know how it looks.
Can PI be able to convert a normal XML files into text file?
--->yes that is possiable with receiver file communication channel,
--->in this channel we have to provide bellow parameters:
1.message protocol is FCC
2.And also add the following columns in the Content Conversion Parameters. These columns are sufficient to do this conversion.
please go through this link:
http://www.riyaz.net/sap/xipi-file-content-conversion-for-simple-structure/75/
thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
13 | |
10 | |
10 | |
9 | |
9 | |
6 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.