Error:Purchase requisition 4008314010 00010 can only be ordered in system S

Hi,
I creted a shopping cart in EBP, Pur.request has been created in Backend automatically. But Iwhen i tried to create the Pur.chase order for this request, i am getting the error like"Purchase requisition 4008314010 00010 can only be ordered in system SRM_00_310". My SRM logical name is SRM_00_314. I am not checke the extended classic scenario.
How to fix this.
Any help is appricitaed.
Thanks,
Eswar

Hi
Which EBP version and service pack you are currently using?
Since you created the shopping cart in EBP, Purchase requestion has been created in Backend automatically.
Are you using any catalog item or any free text item in the Shopping cart ?
Also, By logging to the user in R/3 backend, check the roles and authorizations given to the user, who is trying to create the Purchase Request..
Moreover, give me details what are you entering in the Purchase Requisition in R/3 system ? 
Regards
-Atul

Similar Messages

  • HT1904 I purchased an iTunes card in the United States yesterday. I arrived home in the Bahamas today and tried to redeem the card  but got an error message stating that  I can only redeem  my card in a United States store. How to redeem a card outside th

    I purchased an iTunes card in the United States yesterday. I arrived home in the Bahamas today and tried to redeem the card but got an error message stating that  I can only redeem  the card in a United States store. How to redeem a card outside the US?

    Sorry - iTunes cards can only be redeemed in the country in which they were purchased.
    GB

  • I am trying to download CS5.5, which I purchased. But I can only find the upgrade software to download. Where is the non-upgrade version of CS5.5???

    I am trying to download CS5.5, which I purchased. But I can only find the upgrade software to download. Where is the non-upgrade version of CS5.5???

    There is no upgrade version.  The serial number that you use dictates whether or not the software is treated as an upgrade.  If you purchased it as an upgrade then the serial number you have is an upgrade serial number and that will require you to provide proof that you qualify ro install/use the upgrade.

  • Error:APP-FND-00906: You can only query existing flexfield code combination

    Hi,
    when i am querying the particluar account combination under Budget Journals (Navigation: GL responsibility> Budgets > Enter > Journals) window the following message is displaying by the system
    APP-FND-00906: You can only query existing flexfield code combinations. You entered query criteria in your flexfield that does not identify an existing code combination. Therefore, your query will not return any rows.
    Enter a valid code combination, or enter only the flexfield segment values you know, or do not enter any values in the flexfield.
    Note: We are using the 11.5.10.2 version.
    Can any one why this error message is displaying by the system.
    Regards,
    Kevin.

    Kevin,
    Review the following documents, and see if it helps.
    Note: 365406.1 - GLXIQACC Account Inquiry Is Failing With APP-FND-00906 Can Only Query Existing Flexfield Code Combination
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=365406.1
    Note: 272773.1 - APP-FND-00906 - You Can Query Only Existing Flexfield Combinations on the Enter Budgets form
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=272773.1
    Note: 199674.1 - 11i - GLXIQBUD - Unable To Inquire Budget Account In The Budget Inquiry Form
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=199674.1
    Regards,
    Hussein

  • Purchase requisition with reference to blocked sales order

    Hello,
    we are creating purchase requisitions (PR) manually with reference to a sales order (account assignment Z). When this sales order is blocked, we still can issue the purchase requistion.
    What can we do to avoid this? I think in 2 solutions:
    - use enhancement MEREQ001 to show error message when SO is blocked, so PR is not created. Is this possible?
    - create a release strategy for PR created in that plant (tr. OME6). The problem is that release strategy refers to an amount in the PO, and not to other factor, like SO blocked. Maybe in the former enhancement we can set the field EBAN-GSFRG to 'X'?
    Thanks for your help.

    Many thanks for your answer. It help me to solve the issue.
    So applying note 738171, with transaction OVB5 (or VOFM, requirements->subsequent functions->Purch.requisitions) we create one new requirement, ie RV07A900, and then we apply the rule that if we have delivery or billing block, that is, VBAK-LIFSK or VBAK-FAKSK not empty, then we set an error with a code similar to this:
                da_sy-msgid = 'Z1'.    (message class)
                da_sy-msgno = '001'.  (message number)
                error_exception = true.
    and then the PR is not created.
    Regards.

  • Purchase requisition got deleted in the sales order..

    Hi All,
    I got stuck up with an issue in AFS.
    The issue is that after creating a P.O with the help of a TAB order,the user has assigned a rejection reason at the item level in the sales order.
    Then again the rejection reason was removed and now the purchase requisition is not appearing in the sales order.
    Now how can i get back the purchase requisition??Is there any option to retreve the purchase requisition with the help of a correction report??
    Can any one please help me out..
    Thanks.

    Many thanks for your answer. It help me to solve the issue.
    So applying note 738171, with transaction OVB5 (or VOFM, requirements->subsequent functions->Purch.requisitions) we create one new requirement, ie RV07A900, and then we apply the rule that if we have delivery or billing block, that is, VBAK-LIFSK or VBAK-FAKSK not empty, then we set an error with a code similar to this:
                da_sy-msgid = 'Z1'.    (message class)
                da_sy-msgno = '001'.  (message number)
                error_exception = true.
    and then the PR is not created.
    Regards.

  • Purchase Requisition number not changing when sales order item is rejected

    Hi all,
    I have a requirement to change the sales order status to 'TECO' when ever some reason for rejection is selected in the status tab at the item level.The status should change from 'TECO' when i remove the reason for rejection.
    The status change is happening correctly.I have achieved it using user exit.
    CASE 1 : Initially, when a new item is added in the Sales order the purchase requisition number appears in the schedule lines tab of the item level. This is as expected.
    CASE 2 :When the same item is blocked (by entering a reason for rejection in status tab of VA02 ) then the purchase requisition number is not present in the schedule lines tab.This is as expected.
    But i face the following issue.
    CASE3 : Again if the blocked item is unblocked (By removing the reason for rejection in status tab of VA02 ) then the purchase requisition number does not appear again in the schedule lines tab.The purchase requisition number is expected to appear again.
    This happens in case of DROP SHIPMENT scenario. I understand that in case of dropshipment scenario the purchase requisition number is triggered by item category and schedule lines only.
    I tried to make the changes(to change the status ) in user exits 'MV45AFZZ' and also 'MV45AFZB'.But i face the issue in both the exits.Please let me know if there are any means to solve this issue(as mentioned in case 3).
    Regards,
    S.Suba

    Many thanks for your answer. It help me to solve the issue.
    So applying note 738171, with transaction OVB5 (or VOFM, requirements->subsequent functions->Purch.requisitions) we create one new requirement, ie RV07A900, and then we apply the rule that if we have delivery or billing block, that is, VBAK-LIFSK or VBAK-FAKSK not empty, then we set an error with a code similar to this:
                da_sy-msgid = 'Z1'.    (message class)
                da_sy-msgno = '001'.  (message number)
                error_exception = true.
    and then the PR is not created.
    Regards.

  • Re: Purchase REquisition creation with ref to SAles Order

    Hi All,
    I need help on an issue.
    I have sales order creation and when saving Purchase REq is created at the back end. But for the sales order for item category n schedule line category combination does not allow creation of Pur Req. n pur req no. is not dislayed in Sales order.
    But I have Pur Rq created with ref to sales order.
    How is it possible.
    In Pur req  I checked the creation indiacotr, it is with ref to sales order.not manually.
    Can you please help it out..
    Regards,
    Smitha

    Hi,
    Purchase Requisition creation from Sales Order is dependent on the configuration of Schedule line category not Item category. Check configuration of Schedule line category in VOV6.
    Also to see the PR No in Sales Order, double click on the Sales line item and click on the "Purchase Requisition" button under "Schedule Lines" Tab.

  • I used to be able to have two ways to secondary click in 10.6.  Now I can only pick one in System Preferences/Trackpad.

      Is there any way I can have secondary click activated by two fingered tap on trackpad AND by clicking the bottom right of the trackpad?
    I have a Macbook, Late 2008

    They've consolidated the options as you see.  You can still two fingered tap and click but you need to use two fingers to click.  You can do this anywhere on the trackpad.

  • Purchase requisition creator

    Hello all, I am working in SRM 7.0 and I need to know who is the user that appears as creator in the purchase requisition that SRM sent to MM backend system. Who appears in the created by tab in the purchase requisition?
    I can´t test in my system because we have problems and I need to check it urgently
    Thanks
    Rosa Rodríguez

    Hi ,
    Created by will be the user with which the job clean_reqreq_up is scheduled.
    Thanks
    Iftekhar Alam

  • Purchase requisition saved with out any warning or error

    Dear Group Members
    User created the Purchase requisition with different item number of purchase requisition      
    Example:
    Item: generally it starts from 10, 20, 30 u2026..
    My user copied the details from other PR using Control C & pasted in the new PR by using Control V item like 270, 280, 290u2026..
    Purchase requisition was saved
    Can we configure the system in such a way that user should not save PR & system showing the error/warning message to make the item number in serial like 10, 20, 30, 40
    Regrds
    Shamulheq

    Hi Shamulheq,
    We have the same issue but with PO numbering and we opted by training the user.  As Jurgen mentioned in customizing you define the interval for numbering however that does not guarantee that will be correct.
    For instance in our case, the user creates the PO using as reference a PR, the Purchasing Requisition documement type is ZXX, after that the user changes the PO type from ZXX to YXX, our numbering for ZXX is 10, but for YXX is 1, then the PO is created with items like 10, 20, 30... instead of 1, 2, 3, which is a real problem since we use EDI and the item number is comunicated to other systems, but still the best idea is to train the user.
    I am not sure if there is a user exit you could use in case you want the system to validate. You can ask your developer.
    EXIT_SAPLMEREQ_001
    EXIT_SAPLMEREQ_010
    Thanks,

  • Web service error: WS Security can only be applied on a SOAP document

    Hello,
    I am facing the problem that when calling a web service I got this error message:
    005056B855B2002A0000013B000032C70005105EF7348C38 : WS Security can only be applied on a SOAP document.
    Some information about the webservice:
    Transport Binding: HTTP SOAP with Attachments
    Authentication: Basic
    Netweaver version: 7.01.06
    The webservice is based on EJB. Basically I want to add two operations in the webservice: one to accept attachment as input. the other one returns a file as attachment.
    Does anyone knows why this happens and how to resolve it? Thanks in advance!
    Regards,
    Grant

    Grant,
    Please refer this SNote, it may help you...
    1319507 - Overview: Analysis of ABAP Web Service
    Configuration
    Warm Regards,
    Agustuss

  • Create Purchase Order with reference to Purchase Requisition using BAPI's

    Hello Experts,
    I need to create a Purchase order with reference to a Purchase Requisition.
    All the above has to be done by using BAPI's.
    For creating PR, I am using BAPI_REQUISITION_CREATE.
    and for PO, I am using BAPI_PO_CREATE.
    I am not able to use the requistion number in the PO. BAPI throws the following exception
    "Requisition 1014396 00010 not selectable"
    "Document contains no items"
    Query's:
    1. Do I need to release the PR for using it in PO?
    2. If so how can I work with the "BAPI_REQUISITION_RELEASE_GEN" to release PR?
    I have tried using the BAPI getting the following error "Release outside filed of responsibility".
    Please help I am in critical Postion...
    Thanks,
    Suma

    Hi Meenakshi,
    When, I try to release error I am getting the following the error " Purchase Requisition can not be released".
    Is this problem because of authorization or data issue?
    Thanks
    Suma

  • Purchasing Controls - Purchase Orders from Purchase Requisitions

    I need some help with setting up purchasing controls.  We are looking to put in place a control that allows users to convert purchase requisitions into PO, but only create the purchase order for the quantity on the purchase requisition.
    As I see it, we need to do the following:
    1) Require that PO references a Purchase Requisition
    2) Do not allow the PO qty to exceed the Purchase Requisition qty
    Background
    - Purchase Requisition approval not needed for reqs created by MRP
    - Have investigated transaction OMET and function authorization, but does not fit the need.  If we require Purchase Req as reference, it does not allow reference to Contract.  If we select contract and purchase requisition, a PO can be created referencing Contract without a purchase requisition.
    Regards,
    Jeff

    1) Require that PO references a Purchase Requisition
    Use OMET adn do not select the ref to contract check box but select the ref to Purchase requistion
    now make the source list is required for mateiral and than create the source list and enter the contract in the source list.
    now  when user create the req and the source determination is check than system will put the contract as source in reqs and than you can create the PO using reqs.
    2) Do not allow the PO qty to exceed the Purchase Requisition qty
    Activate the message an error :  06 076 Materials of requisition & item & alr. ordered in full
    which will stop user to alter the quantity in the PO and will not allow to use again same reqs if orderd full

  • PO creation with reference to Purchase Requisition

    Hello,
    Is anyone aware of a control in SAP that allows for a warning message  when you create one or more PO's form the same requisition and the total quantity on the PO(s) is over the quantity on the original purchase requisition?
    Also can BAPI be used to check the same?
    For example if I am creating PO using BAPI_PO_CREATE1 with reference to Requisition created.
    Can I check for errors using BAPI for PO creation in TESTRUN mode for quantity exceeded, different REQ types mixed in one PO and delivery date in PO match REQ?
    Any thoughts here would be appreciated.
    Regards,
    Madhura

    Hi Madhura
    have u tried message  06 076  to warning or error  in
    SPRO>Materials Management>Purchasing>Environment Data>Define Attributes of System Messages-->System messages
    Vishal...

