UNICODE system access for further development of connectors

As there has been a bit of activity on the forums around issues with UNICODE and the various Scripting Language connectors, I'd like sort this out for Perl, Python and Ruby.
Unfortunately I do not have access to a UNICODE based system, so I have never been able to persue this.
Is there anyone  (in particular someone at SAP - really) who could arrange access for me so that this work can be done - This is something that is in the interests of the community, so it's a chance for someone to make a contribution (hint hint and turning of screws etc. :-).
All that is required is basic development access ie. ABAP developer work bench, and the ability to run, monitor, and debug RFC calls.
Piers Harding.

Hello everyone - I have spent a busy month reengineering saprfc for Ruby, including rewrtting a large portion of the C code, introduce comprehensive UNICODE support.  This support inclues the use of librfcu, and libsapu16 supplied by SAP for UNICODE support in RFC.  As I do not have access to a UNICODE enabled system, I have had to make do in a large part, by emulating conditions to get this code to a point where it can be community tested (thanks also goes to Gregor for loaning his environment also).
For the brave - please download from http://www.piersharding.com/download/ruby/saprfc-0.20.tar.gz  and follwo the instructions in the README file, paying particular attention to the requirements for the UNICODE version of the RFCSDK, and retireving the u16lit.pl script from OSS.
And help with the testing.
Cheers,
Piers Harding.

