Greek encoding Internet Sales

Hello,
I'm facing problems when using Internet Sales with Greek Encoding.
We have CRM/ISA 3.1 SP11. We have some Greek customers which have some greek characters in their name, but which
are logging on in English. Now, to show these greek characters correct in my browser, I must use the right mouse button and select Greek Encoding. This way, the customer's name is shown correctly in Greek characters.
Now, when we then press a button, or take some action, this Greek encoding is lost and we have to use the right mouse button again to show the customer's name correctly again.
Now I have found a way which I can use to get rid of this right mouse button action.
At the end of the JSP, I'm executing the following statement. And then it looks ok, but ofcourse now it is always presented in greek encoding also for belgian customers.
response.setContentType("text/html;charset=windows-1253");
So, I need to have a test which I can use in a lot of JSP's to check whether I should use this statement.
Anyone any suggestion of how I can solve this???
Regards,
Peter.

Hi Peter,
   Are you also displaying the text in the jsp pages in Greek for greek customers and for Belgium customers in Belgian?
   ISA recognizes a URL parameter called language which renders the contents of jsp pages in the language passed as value to this parameter. You can then use this parameter value to set the response type to the charset you want.
Eg. let the URL to shop be
http://mycompany.com:50000/b2b/b2b/init.do?language=EN
in the jsp where you have to set
response.setContentType("text/html;charset=windows-1253");
do a check to check the value of the language parameter.
I think this is saved in the usersessiondata object but am not sure. if not you can always do that at loginaction
This is the easier way. There are other possibilities( using locale for example) but since its only the name thats a problem probably you would like to keep it simple.
Thx,
Bharat.

