cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

queue name description

Former Member
0 Likes
2,470

Hi experts,

I want to find out what is a description of any queue name. Like in LBWQ all queue names

start with MCEXZZ last 2 values are digits like 02,04 or 13. Then how to find out whether the particular queue

is related to 2LIS_13_VDITM or not? and what all transactions data get store in LBWQ?

Regards,

Priyanka Joshi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Priyank,

You are right with the naming convention of the queues in LBWQ. The last two characters in the queue name signify the application area for this queue.

So if the queue ends with 11 it is for orders and all the logistic order data sourcs that are installed, will park the delta in theses extraction queues.

At this level, we cannot ascertain which data source the LUWs in extraction queues belong.

The job control transfers the data from the extraction queue to the data source specific delta queues.It is here where you would be able to find your delta records.

RSA7 transaction shows you the details of the delta queue, which will show you the delta data.

In SMQ1, you would be able to find datasource specific outbound queues.

Regards,

Sunmit.

Former Member
0 Likes

Hi experts,

thanks for immediate reply. I checked SMQ1, now I just want to know when exactly entries

come in SMQ1? coz RSA7 & SMQ1 showing same entries for any data source!!

Regards,

Priyanka Joshi

Former Member
0 Likes

Hi

SMQ1 -- qRFC Monitoring Screen -- Here the Out bound queue can be monitored (TRFCQOUT,

QREFTID,ARFCSDATA are the tables)

RSA7 -- BW Delta Que Maintenance Screen --Here we can see the Delta Queue with Packages.

Hope it helps

Former Member
0 Likes

Hi experts,

So the sequence of data flow is(it) like this..data entry done by user in transactions, data

gets stored in tables & entries come in LBWQ/SMQ1 then schedules job from LBWE picks up the data & puts in

RSA7 & then it comes in BW after data pull.

Please correct me wherever m wrong.

Regards,

Priyanka Joshi

Former Member
0 Likes

Hi,

If you are using queued delta as the update method for LO data sources as it seems...... then what you have written is correct.

If you have seen the blog mentioned above then it would have been very clear.

/people/sap.user72/blog/2005/01/19/logistic-cockpit-delta-mechanism--episode-three-the-new-update-methods

SMQ1 is an oputbound queue and will contain all the Trfc's going out of the system.LBWQ will contain LUW related to queued delta procedure only.So the LUW's will first go to these queues and then from there to the delta queue through the scheduled jobs in job control.

Thanks

Ajeet

Answers (3)

Answers (3)

Former Member
0 Likes

Hi......

Last two digits in MCEX* represents the Application component.............for 2LIS_13_VDITM queue name will be MCEX13........

LBWQ means Extraction Queue.............when we use the Update mode Queued Delta.........LBWQ comes in picture...........In this case the extraction data from the affected application is collected in an extraction queue and can be transferred to the delta queue, in a similar manner to the V3 update, with an update collection run. Depending on the application, up to 10,000 delta extractions of documents can be aggregated to an LUW in the delta queue per DataSource........

I think u know V3 update........if not for ur reference......With this update mode, the extraction data of the application being viewed is written to the update tables with an V3 update module and is kept there until the data is read with an update collection run and processed. The data in the update collection run, however, is read from the update table without considering sequence and is transferred to the delta queue.

U can check this..........

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg//1906

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg//1183

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg//1262

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg//1106

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg//1522

Hope this helps...........

Regards,

Debjani........

Former Member
0 Likes

Hi,

Queue names will be based on Application only like for 11>MCEX1,12>MCEX12,05-->MCEX05.

If you check T-Code SMQ1 it will display all the queues for respective application.

Regards

Ramesh

Former Member
0 Likes

Hi,

Queue are application specific and not data source specific.So a queue will contain the data for all the data source for the application at the same time if the init is done for that data source and job control is scheduled through LBWE.

So there is no way to find it there...but you can check the same information in the delta queue as the same records go into the delta queue for the different data source from the same application queue.

This may depend upon the frequency of the job control.

Just go to RSA7 and select the data source and click on display on the top.

It will show you the records and its the same records which are present in the the extraction queue.

Thanks

Ajeet