Problem in shopping card filter SRM

Hi all,
I triying to filter the list of my shopping cards by period. The problem that if I dont choose any period for selecting the shopping card, it's supposed to get ALL exesting shopping card , but I get only shopping card that have been created in 90 days.
HAVE you any idea hoa to customise this query in shoping card powl ?
Cordialy

Hi Cordialy,
You mean even though you don't set any criteria in the powl search field "time frame", system still only returns SCs created in the last 90 days?
You may take a look at the document below of how to identify the powl query you use, and check its Query Parameters in transaction powl_query.
http://scn.sap.com/docs/DOC-51966
For example, to set default query search parameters, please:
1, go to transaction powl_query (you should have edit authorization) and display detail for the query.
2, Click 'Query Parameters' and set values for search criteria, i.e. Status, Timeframe.
3, Then accept and save this changes.
4, In order to make this effective for users, please run report POWL_D01 with the following parameters:
    ======
    APPLID   The corresponding applid
    User        Portal user(if you want to set this for all users, then set it as '*')
    Display   Not ticked
    ======
Hope it helps you.
Regards,
Wendy

Similar Messages

  • Heuristics deleting Preq-deletes Shopping card in SRM

    Hello Everybody,
    I need help on following issue.
    In my project we have SRM and APO integration which is not having source of supply(SOS) assigned is being getting SOS from SRM system.
    Here APO system is generation PR for such material and respective shopping cart (SC) is getting created in SRM system.But in SRM its not converting it to PO immediately is reflecting deleting PR into APO in next Heuristics run and also SRM respective SC also getting deleted.
    i am planning to change the Date of APO generated PR in next planning run beside deleting it which will not delete SC in SRM.
    Kindly guide me any material or Standard SAP document which can help me resolve this issue.
    Regards.
    Sandeep K.

    Hi  Senthil
    Please try using net change heuristics which will not delete the existing PR's in the next run and will create PR's only the change in demand.
    how we can avoid these delete these Purchase requests? any help is appreciated.
    if APO system keep on deletes the existing PR upon your heuristic run , it is a question of performance issue on APO .
    i might have  created a follow on document like purchase orders for the last run purchase request. so if PR deleted means all my follow on document will be deleted right. it makes all other system mess.
    br
    muthu

  • Need technically the linkage between Shopping Card and PO (SRM).....

    Hi SAP Gurus,
    I am using SAP SRM 7.0 and wanted to find out:
    1) Technically the linkage between Shopping Card and PO (SRM). (Basically looking for required table names and the fields)
    2) Technically the linkage between Shopping Card and Reservation (SRM) . (looking for required table names and the fields)
    Thanks....

    Hi Siobhan
    thanks. but every customer wants to know what happened to his cart if the status is COMPLETED or not. Why SAP missed this small piece of functionality to show COMPLETED status via WEb transaction. I can see only this via REDISTRIBUTION WORKLOAD transcation status. right hand side green tick mark. this green mark totally mislead every body. mixuter of status shows green tick mark (COMPLETED + FOLLOW ON DOCUMENT CREATED etc) in redistribution mark.
    Appreciate your reply .
    I tell you in detail .
    for ex CART went to ERROR IN PROCESS but no where the requestor can see his cart and he got dismayed and admin can see his cart . ok. if i go see in redistribution menu it shows COMPLETED logo. it mislead whole business.
    Muthu

  • SRM-Empty receiving date propriety for shopping card confirmation Emails

    Hello Experts,
    We have SRM V7
    We are facing an issue when user confirm a shopping card via email.
    In fact when he validate the request the sent confirmation is stored in outlook with propriety receiving date = None.
    As far as I know the mail generated by SRM application must have a valid "send " and "receive" date/time.
    We don't know if we are facing an outlook issue or an SRM issue.
    Do you have an idea about this issue and how to solve it?
    Thank you in advance,
    Moez

    Hi DamianALugo,
    This is just unacceptable, and if this was my purchase I would be equally upset. If an employee promises a call to a customer they should be making that call, and you should have been given an accurate explanation as to why these deliveries were being rescheduled.
    The only times a BestBuy.com order would be automatically cancelled by us would be if it was set to be picked up in one of our stores, and it wasn’t picked up in a timely manner; the only other time would be if an order was on backorder for a period of time without the customer requesting us to extend this backorder.
    Is there anything specific I can do to get this resolved for you? If so, post back to this thread or send me a private message with what you need. I promise to do what I can to get you any resolution you are seeking. To send me a private message click on the link in my signature.
    Thanks for posting,
    Allan|Senior Social Media Specialist | Best Buy® Corporate
     Private Message

  • Problem with Shopping cart's currency

    Hello,
    I've got a problem with shopping cart's currency. I create the shopping cart with 1 item currency "EUR", I see in my backend ECC 5.0 , my purchase requisition have got a currency in "CHF".
    System SRM : SRM 5.5
    System ECC : 5.0
    The scenario for approval shopping cart is automatic, the workflow WS1000060 is active.
    Can you help me please, thanks very much.
    Lionel

    Hi Sambit,
    Yes I found the solution.
    You must implemente this BADI BBP_CREATE_BE_RQ_NEW with method FILL_RQ_INTERFACE. 
    You can see my code :
    METHOD if_ex_bbp_create_be_rq_new~fill_rq_interface.
      DATA : wa_requisition_items TYPE bbps_badi_rq_item,
             wa_item TYPE bbp_pds_transfer_item,
             w_tabix TYPE sy-tabix,
             w_check.
      LOOP AT cs_rq_document-it_requisition_items INTO wa_requisition_items.
        w_tabix = sy-tabix.
        READ TABLE is_sc_document-item INDEX w_tabix INTO wa_item.
        IF wa_requisition_items-currency NE wa_item-currency.
          wa_requisition_items-currency = wa_item-currency.
          wa_requisition_items-c_amt_bapi = wa_item-gross_price.
        ENDIF.                                               
        MODIFY cs_rq_document-it_requisition_items FROM wa_requisition_items INDEX w_tabix.
        CLEAR : wa_requisition_items,
                wa_item.
      ENDLOOP.
    ENDMETHOD.
    I hope that will help you.
    Kind regards.
    Lionel
    Edited by: Lionel Lacotte on Jun 24, 2008 2:22 PM

  • Has anyone got an answer to fix ios5 problem, no sim card inserted...

    Has anyone got an answer to fix ios5 problem, no sim card inserted...

    I bought a new sim card today at the t-mobile shop and they activated the card just by putting credit on, i got home put the sim in the iphone and still got the same message. I have restored and shut down I dont know how many times and updated itunes, I am wishing i had said no to updating the phone as i have no iphone to use and apple say i should go to an apple shop.

  • Get GUID from shopping card

    Hello, i am pretty new to SRM and Workflow and i need to find out, how i can access shopping card details in my implementation of /SAPSRM/IF_WF_AREA~GET_RESPONSIBLE_APPROVERS. I need the GUID from shopping card to call several other function modules which where developed by some othere guys long ago. Is there any function module i have to call? F4-search did not help. Any help from your side would be highly appreciated.
    Kind regards,
    Matt

    Hi,
    ok, this hint was good. But i realized that i need the number of the created shopping cart as well. I searched this forum and found a thread saying that i can use this FM to obtain the GUID. But how can i determine the object_id of the shopping card?
    CALL FUNCTION 'BBP_PD_SC_GUID_GET'
      EXPORTING
        IV_OBJECT_ID       = object_id
    IMPORTING
       EV_GUID            = lf_guid
    *   EV_OBJECT_ID       =
      TABLES
        ET_MESSAGES        = lt_messages
    Is it a field in the Interface or in memory? Or do i have to use
    SAP_WAPI_CREATE_WORKLIST
    and
    SAP_WAPI_GET_OBJECTS
    to obtain the shopping cart number?
    Thanks for your help!
    Kind regards, Matt

  • Problems with Visa Card

    Hey guys, how are you?
    I just bought an IPhone and I´m trying to get some apps from the ITunes Store.
    I created an account but when I try to put my credit card number and security code (from the verse of the card), I get the error script: "Please enter valid Security Code".
    I don´t have any problem with my card, it´s working absolutelly normal with any other online shop around the world including Amazon, Ebay, etc...but in the ITunes store, I get this crap error!
    I just have this credit card and I don´t wanna do another from Credicard or Amex only because a bug of the system.
    Doing a research in past topics, I found other people with the same issue, but didn´t get any answer on how to solve this.
    Please, can someone help me?

    Contact iTunes.
    Apple - Support - iTunes - Contact Us

  • One Step Workflow Activation for Shopping cart in SRM 7.0

    Dear Experts,
    On working to EXtended Classic Scenario, I need to configure one step approval for shopping cart in SRM 7.0.
    Currently it is providing me Auto Approval  by default and based on it PO is being created. I need one-level manager approval  shopping cart.
    I am working in Demo System of Extended Classic Scenario, I need only one step approval SC without any condition.
    Kindly tell me the configuration steps in SRM and please tell me one more thing is there  any need of  BADI or other coding for one-step approval?
    Thanks in Advance,
    Regards
    Pawan Keshwani
    Edited by: pawankeshwani on May 25, 2011 6:22 PM

    Hi Ashutosh,
    Thanks for quick reply.
    As per your comment when i am tring to activate /SAPSRM/C_SC_600_001_SP04  by t-code SCPR20, But It shows me a information pop up Maintain the client role and then Activation is Cancelled.
    Kindly tell me what i am missing or any other prerequisite step to do for this BC Set Activation.
    Thanks
    Pawan Keshwani

  • Computer is balky random freezes across apps. Two hard drive cleans later (their scan reveals no hard drive problems) photo shop won't work at all, magic touch mouse inoperable and their diagnoses is corrupted data? Anybody heard of this?

    Computer is balky random freezes across apps. Two hard drive cleans later (their scan reveals no hard drive problems) photo shop won't work at all, magic touch mouse inoperable and their diagnoses is corrupted data? Anybody heard of this?

    Well, yes, data does get corrupted sometimes.
    The trick is finding what data.
    By 'cleaned' are you therefor meaning that the drive has been erased and the system re-installed?
    Because that's the quickest way to deal with such a situation.
    Back up the system first of course,
    Add back 3rd party apps one at a time in case one of them is causing the problem.

  • Error while creating  shopping cart. in SRM 7.0

    HI experts,
                         while creating a shopping cart  in SRM 7.00 we r getting following error messages.
    Exception Data
    Date:     17.08.2010
    Time:     13:36:11
    Short Text of the Message:     An exception occurred
    URL:     http://hpsrm.iscodom.com:8001/sap/bc/webdynpro/sapsrm/wda_l_fpm_oif/
    Path:     /sap/bc/webdynpro/sapsrm/wda_l_fpm_oif/
    Message ID:     
    Message Type:     
    Message No.:     
    Message Variable 1:     
    Message Variable 2:     
    Message Variable 3:     
    Message Variable 4:     
    Error Code:     558
    Error Text:     RABAX_STATE
    Runtime Error:     UNCAUGHT_EXCEPTION
    ABAP Call Stack
    : Method:  ABORT of program /SAPPSSRM/SAPLBO_BASE
    Method:  /SAPPSSRM/IF_BADI_WRAPPER~CHANGE of program /SAPPSSRM/SAPLBO_BASE
    Method:  /SAPPSSRM/IF_BADI_WRAPPER~START of program /SAPPSSRM/SAPLBO_BASE
    Method:  HANDLE_PD_START_EVENT of program /SAPPSSRM/CL_BADI_WRAPPER=====CPForm: PROCDOC_CREATE of program SAPLBBP_PDFunction: BBP_PROCDOC_CREATE of program SAPLBBP_PD
    Method:  CREATE_SC_INT of program /SAPSRM/CL_PDO_FACTORY_SC_ADV=CP
    Method:  CREATE_NEW_INSTANCE of program /SAPSRM/CL_PDO_FACTORY_SC_ADV=CP
    Method:  CONSTRUCTOR of program /SAPSRM/CL_CH_WD_BOM_SC=======CP
    Method:  /SAPSRM/IF_CH_WD_MAP_FACTORY~CREATE_SC_MAPPER of program /SAPSRM/CL_CH_WD_MAP_FACTORY==CP
    Regards,
    vijay/nitin

    Hi NITIN KHAIRNAR  Masayuki Sekihara
    We are also facing the same issue.
    Can you help us out in identifying which BADI is active.
    Please help us in solving the issue as we are getting many short dumps on daily basis because of this.
    Thanks,
    Ramakrishnan

  • Error message while creating shopping cart in SRM 7.0

    Hi,
    While creating shopping cart in SRM 7.0, an error message is coming as 'No authorization to purchase from product category <product group>'.
    Is there any missing authorization.
    Thanks
    Saswata

    Hi Saswata,
    Can you confirm if the "Extended Attributes" of the user's position in Org Structure has the product category maintained for the appropriate backend system?
    Regards,
    Nikhil

  • Error while creating the shopping card  E BBP_PD  047 Venture 199330

    Hi,
    While creating the shopping cart and posting the invoice we are facing the error message like "E BBP_PD 047 Venture 199330 is not active". 
    This error is happening in production system but it's not giving any error in quality system.  Quality system is working fine.
    Kindly tell me any one what is the reason for this kind of error.
    Regards,
    Senthil.
    Points will be rewareded.

    Hi Senthil,
    It is custom error message. however what is venture 199330 - is it account data in your shopping card. check it up if what is venture ? hope that it is some thing on finacial term like fund center, cost centre. check it up with your business team.
    regards
    Muthu

  • Can we hide the field in Shopping Cart of SRM

    Hi..
    Can we hide the field in Shopping Cart of SRM??
    I have to hide some of the fields from SRM shopping cart screen. is it possible to hide the fields??
    Please suggest me
    Thanks.
    Regards,
    Manoj Tiwari

    Hy,
    For screen variants, just go to transaction SHD0.
    The only screen variants available in SRM 4.0 are:
    Item data overview in an invoice without purchase order reference: BBP_IV_NON_PO
    Item data overview in the invoice with purchase order reference: BBP_IV
    Item data overview in the confirmation: BBP_CF
    Item data overview in the confirmation for time recording: BBP_CF_TIMEREC
    Item data overview in the purchase order: BBP_PO;
    Item data overview for contracts: BBP_CTR_ITEMLIST
    Item data overview for selection of contracts: BBP_CTR_ITEM_SELLIST
    Search results for entering an invoice and/or confirmation: BBP_SEARCH_PO
    Search results for entering a purchase order: BBP_SEARCH_SC
    Search results for displaying/processing an invoice: BBP_CHANGE_IV
    Search results for displaying/processing a confirmation: BBP_CHANGE_CF
    Search results for entering/displaying/processing/status of a shopping cart: BBP_SC;
    Worklist for Sourcing: BBP_SOCO_WL
    Work area in Sourcing: BBP_SOCO_GA
    This is very light, and most of the SRM project have to make Templates, or ABAP screens repairs, to Hide/Show fields.
    Regards.
    Vadim

  • Shopping list in SRM-MDM catalog?

    Dear Experts,
    What is the use of shopping list in SRM-MDM catalog?
    I have created a new shopping list in the system. I have filled the name, description and other details in the new shopping list.
    When I select my shopping list, the button u2018Add to shopping list u2018is still disabled. How we can add new items to a newly created shopping list? My understanding is that a shopping list is created to include different shopping items  as favorite list?
    What is the function of the button u2018Share/Unshareu2019 ?
    Please, help me to understand the functionality of shopping list in SRM-MDM catalog 3.0?
    Thanks and regards,
    Ranjan

    Note 1141870 - SRM-MDM Catalog: Usage of Shopping List (Memory, M/S)
    Symptom
    The usage of Shopping Lists in the SRM-MDM Catalog has direct influence on the memory consumption of the MDM Server.
    Note 1153525 - Enabling shopping lists for named users
    Note 1165452 - SRM-MDM Catalog 2.0 SP04 Patch00 Release Note
    Shopping Lists
    You can use this function as a:
    Template for orders that are made regularly
    Search criterion
    Prerequisites
    Your User Interface (UI) Configuration Manager has given you shopping list authorization.
    A shopping list must have at least one item in it to serve as a search criterion.
    To display all items in a shopping list, the search criterion must be reset before the shopping list is selected.
    This is because the search UI treats the shopping list as a search criterion. Consequently, any other active search criterion reduces the items displayed to a subset of all the items in the shopping list.
    To display all shopping lists, including empty ones, on the Shopping List tab page, one of the following conditions must be met:
    No other search criterion has been entered
    The search has been reset
    Activities
    When a shopping list is selected as a search criterion, the system restricts the search by removing any items not included in the list from the search result.
    Items can be added or removed from shopping lists in the shopping cart preview.
    Note
    Depending on authorization, users can modify either their own shopping lists or those of others.
    This function provides search strategies for locating products, displaying product item details, and transferring items to procurement applications such as the cart. The Search User Interface (UI) can be configured to meet individual user requirements.
    Prerequisites
    The User Interface (UI) Configuration Manager is responsible for configuring the search UI.
    If you cannot access some of the functions and features listed below, check that your user has been correctly configured. For more information, see User-Specific Configuration: Product Procurement
    Features
    On the Search tab page:
    Keyword search
    Advanced Search
    Hierarchy (category) View
    Allows you to drilldown when searching. This view also displays product attributes, if they have been maintained.
    List View (for displaying search results)
    Displays results with images and a URL to item details
    Context View (for displaying search results)
    Navigation up and down the list is possible and item images are also available.
    In the List View and in the Context View, the following functions are available:
    Add To Cart
    Compare for price comparisons. For more information, see Compare Function
    Cart Preview
    On the Cart Preview tab page, the following functions are available:
    Transfer Items
    Delete
    Delete All
    Back to Search Result
    Add to Shopping List
    Recalculate
    Add to Shopping List
    Remove from Shopping List
    Current search parameters are displayed on the Search Criteria tab page.
    Shopping Lists can be maintained on the Shopping Lists tab page.