Similar Messages

  • The Data Received from the server running AD RMS didn't match the expected format.contact your system administrator for further investigation.

    Hi All,
       We Have implemented AD RMS in our organisation recently.But the Problem we are facing here many users those are Ms office 2013 we will get the error"The Data Received from the server running AD RMS didn't match the expected format.contact
    your system administrator for further investigation." and those who are in Ms office 2010 Professional it says  
        "The service is Temporally unavailable.Ensure the you have   connectivity to this server.This error could be caused if you are working offline.Proxy setting are preventing your connection or intermittent network issue."
      Below are the workaround did,
    1.Able to reach to Our pipeline ADRMS cluster.
    2.We have a valid Certificate.
    3.if we type https://adrms.ourdomain.com its working fine.
    4.Manually put the registry setting for effected computers.
    5. Applied the Hotfixes:MicrosoftFixit50903,KB2627273.
       Kindly help or suggest us to resolve the above issue as many computers in domain are not working with IRM.
    Thanks and reqard,
    Mohammed Siddiq.

    Hi Mohammed,
    Were you able to fix the issue with CRL disablement?
    Did my post help you or make you laugh? Don't forget to click the Helpful vote :) If I answered your question please mark my post as an Answer.

  • Develop SC in another NWDI (Transport SC inter-NWDI for further development

    My team are assigned to enhance a product (SC) which have been developed by another team.
    Both team have their own NWDI, so that we should transfer the original source code from their NWDI to ours.
    My problem is that How can I transport SC inter-NWDI for further development

    The following steps I have tried before.
    1. Export the CIM of the SC and import that into the SLD of the our NWDI.
    2. New a track and add the corresponding SC to the "Software Components for Development" in Landscape Configurator.
    3. In Transport Studio, I can't find the SCA whether I placed it into CMS inbox or other directory and using Configure Check-in. So that I can't import the SCA into the new environment.
    The structure of the SCA is as following.
    |--BUILDARCHIVES
    |--[vendor]_[DC name].zip
    |--DEPLOYARCHIVES
    |--[vendor]_[DC name].sda
    |--META-INF

  • Conversion Error in IDOC  : Unicode to Non-Unicode System

    EBP system (Unicode) posting goods movement to 4.6C (non-Unicode) using message type MBGMCR ( Function module - IDOC_INPUT_MBGMCR).
    **In Non-Unicode System***
    Idoc INBOUND error : Status 51
    An error has occurred assigning data (E1BP2017_GM_ITEM_CREATE ).
    I found in debugging value assigned from EDIDD ( E1BP2017_GM_ITEM_CREATE = IDOC_DATA-SDATA ) for field AMOUNT_LC is "0000            0.00"
    system catch exception with CONVERSION_ERRORS
    **Unicode System**
    Value for Amount_lc is 0.00
    Can anybody help me how to solve above issue?
    regards,

    You can do something like this..
    TABLES E1BP2017_GM_ITEM_CREATE .
    E1BP2017_GM_ITEM_CREATE-AMOUNT_LC = <field value> .
    MOVE E1BP2017_GM_ITEM_CREATE TO IDOC_DATA-SDATA  .
    can u tell me what is the type and value of the variable whose value you are assigning to AMOUNT_LC .
    Reward points to all the helpful answers.
    Thanks.

  • System requirements for executing an Adobe livecycle form

    Hello,
    I have an adobe livecycle form, that will be rendered to java/j2ee application.
    I am deciding the system requirement for my development environment.
    We are planning to run the application on BEA Weblogic 8.1
    Please suggest what all is requirement in the system setup.
    Thanks in advance
    Mona

    Hi,
    This link has the minimum system requirement listed for Photoshop Cs5.1: Minimum System Requirements
    The operating system and free disk space you have mentioned above meet the requirement.
    I would suggest you go through the link to ensure all other components on your machine meet the requirements.
    Thanks

  • AppBuilder: Need for further information

    Hi, I have a few questions on AppBuilder:
    What is the position of App Builder on SAP's mobile application development. Is it only for POC, for prototyping or can we use it to develop application that can be deployed on production?
    Can we use App Builder to start up a project then migrate to Eclipse for further development and customization using SAPUI5?
    Are there any limitations for App Builder?
    Is it still better to develop application using SAPUI5 or better to develop them on App Builder?
    Thanks in advance.

    I am a computer user just like you. Over the years, I have learned about a few tools you can use to get a better idea of what is happening with processes within your computer.
    In Windows 10, you have the Task Manager  - right click Start Menu, you will find it easily in there.
    You have Computer Management in there you can look at too.
    In the Control Panel, you have Administrative Tools which contains some of the stuff listed above plus a lot more other stuff to look at.
    A word of caution, you can change how some components work on your computer through these tools, so don't go messing about unless you are really sure of what you are doing.
    On the web , you can find tools you can use as well. One of my favorite is Process Explorer which can be found at
    www.sysinternals.com. If you watch what is posted on these forums, you will find other tools you can use from time to time.

  • Access the adobe form data in the workflow container for further processin

    HI,
    I am using HCM processes and Forms. I need to access the form data in the workflow container once the workflow kicks off.
    I need to access these data as would need it for further processing in the workflow.
    I know that TS17900110 allows to import form conatiner to
    -> WF Container in the field name and value pair. But I need to access a lot more fields than what is in the task. Is there a standard task which allow to retrieve all the fields in the form in one task or do I need to develope a custom class to do that. If so could you please provide some clue as in how to code this specific requirement as i am somewhat new to OO ABAP.
    Thanks...

    hi,
    in the livecycle designer under libary tab u have webdynpro tab--->choose submit to sap button and place it in the adobe form ur designing. u can use this button to trigger the code that u have written in webdynpro java.
    for eg if u have
    a value node details
    and under that two value attr fname,lname
    import the model (Insertdata---it has two import param fname and lname)u need for updating the data to r3 system.
    in the ctrller have a method submit.Here write the code to insert fname and lname into the db.
    IPrivateMyForm.IDetailsElement elem = wdContext.nodeDetails().currentDetailsElement();
    Insertdata_Input input = new Insertdata_Input();
    wdContext.nodeInsertdata_Input().bind(input);
    input.setFname(elem.getFname());
    input.setLname(elem.getLname());
    try
    wdContext.currentInsertdata_InputElement().modelObject().execute();
    wdContext.nodeOutput().invalidate();
    catch (Exception ex)
    { ex.printStackTrace();}
    ul bind details to the datasource.
    when u edit ur interactive ui element these attr(fname and lname) vl be visible under dataview tab u can drag and drop them to the form
    now add submit to sap button in ur form.
    this button correspond to the onactionSubmit dat u have written in the ctrller.
    so wen u click this the data vl be inserted
    Regards
    Jay

  • Safari 7.0 (v9537.71) has not been tested with the plugin LastPass 1.75.0 (v1.75.0). As a precaution, it has not been loaded. Please contact the plugin developer for further information.

    I get the following message whenstarting Safari
    Safari 7.0 (v9537.71) has not been tested with the plugin LastPass 1.75.0 (v1.75.0). As a precaution, it has not been loaded. Please contact the plugin developer for further information.
    i have removed the plugin, but the message is still around
    and the last version i had installed was the most recent version of last pass VERSION 3.0.17
    anything i can do to fix that?
    thanx
    js

    Uninstall SIMBL as follows. Back up all data before making any changes.
    Triple-click anywhere in the line below on this page to select it, then copy the text to the Clipboard by pressing the key combination command-C:
    /Library
    In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V), and press return. A folder will open. From that folder, delete the items listed below (some may be absent.) You may be prompted for your administrator login password.
    Application Support/SIMBL
    InputManagers/SIMBL
    LaunchAgents/net.culater.SIMBL.Agent.plist
    ScriptingAdditions/SIMBL.osax
    Log out and log back in.
    Make sure you never reinstall SIMBL. It’s likely to come bundled with another third-party system modfication that depends on it. If you want trouble-free computing, avoid software that makes miraculous changes to other software, especially built-in applications. The only real exception to that rule is Safari extensions, which are mostly safe, and are easy to get rid of when they don’t work. SIMBL and its dependents are not Safari extensions.

  • FAQ: DPA - Remote Access for test systems

    Welcome to DPA - Remote Access for test systems forum!
    This forum is actively monitored and moderated by SAP Integration and Certification Center (ICC).
    Frequently Asked Questions:
    ======================================
    Q1: Where can I learn more about Developer Package Service (DPA)?
    Q2: How can I apply for the regular DPA service?
    Q3. How many SAP systems can I access under the regular DPA service?
    Q4. How can I have access to a non-shared SAP system?
    ======================================
    Q1: Where can I learn more about Developer Package Service (DPA)?
    A: Please take a look at ICC's web page on SDN:
    https://www.sdn.sap.com/irj/sdn?rid=/webcontent/uuid/15330f73-0501-0010-d59e-8a32e220b2ed [original link is broken]
    Q2: How can I apply for the regular DPA service?
    A: Please go to http://www.sap.com/partners/apply and fill out the application form.
    Q3. How many SAP systems can I access under the regular DPA service?
    A: Up to 3 SAP systems, which are shared among all DPA users.
    Q4. How can I have access to a non-shared SAP system?
    A: Please go to http://www.sap.com/partners/apply and apply for the exclusive-use DPA service.
    Message was edited by: Chung-Ho Fan

    https://discussions.apple.com/thread/5294202?tstart=0
    Something you should be aware of is the frequency of IP address change at your father's location. Providers of residential broadband services lease an IP address for a certain duration which you have no control over and is purely arbitrary. You may be familiar with these changes?
    The point is sometimes these addresses change regularly (4 hours to every few days) and sometimes they stay the same for a longer period of time such as a year or more.
    Because of the nature of this change you may find you can remote assist your father one day but not the next. The situation is easily rectified with a simple phonecall to your father. He can tell you what IP address he's using by launching his browser and clicking this link:
    http://myipaddress.com
    He gives you his new IP address and you should be able to make a successful connection again.
    Be aware IP addresses handed out by ISPs are known as routable. IP addresses handed out by Firewalls/Routers/Gateway devices such as Apple's Airport Express Base Station etc are not routable. Assuming you've not changed anything in the devices they will always be one of these three ranges: 192.168.1.x; 10.x.x.x and 172.16.16.x. You don't use any of these last three group of addresses to make the connection over the public external (internet) network but you do use them when on the same private internal network.

  • Access Rights in Development system

    Hi,
    I would like to understand whether as a practice, access rights in development system also follow the same principle of need to know and need to do basis,
    or generally all the users having access to development system are given the same access rights?
    As only SAP support personnel or developers have the access to the system, Can the access to configuration (SPRO)  be restricted to the respective relevant modules like MM consultants will have access only to the MM module and SD will have SD module etc.
    I am also interested in understanding how the access can be restricted to the respective modules? i.e. what are the authorization objects relevant for this purpose?
    Thanks in advance for any help.
    Krishna

    >
    Krishna Mohan Unnam wrote:
    > I am also interested in understanding how the access can be restricted to the respective modules? i.e. what are the authorization objects relevant for this purpose?
    > Krishna
    The activities within the implementation mainly consists of one thing. Transaction codes. The tricky thing is to find out which transaction code to use, but... SAP have developed a smart tool where you define a project in SPRO_ADMIN and there you assign activities by selecting nodes from the IMG. This can then be inserted into a role via PFCG.
    You will find many hits that give you tips on how to work with it if you search in the forum!
    Regards
    Fredrik

  • Creating RFC Destination For UNICODE system From NON-UNICODE system

    hi
    how can i create RFC Destination For UNICODE system( XI ) From NON-UNICODE (R/3) system.
    thanks and regards
    Mithlesh Kumar Jha

    Hi,
    Check these blogs , Hope u would be getting some idea
    <b>/people/thomas.jung3/blog/2004/06/24/bsp-150-a-developer146s-journal-part-v-xml-for-rfcs
    /people/thomas.jung3/blog/2004/11/15/bsp-150-a-developer146s-journal-part-xiii-developing-abap-webservices
    /people/sap.user72/blog/2004/06/19/how-i-started-with-sap-web-development</b>
    Regards,
    Sridhar Reddy

  • PDF conversion for chineese characters in Unicode system

    I am facing a problem while converting the SAP Script Output to PDF format for Chinese characters. 
    I am working on ECC (5.0) Unicode system.
    Scenario:
    After saving a Purchase Order an E-mail is sent to the customer - attaching the
    PO output in PDF format.  E-mail was received successfully by the receiver, but while opening the pdf all the chinese characters were displayed in junk characters in the pdf. All the English characters are properly displayed.  I tried to open the pdf file in Acrobat Reader versions 6.0, 7.0, 8.0. but no result.  I used CONVERT_OTF function module for converting the OTF format to PDF format. I tried using the fonts CNSONG also.
    I tried by executing the standard program RSTXPDFT4 for converting to PDF by giving the spool.  In the spool it is showing the Chinese characters perfectly but in the PDF the Chinese characters were were showing as Junk.
    Can you please help and advice to see the Chinese characters in PDF in Unicode systems.
    Thanks in advance.

    >
    Juraj Danko wrote:
    > Hi,
    > I have similar problem than you ... how have you solved it?
    > thanks
    > Juraj
    I found a solution, but I am not sure, if it was for this problem or
    output problem with for example PL in non-unicode systems.
    I created the input for CONVERT_OTF with CALL FUNCTION 'PRINT_TEXT'.
    PRINT_TEXT has to be called with DEVICE = 'PRINTER',
    DEVICE = 'ABAP' uses internally the wrong code page.
    You have also to set otf_options-tdprinter to a valid printer,
    if it is empty, the default printer from user settings is used.
    You can use code example from SAP note 413295.
    Before you call CONVERT_OTF, you can also check entries with 'FC' in OTF input.
    The font (see description of OTF format in SAP help) must be set like described in SAP note 144718.
    /Tibor
    Edited by: Tibor Gerke on Jan 13, 2011 10:29 AM

  • Open dataset twice once for input and once for output in unicode system

    Hi All,
    In a program
    I used a open dataset to read the data from the file.
    OPEN DATASET cmp_file FOR INPUT IN TEXT MODE
          ENCODING NON-UNICODE.
    Then i closed the file.
    Again later in the program,
    I used a open dataset to transfer the data.
    OPEN DATASET cmp_file FOR OUTPUT IN TEXT MODE
          ENCODING NON-UNICODE.
    But this time I get sy-subrc = 8.
    Unable to open the file and subsequent TRANSFER is leading to the runtime error.
    Note : I am using a unicode system
    I could run the same program well in non-unicode system..
    ->
    Is it that if a file contains data already
    1.I need to delete the data and open it
    or
    2.I need to open in APPENDING mode manadatorily...
    in case of UNICODE system..
    Kindly suggest..

    Hi,
    IF you have write permission al S.O. Level you need to check your DATASET rigths using AUTHORITY_CHECK_DATASET, this validate your rigths with S_DATASET object.
    Example
    TYPE-POOLS SABC.
    CALL FUNCTION 'AUTHORITY_CHECK_DATASET'
    EXPORTING PROGRAM = 'ZDATASET'
    ACTIVITY = SABC_ACT_READ
    FILENAME = '/tmp/sapv01'
    EXCEPTIONS NO_AUTHORITY = 1
    ACTIVITY_UNKNOWN = 2.
    See SABC type pool to know wich activities are aviable.
    Hope this help.
    Regards

  • The tool for testing developed system

    We have already developed a system base on WebAS.Is there  some test tool for the developed system such as J Unit in Java?Thanks.

    If your intentions is to test user interfaces or scenarios eCatt is the best choice. If you want to ensure code quality ABAP Unit and Code Inspector are suited well.
    http://help.sap.com/saphelp_nw04s/helpdata/en/10/6d1c370c468b7be10000009b38f936/frameset.htm
    Best Regards
      Klaus

  • Please tell me the System Requirement for developing Iphone,Ipad,Ipod Apps ?

    Hi All,
    can anyone please tell me the system requirement for developing Iphone, Ipad, Ipod applications.
    Thanks in advance :-)

    Start with the iOS dev center  >  http://developer.apple.com/devcenter/ios/index.action

