How to delete request in yellow traffic light?

Hi experts:
I created one infopackage yesterday to load the vendor text from our DEV source system. Its update mode is "Initialize Delta Process". When I right click on the infopackage and select manage, I see this request is still in yellow and 'Request has a yellow traffic light in the monitor - Cannot be deleted.' And when I go to Data selection I got the information: "Init. select. for field name  currently running in request ***".
Does anybody know how to delete the request still in running or in yellow traffic?
Another thing is when I double click on the infopackage a warning message will pop up with: " Assign a language field to IOBJ 0LANGU; danger of short dump". Do I need to take care of this warning?
Thanks to everyone for your time in advance~
Tim

Hi,
Make the request forcefully into RED and then delete it, you can do it in RSMO or goto Obejct and Manage and then Click on YELLOW color Ball and then it will popup one window there make to red and delete it.
The reasons for Yellow
Check the DataSource in RSA3, if it is working fine and able to see the data in RSA3, there is no problem in DS level, then checl the Mappings and any routines in BW for that DS, if this is also fine then check the below options.
See Dumps in ST22, SM21 also.
Check RFC Connection between ECC and BW systems, i.e. RSA1-->Source System->Right Click on Source system and Check.
You must have the following profiles to BWREMOTE or ALEREMOTE users.So add it. Bcoz either of these two users will use in background to get extract the data from ECC, so add these profiels in BW.
S_BI-WHM_RFC, S_BI-WHM_SPC, S_BI-WX_RFC
And also check the following things.
1.Connections from BW to ECC and ECC to BW in SM59
2.Check Port,Partner Profiles,and Message Types in WE20 in ECC & BW.
3.Check Dumps in ST22, and SM21.
4.If Idocs are stuck i.e see the OLTP Idoc numbers in RSMO Screen in (BW) detials tab see in bottom, you can see OLTP Idoc number and take the Idoc numbers and then goto to ECC see the status in WE05 or WE02, if error then check the log else goto to BD87 in ECC and give the Idoc numbers and execute manually and see in RSMO and refresh.
5.Check the LUWs struck in SM58,User Name = * (star) and run it and see Strucked LUWs and select our LUW and execute manually and see in RSMO in BW.
See in SDN
Re: Loading error in the production  system
Thanks

