Update cart on order / template transfer

Hi,
Whenever we transfer items from order template or an order, the cart value in the header stays as it is.
It is not getting updated.
Can you kindly lemme know, how to update that on the event of transfer?
-Aarthi

Hello Aarthi,
With templates and carts you have two options.
Scenario-1: You convert the entire template using the option "Create new order on the basis of an order template" in the welcome page to create a new cart. This you can do only when the cart is empty. Makes sense. In this scenario, all the header and item(s) details are used to create the cart.
Scenario-2: You can transfer item(s) from a template to an existing cart. Since this is an existing cart (you have made some header and item input already), no attempt is made by the program to change the cart header.
I think you are trying scenario-3.
Scenario-3: You want to transfer item(s) from a template to an empty cart. In this case it should create an empty cart and then transfers the item(s). You expect It should also copy the header information from the chosen template.
Hmmm, looks like SAP did not consider this in their usecases. Looks like SAP is strictly treating transfer as transfer of item only. Not a convert + transfer when the transfer is made to an empty cart.
See what is technically involved in these scenarios.
Scenario-1 uses Copy Transaction (Java+ABAP) - All you need here is the template Guid..
Scenario-2 uses Copy Item(s) (Java+ABAP) or Create Transaction + Copy Item(s). Here it takes only the Product id (or guid), qty and Uom only
Your scenario is slightly complex. It has to do, (a) Create Transaction, (b) Copy Item(s) as scenario-2. It also has to do (c) Read Header information from template and (d) Update Cart Header. Since SAP is not doing the last two tasks, you have to do them.
One more issue will be with the setting of Requested Delivery dates at Header and Item level. If you have noticed, when you input the Header RDD for the first time, an attempt is made how to migrate this to items. A confusing popup message asks three options. This is provided to "reduce" the pain of entering the RDD for each item. Since the tempates are created in the past and carts are made in the present, the RDD is usually irrelevant. And that is the reason when you use scenario-1, all header information except the RDD get copied over from template to cart.
So, your logic should take care to clear the RDD of the header and copied item and also see that the user is prompted to enter them appropriately in the cart. These are all business decisions which will drag your requirement easily to a BIG development effort.
Tell me why you can't use scenario-1 where it converts the template to cart? Did you try that?
Easwar Ram
http://www.parxlns.com

