Communication Structures called in the E-Commerce web shop orders

Hi Experts,
When we create orders in e-commerce B2B / BOB / B2C web shops, we get pricing elements at header and item level on the shopping basket / order page. To display these pricing elements, communication structures are called from the backend GUI.  These stuctures are accessed in the SAP CRM 7.0 GUI by the T-code  CRMC_MAP.
Can you please let me know the communication structures that are called for
- Pricing elements at the header level on the shopping basket / order page
- Pricing elements at the item level on the shopping basket / order page
Thanks and regards,
Mahesh Kakani
Edited by: maheshkakani on Nov 7, 2011 1:54 PM
Edited by: maheshkakani on Nov 7, 2011 2:04 PM

Hi Mahesh
Please check
CRMT_ISALES_BASKETHEAD_IL
CRMT_ISALES_BASKETITEM_IL
Hope this will be useful.
Regards

Similar Messages

  • Adding a new field extension on CRM Order Item tab in the web shop order

    Hi CRM E-Commerce Gurus,
    I want to add a extension field on any web site product such as "zz...." in order to use this data in order's item tab. What shoul I do on J2EE Stack-.jsp method and ABAP Stack at the BADI implementations.
    Could you please help me in order to add a new field extension on CRM Order Item tab in the web shop order ?
    Thanks,
    Kind Regards,
    Fahrettin

    Hi Arshi,
    We have could not find any java action class such as Maintainb2csaveorderaction in config.xml folder and also there is no available threads and clue on SDN, google etc. Therefore we are got stucked on this issue. In SAP_ISA_60 Development and Extension Guide of SAP E-Commerce there is no sample java action class code such as Maintainb2csaveorderaction but some ABAP codes are available for the extension structure.
    Do you suggest any java action class such as Maintainb2csaveorderaction codes like in your B2B scenarios etc.?
    ls_header is a local structure with header data
      ls_extension-ref_guid = ls_header-guid.   
      ls_extension-alt_handle = ls_header-handle.
    extension are name value pairs
      ls_extension-name = u2018Z_CUSTOMER1u2019          u2018 name
      ls_extension-value = ls_header-zcustomer1. u2018 value
      APPEND ls_extension to extension_header_out
    now adding extensions to the items
      LOOP AT lt_items INTO ls_item.
        ls_extension-ref_guid = ls_item-guid.
        ls_extension-alt_handle = ls_item-handle.
        ls_extension-name = u2018Z_CUSTOMER2u2019          u2018name
        ls_extension-value = ls_item-zcustomer2.   u2018value
        APPEND ls_extension to extension_item_out 
      ENDLOOP.
    ls_header is a local structure with header data
      LOOP AT extension_header_in INTO ls_extension.
    check the name to find the according field
          IF ls_extension-name = u2018Z_CUSTOMER1u2019.
            ls_header-zcustomer1 = ls_extension-value.
          ENDIF.
      ENDLOOP.
    sort the extension table by ref_guid and handle to obtain a better access
    with binary search.
      SORT extension_item_in BY ref_guid, alt_handle.
      LOOP AT lt_items INTO ls_item.
    find the starting point for a loop over extensions
    use guid and handle as one logical key to access the extension
        READ TABLE extension_item_in
          WITH KEY ref_guid = ls_item-guid
                   alt_handle = ls_item-handle
                   BINARY SEARCH.
        IF SY-SUBRC = 0.
          LOOP AT extension_item_in INTO ls_extension
            FROM SY-TABIX.
    check, if the entry is relevant
            IF NOT    ls_extension-ref_guid = ls_item-guid
               OR NOT ls_extension-alt_handle = ls_item-handle.
               BREAK.
            ENDIF.  
            IF ls_extension-key = u2018Z_CUSTOMER2u2019.
              ls_item-zcustomer2 = ls_extension-value.
            ENDIF.
          ENDLOOP.
        ENDIF.     
      ENDLOOP.
    Thanks
    Kind Regards,
    Fahrettin

  • Upgrade of e-commerce web shop

    Hi everybody,
    I am working on a b2b web shop (release 5.0) in nw developer studio. There I developed some classes in a new Software Component so that there should be no problems to integrate them into newer releases of the sap standard shop. But how can I upgrade all my changed jsp files of SC "sap.com_SAP-SHREB"? Is the only way to solve conflicts after upgrading the web shop? Or is there perhaps a better way to seperate my own developments from the sap standard? My goal is to achieve a minimum of conflicts between my own developments and new sap releases.
    Thanks in regard, Mirko
    Message was edited by:
            Mirko

    Hi,
    If you got to know how this can be done, please let us know.
    Thanks,
    Uma.

  • Passing user and password in the URL for web shop

    Does anyone know the parameters to pass a user ID and password in the URL of a B2B, B2C or UCES web shop?
    thanks
    Stu

    Suppose the URL of ur webshop is http://asdhfksldhfjsa.htm
    Provide parameters and attach it to above url, ex: http://....default.htm?firstname=Joshua&lastname=Dell&website=SDN
    In above URL you have 3 variables: firstname, lastname & website. These are name=value pairs separated by symbol & .

  • Structure changes in the LBWE, where does the field pool come from MCVBUK

    Example:  Customising Cockpit, lbwe > 2lis_11_vascl > Maintain structure
    In lbwe the field 'pool' for MCVBUK does not have all the fields that I can see if I look at Structure          MCVBUK using se11 such as FKSTK, FKSAK.
    What does this depend on ?  Is it to do with the events ?
    Yet OSS Notes say to choose the fields from lbwe:
    structure changes in the LBWE SAP Note Number: 762951
    Note 576886 - Change to user-defined fields not extracted

    But enhancing extract structures, you don't get the delta capability on the  sepcific field (if you need it) - and there is no simple solution to this.
    I found these OSS notes:
    <b>Note 328255 - Not all fields provided in Customizing Cockpit</b>
    This behavior is wanted. As not all fields of the communication structures can be used in a practical way, some are hidden. Fields are hidden for the following reasons:
              o The field is not filled for this event.
              o The field is only used internally (for example the work center ID - instead, the respective work center name is available).
              o The field should not be used here for reasons of design. Principally, you should select key figures only from the most detailed communication structure (or from the one with the most detailed hierarchy) and only the characteristics from all communication structures.
    <b>Note 351214 - BW extraction SD: Restricted field selection</b>
    This note goes into more detail
    By the way, thanks for the replies, but the question was 'why ?' and I the OSS notes replied to this.
    The whole problem is to do with 'delta' enabling, and I've spent a day researching to find that there is no easy way to delta enable enhanced extract structure fields.

  • Direct calls within the oracle application server to the IIS using reverse

    trying to direct calls within the oracle application server to the IIS using reverse proxy. I am having problems...
    What is trying to be achieved is a call to the 3rd party web server (IIS with Oracle SSO plug-in) that will be invoked from the OAS.
    Any suggestions

    First you might get more response if you move your question to following forum:
    Oracle Application Server - General
    Second, I didn't quite understand your question. Can you pl. clarify it bit more? What exactly do you mean by invoking IIS from OAS (I am assuming by OAS you mean OC4J here)?
    Thanks
    Shail

  • Goods are not visible on the Web Shop main page (RUMP UP)

    Hi colleagues.
    Help please anybody :)
    There was the problem with the goods in Web Shop.
    Goods are not visible on the page Web Shop.
    Below you can see actions performed by us and Prerequisites:
    1. Repository was unachieved from Standard archive - WEC20_MDMCATALOG_CONS
    2. Taxonomy, Hierarchy and Lookup table data were transferred from CRM via MDMGX
    3. Manually created root node in Product Catalogs table in MDM
    4. Put technical code (ID) of created node to Product Catalog module in WCEM configuration - field Catalog ID.
    5. Fill another necessary fields in Product Catalog module in WCEM.
    6. Manually add test record in MDM and linked to node in Product Catalog table, elements from Main Taxonomy and other required fields.
    7. In preview mode of WCEM configuration not possible see any records from MDM (but product catalog elements showed correctly)
    More information about settings in MDM, CRM,WCB and configuration steps can see in attachment files
    Best regardn,
    Andrey

    Hi Denis
    Leading zeroes it's no my case, because the products (materials) replicated from CRM to MDM.
    Replication from CRM to MDM via MDMGX and Initial Load R3AC1 is successfull.
    But on the WebChannel web shop page this products are not visible.
    I have suggested that the problem in authirizations of technical user, which uses RFC Destinations from SAP NW AS Java (Web Channel) to MDM.
    According Security Guide for SAP Web Channel 2.0 (paragr. 8.3.2 see please screenshot), user of WEC_MDM_DEFAULT destination must assign the role WEBCHANNEL_CATALOG_DISPLAY_ROLE.
    But this role does not exist in the system (SAP MDM, SAP NW).
    Please give me advice about this.

  • Auction creation process via web shop

    If any one has detail configuration guide to set up E-auction using web shop, please share documents or link.
    We are looking at steps like:
    How to deploy the auction application (AVW)?
    How to get the XCM url and necessary steps needs to maintained?
    How to get auction administrator URL?
    We are able to log in to the Auction administration schedule tasks.
    By using the following link http://ip:port/avw/init.do
    However, we are struggling to get into application where we can create bid invitation using seller login.
    Let me know is there any link for auction creation?
    Please share your experience while setting up auction via web shop.
    Thanks in advance

    Hi,
    I am able to log to the shopadmin. I have created the shop id for web auction.
    I tried to log in to the  http://ip:port/avw/init.do to create the auction, choose web shop but i am not able to view created web shop.
    Do i need to do any settings for shop to be visible in the auction screen.
    Thanks

  • Web Shop Folder in ERP Scenario

    I am trying to implement CRM 5.0, R3 Scenario. I am not able to find in documentation how to create the folder where web shop must be stored, even if I defined the path in the XCM console (I hope I made the proper configuration).
    Does anybody give me any help or documentation n this issue?
    Thanks in advance.
    Mario

    Juergen,
    I am trying to implement a CRM scenario (R3 scenario) with TREX connection.
    I know that I have to specify the file path where shops are stored (I did so in the tag SHOP in my application).
    But, once I run the application <myhost>:<port>/shopadmin/shopadmin/init.do the system return the error message: No XCM application configuration has been passed and there is no default XCM application configuration defined. Check XCM configuration.
    I supposed that this error message was related to some issues in configuring the system about "File system path that contains the ISA R/3 shops".
    Have you got any idea? Perhaps this issue is strictly connected with the TREX implementation.
    Mario

  • Calling a CAF program via web service generates QName cannot be null error, but only for 1/5 of the same call in a parallel for loop.

    I'm calling 5 identical web service calls using a parallel for loop in BPM. Obviously the data in each slightly differs. Why would this call suspend the process and give the following errors:
    handleCommunicationError( ErrorContextData, Throwable, TransitionTicket ): A technical error occurred.
    Interface namespace = myNamespace
    Interface name = myService
    Operation name = myOperation
    Connectivity type = WS
    Application name = myAppName
    Reference name = 8bd95deb-8cf1-453d-94e5-0576bb385149
    Message Id = null
    WS style = DOC
    Start time of WS call = 2014-02-26 17:51:23.297
    Return time of WS call = 2014-02-26 17:51:23.412
    Principal name = SAP_BPM_Service
    Root error message = local part cannot be "null" when creating a QName
    Error message = Could not invoke service reference name 8bd95deb-8cf1-453d-94e5-0576bb385149, component name myComp application name myappname
    com.sap.engine.interfaces.sca.exception.SCADASException: Could not invoke service reference name 8bd95deb-8cf1-453d-94e5-0576bb385149, component name
    myCompname
    at com.sap.engine.services.sca.das.SCADASImpl.invokeReference(SCADASImpl.java:341)
    at com.sap.glx.adapter.app.ucon.SCADASWrapperImpl.invoke(SCADASWrapperImpl.java:101)
    at com.sap.glx.adapter.app.ucon.UnifiedWebServiceCallObject.invokeWebServiceOperation(UnifiedWebServiceCallObject.java:101)
    at com.sap.glx.adapter.app.ucon.UnifiedWebServiceCallClass.invoke(UnifiedWebServiceCallClass.java:178)
    at com.sap.glx.core.dock.impl.DockObjectImpl.invokeMethod(DockObjectImpl.java:657)
    at com.sap.glx.core.kernel.trigger.config.Script$MethodInvocation.execute(Script.java:248)
    at com.sap.glx.core.kernel.trigger.config.Script.execute(Script.java:798)
    at com.sap.glx.core.kernel.execution.transition.ScriptTransition.execute(ScriptTransition.java:78)
    at com.sap.glx.core.kernel.execution.transition.Transition.commence(Transition.java:196)
    at com.sap.glx.core.kernel.execution.LeaderWorkerPool$Follower.run(LeaderWorkerPool.java:163)
    at com.sap.glx.core.resource.impl.common.WorkWrapper.run(WorkWrapper.java:58)
    at com.sap.glx.core.resource.impl.j2ee.J2EEResourceImpl$Sessionizer.run(J2EEResourceImpl.java:261)
    at com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator$1.run(ServiceUserManager.java:152)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAs(Subject.java:337)
    at com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator.run(ServiceUserManager.java:149)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:185)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:302)
    Caused by: java.lang.IllegalArgumentException: Could not process message for operation myOperation in web service plugin module.
    at com.sap.engine.services.sca.plugins.ws.WebServiceImplementationInstance.accept(WebServiceImplementationInstance.java:228)
    at com.sap.engine.services.sca.das.SCADASImpl.invokeReference(SCADASImpl.java:314)
    ... 19 more
    Caused by: java.lang.IllegalArgumentException: local part cannot be "null" when creating a QName
    at javax.xml.namespace.QName.<init>(QName.java:246)
    at javax.xml.namespace.QName.<init>(QName.java:190)
    at com.sap.engine.services.webservices.espbase.client.dynamic.impl.DInterfaceImpl.getInterfaceInvoker(DInterfaceImpl.java:126)
    at com.sap.engine.services.webservices.espbase.wsdas.impl.WSDASImpl.<init>(WSDASImpl.java:43)
    at com.sap.engine.services.webservices.espbase.wsdas.impl.WSDASFactoryImpl.createWSDAS(WSDASFactoryImpl.java:39)
    at com.sap.engine.services.sca.plugins.ws.tools.wsdas.WsdasFactoryWrapper.createWsdas(WsdasFactoryWrapper.java:30)
    at com.sap.engine.services.sca.plugins.ws.WebServiceImplementationInstance.initWsdas(WebServiceImplementationInstance.java:256)
    at com.sap.
    Surely if it was the service group unassign then reassign issue then none of the calls would have worked?

    Hi David,
    While a random error is still an error it will be difficult for support to find a problem for an error which is not reproducible. It is always a faster resolution if you can determine how to provoke the error and provide those details. If we can reproduce an error on internal systems then we can fix the problem quickly and without having to access your system.
    regards, Nick

  • Extenet the communication structure CEKKO for over delivery tolerance

    Hi Boss,
    I like to set the Purchase order release strategy based on the over delivery tolerance. But when i checking, the over delivery tolerance filed UEBTO is not in the communication structure CEKKO. Can you please help me how should i extend the CEKKO with field UEBTO.
    I do not have the ABAP experience, please guide me with coding.
    Thank you,
    Siva

    There are lot of fields which can be set as Charecteristics for Release Strategy. I dont know why you want to Set the Over delivery Tolerance as Charecterisitic.
    What is your Requirment??
    Any way You can also use CEKKOZZ Communication Structure: PO release for User Exit
    Go thru the Link which will guide you
    http://help.sap.com/saphelp_40b/helpdata/en/dd/2d547bb435d1118b3f0060b03ca329/content.htm

  • Get the client (caller) IP in a RESTFul web service resource

    Hello,
    How i can get the client (caller) IP inside a RESTFul web service resource?
    Something like for SOAP Web Services
              MessageContext msgCtxt = wsCtxt.getMessageContext();
              HttpServletRequest req = (HttpServletRequest) msgCtxt.get(MessageContext.SERVLET_REQUEST);
              String clientIP = req.getRemoteAddr();
    Thank You

    1) Are you trying to create a RESTful web service in LabVIEW?
    or
    2) Are you wondering about creating a thin client to consume the web service?
    A1) Web Services in LabVIEW
    A2) LabVIEW WebUI Builder  You can create a VI to act as a client for your web services, but not a thin client (i.e. running in the browser)
    Chris
    Certified LabVIEW Architect
    Certified TestStand Architect

  • How to call the function before web application close

    How we can call a flex function before closing the browser in web application

    hello
    this link may help you  http://cookbooks.adobe.com/post_Close_event_of_browser_or_browser_tab-18211.html.
                         Gajanan Hiroji | [email protected] | www.isacglobal.com

  • Error communicating with the Cluster Manage Web Service

    Hi,
    i connected oracle database with the Endeca Studio but while uploading Departments dataset i m getting this error
    "Error communicating with the Cluster Manage Web Service" so plz can anyone explain me wat is this error about.
    thanks in advance

    I actually ran into this myself- as Pat notes, it's hard to say without seeing log files, but I think that perhaps the default domain profile that the Endeca Server uses for domains created using Provisioning services has not been created.  First see what domain profiles exist.  Navigate to wherever endeca-cmd lives (e.g., user_projects/domains/endeca_server_domain/EndecaServer/bin), and use the list-dd-profile command:
    -bash-3.2$ ./endeca-cmd.sh list-dd-profiles
    The profiles that exist will be returned in your terminal window:
    prov_dd_profile
    default
    If you only see 'default', then you will need to create 'prov_dd_profile'
    ./endeca-cmd.sh put-dd-profile prov_dd_profile
    Then try uploading your file again in Studio.
    Cheers,
    Andrew

  • Unable to Delete the InfoObjects from Communication Structure..

    Hi all,
      I want to delete the extra InfoObjects from the Communication Structure for 0VENDOR. I am in InfoSources section of RSA1 and double clicked on 0VENDOR InfoSource and 'InfoSource 0VENDOR Change' screen is displayed, but 'Insert New Row' (button with + sign) and 'Delete Selected Rows' (button with - sign) are in GRAY. Since it is in GRAY, we can not make any modifications to it. The Source System is R/3 Dev.
      When I expand 'Transfer_Structure/Transfer_Rules' below the Communication Structure the Source System points to PC file. Next, I have changed the Source System to R/3 Dev and DataSource to 0VENDOR_ATTR and still unable to make modifications to Communication Structure.
    What is wrong with it? How can I make deletions, PLEASE?
    Thanks.

    Hi Bhanu,
      I am in BW Dev box and checked other InfoSources with R/3 Dev as SourceSystem and buttons are in GRAY only.
      There is 0VENDOR_ATTR InfoSource with different SourceSystem assignment (R/3 QA Box) and the buttons are not in GRAY. It means I could make modifications to this Communication Structure.
      Why I am not able to make modifications to 0VENDOR Comm. Structure, PLEASE?
      Note: I have started installing the Business Content for Project Systems 0PROJECT_ATTR and stopped that transaction in the middle of the process on Friday. Is it caused some damage?
    Thanks.

Maybe you are looking for