Similar Messages

  • How we can   drill-down, sorting, traffic lights,  in ALV report

    hi gurus ,
    how we can   drill-down, sorting, traffic lights,  in ALV report .
    please any one suggest that...
    regards,
    praveen

    Check the sample code for drill-down, sorting, traffic lights,  in ALV report.
    REPORT YMS_COLOURALV NO STANDARD PAGE HEADING.
    TYPE-POOLS: SLIS, ICON.
    DATA: FIELDCAT TYPE SLIS_T_FIELDCAT_ALV.
    DATA: BEGIN OF IMARA OCCURS 0,
    LIGHT(4) TYPE C,
    MATNR TYPE MARA-MATNR,
    MTART TYPE MARA-MTART,
    MAKTX TYPE MAKT-MAKTX,
    COLOR_LINE(4) TYPE C,
    TCOLOR TYPE SLIS_T_SPECIALCOL_ALV, "cell
    END OF IMARA.
    DATA: XCOLOR TYPE SLIS_SPECIALCOL_ALV.
    START-OF-SELECTION.
    PERFORM GET_DATA.
    PERFORM WRITE_REPORT.
    FORM GET_DATA.
    WRITE ICON_GREEN_LIGHT AS ICON TO IMARA-LIGHT.
    IMARA-MATNR = 'ABC'.
    IMARA-MTART = 'ZCFG'.
    IMARA-MAKTX = 'This is description for ABC'.
    APPEND IMARA.
    WRITE ICON_YELLOW_LIGHT AS ICON TO IMARA-LIGHT.
    IMARA-MATNR = 'DEF'.
    IMARA-MTART = 'ZCFG'.
    IMARA-MAKTX = 'This is description for DEF'.
    APPEND IMARA.
    WRITE ICON_RED_LIGHT AS ICON TO IMARA-LIGHT.
    IMARA-MATNR = 'GHI'.
    IMARA-MTART = 'ZCFG'.
    IMARA-MAKTX = 'This is description for GHI'.
    APPEND IMARA.
    LOOP AT IMARA.
    IF SY-TABIX = 1.
    IMARA-COLOR_LINE = 'C410'. " color line
    ENDIF.
    IF SY-TABIX = 2. " color CELL
    CLEAR XCOLOR.
    XCOLOR-FIELDNAME = 'MTART'.
    XCOLOR-COLOR-COL = '3'.
    XCOLOR-COLOR-INT = '1'. " Intensified on/off
    XCOLOR-COLOR-INV = '0'.
    APPEND XCOLOR TO IMARA-TCOLOR.
    ENDIF.
    MODIFY IMARA.
    ENDLOOP.
    ENDFORM. "get_data
    FORM WRITE_REPORT.
    DATA: LAYOUT TYPE SLIS_LAYOUT_ALV.
    LAYOUT-COLTAB_FIELDNAME = 'TCOLOR'.
    LAYOUT-INFO_FIELDNAME = 'COLOR_LINE'.
    PERFORM BUILD_FIELD_CATALOG.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    IS_LAYOUT = LAYOUT
    IT_FIELDCAT = FIELDCAT
    TABLES
    T_OUTTAB = IMARA.
    ENDFORM. "write_report
    FORM BUILD_FIELD_CATALOG.
    DATA: FC_TMP TYPE SLIS_T_FIELDCAT_ALV WITH HEADER LINE.
    CLEAR: FIELDCAT. REFRESH: FIELDCAT.
    CLEAR: FC_TMP.
    FC_TMP-REPTEXT_DDIC = 'Status'.
    FC_TMP-FIELDNAME = 'LIGHT'.
    FC_TMP-TABNAME = 'IMARA'.
    FC_TMP-OUTPUTLEN = '4'.
    FC_TMP-ICON = 'X'.
    APPEND FC_TMP TO FIELDCAT.
    CLEAR: FC_TMP.
    FC_TMP-REPTEXT_DDIC = 'Material Number'.
    FC_TMP-FIELDNAME = 'MATNR'.
    FC_TMP-TABNAME = 'IMARA'.
    FC_TMP-OUTPUTLEN = '18'.
    APPEND FC_TMP TO FIELDCAT.
    CLEAR: FC_TMP.
    FC_TMP-REPTEXT_DDIC = 'Material Type'.
    FC_TMP-FIELDNAME = 'MTART'.
    FC_TMP-TABNAME = 'IMARA'.
    FC_TMP-OUTPUTLEN = '10'.
    APPEND FC_TMP TO FIELDCAT.
    CLEAR: FC_TMP.
    FC_TMP-REPTEXT_DDIC = 'Material'.
    FC_TMP-FIELDNAME = 'MAKTX'.
    FC_TMP-TABNAME = 'IMARA'.
    FC_TMP-OUTPUTLEN = '40'.
    APPEND FC_TMP TO FIELDCAT.
    ENDFORM. "build_field_catalog

  • Yellow Traffic Lights in Authorizations

    Hi all
    I will like to know if there is a report were I can obtain all specific roles with the yellow light on.
    Please let me know
    Thanks
    Cecilia

    I do not know of a report but you could try:
    In SE16, select table AGR_1251
    Enter your role selection in AGR_NAME
    In the 'low' field value (don't know exactly what it's called and no system right now) go to the special selection screen and enter * in the "exclude single value" tab.
    Roles with yellow traffic lights are those with empty fields in the auths.
    To find red traffic lights (empty org values) do the same with table AGR_1252
    Jurjen

  • How to delete requests from OIM 11g R1?

    Hello,
    We have some requests that were created in production environment while the SOA environment were not configured correctly, so some are with failed state, some were tests that were completed successfully. So now the client will soon be audited, and they asked to delete all those failed and tested requests from the system.
    I couldn't find an API to do this, I was trying to mount a SQL direct on the Database do delete them.
    I separated these tables:
    REQUEST
    REQUEST_BENEFICIARY
    REQUEST_BENEFICIARY_ENTITIES
    REQUEST_BENEFICIARY_ENTITYDATA
    REQUEST_COMMENTS
    REQUEST_ENTITIES
    REQUEST_ENTITY_DATA
    REQUEST_HISTORY
    But I saw that when the request is completed the request_key is marked on OBI, OSI, OTI.. and so on..
    Does anyone had passed through this? Do you have any suggestion on the best way to do it?
    Thanks for replying..

    Hi Bikash,
    Thanks for the answer.
    There are some requests that were tests and are in a completed state. I couldn't see how to delete a request in EM, there I can only see Instances of SOA composites without reference to the request_key on the main search and many of our requests have 2 workflows levels, that means, two SOA composites instances, and are more than one year old.
    Any other sugestions?
    Thanks.

  • How to delete request in BI 7.0

    Hi,
         How to delete successful load request in BI 7.0 ( Like in BW 3.5 We can forcibely make to red and we delete request) in the same way can we delete the request?
    If not how to delete reuqest please tell me ASAP.

    Hi,
    Deleting the request works in the same way as 3.5.
    Regards,
    Praveen

  • How to delete requests in PSA using Process chains

    Hi All,
    Can anyone explain me how to delete all the requests in PSA using Process chains.
    This is what I did...
    1. use Process type 'Deletion of Requests from PSA'
    2. Settings:
    Object Type - PSA table
    Object Name - <Datasource name>          
    Older than - 0 (Zero) days
    These settings doesn't work. Can you please let me know exact settings to use for deleting all the requests in PSA of a datasource.

    Hello Praveen,
    That's what I thought too. But if I use '1' one day, what if I need to run it twice same day? So this doen't work for my requirement.
    Any other suggestions?
    Thanks.

  • [OIM11g R1] How to Delete Request Template Management

    Dear all,
    As for the intro, if we create new request template with at least 1 role in it, OIM will automatically create authorization policy (request template management) with the same name. And for my current issue, I think it is caused by fault in export/import xml. I have one request template that is not synced with the one in authorization policy. The one in request template doesn't have any role assigned onto it. But the one in authorization policy has it. As a result, when I try to add some role on the request template, there comes pop-up error. So my conclusion is, this issue should able to be fixed if I delete the request template management in authorization policy. But the situation is, we cannot delete request template management. We can only delete user/role management. Any idea how to solve this? Do you know how to force delete it via LDAP or Oracle DB?
    Thank you

    Thanks Kevin,
    But we have something like this here. Is it because the version, or maybe we need to patch it?
    https://drive.google.com/file/d/0B1xvmF8kRL9_eHhrbFFKdGdPa3M/edit?usp=sharing

  • Help on how to delete request through sap BI api

    Hi my friends ,
    there ,i hava one question on how to delete the request using sap standard function?
    In my current project ,we want to enhance the  functionality to create one screen ,in this screen ,the user only select the request number which they want to delete ,and this action will trigger the process to delete all the request related to this number.
    for example: ods1(request 1)-->ods2(request 2)---->cube3(request 3).
    This 3 requests are in sequence.
    I want to delete request3 ,so the system will delete the corresponding request2 and request1 automaticly. All the user need to do is select request3.
    Now my team meet the bottleneck ,because we don't know the standard sap function ,this function can be use to delect request. We should not change the sap table because there are lots of tables related to the delete request action.
    Is there anyone know how to invoke the function to delete request?what/s the name of this function ?Is there some material on this function?
    Thanks a lot , i am online waiting for your kindly response.
    Thanks again.
    Jinwei

    To delete load request, just go to data target (ODS/CUBE), right click and click manage. Under Request tab, all the request and select the request and delete through delete icon.
    If you want to delete it automatically, you can do it in process chain. There are lots of functionality to delete data request wise, weekly/monthly basis. Ask your BI developer guy to implement the process.
    There is no need to touch the table to delete request.
    Hope this helps..

  • How to delete other files(yellow color code) from the hard drive, how to delete other files from the hard drive

    how can i delete the yellow color code items from my hard drive? What are these other files anyway? I wanna save some memory space from my storage.

    Macbook Pro community is here
    Following thread could solve your question.
    https://discussions.apple.com/message/19030300#19030300

  • How to delete the Other yellow section in Storage

    I had about 190 GB of Other which suddenly appeared a while ago. I was able to control it a little through OmniDiskSweeper, OnyX and cleaning/optimizing for a while (I have a late 2011 MBP kept pretty clean and never had this Other stuff before). But still, despite the cleaning, I had about 180 GB and it never went any lower than that...
    Then I realized I'd never (apart from OnyX telling me the disk status had to be fixed) repaired the HD/permissions. I thought it may be due to that, so I used the Disk Utily application to verify and repair both permission and HD, came out permissions were all messed up and the HD itself had issues too. As soon as it was repaired the Other was gone.
    This is just to help all of those people who have been wondering/trying, with no success, to delete/reduce the Other section in their HD storage. Because I'd never read anywhere that the solution could be to just run Disk Utility. I don't know if it works for everyone, if I was just lucky, no idea... But it did the thing for me! I can finally transfer all of my audio back from the external mobile HD I was forced to purchase a while ago.

    Dear applewarm,
    I just wanted to tell you how much of a legend, god and genisus you are.
    I have been searching for almost a year on how to fix this problem and this worked straight away...
    Thank you so so so so much
    Campbell
    Ps, I only created this account so I could thank you. I will Facebook this to all my friends who have the same problem
    Thanks again

  • How to Delete Requests for Master Data Target

    In BW 7.0 (SP24) I'm struggling with a time dependent master data process chain load using BI 7 load methods (Transformation / DTP). The unique aspect of this is that we are required to start the process chain with an ABAP that deletes the master data. (RSDMDD_DELETE_BATCH). So a "Full" load is necessary. And we have to remove the previous PSA and Requests so that the DTP won't attempt to load (and ignore) the previous PSA.
    While deleting the previous PSA request is a straightforward operation in a process chain, there does not appear to be a function allowing us to delete the requests from a Master Data object. (info cube and OSD/DSO only).
    Does anyone know of an existing ABAP or Function Module that we can use to delete the existing requests from our object before we run our load processes ?
    Many thanks !

    Try the FM "RSDMD_DEL_MASTER_DATA".
    But before deleting the master data you have to make sure that this master data is not used anywhere i.e, delete all the transactional data first.
    U can also try RSDMD_DEL_PARALLELIZER

  • Traffic light in RF monitor screen (LRF1) - how it is derive from?

    Hi,
    This is a question about WM-RF. My question is how does the system determine the traffic light color in the RF monitor screen (LRF1). I read the SAP help portal and compare it to the screen and it still doesn't make any sense out of it..
    On the SPRO, there is DEFINE QUEUE table, with thefollowing setup:
    WS--QUEUEQName-CapacUsed-CapacUsed----AccessLim
    110--B01_GEN-GenName610--
    2StrictLimitation
    Thus the relation is: 6/10 = 0.6
    Next, I went to LRF1 and saw this record with warehouse 110, and Queue B01GEN, and having the following value_:
    QUEUE -
    TOs--LOADProc.By--
    Propotion
    B01_GEN----150.0002--
    Green
    Thus the relation is: 15/2 = 7.5
    Why is it green? SAP help portal give the following explaination, and I don't know to derive it?
    A- The queue tranffic light is green if the relation is less than the value given in the left relation field.
    B - The queue traffic light is yellow if the relation is greater than or the same as the value specified in the right field.
    C - The queue traffic light is red if the relation is greater than or the same as the value specified in the left relation field.
    Please share if you know.
    Thanks..Tuff

    Hello,
    Does anyone know my question?
    Appreciate some help here.
    Thanks,
    tuff

  • How to delete cube old request by using abap code?

    Dear experts,
    Here is one thing need your help:
    We have one cube need to delete the old request. This cube is loaded daily and only need to delete the request of that month.
    I know there is one "Delete Overlap Requet" type in the process chain, but my concern is: in our DTP filter, different day the selection will have different values, let's say A and B, and A and B are not even overlap at all.
    So my question is:
    1. Can I still use "Delete Overlap Request" to delete the old request?
    2. If so, I see it can be implemented by abap routine, can anyone give me some sample code? Like how to delete request only in this month. And how to delete request whose selection is equal to a specific value.
    Note: one of the source cube is real time cube so can not delete the request from infopackage.
    Any post will be appreciated and thank you all for your time in advance!
    Regards.
    Tim

    Here is the intial code when I choose "Request Selection through Routine", please help me on how to choose the specific request and delete them in this routine.
    program conversion_routine.
    Type pools used by conversion program
    Global code used by conversion rules
    $$ begin of global - insert your declaration only below this line  -
    TABLES: ...
    DATA:   ...
    $$ end of global - insert your declaration only before this line   -
        InfoCube        = ZPC_DEL_REQ_ZBPS_C01
    form compute_ZPC_DEL_REQ_ZBPS_C01
      tables l_t_request_to_delete structure rsreqdelstruc
      using l_request like rsreqdone-rnr
      changing p_subrc like sy-subrc.
    *Insert Source Code to decide if requests should be deleted.
    *All Requests in table l_t_request_to_delete will be deleted
    *from Infocube ZPC_DEL_REQ_ZBPS_C01.
    *Add new requests if you want to delete more (from this cube).
    *Remove requests you did not want to be deleted.
    $$ begin of routine - insert your code only below this line        -
         loop at l_t_request_to_delete.
         endloop.
         clear p_subrc.
    $$ end of routine - insert your code only before this line         -
    endform.

  • How to delete an request on infocube and on aggregates?

    hi all,
    how to delte an request after it is rolled up in aggregate.
    I want to delete an request infocube and it should be reflected in aggregates.
    Can anyone explain me a scenario how to delete request in cube that shd be reflected in aggregates.
    regds
    hari

    Hi hari,
    When you delete the request the system automatically adjusts the aggregates. It is only when you load that you need to "roll-up" the aggregates after the load.
    Bye
    Dinesh

  • ME23N restrict IDOC creation and keep traffic light yellow

    Hi,
    I have a requirement in which I need to restrict the EDI IDOC if there are errors in the PO. Also as the IDOC is not created the messages (type NEU) should remain with the yellow traffic light as the IDOC is not processed. What would be the best approach to keep the traffic light yellow , I have identified the point to restrict IDOC creation but the traffic light is set to red.
    Thanks,
    Esha

    Hello Esha,
    I have identified the point tojavascript:; restrict IDOC creation but the traffic light is set to red.
    Yellow light in Output type shows its Not Processed. If you are talking about exits EXIT_SAPLEINM_002/EXIT_SAPLEINM_011 they come into picture when Output type processing started. So ultimately they will have either Success/Error status.
    Even by setting sy-msgty = 'W'  in EXIT_SAPLEINM_002 and raising exception will not help.
    You can play around with FMs mentioned in group WMCP and can check.