Similar Messages

  • Problem with creation of Order template

    Hi Experts,
    We are facing an issue with ISA 4.0. B2B application.
    The extension data is not getting updated in CRM 4.0 while creating Order template.
    The same extension data is getting updated for Order template change process.
    Also same extension data is getting updated for  CRM order creation.
    Can any one put some lights on this issue ?
    for both order and order template creation the below statement is used for holding the document. 
    SalesDocument preOrderSalesDocument = bom.getBasket();
    Thnx.
    Regards,
    Murugan Arumugam.

    Hi Experts,
    We are facing an issue with ISA 4.0. B2B application.
    The extension data is not getting updated in CRM 4.0 while creating Order template.
    The same extension data is getting updated for Order template change process.
    Also same extension data is getting updated for  CRM order creation.
    Can any one put some lights on this issue ?
    for both order and order template creation the below statement is used for holding the document. 
    SalesDocument preOrderSalesDocument = bom.getBasket();
    Thnx.
    Regards,
    Murugan Arumugam.

  • Wanted To Channge The Standsrd Purchase Order Template with Customized Temp

    Hi ALL,
    I m using oracle 11.5.10.2. I want to change the template attached with the Standard Purchase Order(PO_STANDARD_XSLFO) which is in XSL-FO Formatt.I want to use my customized template for printing Purchase order.I attached one template with the same Data definition which the standard template is having.
    But still it is taking the standard template not the customized one. Can u tell me how i can attch the customized template with the standard Purchase Order. And one thing more if i want to update the exisiting Standard template then how i can update it bcoz the update is disabled for that template.
    Thanx
    Ravi

    Hi Klause,
    Thanx, for ur Reply. I did the same thing.....i copied the xsl-fo for standard template and i just removed the braces from there, which was for printing purpose only. this is the change what i did....
    <fo:inline xsl:use-attribute-sets="legal_details_style">
    <xsl:value-of select="TOTAL_AMOUNT" />
    <fo:leader leader-pattern="space" leader-length="2.0pt" />
    ( --------------i removed this brace
    <xsl:value-of select="CURRENCY_CODE" />
    ) --------------i removed this brace
    </fo:inline>
    and the rest is similar to the standard template.. But it has given me that error....
    Error while generating the PDForacle.apps.xdo.XDOException genDoc() : Exceptionjava.lang.Exception: Error while generating PDF :null java.lang.Exception: Error while generating PDF :null java.lang.Exception: Error while generating PDF :null at oracle.apps.po.communicate.PoGenerateDocument.genDoc(PoGenerateDocument.java:2084) at oracle.apps.po.communicate.PoGenerateDocumentCP.runProgram(PoGenerateDocumentCP.java:302) at oracle.apps.fnd.cp.request.Run.main(Run.java:148)
    Thts the error...which i m getting..... Can u help me out.....
    Thanx
    Ravi

  • Statistic condition values not updated during Sales order Settlement

    Hi,
    In our client we have different Price condition types for based on scenario wise. Ex: Domestic Sales (ZPR1) and Export Sales ZPR2. I have maintained separately value fields for each price condition types.
    We are booking some financial charges, and interest on working capital etc., this cost we need to transfer to COPA each Material wise based on sales revenue.
    For this purpose we have created one COPA Assessment Cycle.  Tracing factor is Sales Revenue and receiver is Materials.
    In COPA Assessment cycle we can give only one base means ZPR1 related value field or ZPR2 related value field.
    For this reason we have created one new statistic condition type,  what is amount there in ZPR1 that amount will updated automatically in statistic condition place and so that we can give once one trance factor in COPA Assessment Cycle. We have assign this statistic condition all pricing procedure
    Now my problem is in MTS scenario statistic condition values updated correctly. But in MTO scenario sales order settlement time statistic condition values not updated.
    So is it possible update during sales order settlement time statistic condition values.
    Please give me suggestion.
    Regards,
    Thiru

    Hi Ajay Sir,
    As you said is correct.
    But in our client we have around 9 Plants and each plant manufacturing product are different. Client Requirement is in COPA Report they need see each product wise sales revenue. In this way we mapped product wise value field.  System already mapped one guy in this way earlier. Now I am doing some changes for relevant to month end activities.
    Some financial changes transfer to COPA each plant wise on Material. Here sender is cost center and receiver is Material. Base is Sales Revenue.
    Please suggest me is there any alternative.
    Regards,
    Thirumalesh .

  • Help tim, XDOLoader doesn't update xdo_lobs if the template exists

    Is there something I'm doing wrong parm wise?
    java oracle.apps.xdo.oa.util.XDOLoader \
    UPLOAD \
    -DB_USERNAME apps \
    -DB_PASSWORD apps \
    -JDBC_CONNECTION sand:1535:NADV \
    -LOB_TYPE TEMPLATE_SOURCE \
    -APPS_SHORT_NAME VCA \
    -LOB_CODE VGMDQCARD \
    -LANGUAGE en \
    -TERRITORY US \
    -XDO_FILE_TYPE RTF \
    -FILE_CONTENT_TYPE 'application/rtf' \
    -FILE_NAME $VCA_TOP/xml_pub/template/VGMDQCARD.rtf \
    -NLS_LANG American_America.US7ASCII \
    Here's the message I get:
    Parameters passed to XDOLoader...
    [TERRITORY] [US]
    [FILE_NAME] [com/valspar/NADV/vca/xml_pub/template/VGMDQCARD.rtf]
    [DB_USERNAME] [apps]
    [XDO_FILE_TYPE] [RTF]
    [LOB_CODE] [VGMDQCARD]
    [NLS_LANG] [American_America.US7ASCII]
    [FILE_CONTENT_TYPE] [application/rtf]
    [JDBC_CONNECTION] [sand:1535:NADV]
    [LANGUAGE] [en]
    [DB_PASSWORD] [apps]
    [LOB_TYPE] [TEMPLATE_SOURCE]
    [UPLOAD] [UPLOAD]
    [APPS_SHORT_NAME] [VCA]
    Start uploading...
    Target file: VGMDQCARD.rtf
    Existing record found in XDO_LOBS, do nothing.: VGMDQCARD.rtf
    XDOLoader done successfully: Tue Dec 11 12:13:24 CST 2007
    In order to fix, I had to update the LOB_CODE field to have a different name and it worked...However i think the desired functionality should be to update it TEMPLATE_SOURE and TEMPLATE rows FILE_DATA fields.
    Thoughts?
    Parameters passed to XDOLoader...
    [TERRITORY] [US]
    [FILE_NAME] [com/valspar/NADV/vca/xml_pub/template/VGMDQCARD.rtf]
    [DB_USERNAME] [apps]
    [XDO_FILE_TYPE] [RTF]
    [LOB_CODE] [VGMDQCARD]
    [NLS_LANG] [American_America.US7ASCII]
    [FILE_CONTENT_TYPE] [application/rtf]
    [JDBC_CONNECTION] [sand:1535:NADV]
    [LANGUAGE] [en]
    [DB_PASSWORD] [apps]
    [LOB_TYPE] [TEMPLATE_SOURCE]
    [UPLOAD] [UPLOAD]
    [APPS_SHORT_NAME] [VCA]
    Start uploading...
    Target file: VGMDQCARD.rtf
    Creating a new record in XDO_LOBS: VGMDQCARD.rtf
    Done creating a new record in XDO_LOBS: VGMDQCARD.rtf

    scratch that, I figured it out. I need to add the CUSTOM_MODE FORCE command.

  • Admin Order Template gets displayed on sorting in genericsearch.jsp page

    Dear All,
    Standard Order template is customized and this template is available to all the customers who login to webshop. Admin creates this template and it is visible to all the customers who click on the New Order Template link and can transfer the contents to the basket.
    However, with this customization, the sorting feature is not working correctly.
    When we click on sort then the results get changed and only admin order templates are available.
    Templates created by user are not appearing in the genericsearch.jsp page.
    Any pointers on to eliminate this issue?
    Thanks and Regards,
    Gauri.

    Fully understand your frustration. Almost every customer was / is there and only consolation here is, you are not alone. Hope some one in SAP is listening. In this world of web 2.0, web 3.0 interfaces, b2b application is mired in frames. Just not one, close to gazillion.
    Well, you are already in the quagmire and consultants can't complain but must give solutions.
    Actually, in your case, there is a vertical scroll bar and it comes to visibility if you scroll horizontally the frame that contains the result list. What a mess.
    Well, we added a resource for working specifically with the stylesheet and framesets of the application and were able to come with a presentable set of frames without "invisible" scrollbars. But we are still far from being called a "fair website". Lot of tweaking of the sizes, percentages of the framesets and frames and changing the stylesheet components.

  • Quantity from Order Template to Order

    Hello Experts
    Does the order quantity flows from order template to order or from order to order when we click on transfer button on B2B web shop ?
    What is the standard behaviour.
    Thanks

    Hi DJ,
    This act of transfer button in ISA frontend is same as Copy Business Transaction button in crm gui.
    It not only copies the quantity and product but copies sold to party, ship to party, payer, bill to and all the
    other details also.You can think it of as a replica of the existing order.
    You can edit each and every detail in the new order but sold to party can't be changed.The reason is
    ISA application is designed in such a way that it logs in with sold to party and once you are logged in after
    selecting a sold to,this sold to is freezed and can't be changed anymore untill you logoff and login again with
    some other sold to.
    Regards,
    Arshi

  • Creating ordering templates

    Hi folks, i'm back with another question. I'm trying to set up a home based business, and I'm just trying to avoid going to a web designer. Is there anyway I can create an ordering template? Where someone can add their full name, location, product #, etc.. Where there will be little boxes where they put their cursor inside..type in the appropriate info..press enter, and all the info gets sent to a pre-arranged e-mail?
    Or anything to that effect. Is it do-able? Or would I need an expert to add that into my webpage?
    thanks

    George,
    They way you're wanting to do this is not easy to do in iWeb. However you can add PayPal buttons or a PayPal shoppping cart as outlined here:
    http://discussions.apple.com/thread.jspa?threadID=366473&start=15&tstart=45
    This makes credit card ordering with a secured transaction possible. The info you need will be sent to you in a email when the transaction is completed.
    Kevin

  • How can I create a new sales order template

    Hello,
    how can I create a new sales order template in SAP CRM 7.0 (Web UI)? I want to use this sales order template in scenario ´'Mass Generation of Sales Orders via Marketing Projects'.
    Thanks for your support in advance.
    Best regards,
    anvan

    Hi,
    Did you set up this scenario? I want something similar, but I want an ERP order to be created. Do you know if that is possible? Do you have som tips?
    regards Camilla

  • How can I create a new sales order template in SAP CRM 7.0

    Hello,
    how can I create a new sales order template in SAP CRM 7.0 (Web UI)? I want to use this sales order template in scenario ´'Mass Generation of Sales Orders via Marketing Projects'.
    Thanks for your support in advance.
    Best regards,
    anvan

    Hi,
    Did you set up this scenario? I want something similar, but I want an ERP order to be created. Do you know if that is possible? Do you have som tips?
    regards Camilla

  • Reg : NO UPDATE OF SALES ORDER FROM PO erroer I0 114

    hi experts,
    while creation of PO with reference to PR,user gets error " NO UPDATE OF SALES ORDER FROM PO erroer I0 114 ".
    What could be the reason for this error?any idea...
    rgrds...

    Hello Jurgen,
    here the error message is " NO UPDATE OF SALES ORDER FROM PURCHASE ORDER  error I0 114 " .
    is there any solution for this issue.user looks frustrated because its working for one PO and the next PO its showing error.
    Rgrds.....

  • No update of sales order from purchase order

    Hi,
    When I am trying to change the delivery date of a purchase order line item, I get the error
    "No update of sales order xxxxx from purchase order (error V1 348)" How can I resolve this?
    Sincerely,
    Ketan

    Hi,
    Check whether this PO is created w.r.t. PR and PR is created automatically during Sales order creation.
    If it is so then need no to change the delivery date in PO, it will always get updated as per the Schedule Line date of sales order.
    You can go for GR w.r.t. PO directly.

  • Activity price not getting updated at Production order

    Hi All,
    I have made activity dependent planning at cost centre and calculated the activity rate. The activity rate is showing correctly for the cost centre in KP26, but while confirming the production order (CO11N) the the activity price is not getting updated in production order. But material price is getting properly updated at production order.
    Plz help me in identifying the possible areas of mistakes.
    Regards,
    BKD

    Hi,
    Please check the Period for which you have created the ht activity price is same as the period in the conformation. In the workcenter in which you are confirming please check whether the activities are assigned to the work center.
    Bye,
    Ramesh

  • User Exit or BADI to update the service order  in R/3

    Hi,
    When creating a service order the following fields need to be populated automatically using an user exit or badi.
    1. Planner Group
    2. PMActType – Plant maintenance activity type
    3. Cost/Profit Centre
    4. WBS element
    5. Work center
    so my requirement is there any function module or Badi or user exit to update the service order details when service order is created / changed.
    Pls do the needful.
    Reg
    Ramana

    Hi Ramana,
    Go to SPRO Transaction and follow the below path
    Customer relationship management>Transactions>Settings for Service Processes>Business Add-Ins and you will find 8 BADI's.
    Check these BADI's useful for you.
    Regards,
    Lijo Joseph

  • Exchange rate automatic update in Sale Order

    Dear All,
    This is regarding Exchange rate automatic update in Sale Order and requirement said below.
    Process:
    User will created a Export Sale order in the month of November , that time Exchange rate is 50.00, this  will
    get updated in Sale order Header and Item level.
    But user will create billing in the month of December , at that time Exchange rate is 40.00. So in Billing
    document Header level exchange rate will be 40.00 (Current rate) and Item level exchange rate will be
    50.00.
    Requirement:
    User requirement is like this the current exchange rate 40.00 to be updated in Sale Order Header and Item
    level automatically, because user using  Sale order Exchange rate  for Z-Report.
    As of now user manually updating Exchange rate in Sale Order.
    Let me know if there is any solution.
    Regards
    S Kumar

    I dont think this is possible.  You should be aware any change in subsequent document would not have any impact in the preceding document which means, whatever exchange rate flowing in billing cannot be updated in sale order.  May you can update your zee table by considering the billing document exchange rate by way of exit.
    thanks
    G. Lakshmipathi

