SC history update problem:PO from PR not getting displayed in SC history

Hi
We are on EBP 3.5,Classic scenario.
PR's get created in R/3 backend and then are manually converted into PO.This entire cycle is shown in EBP SC history tab.However for some of the SC's we are seeing status only up to PR stage(PO no. is not getting displayed either in BBP_PD or check status txn).When we try manual status updation thru BBP_GET_STATUS_2,it throws an error saying,"these references neither GUID nor destination,thus could not be assigned to any system not even local system".
Has anyone faced such an issue.Pl reply
Regards
Sanjeev

Hi
<u>I am not sure, is it happening for Catalog Item, free text item, or limit item in your case.</u>
<b>Have you tried executing report CLEAN_REQREQ_UP ? What all errors appear in RZ20 Transaction, when this dump happens. ? </b>
<u>Please have a look at the following OSS Notes, which deals with the same symptoms, you told in your response.</u>
<b>Note 1005373 - BBPSC04: Purchase order details missing in history for STO
Note 728894 - Creation date of the PReq in the history
Note 989891 - BBP_GET_STATUS_2: Incorr quantity determination in back end
Note 1023706 - Follow-on Documents Show Wrong Net-Price and Net-Value.
Note 886099 - History: Short dump during the product conversion
Note 925480 - Short dump in history of a purchase order
Note 1006898 - Deleted vendor not displayed in Change hist of Shopping cart
Note 994379 - History page:wrong exchange rate is used
Note 725920 - Incorrect display in follow-on docs of limit shopping carts
Note 953238 - Shopping cart history in the sourcing cockpit
Note 949162 - Follow-on documents exist, status I1111 and I1113 active
Note 890859 - Status/shopping cart/error message without text
Note 927585 - GI slip and cancellation are missing in the history
Note 730239 - Check status: Missing Backend reference
Note 625121 - PO Ack not displayed in Check Status
Note 758522 - Check Status: Follow-on documents in the list and history
Note 532709 - Shop with Limit: Backend PO after requisition is not found
Note 515475 - EBP/BBP Status BE Requis.: Probl. with Limit / UoM
Note 555183 - EBP 3.0: Not all references found after 550783
Note 957957 - BBPIV03:doesn't find POs when deliv.date is set
Note 787786 - Archived PReq and reservations are missing in history
Note 812564 - The ordered quantity of the BE-PO is not read
Note 943679 - Termination or incorrect conversion after Note 812564</b>
Hope this will help.
Please reward suitable points, incase it suits your requirements.
Regards
- Atul