Maybe you are looking for

  • Is there any way to import from ipod back to itunes??

    I have a problem... my hardrive over heated last week, and I lost EVERYTHING. I have to start completely over, and just redownloaded itunes to my fixed computer. luckily, I had a good amount of my music saved on my ipod. however, is there any way to

  • A JavaBean that gives information about a job - saving parameter problem

    Hi, I'm working on a Java-Applet that gives the user some information about the running job. I modified a solution from Casey Bowden (thx to him) that lanches a seperate applet, from the current forms session, to update the user on the status of the

  • Need some help with downloading PDF's from the net.

    need some help with downloading PDF's from the net.  Each time I try to click on a link from a website, if it takes me to a new screen to view a pdf, it just comes up as a blank black screen?  any suggestions?

  • BAPI in CALL DIALOG

    How can I make a BAPI work in a CALL DIALOG ? Since a call dialog opens in the same SAP LUW The Bapi BAPI_OUTB_DELIVERY_CHANGE does not work, Neither does using WS_DELVIERY_CHANGE. Please suggest an alternative Thanks

  • Mateial Valuation

    hi SAP Gurus, we are having  STRANGE problem in our project. actually our client have two types of plates (raw materials). Imported & domestic plates. cost is different for both plates. the difference is nearly half of the amount. when client do prod