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

Similar Messages

  • Problem with shopping cart

    When I click on "buy now" i get an error message saying items in my cart have changed, etc and to check it again and then hit buy now. I just keep getting same message over and over. If I choose one-click shopping, I can buy. But I hate having 20-25 .99 purchases going on my debit card. I used the shopping cart option a couple of weeks ago with no problem. What am I doing wrong? I didn't change anything. Yikes
      Windows XP  

    i need the shopping cart where i stored thousand of music that i had to buy!
    Using the Shopping Cart as a "wish list" and keeping a lot of tracks there for future purchase is a mistake. If the iTunes Store has to remove one (or more) of the tracks, it can corrupt your Shopping Cart. To keep tracks for future purchase, create a normal playlist (call it "wish list" if you like) and drag the tracks from the iTunes Store to that playlist. Then use the Shopping Cart only for tracks you intend to purchase very soon.
    As to your current problem, contact the iTunes Music Store customer support department through the form at the bottom of this web page and explain the problem to them. They'll probably need to clear your Shopping Cart to get it to work again.

  • Problem with shopping cart status

    Hi Experts,
    We are implementing SRM 5.0. When i create a shopping cart for services, it creates purchase requisition in the backend but the status of shopping cart, 'Purchase Requisition Created',  is not getting updated in SRM. But when I modify and save that purchse requisition in the backend, only then it updates the shopping cart status. I'm also using CLEANUP_REQREQ_UP and BBP_GET_STATUS_2 programs as background jobs.
    Kindly help me in solving this issue.
    Regards,
    B.Siddhesh

    Hi,
    This issue is resolved now.
    The problem was when service PR is created from SRM on R/3, the system fails to create entries in table ESLH. To resolve this issue we implemented note 922372 and its working fine now.
    Regards,
    B.Siddhesh

  • Problem in shopping cart rejection when the approvers added manually

    Hi folks,
       Please let me know is there any table in SRM , where Approver details are stored against the Shopping cart no created.
    My requirement is with regard to shopping cart rejection. In this scenario the user will manually add the approver list during shopping cart creation, however incase of rejection of shopping cart by any of the approver, In the check status change mode,  the user want to default the approver list which he/she already entered manually during the creation shopping cart creation. Any points regarding this will be highly appreciated.
    Regards,
    Mahesh Mohan D

    Dear Poster
    Your thread has had no response since it's creation over
    2 weeks ago, therefore, I recommend that you either:
    - Rephrase the question.
    - Provide additional Information to prompt a response.
    - Close the thread if the answer is already known.
    Thank you for your compliance in this regard.
    Jason Boggans
    SAP SRM SDN Moderator

  • Problem with decimal in Japan currency

    Hi Gurus,
    I have a problem with Japan currency that when When i take the printout of  document with JPY 5,168,277 it is wrongly printing as 51,682.77 but in document  display it is showing correclty as 5,168,277.  But when i check this in BSEG  table it was wrong updated as 51,682.77 (WRBTR field) i hope it is picking the amount from this field for printing .
    For the above i made changes in OY01  but i find there was no use.
    In OY01 the decimal place setting is 1,234,567.89 the middle one of the three.
    When i post the same amount to japan co code in currency JPY and if i check in BSEG table
    Amount in LC                                      51,682.77
    Amount          (WRBTR)                       51,682.77
    Orig.reduction                                      0.00
    G/L amount                                         5,168,277
    When i post the same amount in non japan co code in JPY Currency and check in BSEG(area where i am facing problem)
    Amount in LC                                      47,550.22
    Amount          (WRBTR)                       51,682.77
    Orig.reduction                                      0.00
    G/L amount                                         5,168,277
    Please tell me how to correct this.

    May ne u can check this OSS note also 137626
    Summary
    Symptom
    1. Which currencies have to be defined separately with regard to the number of decimal places?
    2. What do I need to observe when maintaining decimal places for currencies?
    3. Which Customizing presettings does SAP deliver in table TCURX (decimal places for currency codes)?
    4. Does SAP deliver the Customizing presettings of decimal places for currency codes (Table TCURX) for upgrade installations?
    5. Which information does SAP use for the specification of these Customizing presettings?
    Solution
    1. question: Which currencies have to be defined separately with
                regard to the number of decimal places?
    Answer:
    The number of decimal places can vary for currencies. Currencies which do not have two decimal places must be defined in table TCURX (decimal places for currency codes).
    You can maintain this table via the R/3 Implementation Guide (Global Settings -> Currencies, Transaction OY04).
    If a currency is not defined in Table TCURX (decimal places for currency codes), this currency is regarded as currency with two decimal places.
    2. question: What do I need to observe when maintaining decimal places
                for currencies?
    Answer:
    During operation, you must neither delete currencies used nor change their definition of decimal places. Amounts in posted documents could become invalid or incorrect as a result.
    3. question: Which Customizing presettings does SAP deliver in table
                TCURX (decimal places for currency codes) ?
    Answer
    At present, SAP delivers the following Customizing presettings for table TCURX:
    ISO Currency Decimal places
    Code
    ADP   Andoran Peseta                            0
    AFA   Afghani  Afghani                          0
    BEF   Belgian franc                             0
    BHD   Bahraini dinar                            3
    BIF   Burundi franc                             0
    BYB   Belorussian rubel (old)                   0
    BYR   Belorussian rubel (new)                   0
    CLP   Chilean peso                              0
    COP   Columbian peso                            0
    DEM3  (Internal) German Mark (3 Dec.)           3
    DJF   Djibouti franc                            0
    ECS   Ecuadorian sucre                          0
    ESP   Spanish peseta                            0
    GNF   Guinea franc                              0
    GRD   Greek drachma                             0
    HUF   Hungarian forint                          0
    IDR   Indonesian rupiah                         0
    IQD   Iraqui dinar                              3
    ITL   Italian lira                              0
    JOD   Jordan dinar                              3
    JPY   Japanese yen                              0
    KMF   Comoros franc                             0
    KRW   South Korean won                          0
    KWD   Kuwaiti dinar                             3
    LAK   Laos new kip                              0
    LUF   Luxembourg franc                          0
    LYD   Libyan dinar                              3
    MGF   Madagascan franc                          0
    MZM   Mozambique metical                        0
    OMR   Omani rial                                3
    PTE   Portugese escudo                          0
    PYG   Paraguay guarani                          0
    ROL   Roumanian Lei                             0
    RWF   Rwanda franc                              0
    TJR   Tadzhikistani rubel                       0
    TMM   Turkmenistani manat                       0
    TND   Tunesian dinar                            3
    TPE   Timor escudo                              0
    TRL   Turkish lira                              0
    TWD   New Taiwan dollar                         0
    UGX   Uganda shilling                           0
    USDN  (Internal) US Dollar (5 dec.pl.)          5
    VND   Vietnamese dong                           0
    VUV   Vanuata vatu                              0
    XAF   CFA Franc BEAC                            0
    XOF   CFA Franc BCEAO                           0
    XPF   CFP Franc                                 0
    4. question: Does SAP deliver the Customizing presettings of decimal
                places for currency codes (Table TCURX) for upgrade
                 installations?
    Antwort
    Table TCURX (decimal places for currency codes) is a client-independent table of the delivery class "C" (Customizing table). Therefore the table contents for this table can only be delivered with new installations.
    For upgrade installations, new or changed contents of Table TCURX are not delivered.
    5. question: Which information does SAP use for the specification of
                 these Customizing presettings?
    Answer
    Currency codes and decimal places for currency codes are defined in ISO standard 4217. For the specification of decimal places for currency codes, SAP uses this ISO standard.
    For some currencies, for example, for the "Turkish lira", the decimal places which are used in reality deviate from the ISO definition. In many of these cases, SAP decided to adhere to the definitions generally used.
    Example:
    ISO standard 4217 defines two decimal places for the Turkish lira (TRL), however in reality zero decimal places are being used for the Turkish lira. SAP delivers zero decimal places as Customizing presetting for "Turkish lira".
    Header Data
    Release Status: Released for Customer
    Released on: 14.08.2007  13:12:09
    Priority: Recommendations/additional info
    Category: FAQ
    Primary Component: XX-CSC-XX Country specific Customizing & Functionality (Standard R/3)
    Secondary Components: FI Financial Accounting
    Releases
    Release Independant
    Related Notes
    434349 - Change of decimal places of currencies
    126531 - Collective note preliminary availability Colombia
    Print Selected Notes (PDF)

  • Problem with depreciation area (Incorrect currency exchange rate is used)

    Good day to all SDN forumers!
    I'm having a problem with one depreciation area that we set up. The reason why we configured this depreciation area is for us to enable to monitor all asset postings in another (group) currency aside from the local currency. We set it up in such a way that the depreciation would not post and would thus only "convert" the asset postings to group currency using the table rates in table TCURR (via OB08).
    The problem is despite having defined an exchange rate for the current period, the system still picks up the exchange rate for 01/01/2001 which is incorrect. This affected all reports which displays incorrect values whenever I view the postings using the 2nd depreciation area we set up. Is there a way we can correct this?
    I'd really appreciate your comments and suggestions guys. Thanks a lot and more power!

    Update:
    I created a new depreciation area by copying an existing area and updated some of the configuration. The problem is still there though, since the depreciation area still reflects the <b>incorrect</b> rate (similar to that of the previous depreciation area) whenever I access it using Asset Explorer. What's surprising is that even though I've already set the exchange rate (e.g. USD to EUR)  to match that of the asset's capitalization / acquisition date, the posted values still do not reflect what I defined in table TCURR. Instead, it reflects the exchange rate used by the old depreciation area. Help anyone? We are already in a production client and transfer/retirement of all the assets is not an option the client would like to undertake.
    Edited by: Patrick on Nov 6, 2008 4:45 AM

  • Catalogue problems in shopping Cart

    Hi All,
    We have a custom catalog built and that is Through Requisite(Bugseye).
    When we click on the custom catalog it opens up the first screen of shopping cart instead of Catalog page.
    I have checked the URL definition in SPRO(Define external webservice) the URL path is correct.
    we have looked at 866121, but nothing has changed even after applying that note.
    So where all the places that i can look for, as it is a custom catalog is there any issues with that.
    Thanks in Advance,
    Regards,
    Kishoe Yerra.

    Hi. Sorry if this is obvious but you have defined it as a "standard call strutcture" in the IMG not as an "integrated call structure"?
    Regards,
    Dave.

  • BBP_DOCUMENT_TAB does not get populated with shopping cart

    Hello Gurus,
    We are facing some weird issue out of blue. We have SRM 5.0 Classic scenario with ECC 6.0 backend system. We have everything configured and it was working i mean shopping carts were successfully transferring into ECC system as PR.
    Suddnely now we are getting error Item in transfer process for all the shopping carts. While checking into RZ20 monitor it shows following error " Backend application errors: Shopping cart  (PReq. 7000027359): W5 002 No items exist (not possible to save)".
    When we put debug in CLEAN_REQREQ_UP we found out that table BBP_DOCUMENT_TAB which should get populated whenever shopping cart is approved it not getting any data.
    Could you please let us know what could be the reason? As all the user IDs with which RFC's are maintained at SRM and ECC level active and all proper authorization are there.
    Please advise.
    Thanks
    Ritesh

    Hello Ritesh,
    Actually, the document tab is updated by the SC transfer (SC spooler). Each time the system starts the shopping cart transfer, an entry is created in BBP_DOCUMENT_TAB until the CLEAN_REQREQ_UP is executed.
    You could debug the shopping cart transfer and check if the follow-on document is being created.
    Also, you could check the SPRO customizing -> SRM SERVER -> Techcnical Basic Settings -> Set Control Parameters, and check its value.
    As additional information, you can check the note 1173815, which provides some information regarding the follow-on document creation (customizing tables).
    I hope it helps.
    Kind regards,
    Ricardo

  • Issue with Shopping Cart ... No Address Found For Partner Function etc.

    Hi Experts,
    I am facing an issue in EBP.
    Using SRM 5.0 classic scenario.
    While creating a shopping cart we are experiencing the following ERROR: "error in system, shopping cart cannot be processed any further."
    The details of errors are as below:
    No data found for contact person XXX. inform System Administration (XXX is the BP ID of the user)
    No address found for partner function type Goods Recipient
    No address found for partner function type Requestor
    Please help me in overcoming the issue.
    Thanks,
    Pratyush

    Thanks for your reply
    I have already checked that the BP number is present.
    However using bbp_bp_om_integrate i got the errors:
    using user ID from su01:  I got a red signal  in Object Existence / Consistency with error
    "Business Partner for user XXX is missing or containing errors"
    using CP & BP : I got a red signal in Address consistency & following errors:
    "Error determining address for employee XXXXXXXXXXXXXXXXXXXXXXX" & "Address for person (BP) XXX missing"
    Please help

  • Need help on getting started with shopping cart!!

    hi guys,
    i want to build a fairly simple shopping cart with servlets and jsps.. can you please point me to a starting point.. a tutorial or a general road map for it.. i am pretty okay with servlets and jsps and currently using them for a web-app..
    any help would be greatly appreciated..thanks..

    go to http://www.moreservlets.com, download the free pdf book "Core Servlets and Java Server Pages", there is a example program on section 9.4 talks about shopping cart.
    Hope it helps.

  • Need some suggestions or help with shopping cart.

    I am looking and searching and searching and looking for a
    good e-commerce package I can use with my future sites as well as a
    current one I am developing. It is a automotive site with multiple
    sizes of parts and accessories, I have opted to use a drop down for
    selecting the size but need to figure out how to incorporate that
    when I do the shopping cart and etc... I have looked at cartweaver
    and cannot afford that right now I am looking for something similar
    to it but cheaper in price if not free...

    I've used Cartweaver and found it rather good. It's one of
    the few that can be licensed so as you can use it on as many sites
    as you want. Most only allow you to use a shopping cart on a single
    site.
    I've used Cartweaver ColdFusion. They also have a PHP and ASP
    version of the software, you'll need to decide what back-end
    technology you want to use: ASP, PHP, ColdFusion. and buy that one.
    I would check with your hosting company and see what back-end
    technology they offer you.

  • Problems in shopping cart approval workflows

    Hello friends,
    We are using standard shappong cart approval workflows ( WS14000129 and WS14000060). I have configured all the steps mentioned in documents but workflows are not working while creating saving shopping carts.
    I have tried testing above workflows from background and they work properly from there, which means nothing wrong with basic workflow settings. But when I try save a cart from portal, workflow does get triggered but stops at very first step ( i.e. Parralel section between approval) in workflow. Also it does NOT get errored out but just waiting.
    Can anyone please help me in understanding what is wrong and how I can fix it.
    Regards,
    Arpit

    Here are some screenshots of what is happening
    http://img306.imageshack.us/img306/245/scerror1np5.jpg
    http://img101.imageshack.us/img101/1065/scerror2lx9.jpg
    Here is the binding
    http://img101.imageshack.us/img101/2289/scerror3wo1.jpg

  • Problem Accessing Shopping Cart

    I can connect to the store and purchase music, listen to radio, etc. However, I cannot connect to Shopping Cart. I receive an error message indicating network connection has timedout.

    Simply place the war file into the webapps directory and THEN start tomcat. Look at your directories after starting tomcat and you will find that tomcat has created all the directory structures underneath the webapps directory, starting with the directory webapps/bookstore

  • WD Appl - with Shopping Cart and UserSession

    Hi @all,
    I have a general question at Web Dynpro application possibilities.
    I want to make a preliminary drawing of an application using the WD Environment, to deploy later in the Portal.
    Is it possible to create an application with listed features?
    - Shopping Cart
    - List of Favorites
    - Use several sources to search for items using a WebService
    Often I heard WD is just for UI Development.
    But is it possible to develop such an app like this kind of “WebShop”-functionality?
    Thanks and best regards,
    Silvio

    Silvio,
    what do you mean with "Often I heard WD is just for UI Development"?
    Web Dynpro is a complete programming model for user interfaces and several types of data models like adaptive RFC models, Web service models, Java bean models etc.
    Of course, you can develop a Web shop with Web Dynpro.
    Armin

  • Issue with Shopping cart out of template

    Hi all,
    is there any possibility to find out, if a shopping cart is created out of a template?
    Background:
    I want to check in Check BAdI, if the shopping cart is created from a catalogue or if it is "just" created out of a template.
    I cant find a standard flag within function module BBP_PD_SC_GETDETAIL which determines a position within a shopping created out of a template.
    Best regards
    Andreas

    Hi Pradeep,
    I am not sure which version you use. I am using SRM 4.0 HP 8 and the field SRC_GUID is always empty.
    I am creating SC from a template, from a old version, creating a new one:
    The field SRC_GUID ist always '000000000000000'.
    I have tried this already, thats not the solution.
    Could you confirm in your SRM version (?) that the SRC_GUID is filled within the item if you create the SC out of a template?
    Best regards
    Andreas

Maybe you are looking for