No authorization to purchase from product category X

Hello,
when I click on shop and select the product (relicated from BE), while adding this item to SC got the error 'No authorization to purchase from product category xxx', but for the same material and product category I can create a free form SC or PO (through process purchase order) or a contract. I have assigned the rite Product categories to user and PGRP. pls let me know if you have seem this message before?
Thanks,

Hi,
Please assign the product category in the extended tab in transaction PPOMA_BBP for the user.
In the transaction PFCG, for the role of Startegic purchaser,under the Personalization tab,set the attribute BBP_WFL_SECURITY to '4'.Also,check the authorisation data for the Strategic purchaser role.
You can check by giving SAP_ALL access temporarily.
BR,
Disha.
Do reward points for useful answers.

Similar Messages

  • No authorization to purchase from product category

    Hi
      I am trying to add an item to the shopping cart. When I press "Add to Shopping cart" the following warning message came.
    No authorization to purchase from product category 'Raw Materials'.
    How should I assign this authorization to my user name(I have all the admin privilages).
    Thanks for your help
    Vidya

    Hi
    In the transaction PFCG, for the role of Startegic purchaser,under the Personalization tab,set the attribute BBP_WFL_SECURITY to '4'.Also,check the authorisation data for the Strategic purchaser role.
    Check by giving SAP_ALL access to the user for time being.
    Regards
    - Atul

  • Get Product Type from Product Category

    Hello,
      I need to get Product Type (Material or Service) from Product Category.
    Does anyone knows the Function Module which can be used.
    Warm regards,
    Girish

    Hi Girish,
    Use FM "COM_PRCAT_READ" to read the product type of a product category.
    Give the Product category Guid and you will get product type. 
    To get the Guid of a product use FM 'BBP_CATEGORY_GET_GUID'.
    Hope this solve your requirement.
    Note: Reward points for helpful answer.
    Regards,
    Andy.
    Dont forget to Reward points for helpful answers
    Message was edited by:
            Andy V

  • How to find a subtype from product category

    Hi,
    I am creating the Shopping cart using the FM, BBP_PD_SC_CREATE in ECS scenario. I need to find the subtype of the item based on the Product category entered. E.g. 'EP' for backend system P.cat.
    Please help me out in this.
    Regards,
    Vishnu

    Hi Vishnu,
    I donot think there is any relationship between subtype and Product Categories.
    You can note down different subtype available in SRM system.
    Regards,Nishant
    QA     Quota Arrangement
    CM     Credit Memo for Invoice
    IV     Invoice
    DP     Purchase Order Placed with Direct Material Items
    EP     Extended Local Purchase Order
    ST     Shopping Cart Template
    PT     Shopping Cart Personal Template
    FT     Favorites Template Shopping Cart
    CF     Goods/Services Confirmation
    RT     Return Delivery Confirmation
    ER     External Requirement (Shopping Cart)
    TO     Temporary Object with Shopping Cart Item for Sourcing
    CC     Global Outline Agreement
    SR     Scheduling Agreement Release
    CA     Confirmation of Cancellation

  • How do I authorize songs purchased from one ITunes account to another Computer and Account?

    How do I authorized songs purchased on my old Itunes account on another computer using my new account. Thanks

    You have replied to a 3 year old post.
    If you have a question, post your own question.
    Just change the email address associated with your current account
    Change your Apple ID - Apple Support

  • Query Regarding Default Product category set up in SRM server

    HI SAp Gurus,
    Plesae note that I have created one dummy product category - Test under R3MATCLASS using TC - COMM_HIERARCHY and set in the extended attribute of the root organization level.
    Also done the validation in BBP_DOC_CHECK _BADI.
    In SRM portal it is reflecting the text as *Please select a product category from list* in Category field as I set in SRM server.
    But when I try to select "Add To Shopping Cart" Button it displays the following error messages that -
    1) Enter A comapny Code
    2) Enter a unit of measure
    3) Plant for follow-on document missing
    4) System FCSCLNT110 of purch. organization M&S Purchasing Organisation differs from doc. reference FSSCLNT480
    5) Error in account assignment for item 1
    6) Error calling META BAPI META_CALCULATE_TAX
    7) Not possible to calculate tax
    8) Error occurred calling META_BAPI_DISPATCH
    9) The cost center has not been assigned in the account assignment
    When I select the valid product category which is replicated to SRM from ECC , it does not display any error message.
    I think the dummy product category - Test which I have created directly in SRM is creating the problem . and displays an error message-
    System FCSCLNT110 of purch. organization M&S Purchasing Organisation differs from doc. reference FSSCLNT480
    I have also check that when i click Add to Shopping Cart Button - The item_check Badi is also triggered . When I set up the break point there for debugging purpose its not triggeing and coming up with the above error messages.
    Kindly advice and do the needful.

    Hi Muthu,
    I confirm that have successfully created the dummy product Category at SRM server and maintained in the extended attribute tab at the root organization level.
    Bu the new problem raised - a warning message -  No authorization to purchase from product category - Test
    For that in PFCG TC we are setting up the autorization level as Low for Startegic Purchasing Role.
    But even then the great problem is - when i click add to shopping cart button the line item is not created in step 2, since I have selected the dummy product category not the one which is replicated from backend. Otherwise if i select the one which is replicated from ECC its showing me the one line item in the next screen.
    Can any one please advice.

  • Default product category

    Hi Experts,
    I am having a problem with the 'default' product category function:
    If I DO NOT set the indicator for making a product category as default, SRM takes the last one from the list in extended attributes?
    I would like the field 'product category' in the shopping cart to be blank?
    Can anyone help me?
    BR. Kim

    Hi,
    <u>Which SRM version are you using ?</u>
    <b>It's a standard SAP behaviour.</b>
    <b>Product categories have to be available into SRM !! It is a mandatory master data.</b>
    <u>You can use method ENRICH_ITEM_DATA in BADI BBP_CATALOG_TRANSFER to do this.</u>
    <u>To change data (product category...) from the catalog to the shopping cart, please use BBP_CATALOG_TRANSFER badi.</u>
    Or
    <u>Implement the BADI "BBP_F4_READ_ON_ENTRY".</u>
    Or
    <u>Implement combination of BBP_DOC_CHANGE_BADI as well as BBP_DOC_CHECK_BADI.</u>
    <u>See the following useful pointers for detailed help and source code:-</u>
    Re: Shopping cart creation category dropdown selecting the most used category
    Punchout Product Category Default
    The 'Category' list box should be empty when creating a shopping cart
    Re: How to enable "shop on behalf" functionality in BBPSC03 ?
    Re: How to stop a new Prod Categ from becoming 'default' display when shopping
    Re: search help results of cost center
    Re: No authorization to purchase from product category
    Re: make Category id field blank in Describe requirement
    <b>You can use the field CATEGORY_ID in the structure BBP_OCI_ENRITEM for the Product Category.</b>
    <u>Hope this will help. Do let me know.</u>
    Regards
    - Atul

  • TS1389 older purchases from iTunes keep on prompting me to authorise and still don't play.

    i'm having trouble with older purchases from itunes, now that i'm transferring them from a pc to a mac. Tracks and albums brought within the last two years are fine, but anything older as me to authorise to computer each time try to play the track.

    Hello makray,
    I was looking into reasons why iTunes would keep prompting you to authorize items and still not play them, and found a great little article. It is named iTunes repeatedly prompts to authorize computer to play iTunes Store purchases found here: http://support.apple.com/kb/TS1389.
    This is the overview of things to try but each one has its own set of instructions.
    Authorize your purchases from an administrator account
    Authorize using the correct account name
    Turn Off User Account Controls (Windows Vista and Windows 7 Only)
    Remove the SC Info folder
    All the very best,
    Sterling

  • Pur Grp and product category changes made in R3E not reflecting back to SRM

    Need to investigate why changes made to Purchase Requisitions in SAP R/3 (Purchasing Group & product category) doesn't feed back to SRM.
    Purchasing Group and product category changes made in R3E do not reflect back in SRM.

    Hi Sanjay,
    You should also schedule report BBP_GET_STATUS_2 (updating requirement coverage
    requests) to run in the Enterprise Buyer system, so that information on the status of purchase
    requisitions, purchase orders, and reservations is up-to-date.
    I hope,this helps.
    Regards,Nishant

  • Product Category Hierarchy

    Dear All,
    i'm playing with Product Category Hierarchy in SRM 5.0. The Scenario i use is Extended Classic and in backend system we do not want to manage any Category Hierarchy. I created my SRM own Hierarchy starting from Product Category imported from back-end system. I have imported product category at first level and created 'stand alone' product category at subordinate levels. Unfortunatly what i want to have is the last level of my 'stand alone' Hierarchy related with back-end Product Category and not the root. I'd like to know if in your opinion we need to use the related Badi to re-map 'Stand alone' catagory to back-end's catagory or is possible to manage this mapping without the badi.
    Award point for helpful answer.
    Marco

    Hi,
       Did u find the solution?
      I have similar requirement. I want to assign the backend pdt category to pdt category created locally in SRM.How can this be done?
      Scenario -> Extended classic in SRM 5.0
    1)  Is it posible to do the assignment during the intial load? How abt using BBP_PRODCAT_HIER?
    2) Is it posible to assign the already replicated pdt. categories to locally created pdt. category in SRM?
    Please provide inputs on these...
    Thanks,
    Sivagami.R

  • Table link between product category and responsible purchase group

    Hi Expert,
    Can anybody tell me if there is a table which contains the link between the product category and its responsible purchase group in SRM 5.0?
    Best Regards,
    Tom

    Hi TOm
    Q We have a requirement to read all product categories maintained for purchaser under Extended Attributes tab in Organizational Structure.
    A. FM BBP_GET_CATEGORIES_F4 is very useful and exactly what i wanted.
    copied from thread.
    br
    muthu

  • How do I authorize my new PC to purchase from itunes store? (it says go to Store menu and choose Authorize Computer but i don't see that option anywhere)

    How do I authorize my new PC to purchase from itunes store? It prompts me to go to STORE menu, then choose Authorize this Computer (which i don't see anywhere) or Advanced (which I don't see anywhere).

    There's a couple of ways to get through to the authorisation controls in the 11.0.x versions.
    The control is still in the Store menu, but first (if you're using iTunes versions 11.0.x) you might need to bring up the menu bar to see the Store menu.
    If you're using 11.0.x, click on the wee boxy icon up in the top-left corner of your iTunes to see the "Show Menu Bar" control, as per the following screenshot:
    Then you'll find the control in the Store menu:
    Alternatively, if you don't want to bring up the menu bar, it's still possible to get into the authorise controls via nested menus accessible from the wee boxy icon. Here's a screenshot of where to find them:

  • Is there a way to sync songs that I purchased from another person's account, which have transferred to my library, onto my ipod, without their authorization?

    I used to share an accout with a family member on itunes, where I bought a lot of my songs and kept them on a shared library. We used home-share to transfer my songs onto my MacBook Pro and start my own library, but when we turned off Home-Share and de-authorized the other person's account on my computer, I was no longer able to sync the songs I puchased on her account onto my ipod. She would have to remain authorized on my mac for me to be able to sync those songs onto my ipod. Is there another way to do it, without her authorization? Thanks!

    Your iPod will only work with and sync content you have either purchased from the iTunes store or imported from elsewhere via iTunes.
    B-rock

  • Why am I still getting this message after logging in - This computer is no longer authorized for apps that are installed on the iPhone "Myron Liptzin's iPhone". Would you like to authorize this computer for items purchased from the iTunes Store?

    why am I still getting this message after logging in?  "This computer is no longer authorized for apps that are installed on the iPhone “*************s iPhone”. Would you like to authorize this computer for items purchased from the iTunes Store?"  - after I have logged in and get the message that the computer is already authorized!!!?? - and then the above message pops up again?

    Click here and follow the instructions.
    (71175)

  • I'm getting this error message  "This computer is no longer authorized to play purchased items that are on the iPod '___'s iPod.' Would you like to authorize this computer for items purchased from the iTunes Store?" I have authorized the computer.

    I just purchased songs on itunes, I can play them on my windows 7, but when I try to sync the ipod, I get the error "This computer is no longer authorized to play purchased items on "Stephanie's ipod" Would you like to authorize this computer for purchases from the itunes store.  When I authorize it, it says it is already authorized. Then the process starts all over again. Help.

    You can't change the Apple ID that the Authorize dialog comes up with by default. It's showing you that Apple ID for a reason: it means that the items you want to play were purchased using that Apple ID and therefore you need to authorize your computer with that Apple ID. Changing the Apple ID given completely defeats the entire purpose.
    If you don't know the password to the given Apple ID, then you will no longer be able to play those items.

Maybe you are looking for

  • Database and Server Report

    Hi, I want to assist my friend (he is same like me, newbie in oracle) to give a report on health of oracle database and server; which is running in his small software development and data feeding company. There are around 1. 50 users, 2. windows XP p

  • HP PSC 1210 Driver for Windows 8.1 64 bit.

    I am not able to find and Install driver for my HP PSC 1210 All in One printer in my Windows 8.1 64 bit machine. Though i have search in HP site and install the driver installation wizard still the problem persist.

  • Multi line details row

    Morning all, I am trying to build a master detail form and spread each detail line over a couple of rows (to save lots of horizontal scrolling). I have read many discussions on this topic but I have been unable to get it working under Apex 4.2. I hav

  • IPhone 5c's screen has gone black and will not come on.  When I plug it in it buzzes every 2 seconds.

    My iPhone 5c screen has gone completely black, i can't turn it on at all. I can't even reset the phone. However when i plug it into my laptop every couple of seconds it buzzes. Is there any way i can fix this? Or will i have to go into the Apple stor

  • Photoshop HDD size depletes by the gigabytes

    I have a questions. I have a Photoshop file, about 200 MB. It has many layers, about 30. I can work with the file fine, etc. However, if I try to SAVE AS a Photoshop PDF, the status bar gets almost to the end when it's saving, but then Photoshop hang