Similar Messages

  • Images not getting displayed!...Urgent

    Hi,
    While developing code on my local machine, update, delete, etc images are not getting displayed. I am having problem while testing code on my machine. But the same code when i am deploying on the server works fine. How do i resolve this.
    Thanks in advance.

    When you delete the system folder and try to run the page from that project, all the folders and files gets regenerated. Hence if some image files were corrupted or missing, they should be regenerated back.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Updating Contact info from Mail not displaying in Address Book

    So I was updating an existing contact from Mail using the data detector feature. Address Book was already running in background. I clicked on the data detector and said "update existing contact". I pick the contact that I want to update. When I go to address book to see if the contact was updated, it "appears" that it hadn't updated. However, if I exit address book and restart the data does appear. So it get's in the database but doesn't display until exit and restart.

    After several days of trying, i finally seem to have it working. What i ended up doing was exporting my backing up my addresses on another computer that still had Snow Leopard on it. I exported both as .abbu and vCards. I was then able to get the vCards into iCloud.
    Problem was, i could not get them to import into Contacts in Mavericks. I could not even add the iCloud account to contacts. It would let me sign in and choose contacts, but iCloud never showed up in the accounts nor did the contacts show up in Contacts.
    After trying repairing permissions and resetting the PRAM to no avail, it occured to me to delete the Address Book folder from /Library/Application Support
    Once that folder was gone, i was able to add iCloud to the accounts and import the .abbu file from Address Book.
    So if you did not export your Address Book contacts before updating, you will need a second computer that is still running Snow Leopard to export the contacts. Then you can delete the Address Book folder from the Library and you should then be able to import the contacts into Contacts on Mavericks.
    Hope this helps.

  • I am having a big problem. I am not getting notifications from snapchat and only snapchat. I've made sure every notification setting was on and it just won't work. I have also restored my phone and deleted the app and re-downloaded it multiple times. Help

    I am having a big problem. I am not getting notifications from snapchat and only snapchat. I've made sure every notification setting was on and it just won't work. I have also restored my phone and deleted the app and re-downloaded it multiple times. It just wont give me my notifications. Help please.

    Go to Settings > Privacy > Location Services.
    Turn off SnapChat.
    Go to Settings > Notification Center
    Turn off SnapChat.
    Restart the device.
    Go to Settings > Privacy > Location Services.
    Turn on SnapChat.
    Go to Settings > Notification Center
    Turn on SnapChat.
    Test the issue.

  • They took 19.99$ from my account but didn't give me the dimonds in Hay Day game then the game supports told me that the problem is from apple not from them

    They took 19.99$ from my account but didn't give me the dimonds in Hay Day game then the game supports told me that the problem is from apple not from them

    We are fellow users here on these forums, you're not talking to iTunes Support nor Apple. We won't know what terms that iTunes Support think that you violated, but the most common reason is probably trying to use another country's store - you are in the same country as you have listed on your iTunes account ?

  • Problem in BADI, error message not getting displayed

    Hello Experts,
    I am facing a strange problem in BADI.
    The requirement is that the user should not be allowed to change the plant field
    on the screen of standard MM transctions for PO/PR amendment.
    I have written the code in separate BADIs for PO and PR.
    I am displaying an error message if the user tries to change the field.
    For PO, it is working fine.But for PR, the same code is not working.
    The control is going over to the BADI for PR and rest of the code is working fine.
    But the error message is not getting displayed for PR amendment.
    Can anybody please suggest the possible cause of problem and some solution to it.
    Thanks in advance.

    Hi
    See the sample BADI code for PR which raises an exceptions and do accordingly
    BAdI Name: ZPUR_RFQ (Implementation name) Purchase Requisitions
    Definition Name: ME_REQ_POSTED
    Interface Name : IF_EX_ME_REQ_POSTED
    Implementing Class: ZCL_IM_PUR_REQ
    Method :            POSTED
    METHOD if_ex_me_req_posted~posted .
      DATA : v_mtart TYPE mtart.
      DATA l_s_eban TYPE ueban.
      LOOP AT im_eban INTO l_s_eban.
        IF l_s_eban-estkz NE 'B'.
          CLEAR v_mtart.
          SELECT SINGLE  mtart INTO v_mtart FROM mara WHERE matnr = l_s_eban-matnr.
          IF v_mtart EQ 'ZERS' OR v_mtart EQ 'FHMI' OR v_mtart EQ 'UNBW'.
            MESSAGE e000(zm_msg) WITH 'You are not allowed' 'to create PR for stock items'.
          ENDIF.
        ENDIF.
        IF  l_s_eban-knttp NE 'F' OR l_s_eban-pstyp NE '9'.
          IF l_s_eban-knttp NE 'A'.
            IF ( l_s_eban-pstyp NE '9' AND l_s_eban-pstyp NE 'D' ) 
               AND l_s_eban-matnr EQ space.
              MESSAGE e000(zm_msg) WITH 'You cannot create'
                'a PR without material number'.
            ENDIF.
          ENDIF.
        ENDIF.
      ENDLOOP.
    ENDMETHOD.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Graph image not getting displayed when navigating from another page

    Hi All,
    I have implemented a line graph in ADF with "dept no"(in x-axis) and "avg sal"(in y-axis). When I am going to run only this graph page, its showing proper data.
    But,when I am trying to navigate from another jspx page (which is under some package) to this graph page, the graph is not getting displayed(graph image is not getting displayed).
    In my project I am following package structure for jspx and backing bean.
    Please help me to solve this problem.
    Thnx,
    Abhijit

    Abhijit,
    A couple of things:
    1). There's really not enough information provided to answer your question - have you tried doing some debugging?
    2). You may have beer luck on the [url http://forums.oracle.com/forums/forum.jspa?forumID=381&start=0]11g forum
    John

  • Data is not getting displayed in the report from an Infoset.

    Hi All,
    I am having a report  based on an infoset. This report is displaying the data in the Dev. envmt. When it is transported to the QA, it is not displaying the data in the BEx as well as RSRT, in the QA envmt. The patch levels of both the Dev. and QA are the same. The Queries are same in the Dev and QA also.
    While trying to display the data from the infoset (rt.click- display data), i am able to view the data, in the QA.
    Could anyone please suggest why the data is not getting displayed in the query designer.
    Thanks & Regards,
    A.V.N.Rao

    Hi Ashish,
    I ran the "ZPS/!ZPS" in RSRT where ZPS is the infoset name. In Dev, it displayed the values. In QA, it displayed the below messages:
    ECharacteristic 0TCAKYFNM does not exist. Check authorizations
    WThere are calculated elements. These results are bracketed [  ]
    and below that, it displayed the values for Number of records. But, it has not displayed the values for the other figures.
    Does this has any impact in QA.
    Thanks & Regards,
    AVN Rao.

  • Table PA0045 is getting updated but data is not getting displayed in Infty

    Hi,
             When i save entries for any employee in Infty 0045 , the table pa0045 is getting updated with the record.
              But FOR FEW USERS, who created the record, the data is not getting displayed in one tab of the tabstrip bur rest tabs are filled with data. Its the case with few users only .
    Regards,
    Jyoti

    Check if there is proper data to be shown in the tabstrip.
    EX.. Loan Amount Granted in the Tabstrip Basicdata ...

  • Images from KM are not getting displayed in EP

    Hi All,
    I am using EP7.0 SP11.When I run the portal, the images are not getting displayed. When I right click on the * mark and click on Show picture, then also its not appearing.
    Location of the Images that I received from EP is mentioned below.
    http://hostname:port no./irj/go/km/docs/documents/HP_Images/Image_123.jpg
    Images are available in the location in the below mentioned path as .jpg files:-
    http://hostname:port no./irj/go/km/documents/HP_Images/Image_123.jpg
    Difference in both is a DOCS folder missing in between........
    Is this is the reason for the image not getting displayed?
    Anything more has to be done in KM part to display these images?
    May I know how to solve this issue??
    Regards,
    Athulya

    Hi,
    the right path look like this: /irj/go/km/docs/<path_to_document>.
    You may have to check you URL generator service settings. Here:
    Configuration - Content Management - Global Services - URL Generator Service(advanced section)
    and then have a look for example for the following values "Content Access Path:" and "Viewer:" normally they both have same value "/irj/go/km/docs".
    Hope that will help.
    best regards,
    --epexpert

  • Characterestics is not getting displayed from ODS in Multiprovider

    I have Join ODS and remote cube in Multiprovider.And data is not getting displayed from ODS fields neither char not KF getting displyed in Multiprovider.I have checked the identification in Char that Char is presend in both the Cube and ODS,But that Char has data in ODS and not in Cube so I checked Char from ODS in Identification.I am still not getting data from ODS.
    Can anyone help me in it?

    How many requests do u have in the ODS?
    If u have only 1 then just right click on DSO and say delete data it will be faster than deleting by request wise....
    What is the message u r getting when u r trying to delete the request?
    Khaja

  • I am facing issue in Receiving incoming calls, Name not getting displayed though the same has been saved in my phone book!! I have done sync from Windows contacts.. please help if some1 knows how to rectify the issue...

    I am facing issue in Receiving incoming calls, Name not getting displayed though the same has been saved in my phone book!! I have done sync from Windows contacts.. please help if some1 knows how to rectify the issue...

    Has your carrier been having issues with Call Display? Do the telephone numbers come up when people call, or does it just show 'Unknown Number' or 'Blocked' ?

  • Hi!  I have to update the iPad, and do not get it!

    hi! I want to buy about 20€ in apps (keynote, pages, numbers) but for this, I have to update the iPad, and do not get it! in the service have told me that I have to install the update on the Mac lion! you serious!??

    If you have iOS 5 already installed on your iPad then you don't need to update the iPad - if you are on iOS 4 or lower then you will need to update if you want those apps as they now have iOS 5 as a requirement.
    If you have a Mac then in order to update to iOS 5 you will need iTunes 10.5+ and Mac OS X10.5.8 or higher. If you have a PC then you will iTunes 10.5+ and Windows 7, Vista or XP Home or Professional with Service Pack 3 or later.

  • Material type not getting displayed in the cube........

    Hi,
    In my infocube material type for one of the material is not getting displayed.
    When I check in the content of the cube for this material all the fileds are getting displayed except material type.
    However it is present in the material master data from which it is put into the update rules to populate in the cube.
    Its getting displayed for some other materials , so we cant say that mapping is wrong or problem with update rules.
    Can some body let me know what could be the reason.
    Thanks,
    Jeetu

    Hi Jeetu,
    can you check in your cube if you have for one material, entries with AND entries without the MATL_TYPE? If this is the case then you were loading transactional data before having the corresponding material master data.
    You should adapt your scenario:
    - first do not use the standard attribute derivation during your URules: performance is very bad.
    - implement a start routine filling an internal table with your material and MATL_TYPE for all entries of material in your datapackage.
    - implement an update routine on the MATL_TYPE with a READ on this internal table an raise an ABORT = 4 if the MATL_TYPE is initial or the material in not found.
    Now to fix your situation you'll have to reload your cube or alternatively just reload your missing MATL_TYPE MATERIAL from your cube itself and selective delete those which are empty.
    hope this helps...
    Olivier.

  • Quantity field not getting displayed

    Hi,
    I am using Adaptived RFC Model to get Sales Order Data from SAP. The Sales Order BAPI that i am using is
    BAPI_SALESORDER_DETAIL. I have mapped the SALESORDER table(SALESOPRDER Model node) to the TABLE UI element in my WebDynpro Application.
    The problem i am facing is that while all the fields get displayed the Quantity value is not getting displayed in the appropriate column. I have checked the mapping and everything seems to be fine.
    Also when i create a separate value node for the table and fill the value node from the model node the quantity value gets displayed then.
    Please suggest what can be the possible cause for this.
    Regards
    Sidharth
    Can you please

    Hi,
    As far as I understand you display output parameters of BAPI, so check to following things:
    1. After calling BAPI model method call invalidate on context node to update the values (e.g. outputNode.invalidaet() )
    2. Check that you dispaly output parameters and not input parameters of the table. (e.g. You have Quantity and QuantityOutput node so connect you table field to QuantityOutput)
    Hope it helps.
    Victor.

Maybe you are looking for

  • Mac Mini: DVI+TOSlink- HDMI Adapter, still fiction?

    Hello I've been studying for a while the best solution for connecting my early 2009 Mac Mini to my LCD TV and Blu-Ray 5.1 System. I didn't took long to figure out the "Mini-DVI->HDMI Adaptor for video" and "Mini-TOS->TOSlink for audio" scenario. The

  • Lack of broadband connection with Extra Box

    Hi all Requiring some technical assistance/advice really. I have recently had installed Youview box and BT HomeHub 5 in our lounge as Infinity has finally reached our area. All is fine. My old Sky+ box in the kitchen stopped working over the weekend,

  • Zigzag contours on exported still image

    Hi! I get Zigzag contours on exported still images, no matter what setting I have. The zigzag pattern is not there in the viewer (nor if I make a screen capture and save the caption). Something must be wrong. GRateful for advice. Yours fransmo Panaso

  • FileInputStreams and UDP packets revisited.

    Sorry about the second post, but some issues have arisen that I just cannot seem to solve. I'm trying to take a raw image file that will act as a video frame and read it in to an internal buffer. From there, I need to extract the header from the file

  • ITunes application could not be opened. required folder cannont be found

    Hello, I'm getting an error message that says "*The iTunes application could not be opened. The required folder cannot be found*". I running the latest version of iTunes on a Windows Vista PC. I have three user profiles on this PC. iTunes works perfe