Maybe you are looking for

  • PC cannot see wireless Airport Express using Ethernet on D-LINK DIR-655 Router

    This seems to be a recurring issue going way back, but I have yet to see a real solution posted. I am using my Airport Express (APX) to stream music from the computers on my network to my stereo via Airplay.  I have APX set up to wirelessly join my e

  • Problem with or condition in if statement

    Dear Oracle experts, I have a strange problem with Oracle 10g1R1 : The script below should normally write the value 1, 2, 3, 4, 5, 7, 9, 10 into my table. But itwrites all the values from 1 to 10 into my table. Only if I use only one condition withou

  • ITunes songs cut off early

    Heyas; So I have been going through my iTunes collection - backing up and getting missing artwork, etc. and I have noticed that several songs end early/get cut-off. This happened to one song a while back that was a download from the iTunes store. I f

  • Can't turn off FileVault

    I want to turn off FileVault, but the machine just present me with an "error" and tells me that it will be turned on again. This is after i have type my password. Can you help ?

  • MPEG-1 playback problems

    Hi all, I've imported an MPEG-1 file of 70 minutes with the DirectMedia Xtra (on PC) and Quicktime (for MAC), but I have a few playback problems: On PC it works quite well, only the slider won't go beyond a certain point in time (about 50 minutes), f