Greek on NSP ABAP server

I have the NSP ABAP preview installation (Non Unicode Kernel).
When I am trying to write a simple ABAP list in SE38 using Greek characters the list doesnot display them correctly. I can write GREEK text literals in my source code, BUT when a save it and activate it the Greek text literals change into literals like this '??G????T'.
When I am going to translate the Text symbols in Greek, <b>EL is not offered as a candidate translation language.</b>
What should I do in order to be able to write a simple report and display Greek ?
I run RSCPINST and added EL but without success
Thanks in advance

EP 7 does not have the ui5 iview, you should upgrade it to the latest 7.3 or higher..
Else, you can integrate the ui5 apps as URL (not preferred, you might loose functionality of session/eventing etc)

Similar Messages

  • Whats the port for NSP ABAP

    Hello,
    Do you know whats the port no for (NSP) Netweaver Sneak Preview for ABAP version?.  Also how to get the Web Service file from it?.
    Thanks,
    Sunita.

    Hi,
    If it's using the WAS ABAP, then you can find the port number by the following way...
    Goto SICF txn and click on EXECUTE on initial screen, then goto menu - Goto - Port Information.
    Here you can find entire ports info on WAS ABAP Server.
    Am not really sure if this is what you are looking for. Ignore it if it is of no use to you.
    Regards
    Raja Sekhar

  • NSP ABAP 700 - which kernel patch to use?

    Hi,
    I have my NSP ABAP 700 from SDN installed on my home laptop.
    I'd like to patch the kernel, however I'm not sure which kernel patch I can use from the Markeplace.
    I have Windows XP with MAXDB on an intel architecture.
    Is it the one called "Windows Server on IA32 32bit"?
    A few years ago it was called somthing like x86 32 bit.
    Is it the same?
    Anyone has experience with patching kernel for NSP ABAP?
    I did kernel patch for WAS 6.20 ABAP and I had to also patch the Database in the end. Is it the same for 7.00?
    Thanks in advance,
    Peter

    http://service.sap.com/patches
    Entry by Application Group
    SAP NetWeaver
    SAP NETWEAVER
    SAP NETWEAVER 2004S
    Entry by Component
    Application Server ABAP
    SAP BASIS 7.00
    SAP KERNEL 7.00 32-BIT

  • Internal table in ABAP Server Proxy

    Hi Experts,
        I have developed a JDBC to ABAP Proxy scenario.
    I have a problem. In my ABAP server proxy I have to import the values into an internal table and pass them to a BAPI for GR creation.
    I get an error like. OCCURS 0 is not allowed in OO concept.
    Can anyone give me examples on declaring internal table in an ABAP Proxy(OO Concept).
    Thanks
    AK

    Hi
    Check this out.
    http://help.sap.com/saphelp_nw70/helpdata/EN/fc/eb3660358411d1829f0000e829fbfe/frameset.htm
    Cheers

  • ABAP Server Proxy: Message getting blocked in R/3 Application system

    Dear All,
    We have developed a FILE->XI->SAP R/3 (WAS 620) interface using ABAP Server proxies. Message gets successfully transferred to R/3 system using proxies but is getting stuck in inbound queues with green flag and message <b>"message scheduled(commit follows)"</b>. In queue it displays status as <b>"CPICERR"</b> with description <b>"connection closed(no data)"</b>. When trying to execute LUW manually from queue it throws message <b>"Target system/gateway not active"</b>. I've checked queues they are registered properly, SLDAPICUST, SLDCHECK & Integration Engine Configuration checks are successful.
    Can you please provide your valuable inputs?
    Thanks and Best Regards
    Prashant Rajani

    Hi Stefan,
    I am doing a submit to another report from ABAP proxy which inturn updates data in respective tables. Whether still commit work is required after submit?
    The code was tested succesfully in Dev and in QA it started giving this problem.
    Please let me know if we are missing on something.
    Thanks & Regards
    Prashant

  • ABAP server proxy as web service provider ??

    Hi friends,
    I am wondering that if is possible to expose an ABAP server proxy as a web service on NetWeaver ABAP. I tried that, but failed to call it.
    I generated a ABAP server proxy by using the PI inbound interface. I can call the ABAP server proxy by PI. From SOAMANAGER of the beckend system, i saw that this just generated ABAP server proxy is a service. Then i curious if this generated ABAP server proxy can be exposed as the web service like other RFC function modules on the same beckend system. So i generated a ABAP client proxy by using the binding WSDL of the ABAP server proxy. But the testing of the generated ABAP client proxy failed.
    So my question is if it is possible  to expose an ABAP server proxy as a web service on NetWeaver ABAP?
    The beckend system is SAP ERP 6.0 EHP4. The PI is 7.11.
    Thanks!

    In other words, is it possible to consume a server proxy by client proxy? If yes, how to consume it?
    Edited by: Chris Xu on Jan 16, 2011 8:59 PM

  • ABAP Server Proxy OR RFC - for attaching a file

    Hello ABAP gurus,
    Just to give a brief background, systems involved are ERP and PI
    Certain Files (3 files to be exact) are generated in the ERP directory/file system
    I need to transfer these files to PI "without" using the readily available FTP/NFS adapters (this is a limitation - no use of direct FTP is allowed)
    Making the directory as a "shared" directory between ERP and PI is also not an option.
    With the scenario above, I though of using an RFC or an ABAP Server Proxy to attach the said files to send them to PI
    Which is the better way to do it?
    I've seen a documentation for the ABAP Server Proxy that makes it possible to attach files to the proxy message, but for RFC I don't know if this is possible?
    Your expert advise is highly appreciated

    hI,
    Use class CL_PROXY_CLIENT in the program and method IF_PROXY_CLIENT~EXECUTE.
    You can refer documentation of this class as well as if you will search on any search portal using name of this class, you will get the briefe idea with the refernce procedure too.
    Unfortunately I am unable to post you few links but try search on it, hopefully you will get it.
    try below link.
    <link to blocked site removed by moderator>
    Edited by: Thomas Zloch on Oct 7, 2011 10:37 AM

  • ABAP Server Proxy development for creation of IDOC

    Hi all,
    I am working on JDBC to ABAP Server Proxy where i need to populate fields and then i need to mapp to the standard IDOC ie, SHIPMENT_CREATEFROMDATA01 which will create shipment idoc this is my requirement.Can anyone provide me the proxy development part  for creation of IDOC.
    Regards,
    Bhoj

    Hi,
    Create server proxy at the receiver end and deploy it using the following links:
    ABAP Server proxies
    /people/siva.maranani/blog/2005/04/03/abap-server-proxies
    Debugging of Inbound ABAP proxies
    /people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation
    File to R/3 via ABAP Proxy
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy
    How to push data from BI to XI using proxy
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e698aa90-0201-0010-7982-b498e02af76b
    How to push data into BW from XI using proxy
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/18dfe590-0201-0010-6b8b-d21dfa9929c9
    http://help.sap.com/saphelp_nw04s/helpdata/en/2d/b9766df88f4a24967dae38cb672fe1/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/11/e2bc3d9ecc6b3be10000000a114084/frameset.htm
    Server proxy part1 and part2:
    /people/sap.user72/blog/2005/12/08/integration-builders-through-proxy-server-part--1
    /people/sap.user72/blog/2005/12/13/integration-builders-through-proxy-server-part--2
    Regards,
    Vinod.

  • ABAP server proxy help required

    Hello,
    I want to make two simple ABAP server proxy scenarios
    1. File to ABAP server proxy (async scenario)
    2. File to ABAP server proxy (sync scenario)
    Pls send me the blogs/docs for the above scenarios.
    Regards

    Henry,
    Please go through the below links.
    <b>File to R/3 via ABAP Proxy with good example</b>
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy
    /people/siva.maranani/blog/2005/04/03/abap-server-proxies
    <b>Synchronous Proxies:</b>
    <b>Outbound Synchronous Proxy</b>
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/abap%2bproxy%2boutbound%2bprogram%2b-%2bpurchase%2border%2bsend
    <b>Inbound Synchronous Proxy</b>
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/abap%2bproxy%2binbound%2bprogram%2b-%2bsales%2border%2bcreation
    Also go through this, if you have problems in your proxy connection.
    <b>How to Activate Proxy.</b>
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    Regards,
    Sarvesh

  • Abap Server Proxy acknowledgment

    Hi All,
    Typicall scenerio FILE->PI->ERP(abap server proxy).
    is there any possibility(excluding BPM) to request acknowledgment from erp to be sent to pi and fill second column in sxi_monitor. similar situation to aleaud in idoc processing..
    BR
    Maciej

    is possible
    take a loko to this.
    http://help.sap.com/saphelp_nw04/helpdata/en/f4/8620c6b58c422c960c53f3ed71b432/frameset.htm
    Acknowledgment Types
    SYSTEM_OK
    Positive system acknowledgment.
    The receiver was reached successfully. For server proxies, this means that the implementing class for the server proxy was found and that the method for inbound processing could be called.

  • ABAP Server Proxy Issue

    Guys,
    For a scenario i am using ABAP Server Proxy.
    I have successfully generated the proxy object but when i want to put some logic in server proxy by double clicking on execute_synchronous, i am getting nothing and when i am trying to use the toggle button to bring the proxy in editable mode i am getting the message that " you can't edit proxy objects ".
    What is the solution....
    Regards,

    As sheetal said  "Have you activated the proxy object properly ".
    no i didn't ...
    I went to SE24 and selected the class with my interface and activated it..
    Process should be : Under Proxy Objects choose your interface and test .
    It will show you the class needed to be activated..Finally i activated the class..
    and get the ball rolling..
    Thanx to Sheetal.
    Regards,

  • ABAP server proxy- parser-item missing error

    Dear all,
    I am working on File to proxy scenario (ABAP server proxy).
    When I executing my scenario, I am getting following error at call adapter pipline step .
       < SAP:Category>XIProtocol</SAP:Category>
      <SAP:Code area="PARSER">ITEM_MISSING</SAP:Code>
      <SAP:P1>Envelope</SAP:P1>
      <SAP:Stack>XML element Envelope missing in SOAP message header (SAP XI Extension)</SAP:Stack>
    I checked my message payload after message mapping it containing the perfect SOAP Envelop.
    What may be the reason for the error?
    Regards,
    navneet.

    navneet
    is your path determined ok.
    /sap/xi/engine?type=entry
          for SAP systems based on SAP BASIS 6.40 (XI 3.0 message protocol).
    /sap/xi/engine?type=receiver
          for SAP systems based on SAP BASIS 6.20 (XI 2.0 message protocol).
    http://help.sap.com/saphelp_nw04/helpdata/EN/85/78af1bf407434796aaf8dbd6d4e7b7/frameset.htm
    Sorry forget my message, this is not applicable for you
    Greets
    Edited by: Patrick Pot on Feb 25, 2009 10:42 AM

  • Server (ABAP)-- Server(non-ABAP) via Kerberos?

    Hi out there,
    we are on WAS7.0 and want to youse the WAS-ABAP as SOAP-Client. All is prepared, but the SOAP-Service only accept Kerberos authentication. With a "normal" RFC-Connection to an external server i give user and password, wich results in need Basic-Authentication on Server-Side.
    Is there a possebility to get an Kerberos-Authenticated connection from ABAP to externel Server?
    Thanks for your ideas
    Regards André

    Hold on - André want to "use the WAS-ABAP as SOAP-Client".
    I assume that this (external, non-SAP) SOAP Server is using http as transport protocol - and not the SAP-proprietary RFC protocol. In that case you cannot use SNC.
    Furthermore: I'm not sure whether the SOAP Server only wants to authenticate the communication partner (i.e. the ABAP server) or whether it is intended to execute the requested service on behalf of the current ABAP user. In that case you'd need to take a look into the "black box" (which SNC and SSL cannot). For web services (and I assume that this is meant by referring to "SOAP") typically SAML (-> WS-Trust, WS Security) comes into play.
    Unfortenately, there are two concurrent approaches: SAML 2.0 and WS-Federation (-> MS ADFS). I assume that André is referring to Microsoft's approach. Am I right?

  • IDoc to ABAP Server Proxy scenario

    HI Experts,
    Recently our client has upgraded his R/3 system. From this R/3 system, IDocs are posted to SRM system thorugh XI.
    On receiver side we are implementing ABAP Server Proxies.
    We have recomended our client with all necessary changes to be done on XI Server during change over from old to new R/3.
    After change over, they have tested the scenario,  posting the IDocs to the SRM system. We found the follwing error in SXMB_MONI, Could some one tell me where exactly to look in to it.
    An error occured within an XI interface: The reference to a source object via the object number is different than the reference via the GUID Programm: SAPLBBP_BD_API; Include: LBBP_BD_APIF39; Line: 175
    Regards
    Praveen

    Hi,
    Pl implement note 1052569.
    And run report "RPODDELVRY",
    MM-SUS scenario mapping of the Goodsreceipt for inbound delivery @SUS
    Thanks
    Swarup

  • Adapter for ABAP server proxy??

    Hi all
    Can anyone tell me why we need receiver agreement (XI adapter) in case of ABAP server proxies???

    Hi Smith,
      The use of XI adapter in abap server proxies is to communicate the IS with its respective R/3 system ( ie application system).Proxies will communicate with the XI server through the native SOAP calls over HTTP . So we need to mention the integration server to connect to the correct application system during runtime.
    Have luk at below links:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b1/f29e7a56e18a439984a3c6630951d2/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/85/78af1bf407434796aaf8dbd6d4e7b7/content.htm
    Hope this will help.
    Regards,
    Prasanthi.

Maybe you are looking for