Activation of qRFC-Queue inside CRM

Hi! Can anybody tell me, how the qRFC-Queue inside the CRM-System for Delta-Extraction is opened/created so that changes to specified objects are locked? I guess, once the queue would be opened, it would be filled by SMOX-Functions, but can´t find out, how to trigger them to start to work and put data into the Queue. SMOG_TRANS seems to play a role, but I can´t find the proper way. BWA7 e.g. shows, that the extractor is in delta-mode and also shows, that the queue is not open. Tricky thing.

Hi Bernhard!
  I am also facing the same problem, can you please post the solution if you are able to solve it.
with regards
ashwin

Similar Messages

  • BADI For Inbound Queue in CRM

    Hi All,
    I am replicating Product Listings (VB02 in ECC)  data from ECC to CRM.
    Now I need to Update a Z table in CRM System with the data coming from ECC when the Inbound Queue in CRM System is processed via SMQ2.
    Can Anybody please tell me what BADI will be useful
    I found one CRM_DATAEXCHG_BADI but not sure how it goes.
    I also tried in Debuging the inbound Queue. It will take Long time to find out BTE or BADI in this way.
    So please help me with the BADI or BTE Name.
    Thanks
    Venkat

    Hi Gautham,
    No good, It did not help me Gautham.
    Can you please suggest me some other way of dong it.
    I have 2 badis to use one is address_update and the other is addres_check.
    I implemented address_check which had a address structure as a changing parameter and I update it there, it works absolutely fine.
    But my requirement is to update the structure based on the condition of BUT000. That is the BUT000-type, which means I need to update the structure only for person and not for organization and group.
    so in the badi address_check i need the BUT000 details, which I am not able to trace even from the local memory as I am getting the error saying "Memory is not yet instantiated"
    and If i use the other badi address_update.
    I have the problem the other way round here. I have all the BUT000 details here I can put the condition to update only for person, but I am not able to update the address structure.
    Please help me. This is required very urgent.
    Maximum points will be rewarded.
    Thanks in advance.
    Arul.

  • Messages getting stuck in QRFC Queue

    Hi,
    Today I noticed that a message had gotten stuck with the status "Sheduled for Outbound Processing" (scenario IDOC->XI->File), XI 3.0 SP11.
    This in turn had the effect that the whole QRFC queue got stuck, and all following messages got stuck with status "Sheduled".
    I had to remove the first message from the queue manually so that XI could start to purge the other messages from the queue.
    What could be the reason for the first messages getting stuck with this status ("Sheduled for Outbound Processing")?
    The message was very small, just a couple of lines. One thing that comes into mind, is that XI received 4 IDOCS for the same interface, within one second. These 4 messages were assigned to different queues, but one of them got stuck. Could there be problems with XI when several messages arrive on the same interface within a very short time?
    Is it possible to use Alerts to detect this kind of problem in the future? As I have understood, Alerts only handle XI "errors", but according to XI, this message did not have an "error status", it just had the status "Sheduled for Outbound processing"..
    Thanks for any help,
    Hans

    Hi,
    If the message got struck in Queue, you try to activate the queues in smq2 to reprocess the data instead of deleting it. This is the final solution. But you should able to see a dump in ST22 for this problem.
    thanks,
    sasi

  • How do i clear the qRFC queue in a R/3 sandbox

    Hi All,
        I just built a R/3 4.7B sandbox and we are going to perform an upgrade on it. But before we do that we need to clear the qRFC queue. Can anyone please let me know as to how i go about in clearing the qRFC queue.
    Thanks
    Anil

    Open the infopackage that loads deltas from this infosource.Use option delta and run the infopackage.Do a monitor on this infopackage and check that it has gone GREEN and pulled records.
    then go to tcode rsa7 in the source system and highlight the datasource,then click on the 'detail'(lens) button.
    In next screen choose radio button delta update and check that it lists 0 records(shows as 0 from 0 records).
    Will also probably show 0 LUW's in the delta queue screen beside the datasource tech name.
    This confirms that queue is cleared.
    cheers,
    Vishvesh

  • EWM- serialnumbers posting goods recipt, error in qRFC queue.

    Hello
    We have a problem and dont know where to look at the moment. The problem is we make a purchaseorder, for a serialized material, we make an inbounddelivery in vl31n where we specify the serialnumbers. This delivery is transferd to SCM system and made into a warehouserequest, which we make into an order and then a task and we confirm the task. Then we can see the serialnumbers in the bin and the availible stock. But R3 is not updated with the GR. In the qRFC queue outbound SCM we get the error message "Document incomplete : You cannot save the delivery"
    There is obvious something wrong with how r3 is updated, probably something with the inbound delivery, if we delete the line with the error in the outbound queue the inbound delivery is confirmed with 0. That means that there is created a difference between the warehouse and the IM system.
    Does anyone have any suggestions to what we have missed, we are not using HU.
    Regards
    Ivar

    We ended up with using standard WM since EWM seemd at that time not to be a complete stable solution.

  • Activation of VMC in SAP CRM

    Hello Experts,
    I have a requirement to setup system for usage of CRM products (CRM 7.0 Ehp 3). Products were setup for product type= material. But when I try to create opportunity or quotation with these products, short dump displays saying that VMC in not activated. Actually VMC is not activated in the system and  currently we are facing lack of Basis experts, so VMC activation should be done by myself. But I'm new in Basis tasks and in connection with this I have following questions. Can You please clarify?
    1. Does VMC always need to be activated when we are using CRM products (setup as standalone)? I understand, that VMC needed for pricing configuration (IPC) in case of standalone system, but currently I urgently need to configure business scenarios without pricing, just for presentative purposes, so does anybody know, how to setup products which will bypass VMC?
    2. If there is no workaround for VMC activation, I need some help from basis perspective... I have read 854170 note, here is a quote:
    "You can activate the VM Container using the profile parameters mentioned below, which can be changed using profile maintenance (transaction RZ10). Once you have made the change, you need to restart the server instance."
    My question is - how to restart server instance? As I mentioned I'm facing lack of basis experts in my team, so can anybody guide me in this question.
    Thank you very much. I will be highly appreciated for providing answers for both questions.
    Regards, Denis

    Hi,
    see note 863354 & 854170.
    you will need to activate it if you have process involving pricing and web channel ecommerce.
    JD

  • How to read data from qRFC queue entry

    As we know already that qRFC is to queue & execute RFC function modules asynchronously. From any qRFC queue having entries, is it possible to read the content of a particular entry? Here content means, i am more intersted to know the singnature of a particular RFC function module waiting in the queue. Is there any API already available from qRFC framework for the same? Any quick help in this regard would be greatly appriciated.

    Hi,
    This issue is resolved.

  • District data missing in the Outbound Queue of CRM

    Hi,
    We have an issue with the information not flowing to the Outbound Queue of CRM.
    For eg . When we change the District information for a BP and synchroniye the system, the information is flowing in the Inbound queue to the CRM system and we are able to find the District data in the Bdoc. But when we check the Bdoc in the Outbound queue of CRM for this site, this District information is missing over there.
    Any pointers on this would be of great help.
    Regards,
    Rasmi.

    Hi Rashmi
    Which BDoc did you check -  the MBDoc or the SBDoc?
    I guess the first thing to do would be to see if the information is correctly updated in the CDB.
    If the district is missing in the CDB entry then the problem is with the synchronisation between BUT000 and SMOKNA1
    You may have already checked this but I just thought I would ask
    James

  • Setting QRFC Queue Status to STOP

    Hello
    We will be scheduling reports in Prod to auto restart stopped outbound and inbound QRFC queues. But before implementing these changes we need to know if these reports are working fine TEST environemnt. Can anyone recommend us a way of setting the Status of QRFC queues to STOP.
    Thanks.
    Kiran

    Thanks everyone !!
    We executed a simple scenario where we selected the Sender SOAP of the type EOIO which enabled us to define a specific queue e.g. TEST_QUEUE. In the Receiver SOAP we entered incorrect usrr id which caused the messages to be blocked in the queues. Once that was done we again reset the password to the correct values and ran our reports to restart QRFC inbound queues which helped us verify the auto restart of queues.
    Best Regards,
    Kiran

  • Outbound Queues in CRM system

    Dear All,
    There are lot of outbound queues in our CRM production sytem which are older than one month,basis is asking wether we can
    delete those queues or not,request you all to help me wehter we can delete it or not.if anybody can put some light on how the
    queues are getting there then it will really helps..
    Thanks,
    Sapta

    Check in SMQ1 transaction. You can see whether you require them meant for any active extractors running delta or running in regular frequency for your loads.

  • BDocs stay yellow - status I02 Written to qRFC Queue (intermediate state)

    We upgraded our system from SAP CRM 7.0 EHP3 SP3 to SP4.
    Now all the BDocs in smw01 stay yellow. I can manually reprocess them, then they become green. There is no error message and there are no dumps in st22.
    The CSA* queues are registered. The scheduler says "inactive" (and briefly goes to active when saving a business partner, product or transaction, as it should).
    The CSA* queues relevant for each "stuck" business partner, transaction or product is in status "STOP".
    There's a note, 1593693 - BDoc's in state I02, but it doesn't help. We don't have a problem with the number or load of the RFC processes (as far as I can tell), there is very little going on on the system, right now I am the only one logged on) and the queues are not in status READY, either.
    MW_CHECK says "All post-processing steps are done."
    GENSTATUS counts 0 errors or waiting.
    MW_MODE is on, of course.
    smw3_00 is empty (which it was before the SP installation, too).
    The CRM is not connected to an ERP system, it sends búsiness partner and transactional data via the XIF adapter (via web services). Which, up to now, worked just fine.

    I was given the solution: Use transaction smq2, search for CSA*, click on the queue, click the unlock button. That worked.

  • Call transaction in new session not working inside CRM Interaction Center

    Hi Experts,
    I have developed a report which contains a screen with push button. When user clicks on button a  transaction (FPL9) is being called and opened in new session or window. But when the report is being called in CRM Interaction Center using transaction launcher and button is clicked no new session or new window is being opened. Our requirement is FPL9 transaction will be opened in new session / window inside Interaction Center also.
    Please help me how to open a new session or window  in interaction center on push botton click.
    Thanks in advance.
    Regards,
    Arnab

    Hi Anil..
    This is the Solution for ur Requirement.   try this program and change as per ur need.
    REPORT  ZSEL_CALL_TCODE.
    data : IT_KNA1 TYPE TABLE OF KNA1 WITH HEADER LINE.
    DATA : IT_SPA TYPE TABLE OF RFC_SPAGPA WITH HEADER LINE.
    SELECT * FROM KNA1 INTO TABLE IT_KNA1 .
    LOOP AT IT_KNA1 .
      WRITE:/ IT_KNA1-KUNNR HOTSPOT ON.
      HIDE IT_KNA1-KUNNR .
    ENDLOOP.
    CLEAR IT_KNA1-KUNNR.
    AT LINE-SELECTION.
    CASE SY-LSIND.
    WHEN 1.
    IF IT_KNA1-KUNNR IS NOT INITIAL.
    REFRESH IT_SPA.
    IT_SPA-PARID = 'KUN'.
    IT_SPA-PARVAL = IT_KNA1-KUNNR.
    APPEND IT_SPA.
      CALL FUNCTION 'ABAP4_CALL_TRANSACTION' STARTING NEW TASK 'S1'
        EXPORTING
          TCODE                         = 'XD02'
         SKIP_SCREEN                   = ' '
        MODE_VAL                      = 'A'
        UPDATE_VAL                    = 'A'
      IMPORTING
        SUBRC                         =
       TABLES
        USING_TAB                     =
         SPAGPA_TAB                    = IT_SPA
        MESS_TAB                      =
      EXCEPTIONS
        CALL_TRANSACTION_DENIED       = 1
        TCODE_INVALID                 = 2
        OTHERS                        = 3
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      ENDIF.
    ENDCASE.
    <b>Reward if Helpful.</b>

  • Stuck Outbound Queues in CRM system

    Hi Guys,
    In CRM system the out bound queuse for the Sales Orders got stuck with the following error "Too many recursive subroutine calls"
    The Sales Orders are not getting replicated from the CRM system to R/3.
    The business partners associated with the sales orders are getting replicated to the From CRM to the R/3 system.
    anyone has clue regarding the issue.

    upon debuggin we found the follwoing nformation
    In debugging the program it states the following:
    Too many recursive subroutine calls.                                                                               
    What happened?                                                                               
    Error in ABAP application program.                                                                               
    The current ABAP program "SAPLCC01" had to be terminated because one of the   
    statements could not be executed.                                                                               
    This is probably due to an error in the ABAP program.                                                                               
    What can you do?                                                                               
    Print out the error message (using the "Print" function)                      
    and make a note of the actions and input that caused the                      
    error.                                                                               
    To resolve the problem, contact your SAP system administrator.                
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer      
    termination messages, especially those beyond their normal deletion          
    date.                                                                               
    Error analysis                                                                               
    An ABAP/4 subroutine was called recursively too often.                        
    This is probably due to a conversion exit or a user exit                      
    triggering the same exit again and again.                                     
    These exits are implemented by function modules with the names                
    CONVERSION_EXIT_xxxxx_INPUT/OUTPUT or USER_EXIT_xxxxx_INPUT.                  
    You can find out which ABAP/4 subroutine is affected in the               
    section "Active Calls / Events".                                          
    Conversion exits are triggered during screen field transports or          
    WRITE statements, field exits during field transports from the            
    screen to the ABAP/4 program, so they are not called directly by          
    an ABAP/4 program. Most likely, this is due to the implementation         
    of a conversion exit which contains a WRITE statement for a field         
    to which the same conversion exit is assigned in its Dictionary           
    domain. As A result, the exit is triggered                                
    recursively.                                                              
    You can make up to 50 ABAP/4 subroutine calls.                            
    How to correct the error                                                                               
    Probably the only way to eliminate the error is to correct the program.   
    You may able to find an interim solution to the problem                   
    in the SAP note system. If you have access to the note system yourself,   
    use the following search criteria:                                                                               
    "RPERF_TOO_MANY_CALLS" C                                                  
    "SAPLCC01" or "LCC01U05"                                                  
    "PCA_CHECK_LUHN_MOD_TEN"                                                  
    If you cannot solve the problem yourself, please send the                 
    following documents to SAP:

  • Queue with CRM and SRM

    Hello all,
    landscape is R/3 4.7, EBP and CRM
    Problem that I have is that EBP is receiving CRM loads from R/3.
    Users in R/3 for EBP and CRM are separate, Q prefix is different, and in inbound queue of EBP I can still see loads from R/3 which are for CRM (they are going to CRM also).
    Is there any way to distinguish receiver of R/3 adapter to receive in EBP only loads for EBP?
    TIA
    Gordan

    Hi Gordan,
      I think the problem is with the table CRMCONSUM in  both the systems...See whetehr the entry has been maintained in this table for SRM as the User/COnsumer in both the systems.
      Hope this helps.
    BR,
    Disha.
    Do reward points for helpful answers.

  • Unlocking of Outbound / Inbound Queues in CRM

    Hi Experts,
    Is there any way through which we can Unlock Outbound / Inbound Queues in bulk; which are in "READY" status in CRM.
    Or
    Is there any method to process Queues in READY / WAITING status in bulk.
    Thanks and regards,
    Amit

    Hi,
    There is one option in SMQ1,SMQ2  to unlock the bulk queues...
    Select the all queues -double click any one of them-click Edit in file menu-select Generic queue-unlock.
    In this give extension with *.
    Ex:
    R3AD_MATERIADZM5-12ZM9  for this give R3* it will unlock all the queues starts with R3.
    Hope help full.
    regards,
    shoki

Maybe you are looking for