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

queue name description

Former Member
0 Likes
2,460

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

View Entire Topic
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