Maybe you are looking for

  • Audio playback delayed thru Firewire monitor - JVC BR-DV3000

    First I apologize for the length of this post, but I want to make sure I've adequately described the problem. For years, I've edited with FCP using a JVC HR-DVS2U (DV/SVHS combo deck) with great results. I use it to capture and output through firewir

  • New field in PB10

    Hi! I have a problem with PB10 transaction, I need insert a new field from 0002 infotype but I don´t know how, could anyone help me, please??. Thank you very much.

  • Javaw has caused an error in unknown .

    I need help to correct the following problem. (I am running ME on a Dell Inspiron 8000 find the following when I access the control panel): start > settings > control panel > java plug-in 1.4.0_02 after a few seconds I get the error msg: "Javaw has c

  • Trouble with RED Log and Transfer in FCP6

    Hi there, I am cutting my first RED feature and am having an issue getting all my footage into FCP 6. I decided to go with the RED Quicktime files and am Log and transferring them in as we speak. Most of the footage was able to be dropped right in wi

  • Does cq5 provide integration with adobe dreamweaver

    Hi Everyone, I would like to know if CQ5 provides any kind of integration with Dreamweaver so that all the content that is created by web-dev team using dreamweaver can directly be imported in Cq5. Also does cq5 provides and dreamweaver kind of capab