Dynamic proposal/ Item proposal in ERP E-commerce

Hi Gurus,
I have a requirement where the ECC (6.0) functionality - Dynamic Proposal and Item Proposal list displayed while entering an order (va01) - should also be displayed in E-commerce (5.0) while the customer enters an order.
I don't think this is a standard fuctionality in E-commerce. Any suggestion on how we can achive this.
Did any one come accross such are req ....Please let me know.
Thank You
Ram

I have not seen this feature in E-Commerce with ERP.

Similar Messages

  • Hide the "Requested Delivery Date"  ERP E-commerce

    Hi,
    We are implementing the SAP ERP E-commerce with ECC 6.0 as backend.
    We donot want to display the feild "Requested Delivery Date" while creating an order both at header and item level in the b2b application.
    Please let me know what should be done to disable this.
    Thanks and Regards,
    Ram

    You can simply comment the code that displays (and input) the RDD field out from the relevant JSPs. This assumes that te RDD is NOT a required field in your backend order scenario.
    If RDD is a requred field, hide them from the items but make the header field a hidden value and give some default value - say today() to the field. Care should be taken to take care of the date type based on the country, sold-to etc.
    Easwar Ram
    http://www.parxlns.com

  • Import products into Product catalog - WWM1 ERP E-commerce

    Hi guru's,
    Is there a standard LSMW or program form SAP to import products (XML file) into Product catalog (wwm1). We have arround 10,000 materials and it is practically hard to enter them manually.
    We are implementing SAP ERP E-commerce and are on ECC 6.0.
    Thanks
    Ram

    While lot of effort is put by SAP in a BAPI to read Catalog or Catalog Export programs, there isn't any direct program to automatically load catalog.
    We are out of luck if we don't use the automatic option in Catalog - that is to load catalog as per the hierarchy. If we have to use manual then there are no standard LSMW / programs for TCODE WWM1 to load products in catalog. We have found that the screens don't work well for a BDC type loading and hence we could not use LSMW easily.
    Now, here is the IDOC for [Product Catalog - PRDCAT / PRDCAT01  |https://websmp205.sap-ag.de/sapidb/011000358700002529571998/prdcat01_d.htm] and one for [Product Catalog Item - PRDPOS / PRDPOS01|https://websmp209.sap-ag.de/sapidb/011000358700002529571998/prdpos01_d.htm]. What do these give you? Nothing much really - you can use these as a way of input of your XML catalog data. But you still have to write your own program to load the data.
    In CRM, there are bunch of function modules when used in a coordinated way, can be used to build a loading program.
    Easwar Ram
    http://www.parxlns.com

  • Best Practice: Dynamically changing Item-Level permissions?

    Hi all,
    Can you share your opinion on the best practice for Dynamically changing item permissions?
    For example, given this scenario:
    Item Creator can create an initial item.
    After item creator creates, the item becomes read-only for him. Other users can create, but they can only see their own entries (Created by).
    At any point in time, other users can be given Read access (or any other access) by an Administrator to a specific item.
    The item is then given edit permission to a Reviewer and Approver. Reviewers can only edit, and Approvers can only approve.
    After the item has been reviewed, the item becomes read-only to everyone.
    I read that there is only a specific number of unique permissions for a List / Library before performance issues start to set in. Given the requirements above, it looks like item-level permission is unavoidable.
    Do you have certain ideas how best to go with this?
    Thank you!

    Hi,
    According to your post, my understanding is that you wanted to change item level permission.
    There is no out of the box way to accomplish this with SharePoint.               
    You can create a custom permission level using Visual Studio to allow users to add & view items, but not edit permission.   
    Then create a group with the custom permission level. The users in this group would have the permission of create & add permission, but they could no edit the item.
    In the CodePlex, there is a custom workflow activities, but by default it only have four permission level:
    Full Control , Design ,Contribute and Read.
    You should also customize some permission levels for your scenario. 
    What’s more, when use the SharePoint 2013 designer, you should only use the 2010 platform to create the workflow using this activities,
    https://spdactivities.codeplex.com/wikipage?title=Grant%20Permission%20on%20Item
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Automatic assigning of products to catalog in ERP E-Commerce 5.0 B2B

    Hi Everyone,
    We have lots of products (aprox 25000), which we want to  assign to catalog. We have decided to take a 2 step approach.
    A) create/desin a Ztable which represent the Tree structure of catalog layout design and then create a program to insert all the products into the Ztable.
    B) Use the ISA catalog Replication badi, copy the standard class CL_ISA_REPLICATION_CATALOG as Z and use the methods of this class to read our Ztable to assign and replicate the products to the respective layout areas.
    Something like this approach we have used in CRM b2B implementation, but there the replication process was different program.
    Can someone share his/her experience  on this replication BADI and class ?
    Thanks in Advace,
    Dips

    Hi Martin,
    This is a very common requirement. Normally when there are thousands of products which needs to be assigned in catalog. Then the process is to just define the catalog. Then design a logic which would tell you, at what level( Catalog area/node) your product should go when replication happens.
    In such a scenerio you will not see any products attached in catalog, but all the products will straightaway get assigned to catalog in TREX by means of replication.
    Also the tables and tcode which you mentioned are for CRM. My Scenerio is ERP E-Commerce.
    Thanks and regards,
    Dipender Singh

  • To get the value of Dynamically generated Items

    Hi , i am Writting an applications using HTMLDB, i have a page which is an input page for inputting number of hours you worked on different projects i am createing the Input text filed items dynamically through web PL/SQL , what i want to do is when the user click on the sumbit button i want to read the values of the ITem and insert into a table , since they are dynamically created Items how does HTML DB handle them is there a way to get the Value for the items i tried displaying &P9_1. which is one of the items created dynamicaly but empty value is displayed.
    Any assiatnce is of great help.
    Thanks in advance
    Bharath

    This is done once the page is submitted, and the values are available in the arrays e.g. htmldb_application.g_f01 etc.
    This is covered in the manual

  • Catalog views for ERP E-Commerce for MySAP ERP ECC 5.0

    We are implementing the R/3 version of CRM-ISA (ERP E-Commerce for MySAP ERP ECC 5.0).
    We need to implement product catalog views to allow filtering based on specific attributes.
    We have created a custom function module Z_ISA_READ_CATALOG_COMPLETE to replace ISA_READ_CATALOG_COMPLETE and  Z_ISA_CUSTOMER_READ_CAT_VIEWS to replace ISA_CUSTOMER_READ_CAT_VIEWS.
    But when we test from ISA the FM Z_ISA_READ_CATALOG_COMPLETE does not get invoked through RFC.
    There is an  SAP NOTE 998453 that we checked but it is still a pilot version.
    Has anyone implemented the catalog views without the notes? Can we do the catalog views without the note? If so, how can we meke custom FM work? Please advice.
    Thanks,
    VK

    Check the following.
    1. The XCM file modification-config.xml replaces both the function modules
    2. The checkbox to use the catalog views is checked for your webshop
    3. Catalog is published to TREX and you are using TREX catalog instead of Memory catalog.
    I don't think these notes work without TREX. I'd be interested in learning if anyone successfully implemented Catalog views with ECC ECO without using TREX.
    - Kishore

  • Warning message for material substitution in ERP E-commerce

    Hi Gurus,
    We are implementing SAP ERP E-commerce with TREX, ECC 6.0 backend.
    Automatic material substitution is working in ECC. The material is also dispalying a warining message before substitution.
    In B2B shop the substituion works - material X is replaced with matereial y but there is no warning message during substituion.
    I believe matereial substituion in E-commerce is standard funtionality and it should work as configured in ECC for VA01.
    Any susgestion why there is no dispaly of any message during matereial sub in E-commerce.
    Thank you

    Hi Ram,
    What type of messags can be displayed on ECO ERP can be configured via XCM "UI" component. By default only error messages are displayed, You can create a customer component with message  severity set to 'Warning" / "info" as required. After this all the messages raised by the Standard BAPIs are displayed on the basket.
    However you need to be careful what severity level you want to use as apart from the message that you require, lot of other messages might also be displayed on the basket.
    Regards
    Roopali

  • Customer specific prices in Catalog SAP ERP E-Commerce

    Hi Experts,
    We have implemented SAP ERP E-commerce -- ECC 6.0  ISA 5.0
    Initially we implemented a B2B scenario without TREX engine.
    VMC component is active (IPC).
    In the catalog we don't see customer specific prices. What are the steps to enable customer specific prices in the catalog. 
    Do we need TREX engine ?
    Do we need catalog views for customers to get customer specific prices.
    Please advice.
    Thanks and Regards,
    Ram

    Hello Ram,
    Maybe have a read of thread Prices on Product catalog for e-Commerce R/3 this contains some helpful information.
    regards
    Mark

  • Session time out - SAP ERP E-commerce

    Hi SDN Gurus,
    The b2b shop times out if the session is idle for more than 5 mins (apx) . I would like to Increase the session idle time. How and where can I do this?
    I am working on the SAP ERP E-commerce 5.0
    Thanks and Regards
    Ram

    Hi,
    Go to web.xml under the web-inf folder and look change the session timeout like below.
    Here time is in minutes.
        <session-config>
            <session-timeout>30</session-timeout>
        </session-config>

  • Missing prices in a product catalog in ERP E-commerce

    Hi All,
    We are implementing ERP E-commerce using ECC 6.0 as the backend. I created a product catalog using
    basic data thet includes catalog type, proper sales area, a valid customer, document schema, variant
    and all other required data. I defined some valid materials in the layout of the product catalog. I created
    condition recors for the sales area/customer/material combination. But, I do not get any prices for the
    materials in the product catalog. If I create a sales order using he sales area, material and customer that
    I used in the product catalog then I get the proper prices for the materials in the sales order.
    Please let me know what can be the reasons for the missing prices in product catalog? What configuration/
    settings that need to be done to fix this issue ?
    Thanks in advance.
    --R D

    CaN you chk in mm02 for those materials if a valid unit of measurement is maintained?
    Pradeep

  • Product Comparison in ERP E-Commerce

    Hello,
    can somebody tell me if it's possible to compare products in ERP E-Commerce B2B product catalog? SAP lists this as a feature in some marketing materials but it is (to my knowledge) nowhere documented nor can I find an option to enable it.
    Maybe someone can point me into the right direction. Thanks.

    CaN you chk in mm02 for those materials if a valid unit of measurement is maintained?
    Pradeep

  • Dynamic line items creation Programatically.

    My requirement is to manually create Dynamic line items based on
    some values from the existing dynamic line item.
    During Dynamic Line Item processing; When the Last 3 chars of Z field
    ZWBSMOD is changing; then insert a DLI with Material is
    MODULE-<3 chars>.
    Which the exit for creating DLI programatically ??

    Hi Amruta,
    Your question is not clear, could you please explian where you want to add line item dynamically?
    Regards,
    Surender

  • How to dynamically changes items properties

    How to dynamically changes items properties likes position order in tabular view, width, prompt

    Many object properties can be set programmatically at runtime. For example, each window object has a Visible property that can be set to either Yes or No to show and hide the window. At runtime, you can call the built-in procedure SET_WINDOW_PROPERTY to show or hide the window dynamically, as shown here:
    Set_Window_Property('my_window',VISIBLE, PROPERTY_ON);
    The following built-in procedures are available for setting object properties at runtime:
    -     SET_BLOCK_PROPERTY
    -     SET_CANVAS_PROPERTY
    -     SET_FORM_PROPERTY
    -     SET_ITEM_PROPERTY
    -     SET_LOV_PROPERTY
    -     SET_MENU_ITEM_PROPERTY
    -     SET_PARAMETER_ATTR
    -     SET_RADIO_BUTTON_PROPERTY
    -     SET_RECORD_PROPERTY
    -     SET_RELATION_PROPERTY
    -     SET_VIEW_PROPERTY
    -     SET_WINDOW_PROPERTY
    The built-in procedure SET_ITEM_PROPERTY can be used to set the properties of any type of item, including buttons, text items, check boxes, radio groups, etc.
    Note: Radio group items include individual radio buttons; use SET_ITEM_PROPERTY to set the properties of the radio group, and SET_RADIO_BUTTON_PROPERTY to set the properties of the individual buttons in the group.
    Each built-in SET procedure has a corresponding GET function that allows you to programmatically determine the current setting of an object's properties. The following example uses GET_WINDOW_PROPERTY to determine if a window is currently hidden (VISIBLE = FALSE). If the window is hidden, SET_WINDOW_PROPERTY is called to show the window.
    If Get_Window_Property('my_window',VISIBLE) = 'FALSE' THEN
    Set_Window_Property('my_window',VISIBLE,PROPERTY_ON);
    To determine if a particular property can be set programmatically, refer to the property descriptions in online Help.

  • Dynamically render items

    Is there a way I can dynamically render items on a page?
    I have a table with item names, types (radio, checkbox, etc), default values and labels. I want to be able to just add rows to this table and have them show up just as if I had manually added the items using the App Builder. After Submit procesing for the page should be able to access the values of the items just as "easily"
    Thanks

    Hi, <BR><BR>
    Ok, I've created a plsql region as follows to dynamically build my form:<BR><BR>
    DECLARE<BR>
    --Cursor to pull out all active records from RES_DLV_CONSERVATION table<BR>
    cursor c_records is <BR>
    select CON_ID, CON_SCHEME <BR>
    from RES_DLV_CONSERVATION <BR>
    where CON_ACTIVE = 1;<BR>
    --Variables to hold the records from the cursor<BR>
    v_id number;<BR>
    v_record varchar2(4000);<BR><BR>
    BEGIN<BR><BR>
    --Open a table to hold the manually created Accreditation form<BR>
    htp.p('<table>');<BR><BR>
    --open cursor and loop through records populating variables<BR>
    open c_records;<BR>
    loop<BR>
    fetch c_records into v_id, v_record;<BR>
    exit when c_records%notfound;<BR><BR>
    <i>--Build a form dynamically using the variables. <BR>
    --Use the record id to create the names of the form items<BR>
    --so they can be referenced later. <BR>
    --('chk_' prefix for checkboxes, 'inp_' prefix for text)</i><BR><BR>
    htp.p('<tr><BR>
    <td><font class="label_def">'||v_record||' </font></td><BR>
    <td><input type="checkbox" name="chk_'||v_id||'"></input> </td><BR>
    <td><font class="label_def">Names of Accredited Staff</font></td><BR>
    <td><input type="text" name="inp_'||v_id||'" style="width:300"></input><BR>
    Seperate each name with a comma (,)</td><tr>');<BR>
    end loop;<BR>
    close c_records;<BR><BR>
    --Close table<BR>
    htp.p('</table>');<BR><BR>
    END;<BR><BR>
    I've named each of by items using the record id. <BR>
    I now have to create an insert function to populate my table from the form<BR>
    How do I then reference these items manually to insert the values into my table.<BR><BR>
    Cheers<BR>
    Yog

Maybe you are looking for

  • Can I return my ipad 2

    can i return my ipad 2 on the one year warrenty.... since the ipad HD came out I want to get the money for that so will apple take my ipad 2 back for that $500........ I have every thing that came with it and it still is in a brand new condition its

  • Help needed to introduce a page break

    Hi , I have a repeated subform with xml data_instance like this(data.xml) :           State A                     Premium Period A                               80170                               80180                               80170            

  • HT5295 Can I create a playlist in podcasts?

    Can I create a playlist in podcasts?  How?

  • How to configure a JNDI resource

    I'll try to make my question as simple as possible since I've never got an answer on these forums :( I want to configure a JNDI resource in the Sun Java(TM) System Application Server Enterprise Edition 8.1 Admin Console so that webapplications can do

  • Adding Calculation Column in Physical layer

    Hi All, I have oppty fact table and product dimension table. I have to create calculation columns credit revenue = ( sum( opptyfact. Revenue where product. productgroup = "credit")) Debit revenue = (sum( opptyfact. Revenue where product. productgroup