Scheduling extraction queue deletion

I need to delete the extraction queue's content, before filling the setup table.
While I can schedule the setup job, I can't schedule a job for deleting the queue. I'd like to schedule both the deletion of an extraction queue and the setup job. The start condition for the setup job would be the end of the deletion job.
I'm annoyed at waiting midnight just for deleting the extraction queue with LBWQ...
But what's the name of the report for deleting a particular extraction queue (e.g. for application 13, invoicing)?
Cheers, Davide

I have at looked the source code of the RSTRFCM1 report, which is called when deleting a queue from LBWQ.
This fragment of code deletes a queue. It needs two input parameters: the queue's name and the destination.
REPORT zbw_extractqueue_delete .
PARAMETER: qname LIKE trfcqout-qname DEFAULT 'MCEX??',
           dest LIKE trfcqout-dest DEFAULT 'NONE'.
DATA sl_entry(96).
CONCATENATE sy-uname '&' qname ','
            dest INTO sl_entry.
CALL 'C_WRITE_SYSLOG_ENTRY' ID 'TYP'  FIELD space
                            ID 'KEY'  FIELD 'Q22'
                            ID 'DATA' FIELD sl_entry.
CALL FUNCTION 'TRFC_QOUT_DELETE_QUEUE'
     EXPORTING
          qname = qname
          dest  = dest.
Cheers, Davide

