Default Check Status timeframe(Shopping Cart)

Hi All SRM experts,
Is it possible to make default timeframe for particular timeframe such as to last 90 days in the shopping cart check status screen ? because defaulted is last 7 days. Please kindly advise. Thank's in advance

Hello,
First pl try the follow path
IMG->Supplier Relationship Management->SRM Server->Cross-Application Basic Settings->Personalization->Personalize Display
IMG->Supplier Relationship Management->SRM Server->Business Add-Ins (BAdIs)->Interface Configuration->Determine Screen Variants
I am not sure whether it is available in below SRM 5.0
If does not help
you can ask your ABAP consultant to check the template
bbpsc04/99/saplbbp_sc_ui_its_4000.html
for this change
BR
Dinesh

Similar Messages

  • Check status for Shopping Cart to include F-53 postings

    Dear SRM GURUS
    we are following a classic scenarios and SRM version 4.0 where in we create a shopping cart in SRM and a  purchase Req is created in backend and based on that we create a Purchase Order and do a Goods receipts and Invoice Booking in MIRO in R3.
    When we check the status of shopping cart we are able to view all in SRM check status for shopping cart.
    Now my requiremnt is that when after MIRO in R/3 we run F-53  for payement to vendor.
    Whether this can be displayed in the shopping cart check status that as to when actual payement was made to the vendor through F-53.
    regards,
    Nimish Sheth

    F-53  transaction(R/3) status in SRM

  • Default currency for a Shopping Cart

    Hi All,
    We are using SRM 3.0, EBP 4.0 ECS.
    We need a currency (say USD) to be populated as default while creating a special request Shopping Cart.
    We have maintained the Currency as default in the Org. Structure in the Attributes for Local Currency as USD.
    While creating a Shopping Cart via 'Shopping Cart - Full Functionality', the currency field is blank and is not defaulted with any currency. However, while we create a Shopping Cart via 'Shopping Cart - Wizard', the currency USD is defaulted.
    We need currency USD to default while creating a Shopping Cart via 'Shopping Cart - Full Functioanlity' transaction.
    Any pointers on how to achieve this, will be highly appreicated.
    Thanks in advance,
    Francis

    HI Francis
    Always you need to manually supply CUR
    for eg we could do default for following for items.
    ship to address
    cost center
    product category
    PGroup
    company code
    location
    storage location
    But currency did not come as default . It could be a  SRM  standard.
    br
    muthu

  • What operation result SC status'  I1106 Shopping cart ordered'

    we use  SRM7.0 in standalone scenario.
    today we found that one SC status'I1106 Shopping cart ordered' appeared.
    i don't know , what makes this status appeared .
    regards
       claud

    Hi Claud,
    The SC status changes as shown
    I1015 (awaiting approval)-> I1021 (created)-> I1038 (complete)-> I1106  (ordered)-> I1129 (approved)-> I1111 (in transfer)-> I1113 (follow on document is created.)
    So once you click on 'order shopping cart', its status changes to  I1106  (ordered)
    Regards,
    Nikhil

  • Status in Shopping cart

    Hello,
    In BBP 2.0 in the table REQHEAD one could directly find the status of a particular shopping cart.
    REQHEAD_STATUS
    1     Completa y transferible
    2     Incompleta o defectuosa
    3     A liberar
    4     Rechazada
    5     En proceso de liberación
    6     Objeto R/3 creado
    7     En proceso de transmisión a R/3: No modificable
    8     No es posible determinar objetos R/3
    9     Objeto R/3 defectuoso: Imposible crear
    Now we are working with SRM 5.0.
    I can review the statuses of Shopping Cart in BBP_PD and in table CRM_JEST. It show however only the code, not the description and it does not show all the statuses possible.
    Is there a table which shows all the possible statuses with its description.
    Thanks,
    Aart

    Hi,
    See tcodes BS23 /BS22.
    BR,
    Disha.
    Do reward points for  useful answers.

  • I1112 status of Shopping cart- Need to create a follow on document

    Hello Experts,
    I have one issue in which enduser had created a shopping cart and header status is approved but no follow on document is generated. at line item level the status is Error in Process.
    When i ran the report BBP_ALERT_SB_NOTTRANSFERED. then my Shopping cart status changed from I1111(item in transfer)  to I1112"error in transmission'..
    In Applicaiton monitor : the message is Not transferred to backend and Shopping cart 3100001911: Follow-on document(s)  not transferred. we are using Extended Classic Scenario and i dont know why we are getting this issue, we are getting this same issue only for 2 Shopping carts.
    Please guide me how i can repost the document so that follow on document will get generated.
    I am in ECS scenario with SRM 7.0
    Help will be appriciated.
    smriti

    Hi,
    If it is only the problem with only few carts, Check if any Short dumps are occuring in SRM as Well as in R/3.
    We faced a simialr situation and observed that it was resulting in a short dump due to bad coding in one BADI.
    regards,
    MRao

  • Default Delivery Date on Shopping Cart

    Hi
    We have a requirement to have delivery date in future (current date + n days) on the shopping cart line items. I have searched and found a BADI BBP_CHANGE_DEFAULT to handle this requirement. I have implemented the method CHANGE_DEFAULT_DELIV_DATE to make the delviery date in future. Now this works fine when we create SC with "Describe Requirement" or "Create from old SC/template".
    However when we try to create SC from the catalog the default date remains as current date? I have debugged the code but it seems to be ignoring the date calculated from BADI. Is there any other BADI or different logic for SC created from service catalogs?
    Regards
    Manish.

    Hi,
    Use BADI BBP_DOC_CHANGE_BADI.
    and this sample code:
        LOOP AT it_item ASSIGNING <sc_item>.
          lv_delivery_date = sy-datum.
          lv_delivery_date = lv_delivery_date + ls_sc_item-leadtime.
            WHILE lv_working_day_flag IS NOT INITIAL.
              CALL FUNCTION 'DATE_CONVERT_TO_FACTORYDATE'
                EXPORTING
                  date                 = lv_delivery_date
                  factory_calendar_id  = 'AA'
                IMPORTING
                  workingday_indicator = lv_working_day_ind.
              IF sy-subrc EQ 0.
                IF lv_working_day_ind NE space.
                  lv_delivery_date = lv_delivery_date + 1.
                ELSE.
                  CLEAR lv_working_day_flag.
                ENDIF.
              ENDIF.
            ENDWHILE.
            <sc_item>-deliv_date = lv_delivery_date.
          APPEND <sc_item> TO et_item.
        ENDLOOP.
    In this code I add lead time to delivery date and check if this date is a working day (factory calendar eq AA).
    If yes - it is my delivery date, if not - I add to date one day and recheck.
    Regards,
    Marcin

  • Default account assignment in Shopping Cart in SRM7.0

    Hello,
    We are on SRM 7.0 , SP07 and ECC 6.0 EHP4
    I am facing issues with default account assignment behaviour in my system .
    When a user is creating shopping cart then G/L account is picked based on the settings in SPRO ( Product Cat, Account *** Cat and G/L account ) but i am noticing in my system when i put default in user attributes "PPOMA" suppose cost center "CC" then only it is picking default G/L account corresponding to that product categary . If i remove that Default tick from the user attributes then system is not picking default G/L account and also i checked in BBP_PD its not saving there.
    Any one of you had come across this strange behaviour please let me know if there is any SAP Note for this.
    Regards
    Ashish

    G/L Account is defaulted for the combination of Prod Cat and Acc *** Cat. Hence, it appears in SC. When you remove the default settings in PPOMA_BBP, it doesn't work even after putting Acc *** Cat in SC because of standard bug.
    See if these Notes help you -
    1420241
    1420622

  • Status of shopping cart.

    Hi,
    I want to know which FM to use in order to display status of the shopping cart
    for eg: fields such as changed by, changed on etc in last few days depending on the user selection of days.
    Thanks in advance.
    Regards!

    hi,
      Try the FM "BBP_PD_SC_GETLIST".
    BR,
    Disha.
    Pls reward points for useful answers.

  • Availability check on rejecting shopping cart in UWL

    Dear all,
    We are using SRM 7.0 and the portal in an approval workflow for shopping carts. On ECC side we create reservations for stock - materials.
    Now we have the problem that in the UWL a availability check is started when the user approves or rejects the shopping cart. This is a problem when he wants to reject a shopping cart, which has been created some time ago and the articles aren't available anymore. In this case an error message is shown:
    /sapsrm/cx_pdo_error Document check returned at least one error message. The action can not be carried out. For more details, see message area Availability check for 05.01.2011: 7 ST. Lead time for 30 ST: 14.01.2011. Availability check for 05.01.2011: 7 ST. Lead time for 30 ST: 14.01.2011.
    How can we disable this availability check on approving and/or rejecting shopping carts?
    Thank you very much for your help.
    Best regards,
    Thomas

    Hi Thomas ,
    Try to implement in driver badi. It work for budget check. I have no demo system and can't verify it. Hope it will help you.

  • Checking Contents of Shopping Cart using Liquid

    Using Liquid is it possible to check what items are in the shopping cart? If so can someone point me in the right direction?
    Basically what I am looking to achieve is when a page loads check to see if certain items are in the shopping cart. If they are in the shopping cart I do something otherwise I do something else. If I can check quantities, even better.
    I am still working to grasp everything liquid. =>

    Hi Lynda,
    Take a look at this guide - Reference guide - e-Commerce related - it also supports the "on-the-fly" cart update Robert mentioned.
    Let me know how this works.
    Thanks,
    Mihai
    PS: On the cart.html page you can insert
    <pre>{{cart | json}}</pre>
    to see what other cart properties you can access (like the individual products and so on).
    At the moment though there are few fields that are "numeric", so this means that you can't apply mathematical operations to most of them. This will be fixed in the future, see Bug: Liquid math filters don't work with module data

  • I lose JQuery functionality after checking out from shopping cart...

    Hi Folks,
    I have set up a slideshow using JQuery.  I have started a one month eCommerce subscription but have not yet added the clients domain name to BC (therefore still using the http://clientsite.businesscatalyst.com domanin).
    After checking out from the shopping cart I am redirected to http://clientsite.worldsecuresystems.com/...
    When this happens I seem to lose functionality of my javascript plugins such as slideshow and 'prettyphoto' plugin.
    Any thoughts would be much appreciated.
    Thanks and regards
    Brendon

    Hi Brendon, if you search the forums there is a lot on this. "Dom Killing" , "Add to cart jquery" etc.
    You should see all the discussions as it is quite intensive because of the way the BC scripting works and varius sollutions depending on your coding and BC knowledge.

  • Report on the Status of Shopping Carts

    Hi,
    We are using SRM 4.0 with ECS.
    Need to pull a report for the Open Shopping carts created in the system.
    Pls advise asap.

    Hi,
    Solution in teh foll thread;
    How to filter OPEN SC's with BBP_PD_SC_GETLIST
    You can use the foll FM's;
    BBP_PD_SC_GETLIST
    BBP_PD_SC_LISTSEL
    BBP_PD_SC_REF_GETLIST
    BR,
    Disha.
    <b>Pls reward points for useful answers.</b>

  • Approval Preview to be defaulted to Table for Shopping cart

    Hi All,
    The Approval preview needs to be defaulted as table instead of graphic in BBPSC01 (Extended Form).
    We are using SRM 4.0 - SAPKIBKS13.
    Your inputs will help in resolving this issue.Business wants this be done on priority.
    Regards
    K Gp

    Hi K Gp,
    The following note help you achieving the desired result:
    Note 1028482 - Approval preview: Tabular display instead of applet
    Thanks,
    Pradeep

  • Default timeframe in check status of the shopping cart

    Hello Forum
    In check status of the shopping cart default timeframe is 7 days but client requirement is change to 30 days
    Is there any configuration settings to change to 30 days
    Please help
    Thanks in Advance
    Neha

    Hello Neha,
    Have a look at below threads:<br />
    [Default Check Status timeframe(Shopping Cart)|Default Check Status timeframe(Shopping Cart);
    Default timeframe for SC timeframe need to be changed to 90 days from 7 day<br />
    <br />
    Regards.<br />
    <p />
    <br />
    Laurent.

Maybe you are looking for