E-Commerce 5.0 for ERP B2B Scenario setup

Hello
Has anyone done this setup for the ERP E-Commerce B2B 5.0 scenario? The documentation is not clear as to how to perform the setup. I have seen other posts with regard to E-Commerce and a CRM backend but nothing related to the latest version of E-Commerce 5.0 for ERP Right now we are getting the following ‘Runtime Errors’:
(jco)
jcoping : ERROR
Connection failed. com.sap.mw.jco.JCO$Exception: (101) RFC_ERROR_PROGRAM: 'ashost' is missing
ZSKY_B2B (IMS)
Catalog Engine Test : ERROR
null
We have checked the config to define the ashost.
Any help would be much appreciated.
Thanks,
John

If anyone knows how to get a user-entered custom value from the item level to a custom java class, please let me know.
I'm still looking into how to extend the quote and allow for the re-use of it, if all the quantity on the line item has not been exhausted.
I can easily add a custom field to the header of a .jsp and access that user entered value by coding against the requestParser.
Example: Parameter xxx = requestParser.getParameter("customerHeaderParm");
But, when I add a customer parameter to the item level of the .jsp, I cannot leverage the same to code and get at the user entered value. The value comes back as null.
The two files I am working with are as follows: orderstatusdetail.jsp and Z_DocumentStatusOrderQuotAction, which is an extension of the standard class, DocumentStatusOrderQuotAction.
I am working with the requestParser within the ActionForward isaPerform() method of Z_DocumentStatusOrderQuotAction. I need to get to those item level values BEFORE the order is created from the quotation.