Similar Messages

  • Changing Sales Order in Internet Sales R/3 Edition

    Hi All,
    I am looking for information about Internet Sales R/3 Edition and I am trying to understand a little bit about it process flow and I have an imediate question:
    Is it possible to change a internet sales order after submiting it (for e.g changing item quantities, including new ones ore even deleting the sales order)?
    Every documentation I have searched (like the SAP CRM Best Pratices) only explains the creating and displaying process of sales order an nothing is mentioned about changing or even deleting those sales orders.
    Does anyone can help me on this?

    Hi Eduardo Trigo,
    Yes. You should be able to change the submitted internet sales order as long as the order status remains 'Open' i.e. the ordered quantities are not delivered.
    You should be able to see the 'Edit' button on an opened order as long as the order status is 'Open'
    If you delete all existing line items then the order will get deleted automatically.
    <b>Do not forget to reward if it helps</b>
    Thanks,
    Paul Kondaveeti

  • CRM 5.0, e-Commerce 5.0, e-Selling (Internet Sales)

    Dear all,
    we are currently facing problems getting the e-Selling (Internet Sales) application to work. Unfortunately none of my colleagues and I have worked with these applications.
    We are using:
    - NetWeaver EP 7.0 Portal Level 12
    - SAP CRM 5.0 with BBPCRM 5 Level 10
    We have deployed:
    - Business Package for SAP CRM 5.0
    - Business Package for High Tech Channel Management 5.0
    Shouldn't the e-Selling (former Internet Sales) application already be there as default within the e-Commerce 5.0?
    And isn´t the e-Commerce 5.0 included in the SAP CRM 5.0 as default?
    Is there any special package that must be deployed to the SAP CRM 5.0 or EP 7.0 Portal? Except "SAP e-Commerce for SAP R/3" and the "Internet Sales" packages because they must be obsolete for our systems i guess.
    Lots of questions....
    Thank you very much for your help & Best regards

    Q   Shouldn't the e-Selling (former Internet Sales) application already be there as default  within the e-Commerce 5.0?
    Answer:  NO.  there is no e-Selling default application.
    Please do the following:
    1)You have to download the right application from the service.sap.com and then deploy the default application to the WAS ( you can maybe use the same Portal WAS).
    2)further you need to configure the ISA application( B2B or B2C) using the XCM
    3)setup a shop. install and configure TREX. Create a Product catalog and replicate it to TREX.
    4) Make design decision on UME/Single Sign-on etc etc
    5) ALL the above steps assumes that a Transaction type which you need to use in ISA scenario is already in place
    6) Further IPC relevant stuff needs to be done depending on what kind of prices you want to display.
    these are the most basic things which you NEED to do.
    Dipender Singh

  • SAP E-Commerce 5.0 - SAP Internet Sales (R/3) Edition - WebIOException

    When choosing the same item from the catalog twice and proceeding to order we are getting a runtime error. In the logs we can see the error detail below:
    application [] Error in finalizing PageContext.  The error is: com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException: The stream is closed.
                at com.sap.engine.services.servlets_jsp.server.jsp.JspWriterImpl.ensureOpen(JspWriterImpl.java:262)
                at com.sap.engine.services.servlets_jsp.server.jsp.JspWriterImpl.flushBuffer(JspWriterImpl.java:130)
                at com.sap.engine.services.servlets_jsp.server.jsp.JspWriterImpl.flush(JspWriterImpl.java:189)
                at com.sap.engine.services.servlets_jsp.server.jsp.PageContextImpl.release(PageContextImpl.java:306)
                at com.sap.engine.services.servlets_jsp.server.jsp.JspFactoryImpl.releasePageContext(JspFactoryImpl.java:83)
                at jsp_frameset_help1212589480125._jspService(jsp_frameset_help1212589480125.java:65535)
                at com.sap.engine.services.servlets_jsp.server.jsp.JspBase.service(JspBase.java:112)
                at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:566)
                at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:190)
                at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
                at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:117)
                at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:62)
                at com.tealeaf.capture.LiteFilter.doFilter(Unknown Source)
                at com.sap.isa.isacore.TealeafFilter.doFilter(TealeafFilter.java:61)
                at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:58)
                at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:384)
                at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
                at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
                at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
                at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
                at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
                at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
                at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
                at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
                at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
                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:102)
                at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    We have checked OSS and found note 928444 but this is for an older version. We are on Kernel 7.0 with the latest patch level.
    Any ideas on a solution for this?
    Thanks!
    Gráinne

    Yes, you need to follow the path:
    swdc > Download > Installations and Upgrades > Entry by Application Group > SAP Application Components > SAP E-COMMERCE FOR SAP R/3 > SAP INTERNET SALES R/3 4.0 > Installation
    Here you should find two files.
    Direct links to files (hope they work):
    <a href="https://smpdl.sap-ag.de/~swdc/012002523100000044422003E/51019974.ZIP?_ACTION=DL_DIRECT">Part I</a>
    <a href="https://smpdl.sap-ag.de/~swdc/012002523100000045402003E/51019848.ZIP?_ACTION=DL_DIRECT">Part II</a>
    Hope it helps.
    Regards,
    Kaushal

  • How to hide Incoterms field in CRM Internet Sales/E-Commerce 5.0

    Good morning !
            I´m customizing the Web/java part of the CRM E-Commerce 5.0(Internet Sales), and I need to hide the field Incoterms, that is visible in the Order screen, inside the Additional Order Data.
    Looking at the page order.jsp(that is the page of the Order screen), I saw that the Incoterms are visible when the method showIncoterms() from class BasketUI returns true, and, seeking for this method, I was found that it belong to class SalesDocumentUI and, at this class, this method returns true when both the methods isBackendR3() and isSoldToChangeable(), returns false.
            The E-Commerce, is connected to CRM, so, the method isBackendR3() will return false, so, I need to found what I need to do to the method isSoldToChangeable() returns false too. Looking in it´s definition, I found that it´s result is get from the method isSoldToSelectable() from the class Shop.
            I think that the method isSoldToSelectable(), will return true or false depending on some parametrization of the CRM, or the webshop, but I´m not finding what the parameter I need to set.
            Done somebody already this ?
            Thank you in advance !
            Wilson

    Good Morning !
            I solved this changing the code in the JSP responsible to show the incoterms fields.
            Best regards,
            Wilson

  • Problem replicating catalogs in CRM Internet Sales/E-Commerce 5.0

    Good afternoon !
            We have CRM 5.0 SP 8, and we are using the CRM E-Commerce 5.0(also called Internet Sales) to b2b, and, we are experiencing problems during the replication of the Catalogs from the webcatalog url.
            When we try to do a full Catalog replication, we received a timeout error in the web interface, and looking at the SM50 in CRM, the process corresponding elapses the limit of 600 seconds of execution and the Catalog is not replicated.
            Today, we tried to create a new Catalog and replicate it, this worked fine in the first try, so, we add more products at this catalog and tried to full replicate it again, and received the timeout error, so, we tried to execute the delta replication, that didn´t raise error but, when acessing the E-Commerce site, no products was found.
            After this, we tried to create other new Catalog and replicate it but, received the timeout error in web interface again(even for a new catalog).
            Somebody knows what can be happening ? What can I do to solve this problem ?
            Thank you in advance !
            Wilson

    Hi Wilson,
    I really appreciate your way of answering your threads by letting the rest of the forum of the possible solutions.
    Thank you so much
    Keep it up
    Regards,
    Paul Kondaveeti

  • Log In Error in Internet Sales R/3 Edition

    Hi,
    I´m working with Internet Sales R/3 edition, not CRM.
    I´ve created a contact (Ej.'1') assign to a customer.
    I´ve created an internet user (tx SU05) with the same contact code ('1').
    When I try to access to the web, I enter '1' in the user name and the SU05 password but I get this error message:
    "Runtime error. Contact the administrator".
    Is there some customizing missing??
    Can somebody give me a hint?
    Thanks in advance,
                      Valle.

    Hi Valle:
    First, have you configure your ISA R/3 via XCM? Third, is your user is set as SU05 user which you can verify fom IMG? Third, did you try to create an user via using internet user administration, a web version?  If you tried them all and you still have the same problem, enable your ABAP debuger then you should be able to find out the root problem.
    good luck,
    Chao-sheng

  • White screen/page shown after logon to Internet Sales

    Hi!
    We have installed Internet Sales R/3 Edition for B2B and have configured it with XCM according to the documents "CRM Web Application Installation Guide 4.0, SP0" and "Internet Sales R/3 Edition", the latter found on SAP Best Practices. Both Shopadmin and B2B are configured and the "jcoping" ping test works in both cases. The user in R/3 is of "standard type" and not of "service type" or alike. This user can logon to the NW04 portal using R/3 as method of authentication. That's why he's chosen for ISA as well.
    But when I try to logon to Internet Sales with this user I just get a totally blank page and a URL that looks like this:
    ...:50000/b2b/b2b/login.do;jsessionid=(J2EE4082300)ID4082350DB181644782240539570End;saplb_*=(J2EE4082300)4082350
    I don't know if this is good or bad. Before I corrected some settings another person had done in the XCM, I got two different messages when trying to log on:
    "Name or password is incorrect (Please repeat logon)"
    first and then
    "Error in user administration, call our hotline "
    (Depending on what settings I had done).
    First I thought I was making progress since the URL indicates some kind of session id etc, but then I saw that I got the same URL with "session id" even if I just wrote rubbish at the logon.
    Does anyone have any ideas about what to do?
    Best regards
    Benny Lange

    Take a look at OSS Note 635775.

  • Internet Sales Order - Additional attributes

    Hi,
    I have a requirement to enable Certification Requirements for products being sold.  Process goes like this -
    Customer places a Sales Order on Internet via Internet Sales Solution.  While placing the order, customer would select the types of certifications required for the product for example: certificate on country of origin, Quality certificate etc.  User should be able to select multiple such certificates as required, while creating the Sales Order.  Is there any way I can achieve this?  I am thinking about using additional attributes (via Set Types and attributes) assigned to the product master.  But, by assigning these to the product master, can I see the same attirbutes in the Sales Order in Internet Sales?  Secondly, can these attributes (with values) be transferred back to R/3 Sales Order? Any suggestions will be appreciated and properly rewarded for good answers.
    Thanks in advance

    Hi Gopala,
    Yes. You can use additional products attributes to display the required certification parameters.
    But these attributes can't be transfered onto the sales order by default. You need to some java development / abap development to extend the sales order.
    If you want to transfer the same attributes to R/3 order then you have enhance the BAPIMATICS strucuture so that the middleware transfers them.
    Also you need to extend R/3 sales order to hold these attributes. This is a complex scenario and you need to design a good functional specification document before even attempting the design
    Let me know, if you need any further info.
    <b>
    Do not forget to reward if it helps,</b>
    Regards,
    Paul Kondaveeti

  • Internet sales R/3 -- Web shop creation

    Dear friends,
      I am creating a new web shop in internet sales web shop maintenance portal. Also I have created a product catalog in R/3 & assigned the same in the new web shop. Product catalog is replicated to trex server through ISA_CATALOG_REPLICATION program.
      Now when I try to log in to the new web shop , system gives a message "variant language does not match, the shop you are using is maintained inconsistently.
    I have checked the variant,  language & it is correct. I am unable to figure out what is wrong.
    Can you let me know what is wrong here.
    Thanks for your help in advance.
    Sharan

    Hi Sharan,
    in R/3 internet sales you have languages maintained on 3 places:
    (1) in the definition of the catalog variant
    (2) in the webshop admin
    (3) the language that you use to call the webshop (in the URL).
    Those need to be all the same.
    regards,
    Wim

  • Beginning Internet Sales R/3 Edition

    Hi everybody!
    I'm about to start a project with Internet Sales R/3 Edition,  and I can't find  documents to know more about this product. Any help?
    Thanks in advance,
    Juan

    Hi Fernando,
    The number of users that log on to your system can be viewed anytime by checking the transaction AL08 at the basis layer.
    Roughly, each logged in user will appear with his Business partner ID as the login ID in the above transaction.
    If I have logged into the web shop with the user id XYZ, then in AL08, XYZ will appear at least once. It may be more if you are performing several operations on the webshop simultaneously- searching in one window, payment in another window etc.,
    Hence, at any point in time if 100 users are logged in, you will see at least 100 connections to your ABAP layer. For anonymous users, i.e. users who are not logged in, you will see entries with the JCO user, (user id specified by you in the XCM for jco component).
    Further, you can control the number of users who log in to your webshop using the paramter "maxcon" in the jco component in the XCM configuration for your application.
    Hope this helps.
    Thanks & Regards,
    Nelson Raj.

  • CRM Survey in B2C Internet Sales Application

    We have CRM 2007 and are live with B2C Internet Sales Application (ISA). Now we want to make Customer Surveys accessible via B2C ISA.
    For security reasons, we do not want our B2C Internet Customers to have access to the CRM system. Therefore the BSP option is ruled out. I have seen some blogs on how to enhance security for BSP option but that is also not approved in our organization so BSP option is totally ruled out.
    SAP help documenation mentions following:
    http://help.sap.com/saphelp_crm70/helpdata/en/ee/eaf995082649c6a594511e1f48672d/frameset.htm
    Internet Scenarios
    Since Internet users cannot be allowed access to the CRM system for security reasons, surveys have to be made accessible in a different way. You can do this by downloading the required HTML survey to your PC. From here, you can:
    Copy the HTML survey into any Web site
    Send the HTML survey attached to an e-mail
    Internet Scenarios
    In Internet scenarios, results can be returned by the following methods:
    Mailto
    In this case, a mail client, for example, Microsoft Outlook, needs to be set up in advance on the client machine. Survey results are sent to a CRM Server Mail User, that is, a u201Cmachineu201D user. From here, the results are routed to the CRM system for further processing.
    http(s)
    Note
    The http(s) case is recommended, because the user does not have to have a personal e-mail account. Here, the survey results are first sent to a Survey Mailer. The Survey Mailer receives the http request and then mails the results to the CRM Server Mail User, where they can be processed. The Survey Mailer needs to be set up by the administrator at the customer.
    For presenting the Survey on ISA, we would like to take the option of Copy the HTML survey into any Web site as suggested in SAP help and would like to get back the results as per SAP help recommendation of https(s) above.
    We need guidance on follwing
    1. How to download and then copy the HTML surveys into any website (ISA)
    2. Detailed steps that are needed for gettting back the survey results.
    By the way...we do understand the survey functionality and have been successful in testing the BSP option so we are not looking for general information.
    Thanks
    Vijay

    Hello Vijay,
    Could you please share the information on solution steps used as per the requirement??
    I'm working on the similar one.
    Your earliest response would be greatly appreciated. Thank you Vijay.

  • How to attach PDF file to product catalog in Internet Sales R/3

    Hi Experts,
    We are implementing SAP E-Commerce (Internet Sales) for mySAP ERP or SAP R/3, release 5.0.
    I need to attach a PDF file to the product in the product catalog of the Web Shop. Some where in the documentation I have read that itu2019s possible.
    I have created a document with following parameter:
    Document  2001 \ Document Type L01 \ Document Part  000 \ Document version  00
    In that document, I have created one original with the following parameters:
    Applic.     PDF \ Data Carrier    isar3 \ Original      <WebServer folder>/SAP.pdf
    I have assigned this document objects to the product as u2018Documentsu2019 in the product catalog. (through Tcode WWM2).
    I have uploaded the PDF file to the correct Web Server folder.
    But I CAN NOT see my PDF file anywhere in Web Catalog.
    By the way, following the same steps I have also created another Document containing 2 original images:
    Document  2002 \ Document Type L01 \ Document Part  000 \ Document version  00
    In that document, I have created 2 originals with the following parameters:
    Applic.     LIM \ Data Carrier    isar3 \ Original      <WebServer folder>/ Test_big.jpg
    Applic.     SIM \ Data Carrier    isar3 \ Original      <WebServer folder>/ Test_small.jpg
    I have assigned this document objects to the product as u2018Documentsu2019 in the product catalog. (through Tcode WWM2).
    I have uploaded the image files to the correct Web Server folder.
    I CAN see the small and large image in my product catalog with out any problem.
    Is it possible to attach PDF in this way? Am I making any mistake? Am I selecting the correct document type (L01) for the document?
    Please guide me.
    Thanks in Advance.
    Regards,
    Abir Kundu.

    Hi Abir,
               SAP standard for R/3 E-commerce allows only SIM and LIM applications.
    Any further requirements like PDF needs to be an enhancement on the product details JSP.
    Also make sure you are storing the PDFs in the right location to retreive it on the product details.
    Thanks,
    Kiran Kanth.C

  • Search with special characters in Internet Sales

    Hi,
    In the Internet Sales application, a user can search for products. When it uses as search query A3+ i only want to have products with A3+ but now it returns all the A3 as well without the plus sign.
    I assume that the + sign has a special meaning but can't seem to find how to influence this.
    In the CatalogQueryAction.class you have the following piece of code:
            IQueryStatement queryStmt = theCatalog.getCatalog().createQueryStatement();
            //queryStmt.setStatementAsString(queryStr);
              queryStmt.setStatementAsString(queryStr, 1, CatalogParameters.maxSearchResults);
            IQuery query = theCatalog.getCatalog().createQuery(queryStmt);
            if (log.isDebugEnabled())
              log.debug("CatalogQueryAction: Query Stmt="+queryStmt.toString());
            itemList = new WebCatItemList(theCatalog, query);
    In the debugger I see that it has A3+ as value for the queryStr variable. Is this something I can influence in the Java code or is this a config file or something in a setting?
    Thanks,
    Lee

    Hi,
    Please try the escape character "\" with the "+" character to include it as part of the query.
    queryString should be: A3\+.
    Another solution could be:
    queryString = "\"A3\"" (this means the string is ""A3"").
    Please try and let me know.
    HTH
    Thanks.
    p256960

  • New to Internet Sales for ERP - Few basic questions.

    Hi,
    We are going to implement Internet Sales for ERP and I have some questions.
    1) Is Product Catalog Mandatory for implementing Internet Sales for ERP / R3?
    2) We are already using MDM for catalog and we are not the Product Catalog module in R3. Will there be a problem implementing MDM into ISA? Has anyone implemented ISA with MDM as product catalog?
    3) We are planning to make it an extra-net application; what is the best architecture placement of the ISA server? Should we have it in DMZ or outside DMZ. What is the best approach among option a and b?
    a) Web Browser (Internet) -- External Firewall -- Webserver + ISA server -- Internal Firewall -- ERP
    b) Web Browser (Internet) -- External Firewall -- Webserver -- Internal Firewall -- ISA server + ERP
    Please Enlighten.
    Thanks,
    Deepak

    Hello Deepak,
    1) Is Product Catalog Mandatory for implementing Internet Sales for ERP / R3?
    Catalog is an independent piece of feature and integrated to the basket (or the selling process). You can hide the internal catalog by a switch in the Shopadmin XCM administration - Catalog tab._But_ you may still need a catalog (internal) for reading variant data. However, no replication is required.
    2) We are already using MDM for catalog and we are not the Product Catalog module in R3. Will there be a problem implementing MDM into ISA? Has anyone implemented ISA with MDM as product catalog?
    ISA works with external catalogs with ease. All you need is to make use of the Open catalog Interface (OCI) feature. After all, OCI is a SAP technology, and all its products must be capable of understanding it. Isn't it? SAP MDM catalog is OCI enabled.
    3) We are planning to make it an extra-net application; what is the best architecture placement of the ISA server? Should we have it in DMZ or outside DMZ. What is the best approach among option a and b?
    a) Web Browser (Internet) -- External Firewall -- Webserver + ISA server -- Internal Firewall -- ERP
    b) Web Browser (Internet) -- External Firewall -- Webserver -- Internal Firewall -- ISA server + ERP
    (b)
    Please Enlighten.
    Let there be light - Funny thing, showing light to Deepak?
    Easwar Ram
    http://www.parxlns.com

Maybe you are looking for

  • How to Remove the default Block for payment in MIRO

    Hi, In MIRO after posting the document message is coming, "Document no. 5105600184 created (Blocked for payment)" But our requirement is to remove the default "Block for payment" What is the necessary setting to be done to remove it. Thanks Prasant

  • Sound Blaster Audigy 2 Recording Prob

    I recently re-installed my audigy, and for some reason I cannot get any sound when I plug my guitar into the Line-In on the front. I check the recording/playback setting, and everything seems to be ok. I'm wondering if it might be a problem with the

  • Can a servlet read a jsp file and display its contents?

    Hi, I would like to know if Servlets can read a Jsp file and display its contents.. Right now for our website, I am using a html file to be displayed after a successful post operation through the Servlets... -Thanks!

  • Stop and wait

    I am a new student in Java programming, and we haven't studied java networking yet, but I'm taking another couse called Data and Computer Communications which require us to write two programs in Java that will communicate with each other, it's meant

  • How do you override the WINDOWS key?

    I'm writing or rather rewriting a game. I would like to override the windows key to do some function in the game without invoking the windows menu. Is this possible, and if so how? Below is a sample bit of code I used to see what key codes, locations