cancel
Showing results for 
Search instead for 
Did you mean: 

abap and SAP_XI que

Former Member
0 Kudos

1. what are the abap methods at the i/b and o/b sides.

2.how to create i/b and o/b proxies

3.what are conversion routines.

4.what is falt MSG and where it is used.

5.an it possible to do with single node.

6.what is a record set.

7.where we give the processing parameters & where it is used.

8.how to processes a text files.

9.what is reciver determination step

10.how to do multi mapping

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Proxies:

Inbound Proxy: Server Proxy:

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

OutBound Proxy : Client Proxy

/people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies

Multimapping

/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

Reward with points if helpful

Regards

Sai Ganesh

Answers (1)

Answers (1)

GabrielSagaya
Active Contributor
0 Kudos

4) Fault messages generally used for used for synchronous interfaces assume when a proxy is generated from a message interface an exception class is generated for a fault message type. You use this exception class to handle application errors at runtime.

5) Yes it is possible

6) RecordSet Name--> name of the input structure

7) Processing parameters are used in Sender & Receiver Adapter.

QOS, Poll interval, Retry interval, Construction mode, Target dir, filename

😎 Using content conversion parameters like fieldSeparator, endSeparator

9) Give Sender servicename, interface name, namespace, service in configured receiver, condition

10 You can perform multimapping with / without BPM for 1:n mapping