Red Traffic Light for Datasources Delta Queues

Hi all,
Our R/3 source system is connected to our BW system.
Between the two systems we operated standard logistics datasources delta queues, by filling the setup tables and performing an initial update.
The datasources delta queues were created and used over a month (according to the RSA7 they all marked with green traffic light).
Now, we copied the R/3 source system to a new one.
After doing so, all the delta queues traffic light turned to be red.
Does anyone can provide a technical explanation/reason to this problem?
Also, is there something we could do to "save" this delta queue, without needed to delete it and create it all over again?
Thanks ahead,
Shani Bashkin

Hi Eddo,
Thanks for your help.
Yes, I'm using the same system name and system id. The new copied system has the same name and id like the productive system.
Also, it seems like the RFC connection to the BW is lost.
The question is why?
Thanks,
Shani Bashkin

Similar Messages

  • Red Traffic light in ME55

    Why is there a red traffic light in ME55?
    Different purchasing group and have deleted items?
    There is one PR in my system that only has only one purchasing group and do not have deleted items, and it can't be released via ME55. Understand that it can be released via ME54.
    However, anyone can share why is this happening?

    Hello:
    I have the same problem. SAP version 6.0
    I have just implemented the overall release for purchase requisitions.
    If the purchase requisition has a deleted line item, when I try to release it via ME55, a red light that say Release via individual release.
    Do you know how I can fix it?
    For PO, I have implemented the overall release and I never had any problems.
    Thanks in advanced

  • MD04 - no red traffic light appearing

    Hi Experts,
    We are not getting the Red traffic light even though there is no stocks available,
    It is showing in Yellow color instead of red color,
    The following has been displaying in MDO4 order tree, for Header material as well as down component,
    Exception Message for Lower Level
    I am unable get the purchase requisitions for down items, it is displaying planned order even for procuring items,
    Please suggest where to change or configure to get the purchase requisitions for procuring items,
    Thanks,

    Hi,
    For finished product procurement type is E
    and for procuring item F-42 (STO),
    Thanks

  • Red traffic light occuring while updating RG1 sales materials documents

    Dear Experts ,
    I am getting red traffic lights while updating RG1 .
    What are the possible reasons for this indication??

    Hi
    Simple concept of RG1 register is to record the material flow of Manufactured items as these are Excisable items, it also gives the available stock of Manufactured saleable materials.
    Now first thing is all the items u manufacture, means goods reciept from production order should be recorded in  RG1 register (Update the RG1 register through classification RMA-RECIPT FORM MANUFACTURING), this creates the available stock in RG1.
    Now when u sell the same item, again you have to update the RG1 register, it creates the out entry from the register and reduces from the available stock from RG1 register.
    In ur case available stock in RG1 is less and u are trying to reduce the stock from RG1 register, so it is giving you red traffic signal.
    Solution - First create the In entry in RG1 register through classification RMA and then do this out entry from ales document it will be perfect and will not give you the red traffic light.
    Enjoy!!!
    Cheers!!!
    Vineet Baweja

  • Traffic Lights For Hyperlinks panel not showing. INDESIGN.

    My traffic lights for the hyperlinks panels are not showing and I have the latest version of CC. How do I show/hide them? Thanks

    First, make sure you have InDesign CC 9.2.1. Choose InDesign > About InDesign (Mac) or Help > About InDesign (Windows).
    If you're up-to-date, try restoring your preferences:
    Trash, Replace, Reset, or Restore the application Preferences

  • ALV Traffic lights for subtotal

    Hi,
    How can I use "traffic lights" that depend on the subtotals of one field in one ALV?
    Thank you

    Hi Nuno Barros,
    Please check the below link... it will guide you to fulfill your requirement..
    http://wiki.sdn.sap.com/wiki/display/Snippets/ALVGRIDCOMPLETEEXAMPLEWITHTOOLBARBUTTONSUSINGCLASS.
    http://www.erpgenie.com/sap/abap/controls/alvgrid.htm
    http://wiki.sdn.sap.com/wiki/display/Snippets/TrafficlightsinALVdisplay
    Or check this code...you may find it easy
    *& Declaration part
    TYPES: BEGIN OF t_lights,
          matnr  TYPE mard-matnr,
          werks  TYPE mard-werks,
          lgort  TYPE mard-lgort,
          lights TYPE char4,       "Variable is needs to be declared with length 4 char
       END OF t_lights.
    DATA: w_lights TYPE t_lights.
    DATA: i_lights TYPE STANDARD TABLE OF t_lights.
    FORM get_data .
    SELECT matnr werks lgort
    FROM mard
    INTO CORRESPONDING FIELDS OF TABLE i_lights UP TO 10 ROWS.
    "Just pass 1=red or 2=yellow or 3=green to lights fields ( HERE YOU CAN CHECK FOR YOUR CONDITION AND ASSIGN LIGHTS ACCORDIGLY)
    LOOP AT i_lights INTO w_lights .
    IF sy-tabix BETWEEN 1 AND 3.
    w_lights-lights = '1'.
    ELSEIF sy-tabix BETWEEN 4 AND 7.
    w_lights-lights = '2'.
    ELSEIF sy-tabix BETWEEN 8 AND 10.
    w_lights-lights = '3'.
    ENDIF.
    MODIFY i_lights FROM w_lights INDEX sy-tabix TRANSPORTING lights.
    ENDLOOP.
    ENDFORM.                    " get_data
    *&      Form  build_layout
    FORM build_layout .
    w_layout-colwidth_optimize = 'X'.
    w_layout-zebra             = 'X'.
    w_layout-lights_fieldname  = 'LIGHTS'.
    w_layout-lights_tabname    = 'I_LIGHTS'.
    w_layout-lights_rollname   = 'Hits'.
    ENDFORM.                    " build_layout
    *&      Form  list_display
    FORM list_display .
    DATA:
    l_program TYPE sy-repid.
    l_program = sy-repid.
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
    EXPORTING
    i_callback_program = l_program
    is_layout          = w_layout
    it_fieldcat        = i_fieldcat
    TABLES
    t_outtab           = i_lights
    EXCEPTIONS
    program_error      = 1
    OTHERS             = 2.
    IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    ENDFORM.                    " list_display
    Thanks
    Shankar

  • Set Traffic Light for Individual Cell in a Row

    Hi,
    I have 3 columns in one Row and I need to show 3 COLUMNS using Traffic lights one with Red, Yellow, Green. How it is possible in SET_TABLE_FOR_FIRST_DISPLAY.
    Regards,
    Deepthi.

    I got the answer:
    Go to SE11 Tcode and ICON and press F7.
    Look for F4 help of field ID.
    See code below:
      if ls_fieldcatalog-fieldname eq 'LIGHT1'
      or ls_fieldcatalog-fieldname eq 'LIGHT2' 
      or ls_fieldcatalog-fieldname eq 'LIGHT3'.
         ls_fieldcatalog-ICON = 'X'.
      endif.
    BEGIN OF t_final,
    bukrs   TYPE bukrs,     "Company Code
    gjahr   TYPE gjahr,     "Fiscal Year
    light1 TYPE ICON_D,
    light2 TYPE ICON_D,
    light3 TYPE ICON_D,
    end of t_final.
    data: i_final type standard table of t_final.
    LOOP AT i_anlp_temp INTO w_anlp.
        IF sy-tabix = 1.
          w_final-bukrs = w_anlp-bukrs.
          w_final-gjahr = w_anlp-gjahr.
        ENDIF.
        CASE w_anlp-peraf.
          WHEN '001'.
            w_final-peraf1 = w_anlp-peraf.
            w_final-light1 = '@0A@'. "RED.
          WHEN '002'.
            w_final-peraf2 = w_anlp-peraf.
            w_final-light2 = '@09@'. "Yellow.
          WHEN '003'.
            w_final-peraf3 = w_anlp-peraf.
            w_final-light3 = '@08@'. "Green.
    endcase.
    append w_final to i_final.
    endloop,

  • ' Define traffic light' for MRP

    hi
    I am using the collective list to view planning results using 'define traffic light'. I am able to define traffic light by user profile. I want to define traffic light by the MRP controller. Is there a way I can do it?
    thanks a lot

    Hi,
    The SAP help talks about creation of evaluation profile & defining limits via MRP controllers in customizing, but i am unable to find the same. If anyone can point where to do this setup, it would be quite helpful.
    Quoting from SAP help:
    ●  You have created an evaluation profile in Customizing for Material Requirements Planning and defined the limit values for the ranges of coverage there.
    ●  You have assigned the evaluation profile to an MRP group.
    ●  You have assigned the evaluation profile to the plant parameters.
    I guess your need can be met via BADI - MD_SET_TRAFFIC_LIGHTS_DS in the enhancement spot ES_MD_MRP_EVALUATIONS
    Hope the above helps.
    Regards,
    Vivek
    Added
    Just found this SAP Note - 947983, this helps in defining the Evaluation profile.
    Edited by: Vivek on May 19, 2009 9:52 AM

  • IW38 Traffic Light for Custom Date field

    Hi Experts,
    I am trying use the Reference Field for Monitor.  It has got 1. Priority, 2. Order/Start/End, 3. Scheduled Start/End.
    We have created a custom date field as Original start/Finish dates. I want to create traffic light based on this date.
    Can you please help me where and how to do this configuration. I have already searched the forum. But no help found.
    Thanks,
    Panneer

    Panneer,
    You can use Enhancement Spot ES_EAM_LIST_ENHANCEMENTS for this purpose (see SE18)
    PeteA

  • Exception groups & Traffic Lights for MRP run shortage quantities

    Hi Guys:
    How to define Traffic Lights and Exception groups in MD04/Mdo5 transaction?
    Or any literature available ?
    Thanks
    kodali

    Kodali,
    You can customize the exception message and grouping in configuration.
    Please follow below mentioned path and do necessary config.
    SPRO -> Production --> Materials Requirement Planning --> Evaluation --> Exception Messages.
    Regards,
    Himanshu

  • Traffic light project for Multisim

    Hello, I am trying to design a working traffic light for both N/S and E/W sides of traffic (i.e., six lights). I will build it later, for real, using the Elvis II breadboard. I have been looking around at other schematics on the web, I have drawn many of these on Multisim and none of them work. It also needs to be a U.S. traffic light, as the ones in the U.K. are different. I have tried many different combinations, with the 555 timer and the 4017 decade counter, but I don't know how these components actually work. I need help. The simplest circuit would be better, I know, like some kind of RS flip-flop or JK flip-flop (?). I don't know how these components really hook up together or how I am supposed to get the timing right, where the red and green on opposite times will stay on for a required time, like 15 seconds for demo purposes, and then go to yellow on the side the green was on for 3 seconds ( after the green goes out and the red stays on with the yellow) and then it flip-flops to green and red on the other side for 15 seconds. I don't know how to go about this. A good example would be very helpful. Thank you, brett1405
    Solved!
    Go to Solution.

    Hi -
     I am trying to build the same type of circuit in Multisim and am unable to get any simulation to run.  The error keeps saying my "timestep is too short", which I have no idea what that means...  Do you have any suggestions? I wasn't able to find the sample circuit in my Multisim version for the traffic light either.
    I have what looks like a mess of a circuit and I don't even know where to begin to trouble shoot it... 
    Attachments:
    Final Circuit2.ms10 ‏266 KB

  • Delta not working for datasource 0CRM_SRV_IBASE_TRAN

    Hi All
    We are facing problem with setting up delta for datasource 0CRM_SRV_IBASE_TRAN after transporting to QA system.
    <b>In QA System:</b>
    a.Initialization and Full load has worked successfully and it did fetch the
       records.
    b.But the newly created records are not coming through delta.
    c.Moreover delta is working in Dev but not in QA environment. All the transports
       have gone in successfully from Dev to QA system.
    d.<b>Only difference</b> we found between dev & QA is: Datasource not listed in SMQ1(Outbound Queue) whereas it is listed in Dev System
    We have already checked & ensure that following things are in order:
    <b>Source System Checks:</b>
    1.Init successfully in place. Entry present in RSA7.
    2.SMW01 checked.
    3.BWA5 & BWA7 checked.
    4.GNRWB checked
    5.No entry present in SMQ1 in QA system but its present in Dev system???
    <b>BW Checks:</b>
    6.Datasource replication done. Info source activated.
    Would appreciate any help on this.
    Thanks
    Pramod

    Hi Pramod,
    SMQ1 will only show an entry, when there are available data for the delta queue, i.e. someone has made a change or added new data.So checking RSA7 and SMQ1 will give the same result, if RSA7 shows more than 0 entries.
    The problem may be the init. What init did you do: an init with data, or an init without data, or an init with a filter. Experience with our CRM system tells me, best way to initialize any CRM data is to do a full data init (without filter) or a init without data (without filter). I wonder about the FULL load you mentioned ? When did you do it ?
    Kind regards,
    Jürgen

  • Queue for datasource 0CRM_SRV_IBASE_ATTR not displaying in SMQ1

    Hi All,
    The queue for the datasource 0CRM_SRV_IBASE_ATTR is not displaying in SMQ1 (Outbound queue).
    Please share your inputs.

    Hi Pramod,
    SMQ1 will only show an entry, when there are available data for the delta queue, i.e. someone has made a change or added new data.So checking RSA7 and SMQ1 will give the same result, if RSA7 shows more than 0 entries.
    The problem may be the init. What init did you do: an init with data, or an init without data, or an init with a filter. Experience with our CRM system tells me, best way to initialize any CRM data is to do a full data init (without filter) or a init without data (without filter). I wonder about the FULL load you mentioned ? When did you do it ?
    Kind regards,
    Jürgen

  • Delta queue analysis for actions pre/post patching

    Hi,
    We are going to patch both R/3 as well as BW. So can you pls advice me any precautions we need to take for the delta queues??
    regards,
    Jacob

    Dear Raghavendra,
    Deleting the init request in BW will delete the delta queue in RSA7.
    Q. Is it very necessary..
    Is it BW upgrade or r/3 upgrade?
    No, this is only the hardware migration. BW and R/3 will be same as it is.
    Thank you for the quick response,
    thanks,
    Sanjana.

  • Filtering Setup-Table and same filtering for Delta-Queue needed

    Dear All,
    I'm looking for the best solution to do the filtering for the delta-queue.
    In program RMCVNEUA I'm filtering (excluding specific SalesOrg) data for the setup-table creation. I'm loading these data to the BW system.
    BUT now my issue is, that with the delta-queue I'm getting also data for the SalesOrg I have excluded in the setup-table, as I have no filter for the delta-queue.
    My Question: Where/How to filter by the same criteria the entries for the delta-queue?
    Thanks for your support,
    Peggy
    some more details: Application 11; Queue-Name MCEX11; using 2LIS_11_VAHDR, 2LIS_11_VASTH, 2LIS_11_VAITM, 2LIS_11_V_SSL

    Dear Arvind,
    if there is no way in R/3 the solution must be in BW, but how exactly should that look like in the best/smartest way?
    Let us look in detail at an Example:
    DSO 0SD_O03 is getting data from 2LIS_11_VAHDR and 2LIS_11_VASTH.
    1) For VAHDR I have the chance to delete not needed VKORG already in the InfoPackage, or load first to PSA and than filter in DTP or delete in Startroutine in Transformation.
    2) BUT for VASTH, which has no VKORG information at all, I'm only able to delete the Dataset after it's loaded/activated in the DSO, as the rubbish-Dataset won't have any 0SALESORG. How to do that?
    Thx,
    Peggy

Maybe you are looking for

  • Error when exporting a pdf in SAP

    She sends me the error when exporting a pdf from the SAP system, this is the message: X Object reference not set to an instance of an object. I hope I can support. Annex image

  • ECC 6.0 IDES Installation Error

    Hi, I am Installing ECC 6.0 with MSSQL Server 2005 as backend in windows 2003 server. The JDK Version which i am using is jdk1.4.2_09. Already I have installed solution manager 4.0 in the same server with both ABAP and JAVA Stack. During installation

  • Google Chrome is no longer compatible with iPhoto

    OS 10.8.4 Is there an update?

  • How can i get Apple icon next to my uploads on FB through Macbook ?

    I know Apple icon only comes while using Iphone or Ipad But please find some way out so i can have Apple icon next to my uploads on FB while using Macbook !! Developers do something .

  • CVI debugger reports dynamic memory corrupt

    Hi, There is a problem most likely between debugger and CVIXML group of functions. When I operate even one of CVI examples involving population of tree control out of XML the following function corrupting heap:                 CVIXMLGetElementValue (