Maybe you are looking for

  • STREAMING CLIP NOTES ftp HELP

    I am attempting to use Clip Notes to stream for the first time. It seems that I have all of my server setting correct because there is a a test4.wmv file appearing on my server. But, when I open the the pdf I am getting a connection error. Any suggue

  • PDF Document Restriction

    I want to be able to ensure that only one person at a time can open a PDF or gives you a warning when the document is already open - much like MS Office documents do when you try to open a document someone else has opened. At the moment - the only wa

  • Changed stock account

    Hello, they changed a stock account in OBYC (same valuation class). This means that some of the stock receipts happened on account X, while the goods issues now are being posted to account Y. Account Y now has a negative balance. Is there some trick

  • [svn:osmf:] 10816: Package renaming to org.osmf: framework and its unit tests.

    Revision: 10816 Author:   [email protected] Date:     2009-10-02 09:19:54 -0700 (Fri, 02 Oct 2009) Log Message: Package renaming to org.osmf: framework and its unit tests. Modified Paths:     osmf/trunk/apps/samples/framework/HTMLGatewaySample/HTMLG

  • "Most visited" pages list

    Hello all, we have a requirement to show a "shortcuts" portlet in the main page of our Portal so that the most visited pages show as links. That way a user needs only click on a link in that portlet to navigate to his/her most visited pages, thus avo