cancel
Showing results for 
Search instead for 
Did you mean: 

Related to SMQ1 and SMQ2

kr_pavankumar
Contributor
0 Kudos

Hi Experts,

Could you clarify where exactly the usage of these Inbound and outbound queues come into picture.

For which update mode these queues will be used.

-- KRPK.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

SMQ1 u2013 qRFC Monitor for the outbound queue You use this transaction to monitor the status of the LUWs in the   outbound queue and restart any hanging queues manually.

SMQ2 u2013 qRFC Monitor for the inbound queue. You use this transaction to monitor the status of the LUWs in the outbound queue.

Check this link...

http://scn.sap.com/thread/2086762

Regards,

Aravind.

kr_pavankumar
Contributor
0 Kudos

Hi Aravind,

In which update mode these two queues will be used.

For suppose if we consider "Queued delta", the data flow is like

Enduser Postings --------> App. Tables + LBWQ  ----> RSA7 ---> BI

Can you position the SMQ1 and SMQ2 in the above flow and explain its importance & purpose.

-- KRPK.

Former Member
0 Kudos

Hi Pavan,

SMQ1 and SMQ2 are used to monitor the QRFC ( Queued Remote Function Call).

As you asked, SMQ2 is usefull to know the inbound queues and SMQ1 is used for Outbound Queues.

Enduser Postings-----> APP.Tables----SMQ2----> LBWQ-----SMQ1-----> RSA7----> BI.

Hope this is helpful.

Regards,

Pankaj.

kr_pavankumar
Contributor
0 Kudos

Hi Pankaj,

Could you explain the  functionality of SMQ1 & SMQ2 like when the data gets filled & delete.

what it actually does?

-- KRPK.

Former Member
0 Kudos

Hi Pavan,

Just saw ur message,

The functionality of SMQ2 and SMQ1 are:

SMQ2: whenever a new transaction happens or any update, the data ( LUWs) comes and sits in a queue.

SMQ1: whenever a delta is called these LUWs are moved from queue to SAP BI. Once after successful loading of delta's, the data in queue gets deleted except the previous load, so that you can use repetition of delta in case it fails.

regards,

Pankaj.