Similar Messages

  • Deleting extraction queue.

    Hi,
    we r upgrading our source system version from 4.6c to ECC6. before upgradaion taking place in production we have to update all the source system data to BW system. For that we have to update the data from extracting queueu to RSA7 .After updating have to delete the extraction queue.
    My question is,
    From where to delete the extraction  queue ?
    Is it from SMQ1? or LBWQ? i can see only one queue name in lbwq with MCEX11. where as i can see more than one queue name in smq1.
    Wt is the differance b/w smq1 and smq2?

    Hi
    SMQ1 = RSA7 + LBWQ.
    SMQ1 is outbound queue.
    SMQ2 is inbound queue.
    Regards
    Sadeesh

  • Extraction Queue - SMQ1 - entries..

    HI All,
    We are running some data loads from source SRM  to BI .
    We have a Strange Issue:
    Without triggering process chains or Infopack groups in BI side, Extraction queue’s (SMQ1 – TRFC’s ) are filled  automatically with some entries. It will causes the SRM loads in a very slow manner.
    Question is :
    Why Extraction queues are filled in source sys - SRM without running Infopack /Process chain?
    Is there any Background program running in SRM side?
    What is the data flow behaviour in BI?
    How to resolve this Issue?.
    And mainly please let me know the reason? This is an urgent issue.
    Thanks in advance.
    Cheers.
    Sri

    Hi,
    can you check to which extractor the queue belongs and if somebody has performed a delta init for it. 
    As soon as you have a delta init, but do not fetch the delta, the queue will start growing.  You either have to delete the delta init or schedule the delta load.
    Best regards,
    Ralf

  • Urgent Entries for application 11 still exist in the extraction queue

    Hi All,
    In LBWE when i am trying to mainting structure its not allowing to add fields to ExtractStrucutre.
    Following is the error iam getting.
    Entries for application 11 still exist in the extraction queue ->
    I have set the Update to inactive and trying to add fields to Extract strucutre .
    Morover,
    I have already deleted setuptable entries for this application Component 11 and i checked in rsa3, no records are there.
    Regards,
    C.V.
    Message was edited by: P.C.V.

    PCV,
    Here are the steps. Make sure you do them when there is no posting going on.
    1) Using transaction SA38, execute program RMBWV311. This will send the data from the extraction queue to delta queue for application 11.
    2) Run your 2lis_11_***** info packages to bring the delta records into BW. Make sure to run these info packages twice because the delta is cleared on R/3 only if you run them twice. It is designed this way to accomodate the delta repetition functionality.
    Just to make sure, verify that you don't see any data in RSA7, LBWQ and if you use RSA3, the system should not extract any data.
    You should be able to change the extract structure now.
    Abdul

  • 2LIS_04_P_ARBPL Delta not captured from extraction queue

    I am using datasource 2LIS_04_P_ARBPL to load 0PP_C03 cube. I have setup init selections as follows
    0PRODORDER     AUFNR     Order Number     6000000000     6999999999
    0COORD_TYPE     AUART     Order Type     ZCP1
    0PLANT     WERKS     Plant     1010
    In short I have the selections for entire range of production orders for a given plant and order type.
    I have populated setup tables, did init load with data transfer, activated the update in LBWE, scheduled V3 job, no issues here.
    When we create new production orders they are available in extraction queue MCEX04, when V3 job runs it makes it to delta queue, available in RSA7, loads into BW when delta load is done.
    Ths issue is when we TECO a production order (status marked complete) to same production order which we just loaded as delta, it does makes it to extraction queue MCEX04, but when V3 job runs it is not available in delta queue, RSA7. May I please know if this is standard behavior of this extractor or I am missing something? Why the same production order is now getting filtered by V3 job?
    Any help will be appreciated.

    Hello
    I am also facing same issue.
    but in my case, I not mapped 0recordedmode with rocancel in transformation.  
    My scenario : DS(2LIS_04_P_ARBPL) ---->DSO(Stranded DSO) ---> Info Cube. DSO and Cube is Z object.
    In cube I am having 2 records: 1 is Correct and 2nd is bad(Minus or 0 values) record.
    That bad records fetch in report with Minus or 0 values not correct one.
    Please let me know if have any concern on this.
    Thanks is advance.

  • What is differences extraction queue, delta queue and uddate queue ?

    hi guru's
    What is differences  between extraction queue, delta queue and uddate queue ? can u describe briefly?
    Thanks & Regards
    nandi

    Dear Prabha,
    Basically when any document is posted in R/3, it is updated to the update table, from there it is taken to our delta queue for send it to BW side.
    When extraction starts, data is sent to BW from delta queue. then again this cycle starts.
    When you post any document in OLTP system (eg SAP R3),
    say create sales order by VA01, then posting is made to application tables (VBAK/VBAP) through V1 and also to sm other tables through V2, Communication structure written to update queue/extraction queue/delta queue(directly) as per the update mode selected. V3 is always followed by V2 and we are supposed to schedule it.
    From this delta queue, data is extracted by BW infopackages.
    There are various update methods according to which extraction or delta queue are used, so when document posting takes place it also write data into extraction queue (through V1 update) and if we use queued delta method then this data is collected in collection run and written to delta queue and from this delta queue we request for data from BW.
    There are lots of posts on SDN for this, please have a look on those.
    one for your reference...
    https://www.sdn.sap.com/irj/sdn/profile?userid=3507509
    Hope it helps...
    Message was edited by:
            Ashish Tewari

  • Extraction queue is getting larger

    Hello BW Experts,
    The extraction queue is getting large every day. What is the solution.
    Regards,
    BWer

    Hi,
    Could you tell me under what scenario you are facing this problem?
    Check the job scheduling status. Increase the frequency and pull the data into delta queue.
    With Regards

  • ERROR : Entries for application 13 still exist in the extraction queue -

    Hi everybody,
    While modifying extractor (LO  Cokpit) I am getting this error.. I have deleted data through t.code LBWQ & LBWG still I am getting this ERROR,
    " Entries for application 13 still exist in the extraction queue -> "
    and it is givig the Diagnosis as below
    Diagnosis
    You are not allowed to change the extract structure MC13VD0ITM forapplication 13. This is because unprocessed entries are still presentin an extraction queue of application 13 for at least one client.
    If an extraction structure is changed for which there are still openentries in an extraction queue, these entries can no longer be read andthe collective update terminates.
    Please help me out..it is urgent...
    Thanks in advance

    Hi Sunita,
    Do one things, to fix this problem, go to the BW for that info package, it seems
    its already exists..if yes..delete the initialization request from the package
    and come back to R/3  try to delete the application 13 and it will allow to make
    the changes to the struc.
    Hope it helps..
    Need further help revert..
    Assign points if useful..
    Cheers,
    Pattan.

  • Help requires_A Safety Belt for Logistics Extraction Queues

    Hi All,
    I have read the Blog "A Safety Belt for Logistics Extraction Queues" and it is very useful for taking the backup data from Extraction Queue.
    I have a set of Queues related to this BLOG.
    1. Suppose, i have created the Backup table for the Particular Application (Ex 03).And i am scheduling the Job from the JOb Control of LBWE.Will it pull the data from Backup table or with the Standard Table. How can i pull data based on our needs.
    Pls suggest on this.
    Thanks,
    Jelina.

    Dear All,
    Anybody has tried performing the Backup of LBWQ data in ECC. How to pull data from backup table to RSA7.
    Pls suggest.
    Thanks,
    Jelina.

  • Line item extract and delete query

    If you change the default view for a scenario and line-item detail has been entered,
    you should first extract the line-item detail and save it. Then delete the line-item
    detail from the scenario before changing the view. You must change the extracted
    line-item detail to match the new default view before loading it.
    The above is a reference from HFM-Admin guide.
    Could any one tell how to extract or delete line item??
    Thanx in Advance

    Dear Sree,
    Here my query is addition and deletion of line items in delivery suggestionable or not if not any alternate solution please............
    -->You can delete the line item in the delivery if PGI not done for that delivery,
    -->But system will not allow you the new item in the delivery,because as per the standard functionality system will copy the items from the sales order and this is advaisable also.
    -->So if you want to add new item add in the sales order then create delivery for that order.
    -->Still you want to add item at delivery ( for your business requirement) you need to do the item categroy determination for the deliveries through 0184 transaction.
    -->Redetermine the pricing at billing level for that item by maintaining proper copy control settings between delivery and billing at item level in VTFL transaction.
    Maintain pricing type field as B-Carry out new pricing
    Make sure that you done the pricing procedure detrmination with the combination of billing document pricing procedure in OVKK transaction.
    I hope this will help you,
    Regards,
    Murali.

  • Undelete in Mass Additions Queue=Delete

    My business user inadvertently deleted all AP transactions from Mass Additions using Tools==>Delete All. The transactions were in queue 'New' but now are in queue 'delete'. Is there a way to put them in the 'New' queue again. No post process has happened as of yet. The trasactions were sent by AP using Mass Additions process.
    Thanks in Advance!
    mtm

    Hi,
    We could find the work around for deletion of assets which are in POST Status.
    We edited the Description of the Asset and saved it again.This way it allowed to Delete the Mass additions which got stuck with POST status.
    Thanks

  • Message Status as "Scheduled" and Queue Status "Queue Stopped".

    Hi friends,
    My scenario is from Peoplesoft -> XI -> BI
    Message has reached BI, but in SXMB_MONI, its showing Message Status as "Scheduled" and Queue Status "Queue Stopped".
    How to proceed further ? How can I start that queue ?
    Thanks ain advance,
    Neena John

    Hi Neena,
    Go to SXMB_ADM -> Manage Queues -> Register Queues
    More on queues
    XI :  How to Re-Process failed XI Messages Automatically
    Run the report RSXMB_REGISTER_QUEUES and register the queues
    Run the report RSXMB_RESTART_MESSAGES for restarting ur messages
    Refer this:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20bb9649-e86e-2910-7aa9-88ed4972a5f6
    Regards,
    Vinod.

  • Queuing - Action Blocks (Queue Get, Queue Put , Queue List, Queue Delete)

    Does any one know how to use Queue Get, Queue Put, Queue List, Queue Delete
    action blocks?
    There is neither any help documentation nor any previous queries in the forum for this.
    Thanks and Regards
    Khaleel Badeghar

    Hi Khaleelurrehman,
    1. Put something in your Queue:
       Name: MyQueue
       ID:      4711
       Example:
       - Make a ForNextLoop and use the Link Editor to fill the Queue with 10 entries.
       - Use a Local XML Variable as Message and a Assignment to set the
         Message text. So your Message will be:
         "a Message with the ID " & For_Next_Loop_0.CurrentItem
       - Put the Message and the ID in your Queue using the Link Editor
         ID: 4700 + For_Next_Loop_0.CurrentItem
    2. Replace something in your Queue:
       Just refere to Queue-Name and Queue-ID to replace a Message with the
       Queue-Put-Action.
    3. Get one entry of your Queue:
       Just refere to Queue-Name and Queue-ID to get the Message out of the Queue
       with the Queue-Get-Action.
    4. Get a List of entries from your Queue:
       - Use the Queue-List-Action which will return a xMII-XML Structure with
         DATE and ID.
       - Use a Repeater to loop over the Output of Queue-List-Action.
       - Use a Queue-Get-Action and assign the ID of the Repeater-Output to get the
         Message for the ID.
    5. Delete one Message in your Queue:
       Use the Queue-Delete-Action to delete a Message with a specific ID from
       your Queue.
    6. Delete the whole Queue (or all Messages)
       Use Queue-List-Action + Repeater to loop + Queue-Delete-Action
    Hope this helps.
    Ciao
    Martin

  • SRM Extraction Queue is filled Unnecessary -- to BI load

    HI
    We are running some data loads from SRM  to BI .
    We have a Strange Issue:
    Without triggering process chains or Infopack groups in BI side, Extraction queue’s (SMQ1 – TRFC’s ) are filled  with some entries. It will causes the SRM loads in a very slow manner.
    Question is :
    Why Extraction queues are filled in source sys - SRM without running Infopack/Process chain?
    Is there any Background program running in SRM side?
    What is the data flow behaviour in BI?
    How to resolve this Issue..
    And Mainly please let me know the reason?
    Thanks in advance..
    Cheers.
    Sri

    Hi,
    Check whether you are Using Queued Delta or not in LBWE, and if your code working fin meanes you can get the corretc dat ain Queued delta aslo.
    See the below article about the RSA7, SMQ1 etc...
    Checking the Data using Extractor Checker (RSA3) in ECC Delta Repeat Delta etc...
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/80f4c455-1dc2-2c10-f187-d264838f21b5&overridelayout=true 
    Data Flow from LBWQ/SMQ1 to RSA7 in ECC and Delta Extraction in BI
    http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/business-intelligence/d-f/data%20flow%20from%20lbwq_smq1%20to%20rsa7%20in%20ecc%20and%20delta%20extraction%20in%20bi.pdf
    https://wiki.sdn.sap.com/wiki/display/profile/Surendra+Reddy
    Thanks
    Reddy

  • My options and tools have changed.  Unable to extract and delete pages in my PDF document.

    My options and tools have changed.  Unable to extract and delete pages in my PDF document.  How can I get them back?

    Well could it be another Adobe I had before?  I bought software and in that under tools on the far right had all kinds of options.  Also under view and window.  Then I bought another adobe product to try and convert a PDF into a word doc and now under tools that is all it wants to do and my view and window options have changed.  Not to mention the new software i bought isn't converting it just spins.  So I am bummed that neither is working for me.  It is more important for me to be able to extract pages then it is to convert.  Which adobe product allows this?  Maybe I can unistall and reinstall the Adobe software I spent 300 dollars on vs the 19.99 product.

