Change currency at header level in shopping cart

Hello
I'm working with SRM 7.0 in classic scenario. We are facing an issue, because even if we change the currency at item level, when the PO is created in back-end it is the default currency of the supplier. We can change behaviour in Badi BBP_CREATE_BE_PO_NEW to get header currency (wich is default currency in pposa_bbp). But problem is that we want to be able to change header currency in shopping cart. And when we change header currency this currency will be applied in all items (thank to badi BBP_DOC_CHANGE).
How can we make possible for the requetser to choose the currency at header level? This currency will those when purchase order will be created.
Thank you.
Regards,
Peggy.

Hello Peggy,
If you change the SC header Currency as well it won't be an effective solution as your SC items can have muplitple currecies.
Now As per standard SRM PO currency is determined from vendor currency, hence if you SC line item is created with currency GBP and your vendor has currency CHF then your PO will be created with currency CHF only.
Now if you need to retain the SC line item  currency in your PO then you need to do particular enhancements in standard SAP code  to overwrite vendor currency functionality.
and more over I would suggest you to group the PO based on Currencies. For example all SC line items with currency CHF will create 1 PO.
In that case it will be easier to change the PO currency.

Similar Messages

  • Header Text in Shopping Cart

    Hi experts!
    We developped a Webdynpro ABAP for creating shopping carts in a more effective way. This ABAP has a header & item information. With a function module we transfer all data to SRM5.0 standard shopping cart. Now my question:  How can we transfer header information into shopping cart where only item level is awailable? I would like to add a customer field (header text) similar to approval note.
    We would be very grateful for any help.
    Many thanks and best regards,
    Corinne

    Hi Corinne
    Refer to these notes
    1016297
    1033563
    They might be helpful.
    Reward points if you found your solution through these notes.
    Thnx

  • Flow of  PR Header text  into Shopping Cart

    Hi Friends,
    i have one requirement , i want flow PR Header text  into Shopping Cart  in custom text box ,  can any one have any idea on this, please let me know
    Thnx
    kumar Srin

    Hi,
    I guess this is not supported in the standard SRM. Try checking the text schema customizing in SPRO.
    regards,
    Girish

  • Change S/C Currency, at Header Level Not Item Level

    Hello,
    We have a requirement for a requisitioner to be able to purchase for two different companies with different currencies. However, when the requisitioner creates a shopping cart, the shopping cart header defaults to the default currency and cannot change it. The company and currency can be changed at the item level but not the header.
    Has anyone encountered this requirement? If so, how did you handle it?
    Regards, Dean.

    Technically, there is a header, not a header like EKKO. There is a S/C header that contains the S/C guid, curreny key and other S/C information. The tables involved are CRMD_ORDERADM_H and BBP_PDHGP.
    In the BBP_DOC_CHANGE_BADI that was mentioned above, was already considered as a place to make the currency change since structures IS_HEADER and ES_HEADER are available for processing.
    I was hoping for a better solution that having to do alot of coding.
    Regards, Dean.
    Edited by: Dean Hinson on Apr 29, 2008 7:10 PM

  • Disable "Add item" and "Paste" button on item level of shopping cart

    Hi,
    I would like to disable the "Add item" and "Paste" button on the item level when editing a shopping cart awaiting approval.  I have been able to accomplish this for the buttons "Delete", "Duplicate", and "Copy" already.  I have done this by adding an enhancement implementation in the class /SAPSRM/CL_PDO_DYN_MDA_IT_SC under the methods DELETE_ITEM (delete button), COPY_ITEM (duplicate button), and COPY_CLIP (copy button).  This enhancement gets the shopping cart header guid, then uses the function module "BBP_PD_SC_GETDETAIL" to return the table e_status to check if the shopping cart is awaiting approval.  If it is it will disable the buttons, making them equal to abap_false.
    I would like to do this same thing to the "Add item" and "Paste" buttons but they are not listed in the the same class.  Does anyone know what class they are called in?
    I have tried looking in SPRO -> SAP Supplier Relationship Management -> SRM Server -> Cross-Application Basic Settings -> Extensions and Field Control (Personalization) -> Control Actions -> Display Standard Metadata Tables for Actions on Item Level.  I can't find the "Add item" and "Paste" buttons in here for BUS2121(shopping cart) under Edit mode.  Anyone have any ideas?
    Thanks,

    Jay,
    I did as you suggested and was able to break on the method as expected.  I made the same coding changes as I had in the other methods where I put in an enhancement but it would not work.
    I was able to solve this problem by creating an enhancement in the Web Dynpro where the buttons were being displayed.  I created a 'Post-Exit' enhancement for the WDDOMODIFYVIEW method.  Within this I added my custom logic to disable the Add Item and Paste buttons when in editing a shopping cart that is awaiting approval.
    Thanks for the help,
    Jeff

  • Changing line item delivery address in shopping cart need to reflect same in all line items

    Hi All,
    Need help on below,
    I have a requirement that when we change the shopping cart line item delivery address same needs to reflect all line items.
    Suppose a shopping cart having 3 line items 1, 2 and 3. if i change the delivery address of line item 1, the same needs to reflect the line item 2 and 3 as well.
    In my case  if we change the 1's delivery address, after processing its genrating the IDOC on line item wise not in the header wise. And same having the different delivery address.
    Thanks in advance.
    regards:
    Ramesh

    Hello Ramesh,
    we can do this changes in BBP_DOC_CHANGE_BADI . Create a Implementation for the above BADI and Inside that Implementation BADI method just call the function module BBP_PD_SC_GETDETAIL for SC item details by passing the Header GUID.
    Once you get the Partner table(E_PARTNER) details.. Keeping a loop on SC item(E_ITEM) and change address number(ADDR_NO) in Partner table when Partner function eq X( X is an partner function values which you define in SPRO.).
    pseudo logic:
      CALL FUNCTION 'BBP_PD_SC_GETDETAIL'
        EXPORTING
          i_guid    = l_guid
        TABLES
          e_item    = lt_item
          e_partner = lt_partner.
    * Check for all the line items if vendor is assigned
      LOOP AT lt_item INTO lwa_item.
        READ TABLE lt_partner INTO lwa_partner
                          WITH KEY partner_fct = '00000019'
                                   del_ind     = space
                                   p_guid      = lwa_item-guid.
        IF sy-subrc eq 0 .
       * modification of address number logic here in partner table
        ENDIF.
      ENDLOOP.
    All the best.
    Regards,
    Sankarbabu

  • Change in Delivery address in Simplified Shopping Cart dumps

    Hello SAP Experts,
    We are on SRM 7.02.06, Extended Classic Scenario. We have activated Simplified Shopping Cart functionality. The test user tries to change the
    delivery address on the simplified shopping cart; the system dumps and generates the following error. If anyone has experienced similar behavior, kindly share the solution with us.
    ST22 Detail:
    Category               ABAP Programming Error
    Runtime Errors         ASSERTION_FAILED
    ABAP Program           CL_FPM========================CP
    Application Component  BC-WD-CMP-FPM
    Date and Time          05/01/2014 09:05:35
    Short text
         The ASSERT condition was violated.
    What happened?
         In the running application program, the ASSERT statement reco
         situation that should not have occurred.
         The runtime error was triggered for one of these reasons:
         - For the checkpoint group specified with the ASSERT statemen
           activation mode is set to "abort".
         - Via a system variant, the activation mode is globally set t
           for checkpoint groups in this system.
         - The activation mode is set to "abort" on program level.
         - The ASSERT statement is not assigned to any checkpoint grou
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
         keep them for a long time.
    Error analysis
         The following checkpoint group was used: "No checkpoint group
         If in the ASSERT statement the addition FIELDS was used, you
         the content of the first 8 specified fields in the following
         " (not used) "
         " (not used) "
         " (not used) "
         " (not used) "
         " (not used) "
         " (not used) "
         " (not used) "
         " (not used) "
    How to correct the error
        Probably the only way to eliminate the error is to correct the program
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "ASSERTION_FAILED" " "
        "CL_FPM========================CP" or "CL_FPM========================
        "ADD_EVENT_TO_QUEUE"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
           Display the system log by calling transaction SM21.
           Restrict the time interval to 10 minutes before and five minutes
        after the short dump. Then choose "System->List->Save->Local File
        (Unconverted)".
        3. If the problem occurs in a problem of your own or a modified SAP
        program: The source code of the program
           In the editor, choose "Utilities->More
        Utilities->Upload/Download->Download".
        4. Details about the conditions under which the error occurred or whi
        actions and input led to the error.
    System environment
        SAP Release..... 731
        SAP Basis Level. 0006
        Application server... "RAMBO"
        Network address...... "10.20.187.31"
        Operating system..... "Windows NT"
    Thanks,
    Nisha

    Hello Nisha,
       Are you trying to insert new data or trying to update. As from the error I can see its assertion error. Please re-check with the data you are trying to insert/update. Still you are facing the issue then try to debug where exactly the system is giving you the dump while inserting of the data.
    Thanks
    Gaurav Gautam

  • Condition Currency at Header Level

    Hi,
    Using SRM 7.0, SP09, ECS.
    We are unable to change the Conditions Curency for Header Level Conditions while creating RFx Response. Is it standard behaviour?
    Note: It is working fine with item level conditions.
    Ganapathi

    Hi,
    Someone who is using conditions in RFx/RFx Response kindl check and reply.
    In RFx, before publishing add more than 1 currency in Bidder's tab page. In Response, go to condition tab page...
    add a condition at item level for which calulation type is not %. You will get a box to select reqired currency....
    add a condition at header level for which calculation type is not %. You don't get any option to selectu currency. The field is grayed out.....Is it so in your system?
    Ganapathi

  • URGENT: Changing status at Header level in Service Ticket in Webclient

    Hi All
    Please reply ASAP.......
    I am changing status for service ticket in webclient at Header level.
    But at item level system status is not changing.
    Is there any config in CRM where user status or system status is copied from header to item level
    Basically need is to trigger item status when header status is trigerred....
    Can anyone help me in resolving this issue.
    Regards
    Pankaj Vispute

    Thanks Bhanu,
    I solved my problem with your answer.
    Thanks,
    Praveen

  • Changing description of a field in shopping cart form in SRM Portal

    Hi,
    We have a requirement to change the description/adding a note to one of the fields in Shopping cart creation form in the portal. In the SHOP page, when we click on describe requirement we have an option to choose the product type as Goods or Services in the ADD ITEMS section. Here we would like to add a note for the radio button GOODS.
    I tried to check the source and undertand that it uses the template - bbpsc01/99/saplbbp_sc_ui_its_1000.html
    I'm not sure where I can view this HTML file and also not sure how I can modify this HTML page.
    Please give some pointers regarding the same.
    Thanks,
    Lakshmi

    Hi,
    I could see the HTML code in SE80 -> Internet service -> BBPSC01 -> HTML Template -SAPLBBP_SC_UI_ITS -> Screen 230.
    Can I directly modify the code of this particular screen? Is there any standard procedure that need to be followed to modify the HTML Template?
    Please clarify as soon as possible.
    Note: I have not worked on Internet services before.
    Thanks,
    Lakshmi

  • How to change delivery address of limit order shopping carts?

    I created and hold a limit sc. Afterwards I wanted to change the delivery address of the position by starting 'status check' and update sc.
    I cannot find a tab with delivery address according to the screens of 'wizard'.
    I get only the display of preferences for new shoppinc cart lines.
    We have SRM 5.5 Server and ECS.
    Can anyone help me?
    Regards Joe
    Edited by: Joe on Oct 16, 2008 5:35 PM

    Hi Joe,
    Did you try to do via default ADDR_SHIPT address atribute? so this default values applicable to your limit sc also.I agree Joe. you are absolutely  correct . There is no ship to address / location folder  to change the delivery address in limit shopping card. We can not see ship to address folder in limit sc.
    DEFAULT SETTINGS FOR ITEMS HAS SHIPT TO ADDRESS so you could not see.
    regards
    Muthu

  • Wrong Currency coming from catalog to shopping cart

    Hello All ,
      We are facing a strange problem while creating a SC in SRM , catalog item is maintained with PLN as currency , user default and vendor currency is also PLN. But when item is transferred to SC from catalog it is getting as EUR.
      I tried to debug the issue and found that the data which is coming from catalog itself contains EUR . But catalog is maintained with PLN.
    FM TS_UPLOAD_CONTEXT_EXT is getting called with destination SAPGUI  which is returning the data.
      But I am not able to find this FM in SRM system.  Please let us know how can we proceed with the analysis to find the root cause
    Thanks
    Anil

    Hello Anil,
    What is your SRM release ?
    In SRM 7.0, price conditions and item currency is the one from material catalog. But at header level (total value), currency is the one defined as local (attribute 'CUR' in 'Attributes' tab from PPOSA_BBP transaction).
    Don't remember if this is the correct behavior (but this is the one i have on my system) and if it is equivalent for lower releases.
    Regards.
    Laurent.

  • Need currency in header level

    Hi,
    In my query some keyfigure has currency in its header , however for 2 KF currency is coming at row level rather than header. Please help.
    Regards

    Hi,
    first use the NODIM formula function for brokerage
    after applying the NODIM formula you won't get row wise currency.
    select the brokarage KF ->  NODIM (brokerage)
    maintain the header level currency was Brokerage (INR)
    Thanks,
    Phani.

  • Need to change the rejection email text for Shopping cart

    Hi,
    I need to change the rejection email contents which is sent when Shopping cart is rejected. I checked in workfow template WS14000133 but was not able to find from where the current email is being sent.
    Regards,
    Nikhil

    Hi Nikhil,
    Can you share as to how you were able to customize the Rejection mail text?
    Regards,
    Catherine

  • Change Currency in header data agreement (ME32K)

    Hello Friends
    I created a agreement with local currency, but the company's legal issues need to change the legal currency for another currency.  When I tried to change the header currency (ME32K) the currency field is not modifiable.
    I wonder how I can change it. I appreciate your help.
    Best regards

    Hi,
    A report RM06ERVE is available for performing the Currency Conversion
    for Outline Agreements (Euro and Other Currencies).
    However, you cannot change the document currency of outline agreements
    if the agreements contain service items.
    Please see the note 170746 and also the documentation of the
    report RM06ERVE for the usage of this report.
    Best Regards,
    Arminda Jack

Maybe you are looking for

  • How do I access server with VPN?

    I have a connection via VPN to my work from home now. I'm on a MBP 10.6 and work is Cisco IPSec. It show the connection in my menu bar. My question is how do I now see my work files? I figured the vpn connection would show in my sidebar or on my desk

  • Can be changed Maxium length of user ID on SAP ERP

    Hi, experts. Now, I work project of global single instance SAP ERP. A few days ago, I have received request from my client how can change maxium ID length of SAP ERP. As I know, maxium length of SAP ERP's user ID is fixed 12 and it can be seen 'BNAME

  • Query to find the no of columns in a table

    Is there a query to find the total number of columns in a table?

  • PI Administration, monitoring document

    Dear PI Expert, Please advise on which document link that i can use to learn PI administration and monitoring. Thank you and Best Regards Fernand

  • Songs on iTunes sometimes end before they're really done

    This problem is intermittent but happening enough that it's annoying. I have my iTunes software set to play my library on shuffle, and once in a while a song will be playing and then it will stop and move on to the next song in the shuffle. Any sugge