cancel
Showing results for 
Search instead for 
Did you mean: 

queues

Former Member
0 Kudos

Hi,

I have the following questions and can anybody help me to get the answers.

1.)How to clear the queues?

2.)In File2File scenario how to read first 100 records?

3.)How to sort the data in the File2File scenarion?

4.)In proxy creation which adapter is used?

5.)How to do RFC2ABAP proxy scenario?

Accepted Solutions (1)

Accepted Solutions (1)

vijay_b4
Active Contributor
0 Kudos

Hi Laxmi,

1. To clear the queues you can use the t codes smq1(outbound) and smq2(inbound).

4,5. have look at this thread..u will get all the scenarios weblogs...

Reward points if this helps....

Regards

Vani.

Answers (3)

Answers (3)

Former Member
0 Kudos

I am very much thankful for giving answers to my questions.

Former Member
0 Kudos

Hi,

1)How to clear the queues?

go to smq1 tcode >select the queue>activate queue--> refresh it

before thet you have to register your queues.

2)In File2File scenario how to read first 100 records?

under content conversion tab we have recordsets per message option in file adapter..

3)How to sort the data in the File2File scenario?

you can use sort and sortByKey standard functions in message mapping

sender field>removecontext>sort>splitbyvalue>receive field

4)In proxy creation which adapter is used?

in out bound proxy no adapter is used

in inbound proxy we will use xi adapter.

5)How to do RFC2ABAP proxy scenario?

i think this link may help you

Edited by: Pradeep Amisagadda on Apr 29, 2008 12:54 PM

former_member556603
Active Contributor
0 Kudos

Hello Lakshmi,

1.)How to clear the queues?

Ans: U mean Cache.

SXI_CACHE

click on XI Runtime cache-----start delta cache

2.)In File2File scenario how to read first 100 records?

Ans: Here you can make use of BPM.

Create an integration process, in it insert a loop,in that loop insert a receive step, arter that insert a container operation in the loop.

every time the loop itterates increase a counter container element by 1 in the container operation,

now in the condition of the loop specify conuter not equal to 100.

so when the counter will reach 100 the loop will end and will not accept any more records.

3.)How to sort the data in the File2File scenarion?

Ans: Go through this Blog: /people/stefan.grube/blog/2005/12/29/new-functions-in-the-graphical-mapping-tool-xi-30-sp13

4.)In proxy creation which adapter is used?

Ans: XI Adapter.

5.)How to do RFC2ABAP proxy scenario?

Ans: How to create proxy.

http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/frameset.htm

How to Activate Proxy.

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

ABAP Server Proxies (Inbound 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

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

File to R/3 via ABAP Proxy with good example

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

Thanks,

Satya Kumar

Reward if it is useful..