cancel
Showing results for 
Search instead for 
Did you mean: 

problem with Idoc-file scenario

Former Member
0 Kudos

Hi Sdn

In my scenario I am sending data from R/3 using Idoc.I am using Change Pointer in SAP side. My receiver adapter is File adapter, generating a .CSV file.

Now whenever there is ny change in the data in SAP side, Idoc will get triggered and data will come to XI and file will get generated. Now the requirement is, the file shud contain only the changed data with header ,other fields shoud be blank and comma-separated. I don't have ny receiver file structure.

my questions:

1. How much helpful is 'file content conversion' in this case??

2. if mapping is required, how can we do the mapping??

3. Is there any standard mapping function, so that we can check every field with condition and then map them (1:1)?

plz help me.

Thanx in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

><i> Now the requirement is, the file shud contain only the changed data with header ,other fields shoud be blank and comma-separated</i>

How will you know what the data changed / new data is? Can you handle this in mapping?

Regards,

Bhavesh

Former Member
0 Kudos

The Idoc is getting generated using Change Pointer. So In Idoc it will show which is the new data or changed data. I thnik that we can handle this is two ways:

1. in mapping

2. putting some conditions in 'File content conversion' settings.

But i have no idea how to handle this in mapping or what kind of condition to put in FCC settings(if possible).Plz help me.

Former Member
0 Kudos

> Hi Sdn

>

> In my scenario I am sending data from R/3 using

> Idoc.I am using Change Pointer in SAP side. My

> receiver adapter is File adapter, generating a .CSV

> file.

> Now whenever there is ny change in the data in SAP

> side, Idoc will get triggered and data will come to

> XI and file will get generated. Now the requirement

> is, the file shud contain only the changed data with

> header ,other fields shoud be blank and

> comma-separated. I don't have ny receiver file

> structure.

>

> my questions:

>

> 1. How much helpful is 'file content conversion' in

> this case??

You have to use it in order to convert to csv

> 2. if mapping is required, how can we do the

> mapping??

in message mapping

> 3. Is there any standard mapping function, so that we

> can check every field with condition and then map

> them (1:1)?

you can use 'if' or ifWithoutElse to check the condition

> plz help me.

> Thanx in advance.