Similar Messages

  • E-Commerce 5.0 for ERP and re-using a Quote

    We have an E-Commerce 5.0 for ERP environment that has been up and running for three years now. Everything is working great and we've made many custom enhancements through the years, but there is one that business is asking for that I've not been able to tackle yet, so I'd thought it best to get some advice.
    If you are familiar with E-Commerce 5.0 for ERP you should have noticed that a Quote can only be referenced (used) by an Order one time. After that has occured, the next time you access the Quote on the B2B site, the "Order Quote" button is greyed-out. This appears to be standard functionality. The main issue is the fact that there is no way to change the order quantity before you press the "Order Quote" button. It is not a text field.
    On the contrary, however, when creating a Quote within the ERP system (ECC6), one can reference (use) the Quote many times in the creation of Orders assuming you are not referencing the complete line quantity.
    What is going on? Where should I start looking on how to adjust the "web" quote to allow for this re-use? Could it be as simple as changing the qty field from a label to a text box, which would allow the customer to change the value?
    Any advice or ideas are welcome!
    Thanks
    Edited by: Bryan Fickle on Dec 3, 2009 9:21 AM

    If anyone knows how to get a user-entered custom value from the item level to a custom java class, please let me know.
    I'm still looking into how to extend the quote and allow for the re-use of it, if all the quantity on the line item has not been exhausted.
    I can easily add a custom field to the header of a .jsp and access that user entered value by coding against the requestParser.
    Example: Parameter xxx = requestParser.getParameter("customerHeaderParm");
    But, when I add a customer parameter to the item level of the .jsp, I cannot leverage the same to code and get at the user entered value. The value comes back as null.
    The two files I am working with are as follows: orderstatusdetail.jsp and Z_DocumentStatusOrderQuotAction, which is an extension of the standard class, DocumentStatusOrderQuotAction.
    I am working with the requestParser within the ActionForward isaPerform() method of Z_DocumentStatusOrderQuotAction. I need to get to those item level values BEFORE the order is created from the quotation.

  • Order template in mySAP ERP B2B scenario without TREX

    Hi,
    Does anybody know where the Order templates in R/3 ISA 5.0 B2B(with memory catalog) scenario get saved .???
    Somewhere in the isa b2b config guide i read that it gets stored in SAP Web AS Java 7.00 server.If this is true, could you tell me how to access those templates (like from which table and database)?
    Answers will be rewarded with points.
    Thanks
    Ravi
    Pages: 1    Back to Thread List

    It gets stored in the database to which your web shop is pointing to.
    Check the shop admin or the xcm config.
    It has some jdbc parameters which would point to the data base which the
    isa application is pointing to.
    This should be a pointer.
    As regards the tables i don't know if there is any document which talks about it.
    (If you do come across any please do share the info for the better of the community)
    Try going thru the source code to identify the tables.
    But yes the order template information is stored in the database (also called by some as java database)

  • JMS in a B2B scenario

    We have a scenario where external partners will transmit requests to our application, which will reply back with some results. Some of the other requirements for our application are: support for concurrency, scalability, high avail, etc.
    We feel that using EJBs to model our application will help us because the EJB container/appl server will handle security, transactions, etc. That's good - but, our problem is how would the external client applications communicate with us ?
    One solution would be: we expose the remote interfaces of our EJBs and the external applications code to that interface. But, this may mean that any time we change our interfaces, the external applications also need to be changed. This may be a pain ;-)
    But, what if the external applications send requests encapsulated in a mutually-agreed message format and receive responses via messages ? Yes, I am thinking about JMS. Our external applications can send messages to queues in our JMS provider. Our application picks up requests from a "request" queue and inserts results into a "results" queue. The external applications will obtain these results from this queue.
    I was going to spend more time researching on this, when I came across the JMS FAQ, which says that JMS is to be used only within an enterprise, while ebXML messaging is recommended for a B2B scenario.
    Before I discard my current line of thinking, I would like to get some input/advice/suggestions as to whether JMS will work in our scenario. If not, what kind of an architecture would help us ?
    Thanks a lot !

    We have a scenario where external partners will
    transmit requests to our application, which will reply
    back with some results. Some of the other requirements
    for our application are: support for concurrency,
    scalability, high avail, etc.
    We feel that using EJBs to model our application will
    help us because the EJB container/appl server will
    handle security, transactions, etc. That's good - but,
    our problem is how would the external client
    applications communicate with us ?
    One solution would be: we expose the remote interfaces
    of our EJBs and the external applications code to that
    interface. But, this may mean that any time we change
    our interfaces, the external applications also need to
    be changed. This may be a pain ;-)
    But, what if the external applications send requests
    encapsulated in a mutually-agreed message format and
    receive responses via messages ? Yes, I am thinking
    about JMS. Our external applications can send messages
    to queues in our JMS provider. Our application picks
    up requests from a "request" queue and inserts results
    into a "results" queue. The external applications will
    obtain these results from this queue.
    I was going to spend more time researching on this,
    when I came across the JMS FAQ, which says that JMS is
    to be used only within an enterprise, while ebXML
    messaging is recommended for a B2B scenario.
    Before I discard my current line of thinking, I would
    like to get some input/advice/suggestions as to
    whether JMS will work in our scenario. If not, what
    kind of an architecture would help us ?
    Thanks a lot !
    Hi,
    I don't think you need discard your current thinking. Yes some JMS implementations are best placed in the enterprise however some are designed specifically for external connectivity and building business partner networks. Our own product ( Nirvana ) is one that has been designed for externally facing middleware connectivity. Our messaging functionality resides above a pluggable transport layer and supports sockets, SSL enabled sockets, HTTP and HTTPS transports. The whole proxy and firewall traversal problem is handled correctly. There is no requirement for a web server ( although we have produced an Apache module for reverse proxying ) running a suite of servlets.
    We are currently packaging a new release that provides a new JMS implementation as well as a P2P framework. All of which runs over our pluggable transport drivers. The P2P framework supports the concept of BOP's ( Business Object Proxies ) , this functionality allows you to create services that are directly accessible from pretty much anywhere.
    We would be more than happy to provide you with an early access distribution prior to us updating our web site. Please feel free to contact us.
    Paul Brant
    http://www.my-channels.com/
    Email: [email protected]

  • IDOC to JDBC -- B2B scenario

    Hi,
    What are the Adaptors used for a B2B scenario to send an IDOC from R3 system to an Oracle database.
    Thank You!

    Hi San,
    what Nikhil suggested is right
    In Addition to above
    Check this link for IDOC Configuration
    Configuring IDOC
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d19fe210-0d01-0010-4094-a6fba344e098
    and this for Recieving JDBC adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/64/ce4e886334ec4ea7c2712e11cc567c/content.htm
    Reward if helpful
    Regards
    Sachin

  • Standard B2B Scenario

    Hi guys,
    I have read a lot of docs the last few days, but there's one thing that I'm not really sure of: In a standard B2B scenario, I want to exchange Orders05 Idocs and the corresponding Invoice Idocs. Now I have to import these Idoc types into IR. Should I create a separate software component containing only those Idocs I want for all B2B scenarios or should I import the IDocs into standard SAP components like SAP Basis or something else?
    Reagrds,
    Michael

    Hi,
    Basically while dealing with SAP Applications we dont need to create a Separate SWC  for SAP Application. Why because by default all these SWC and PRD are available with the Standard SAP Product itself.
    So while creating the Technical system we can add the SAP PRD which contains all these SWC like SAP ABAP , HR, BASIS etc....
    Cretae One PRD----SWCV of Third party and use it in IR for Interfaces Development
    Regards
    Seshagiri

  • Displaying same JSP page with different views based on BOB and B2B scenario

    Hi Experts,
    I have a requirement where, in the orderstatusdetails.jsp i want to add a button only for a BOB(OOB) scenario but not for the B2B scenario. I know how to display diffenretly by adding the code       
    mybom.getShop().getscenario()
    in the action class i use and putting the codintion OOB or B2B but How can i code in JSP for this requirement? Can you please help me how to do it?
    Thanks a lot in Advance!!!!!
    Regards,
    Lakshman.

    Hello LRG,
    Almost anything you can do in a Java class can be done in a JSP - but it is always recommended you do less of coding in the JSP. But this is an exception you can do in the JSP
    All the inport classes required for this piece of code you have referred can be added to the page import in JSP. For example if you need the class UserSessionData then
    <%@ page import=u2018com.sap.isa.core.UserSessionDatau2019 %>
    will do the job in the JSP. Once you have all the required imports then it is just a matter of adding the piece of code in a Java scriptlet to get the scenario.
    <%
    //Code copied from the message reply by Michael Meyer
    UserSessionData dt = UserSessionData.getUserSessionData(request.getSession());
    BusinessObjectManager mgm = (BusinessObjectManager)dt.getBOM(BusinessObjectManager.ISACORE_BOM);
    String scenario = mgm.getShop().getScenario();
    %>
    After this, is determined in any page, use the variable scenario, use it in a if clause and surround the button with that if clause.
    <% if (scenario == BOBSCENARIO) { %>
      //HTML code in the JSP here for the button when the scenario is BOB
    <% } else { %>
      //More HTML JSP code if the scenario is not BOB
    <% } %>
    Hope this is what you wanted.
    Easwar Ram
    http://www.parxlns.com

  • A2A   B2B Scenarios

    Hi XI experts
    I'm new to XI , i'm taking corporate training on XI....
    in the indtroduction part....Xi is process integration technology and platform  for A2A  B2B  Scenarios.
    my question is what is A2A  B2B Scenarios.

    hello peravalli...
    i wud like u to go thru' this thread....
    https://forums.sdn.sap.com/rss/rssmessages.jsp?threadID=62076
    might help u...
    regards..
    vishal

  • Request for cookbook to setup ERP B2B shop

    Hi Gurus,
        I am new to the E-commerce B2B application.  My Basis installed SAP E-commerce B2B application.  Now I have to configure the application to my client requirements.  Does any one has configuration document for B2B shop for ERP, we are not using the CRM.  Could you please provide me the document or steps to follow to setup B2B and B2C shop.  Thank you very much in advance.
    With Regards,
    Sudheer

    Go to [SAP Best Practices|https://websmp206.sap-ag.de/bestpractices] and click the Cross-Industry Practices -> E-Commerce link in the left navbar and follow the instructions on where to find the Best Practices for E-Commerce for ERP
    Also, you should search for Dev and Extention Guide, but I'm not sure they have one for ERP (we use CRM, so I've not looked for it)

  • E-Commerce for ERP and CUA

    We are installing the E-Commerce module for ERP and we are running into an issue with the User Management peice.  We are unable to create new users.  The error we are getting is:
    1.- You do not have authorization to maintain users in the central system
    2.- Error while creating user in Service Backend
    Is this because we are using CUA to manage users in ECC?  If so, how can we get around this?
    Our environement is:
    ECC 6.0
    E-Commerce (ISA) 5.0
    Netweaver 7.0 SP 18
    We have also configured the E-Commerce module to use the UME.
    Maximum points to the first person with an answer and helpful a work-around.
    - Andrew Castillo

    Hi Andrew,
    We are installing the same thing currently using the B2B E-commerce for ERP option.  We have configured E-Commerce right now to use the SU01 contact person for web users.  Also, the manager does have the same role you pointed out below SAP_ISA_UADM_MANAGER assigned, not the other CRM role mentioned.
    The process we have to go through right now is to create the user in CUA, sync that to ECC, assign the customer contact person number in the SU01 References table related to the customer we want them to be(working on an abap program to do this automatically from CUA), and then the user should be able to log into E-Commerce for that specific customer. 
    We are embedding the E-Commerce app into EP 7.0 through i-views and using single sign on from portal so customers won't have to log in again anywhere.  Please let me know if this is similar, if it helps, and what type of ecommerce configuration you're using...especially in how you configured the e-commerce module to use the UME.
    Jon

  • E-commerce for ERP

    Where can I find the documentation for installation of E-Commerece for ERP?  We just upgraded to ECC 6.0 and was looking for a solution to move away from the old "Online Store" & ITS.  We currently use this old way for B2B & B2C transactions.
    I heard that it should be packed w/ ECC 6.0.
    I have a couple other questions: is there a specific stack that it is located in?  The current stack we have installed is the ABAP stack and not the Java stack because we ran into issues getting it installed.
    Is there any new coding that would need to be done to port what we've done with the online store over into E-commerce for ERP?
    What resources are needed to install, migrate and setup the new E-commerce for ERP?
    Does it have a restriction on Browser it supports?  I know w/ the integrated ITS it only supports IE & Firefox.

    Hello The specified item was not found.
    Where can I find the documentation for installation of E-Commerece for ERP? We just upgraded to ECC 6.0 and was looking for a solution to move away from the old "Online Store" & ITS. We currently use this old way for B2B & B2C transactions.
    Better late than never Good news is, you can leverage all of the new features and easily maintainable application. Bad news is, there is no upgrade path. It will be a totally new implementation as far as the E-Commerce side is concerned.
    I heard that it should be packed w/ ECC 6.0.
    Can you be more clear.
    I have a couple other questions: is there a specific stack that it is located in? The current stack we have installed is the ABAP stack and not the Java stack because we ran into issues getting it installed.
    Java stack is mandatory for E-Commerce for ERP and you should be installing the component XECO  See if this note gives some tips on the Java installation. For more details, please open a separate thread. I can provide help if you are more specific.
    [Note 1131482 - Add. info. on upgrading to SAP ERP 6.0 SR3 Java Components |https://service.sap.com/sap/support/notes/1131482]
    Is there any new coding that would need to be done to port what we've done with the online store over into E-commerce for ERP?
    SAP E-Commerce for ERP is a Java Web application and runs in a J2EE compliant Java application server (read as Java stack).The Online store was totally ITS and any changes you have made in them can not be reused in the E-Commerce application.
    What resources are needed to install, migrate and setup the new E-commerce for ERP?
    [Consulting team |http://www.parxlns.com/index.php~page=Services&sub=ProjectEngagement.html]consisting of
    SD functional with SAP E-Commerce skills,
    E-Commerce technical (one who has Java development skills),
    E-Commerce technical (ABAP skills)
    It will be great if the incumbent technical consultants know about Online Store and ITS (Flow logic etc). to understand the custom enhancements to the store.# Business Analyst - to migrate / redesign the catalog and the strore front.
    Does it have a restriction on Browser it supports? I know w/ the integrated ITS it only supports IE & Firefox.
    Check this SAP Note
    [ Note 881967 - Browsersupport for E-Commerce CRM 5.0|https://service.sap.com/sap/support/notes/881967] - The note lists all the browsers supported by CRM E-Commerce 5.0, but it is applicable to ECC version as well. The note has refrences to other interesting notes too.
    The specified item was not found.
    http://www.parxlns.com

  • Linking one Contact Preson to many customers for e-Commerce for ERP

    Hi,
    On the e-Commerce for ERP I have a need of linking one Contact Person with Many Customers.
    The requirement is that one user will be given access to e-Commerce Application, this user should be allowed to create orders for multiple SoldTos. So as soon as the contact person will logon s/he will be asked to choose the SoldTo and so will be able to create orders for that SoldTos. s/he can then logoff and relogin to choose 2nd soldTo to create order for this one.
    But now I am not able to find a way to link a contact person to other customers. Am not sure if above will be possible or not. Can you guide me how that can be done.
    Thanks

    Hello Roopali,
    Use Business-On_Behalf scenario for external customers. - When a user (for example, agent) can act on behalf of several customers, the system cannot automatically determine the customer from the user ID. In order for the agent to be able to choose the customer for whom he or she is currently working in the Web shop, special settings are required.
    Requires setting external sales partners  by [Configuring Relationship Between Sales Partner and Customer|http://help.sap.com/SCENARIOS_BUS2005/helpdata/EN/8e/5c2c42184a5333e10000000a155106/content.htm]
    When successfully configured, the sales partner can select the customer for whom he or she is currently working on the tab page Customers. The sales partner can also switch the customer on this tab page without leaving the Web shop.
    Easwar Ram
    http://www.parxlns.com

  • Prequiste for b2b Scenarios

    Hii Gurus,
    Im new to the PI.. i have done some scenario in A2A ... if i want to practise the B2B scenario.. what would be the prerequisties..
    Could you give me some links based upon the B2B scenarios..
    Regards,
    Balaji
    Edited by: Balaji Pichaimuthu on Jul 22, 2009 4:53 PM

    http://en.wikipedia.org/wiki/Business-to-business
    Business-to-business (B2B) describes commerce transactions between businesses, such as between a manufacturer and a wholesaler, or between a wholesaler and a retailer. So are B2C & B2G..
    One of the partners involved in your integration is external to your landscape.. So B2B scenario's would involve security (HTTPs, FTPs by Encyptions, security certifiacates) or documents being exchanged (EDI- EDIFACT, ANSI-X12, or other industry standards like RNIF, CIDX...) that don't generally happen in an A2A landsacpe or integration between inter-company systems.
    It has not much to do with Business systems or Business services per se.... Its more to whom you are interacting & how you are interacting...
    Search for the blogs of Kevin Benedict  & B2B on SDN, you would get very good idea of B2B scenarios, challanges
    /people/kevin.benedict/blog
    -Siva Maranani

  • Need some clarity on e-Commerce 5.0 for mySAP ERP

    Digging through the documentation I can find, I still can't make sufficient sense as to what, exactly, is required to get e-Commerce 5.0 for mySAP ERP up and running.  If we have an ECC 6.0 backend (ABAP stack only), what needs to be put into place?  From what I've heard it's supposed to be a pretty quick and simple thing to get up and running, but the documentation I've found so far just muddies the water quite a bit!

    HI,
    I  can obtain detailed description of product on russian after i installed SAP E-commerce for SAP ERP version 7.0 instead of version 5.0.
    Br,
    Dzmitry

  • For sending file in  B2B  scenario

    Hello Friends,
    I need to pass a file to my client's business partner...
    I think its a B2B scenario...
    So how to transfer a file my client to  his business parntner.
    Please suggest which adpter to use at receiver side and how to handle the configuration..
    It should be secure and reliable

    hi,
    you have to use FILE ADAPTER but you need to use PARTY when you are using BPM
    check this blogs for reference
    BPM means Business process management
    To deal with Multiple sender and receivers based on the conditions we could use BPM. Its one of the feature of BPM, but its not mandatory to go for BPM for each n every case. Its depends upon scnenario.
    BPM steps are divided into two types:
    1)message steps
    2)flow steps
    message steps are :
    a)send step
    b)receive step
    c)receiver determination step
    d)tranformation step
    flow steps are:
    a)control step
    b)container operation
    c)block step
    d)wait step
    e)fork step
    f)switch step
    g)undefined step
    h)loop step
    Check these
    BPM:
    Walkthrough with BPM - Walk through BPM BPM in XI https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/integrationProcess%28ccBPM%29inXI&
    BPM-1 Walkthrough with BPM
    BPM-2 Reconciliation of Messages in BPM
    BPM-3 RFC Scenario using BPM --Starter Kit
    BPM-4 The specified item was not found.
    Schedule BPM Schedule Your BPM
    Use of Synch - Asynch bridge in ccBPM Demonstrating Use of Synchronous-Asynchronous Bridge to Integrate Synchronous and Asynchronous systems using ccBPM in SAP Xi
    Use of Synch - Asynch bridge in ccBPM https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken]
    without BPM Sync/Async scenarios without BPM
    without BPM1 Sync/Async communication in JMS adapter without BPM (SP19)
    IDOC BPM IDOCs (Multiple Types) Collection in BPM
    multimapping without BPM /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible
    /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible---- Multi Map With out BPM
    Various multi-mappings and Optimizing their Implementation in Integration Processes (BPM) in XI. Various multi-mappings and Optimizing their Implementation in Integration Processes (BPM) in XI.
    Illustration of Multi-Mapping and Message Split using BPM in SAP Exchange Infrastructure --- Illustration of Multi-Mapping and Message Split using BPM in SAP Exchange Infrastructure
    IDOCs (Multiple Types) Collection in BPM (N:1 Mapping )
    reward points if helpfull
    regards
    kummari

