cancel
Showing results for 
Search instead for 
Did you mean: 

Queued Delta

Former Member
0 Kudos

Hi folks,

I have a question on LBWE>Queued Delta.

When you schedule the V3, the data gets transferred from SMQ1 to RSA7.The update job extracts the data and puts them in the queues (LBWQ) and from there another job V3 runs and posts the data to the delta queues (RSA7).

Is it possible to hold the update job from the tables to queues (LBWQ) and resume. Can you suggest how to do this.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

In LBWQ,  click on the queue name, we get queue name, destination, entries, status, date1, time1 etc

on the top there is lock queue, unlock queue, immediately, unlock without activation...

Any thoughts on this...

Thanks agai,

former_member210253
Contributor
0 Kudos
Former Member
0 Kudos

Thank you, i went through this before, in the same scenario, my question is it possible to keep the data transfer between the application table to lbwq

In this scenario from the material document to the extraction que.

Not between the extraction que & delta

former_member182470
Active Contributor
0 Kudos

Hi,

It's not possible to stop updating LBWQ as it is system performing job. You can have control from LBWQ -->RSA7. But you can stop data postings by taking system downtime

Regards,

Suman

former_member210253
Contributor
0 Kudos

Hi Rian,

Whenever user saved one record in the application, Then This record will be updated in the Base tables(like MARA,VBAK...) and corresponding delta table(like LBWQ) BY V1 UPDATE.

APPLN-----V1--->Base tables and LBWQ.

Here (V1) we have  some update  function modules to update the corresponding tables.These function modules will starts immediately whenever the record entered in the application.Bcoz those Function modules of update type Immediately. So we cant hold  on those Funtion modules, means we cant able to do , not to start those funtion modules. we can observe FM properties in Sm37.

Note:V1 update is time critical update. Ensures Serialization of data. Untill  first  record is successfully updated in all the corresponding tables, one can not enter/save  the second record in the application.

hope it will clear.

Regards,

Babu.