cancel
Showing results for 
Search instead for 
Did you mean: 

File-XI-File

Former Member
0 Kudos

Hello..

I have a scenario like file-xi-file...

I need to pull the file and push it out via XI (no need of mapping i.e i need to send same file)...

Can any one tell me the out lines for this scenario.

Thanks..

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

Hi Kilaru,

You can do this all from configuration without any design.

You can do this 2 ways, 1 were XI doesn't convert it to XML, the other where XI does convert it to XML. In both of these approaches you don't need any design.

1) In your configuration you specify dummy interface names (NoInterface for example). They don't need to match anything in design.

2) If you don't need to see the data in an XML format in SXMB_MONI just setup your File Adapters with no File Content Conversion.

3) If you want to see the data in an XML format in SXMB_MONI setup your File Adapters with File Content Conversion with the following technique:

Sender File Adapter

-

-


Recordset Name: RecordSet

Recordset Structure: Record,*

Record.fieldSeparator: ¥¥No Match¥¥

Record.fieldNames: Line

ignoreRecordsetName: true

Record.fieldContentFormatting: nothing

Receiver File Adapter

-

-


Recordset Structure: Record

Record.fieldSeparator: ¥¥No Match¥¥

Thanks,

Jesse

Former Member
0 Kudos

Hi,

sorry for the above answer....its quite possible without mapping.....no need of a bpm for a simple scenario like this.

so no mapping step needed....the rest of the config part are the same.

sorry again for misleading.

regards

priyanka

Former Member
0 Kudos

Hi,

I think you need mapping for this simple thing too.

Steps:

In IR:

-create data types,messga etypes,messgae interfaces(outbound and inbound).

-create message maaping and interface mapping.

(simple one to one mapping)

In ID:

-create a scenario.

-create a buisness service and mention the interfaces in sender and receiver.

-create two communication channels :one for inbound and other for outbound.

-create sender agreement

-create recvr determination

-create interface determination

-create recvr agreement

Regards

Priyanka

Former Member
0 Kudos

Hi Kilaru,

Check these links

Introduction to simple(File-XI-File)scenario and complete walk through for starters(Part1)

/people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1

Introduction to simple (File-XI-File)scenario and complete walk through for starters(Part2)

/people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2

Regards

Vishnu

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

in one of Felix's blogs you can find an interesting

implementation of your scenario (file - xi - file)

without the mapping:

/people/sap.user72/blog/2005/07/15/copy-a-file-with-same-filename-using-xi

Regards,

michal

Former Member
0 Kudos

Hi Kilaru,

Have a look at this thread.

Thanx

Rekha.

bhaskar_ghandikota
Participant
0 Kudos

Did you check any weblogs?