Maybe you are looking for

  • Apple releases Digital Camera RAW Support Update

    -Canon Digital Rebel XTi / 400D / Kiss X Digital -Nikon D80 -Pentax *ist DS Other issues addressed: -Handling of large Canon RAW files (.CRW) -DNG compatibility on Intel-based Macs -Lines sometimes appearing in images exported from Aperture Now all m

  • Not able to execute Query in BEx Netweaver 2004s

    Hello Experts, I'm trying to execute query on the web from BEx Netweaver 2004s. But I get this message: The page you are looking for might have been removed or had its name changed. And the wired thing is I don't get host and port number in the addre

  • 844,845 & 849 seeburger meta data &maps

    Hi, we have Seeburger EDI adapter ,but we need to implement interfaces using transaction sets 844,845,849.but we don't see any meta data info and Maps for those in the software we have downloaded. so how can we get them?do we need to request from See

  • Optimizer not using correct execution plan

    Hi , DB  version : 11.2.0.3 My sql query ran last month 1 hour. But the same sql query today running for four hours. Looks like optimizer is not using correct execution plan. I have used tuning advisor and applied recommended sql profile and query ex

  • Minimum previlege for user

    hi, i want to know minimum authorization to be given to user to execute BAPI i.e. BAPI_CHANGE_USER. and also let me know what are minimum role and profile to be given to access the R/3 system. thanks, John.