Maybe you are looking for

  • I can't restore my Macbook!

    Ok, so I have my time machine backup in a separate hard drive and my computer just got out from maintenance brand new, with new hard drive and that means.... empty (not my files.. like a new computer). I put a 500Gb HD on it and what I did (because t

  • HT1459 is it possible to change my forgaten icloud passwored

    hello gays i have got 1 problem i have ipod 5 touch after updating the ios it displays this ipod is currently linked to an apple id sign in with the apple id that was used to set up this ipod. so iforgate my icloude passwored what i am supposs to do

  • Problems sharing libraries between a Mac, and a Windows.

    Ok. So ive been doing a fair amount of research on the subject. Havent found much, so i decided to come here to see if any of you guys might help. Anyways, the i want to share my libraries over the network. So, the 2 computers are both connected, the

  • MSI GE70 2OE-029 HDD rpm?

    Hi! Since Slovakia nor Czech Republic doesn't have their own forums or contact mail/phone number directly to MSI, I've decided to ask you people! I am thinking of buying MSI GE70 2OE-029. I want to make sure that everything (what is listed to have -

  • 2 accounts authorized on computer; can only transfer to iPod on one of them

    We have a new Dell laptop running Vista Home Premium. We successfully migrated the library from the previous computer (still in use, so those accounts are still authorized). The problem is with only one of our accounts: When downloading from the iTun