Maybe you are looking for

  • I got a new computer and loaded Firefox on it, but all my old Firefox favorites are gone. How do I get them back?

    I used Firefox on my old machine w/ Windows 2000, and had over 100 favorites for websites. I copied my favorites files from the old computer and then copied it onto the new one which is Windows 7. I thought it would have all my current favorites, but

  • CF11 : cflogin doesn't "stuck" after session/login timeout

    Hi, Since migrating from CFMX7 to CF11 we are experiencing some weird failure with cflogin (using session or cookie storage). Basically when we log-in on the application after a session/client timeout the first login doesn't last for longer than the

  • Fixed Assets instalation on SAP Business One 2007 A PL 47 SQL Server 2008

    Dear Experts, When i try to start the Fixed Assets Addon following Error occured System Message Set-up function of add-onfailed(C:Program Files\SAP\SAP Business One\Add-ons\SAP\Fixed Assets\BA_FixedAssets.exe) I am using SBO 2007A PL 47 & SQL Server

  • N96 Update Question?!

    hi i have p. code 0570955 and on Device software update on Nokia page say it that V12 soft is available on NSU but last time when i try to update soft with NSU that kill my phone.and on FOTA say no available updates

  • Sprint Treo 700p Internet

    I've been searching around Sprint, cell phone message boards, Palm, and here for an answer as to how exactly I use my Palm Treo 700p as an internet connection using EVDO. From my understanding it will only work via bluetooth with the mac, which I'm o