Chinese language support in WDP

Hi
I want to pick up the Chinese characters from database and show it on WDP UI. On UI it all shows as junk characters.... How can I enable my WDP Application to show the Chinese characters correctly...
Regards

Hi,
in Dbase i think encoding scheme is there, they need to set that one.
BY the way if u want to manage from application side that u can do with the help of following code:-
import java.io.UnsupportedEncodingException;
public class MultiLingualUtil {
     /**This method will convert the String to UTF-16 Unicode String */
     public static String convertToUnicodeString(String strMessage){
          String tempUnicodeMessage = null;
          try {
               tempUnicodeMessage = new String(strMessage.getBytes("UTF-16"));
          } catch (UnsupportedEncodingException e) {
               e.printStackTrace();
          return tempUnicodeMessage;
     /**This method will convert the UTF-16 Unicode String to String */
     public static String convertFromUnicodeString(String strUnicode){
          String unicodeMessage = null;
          try {
               unicodeMessage = new String(strUnicode.getBytes(), "UTF-16");
          } catch (UnsupportedEncodingException e) {
               e.printStackTrace();
          return unicodeMessage;
Hope this may help you...
Deepak

Similar Messages

  • Traditional chinese language support for pearl flip 8220?

    I just got a pearl flip from T-Mobile.  I'm happy with most features, however, there is no Chinese language support whatsoever.  All the Chinese characters show up as black boxes.  Anyone know of any fixes so that I can read and input Chinese (traditional Chinese)?
    Solved!
    Go to Solution.

    Your device OS does not support chinese symbols.
    Ask your wireless provider for a multi-language device OS that supports chinese characters.
    Otherwise - check a chinese wireless provider for device OS. But note that your wireless provider disfavor use of device os from another wireless providers.
    If you decide to use OS from another wireless provider - use OS exactly for your device model.
    Install OS package on your desktop computer. After that delete Vendor.xml file from installed files on your desktop PC.
    Connect your device to the computer and update device OS via Blackberry Desktop Manager/Application Loader.

  • Having trouble downloading form that says I need Traditional Chinese Language Support Package?????

    Having trouble downloading form that says I need Traditional Chinese Language Support Package?????
    I dont know why.  The Adobe site says I need Adobe 9 ???

    Which Adobe product or service is this error message in relation too?  Could you possibly post a screenshot?

  • Chinese language support for adobe reader for HP WEBOS?

    is there any traditional chinese language support for adobe reader for HP WEBOS?
    if yes, where can I download?

    Pat, I got an answer this morning. Not sure if you saw it because I don't see it posted here for some reason.  This is the answer:
    Re: forum support for Adobe Reader
    created by Nikhil.Gupta in Adobe Reader - View the full discussion
    The request being sent to the akamai server, (even when the Reader updater setting is turned OFF) is for updating the Adobe Approved Trust List (http://www.adobe.com/security/approved-trust-list.html).
    The Adobe Approved Trust List is a program that allows millions of users around the world to create digital signatures that are trusted whenever the signed document is opened in Adobe® Acrobat® or Reader® software. Essentially, both Acrobat and Reader have been programmed to reach out to a web page to periodically download a list of trusted "root" digital certificates.
    If you want you can specifically turn off the auto update functionality for the same by navigating to Edit > Preferences > Trust Manager from within the Reader application. Look under the "Automatic Updates" section and you can change the setting as required or chose for the application to ask before updating the root certificates.

  • Does anyone know where to find the chinese language support in os5

    does anyone know where to find the chinese language support in os5

    Have you not been able to find the settings for Chinese OS and keyboards in Settings > General > Language or Keyboard?  What exactly are you not able to do?

  • N91 Chinese language support and error msg: operat...

    Nokia phone: N91 WCDMA
    Firmware update: v2.20.008
    PC Suite: v7.0.82
    PC: Window XP 32-bit OS
    After updated the software, there is no Chinese for phone and written language. Is there any way that I can install the language instead of going to Nokia Care Centre? In spite of that, the Nokia phone browser prompt error message “The operation could not be completed” when I tried to access it. What is the problem?

    Hi!
    Can you give more details, especially your productcode? (You can find it by tapping *#0000# and it starts with 05**.)
    The question if you lose your Chinese language support depends on what exactly the dealer did with your phone, ie. which tools he used to flash it. So, I can't unfortunately this one without having the exact information. If he didn't fully change the productcode (and your phone is still on a supposedly Australian productcode), the update will set your phone back to the state in which it was when it left the factory. Meaning, your language pack will be back to default - without any Chinese characters.
    BR,
    yvonne

  • Chinese Language Support Package ?

    When users try to open my distributed forms using Adobe Reader 9 they get an alert box which states:
    'You need to install the Traditional Chinese Language Support Package to view or fill in this form.  If you continue without installing this package the form will not work correctly'
    Is there anything within LiveCycle Designer which can be changed to prevent this message from appearing when users try to open the form ?
    Here is the script of my form, I have very little experience of Java Script but I cannot see any ref. to Chinese ?
    Any Help would be greatly appreciated......
    leSet xmlns="http://www.xfa.org/schema/xfa-locale-set/2.7/">
       <locale name="en_IE" desc="English (Ireland)">
          <calendarSymbols name="gregorian">
             <monthNames>
                <month>January</month>
                <month>February</month>
                <month>March</month>
                <month>April</month>
                <month>May</month>
                <month>June</month>
                <month>July</month>
                <month>August</month>
                <month>September</month>
                <month>October</month>
                <month>November</month>
                <month>December</month>
             </monthNames>
             <monthNames abbr="1">
                <month>Jan</month>
                <month>Feb</month>
                <month>Mar</month>
                <month>Apr</month>
                <month>May</month>
                <month>Jun</month>
                <month>Jul</month>
                <month>Aug</month>
                <month>Sep</month>
                <month>Oct</month>
                <month>Nov</month>
                <month>Dec</month>
             </monthNames>
             <dayNames>
                <day>Sunday</day>
                <day>Monday</day>
                <day>Tuesday</day>
                <day>Wednesday</day>
                <day>Thursday</day>
                <day>Friday</day>
                <day>Saturday</day>
             </dayNames>
             <dayNames abbr="1">
                <day>Sun</day>
                <day>Mon</day>
                <day>Tue</day>
                <day>Wed</day>
                <day>Thu</day>
                <day>Fri</day>
                <day>Sat</day>
             </dayNames>
             <meridiemNames>
                <meridiem>AM</meridiem>
                <meridiem>PM</meridiem>
             </meridiemNames>
             <eraNames>
                <era>BC</era>
                <era>AD</era>
             </eraNames>
          </calendarSymbols>
          <datePatterns>
             <datePattern name="full">EEEE D MMMM YYYY</datePattern>
             <datePattern name="long">D MMMM YYYY</datePattern>
             <datePattern name="med">D MMM YYYY</datePattern>
             <datePattern name="short">DD/MM/YYYY</datePattern>
          </datePatterns>
          <timePatterns>
             <timePattern name="full">HH:MM:SS Z</timePattern>
             <timePattern name="long">HH:MM:SS Z</timePattern>
             <timePattern name="med">HH:MM:SS</timePattern>
             <timePattern name="short">HH:MM</timePattern>
          </timePatterns>
          <dateTimeSymbols>GyMdkHmsSEDFwWahKzZ</dateTimeSymbols>
          <numberPatterns>
             <numberPattern name="numeric">z,zz9.zzz</numberPattern>
             <numberPattern name="currency">$z,zz9.99</numberPattern>
             <numberPattern name="percent">z,zz9%</numberPattern>
          </numberPatterns>
          <numberSymbols>
             <numberSymbol name="decimal">.</numberSymbol>
             <numberSymbol name="grouping">,</numberSymbol>
             <numberSymbol name="percent">%</numberSymbol>
             <numberSymbol name="minus">-</numberSymbol>
             <numberSymbol name="zero">0</numberSymbol>
          </numberSymbols>
          <currencySymbols>
             <currencySymbol name="symbol">€</currencySymbol>
             <currencySymbol name="isoname">EUR</currencySymbol>
             <currencySymbol name="decimal">.</currencySymbol>
          </currencySymbols>
          <typefaces>
             <typeface name="Myriad Pro"/>
             <typeface name="Minion Pro"/>
             <typeface name="Courier Std"/>
             <typeface name="Adobe Pi Std"/>
             <typeface name="Adobe Hebrew"/>
             <typeface name="Adobe Arabic"/>
             <typeface name="Adobe Thai"/>
             <typeface name="Kozuka Gothic Pro-VI M"/>
             <typeface name="Kozuka Mincho Pro-VI R"/>
             <typeface name="Adobe Ming Std L"/>
             <typeface name="Adobe Song Std L"/>
             <typeface name="Adobe Myungjo Std M"/>
          </typefaces>
       </locale>
    </localeSet>
    <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.2-c001 63.139439, 2011/06/07-10:39:26        ">
       <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
          <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/" rdf:about="">
             <xmp:MetadataDate>2013-02-18T13:05Z</xmp:MetadataDate>
             <xmp:CreatorTool>Adobe LiveCycle Designer ES 10.0</xmp:CreatorTool>
             <xmp:ModifyDate>2013-02-18T12:45:51Z</xmp:ModifyDate>
             <xmp:CreateDate>2013-02-04T16:07:57Z</xmp:CreateDate>
          </rdf:Description>
          <rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
             <pdf:Producer>Adobe LiveCycle Designer ES 10.0</pdf:Producer>
          </rdf:Description>
          <rdf:Description xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" rdf:about="">
             <xmpMM:DocumentID>uuid:188235a3-4254-437a-900b-093d54210675</xmpMM:DocumentID>
             <xmpMM:InstanceID>uuid:ab7663ec-1f8f-4282-bf48-7b5c799eba1f</xmpMM:InstanceID>
          </rdf:Description>
          <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:about="">
             <dc:format>application/pdf</dc:format>
             <dc:date>
                <rdf:Seq>
                   <rdf:li rdf:parseType="Resource">
                      <rdf:value>23/01/2013 14:28:00</rdf:value>
                      <dc:element-refinement>dc:created</dc:element-refinement>
                   </rdf:li>
                   <rdf:li rdf:parseType="Resource">
                      <rdf:value>23/01/2013 14:28:00</rdf:value>
                      <dc:element-refinement>dc:issued</dc:element-refinement>
                   </rdf:li>
                </rdf:Seq>
             </dc:date>
             <dc:creator>
                <rdf:Seq>
                   <rdf:li>gdoherty</rdf:li>
                </rdf:Seq>
             </dc:creator>
             <dc:title>
                <rdf:Alt>
                   <rdf:li xml:lang="x-default">Suitability Assessment Questionnaire</rdf:li>
                </rdf:Alt>
             </dc:title>
          </rdf:Description>
          <rdf:Description xmlns:desc="http://ns.adobe.com/xfa/promoted-desc/" rdf:about="">
             <desc:template rdf:parseType="Resource">
                <rdf:value>Normal</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:template>
             <desc:contact rdf:parseType="Resource">
                <rdf:value>gdoherty</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:contact>
             <desc:revision rdf:parseType="Resource">
                <rdf:value>2</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:revision>
             <desc:version rdf:parseType="Resource">
                <rdf:value>Microsoft Office Word</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:version>
             <desc:lastsaved rdf:parseType="Resource">
                <rdf:value>24/01/2013 09:22:00</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:lastsaved>
             <desc:totaledit rdf:parseType="Resource">
                <rdf:value>15</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:totaledit>
             <desc:pages rdf:parseType="Resource">
                <rdf:value>22</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:pages>
             <desc:words rdf:parseType="Resource">
                <rdf:value>5409</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:words>
             <desc:characters rdf:parseType="Resource">
                <rdf:value>29581</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:characters>
             <desc:security rdf:parseType="Resource">
                <rdf:value>4</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:security>
             <desc:department rdf:parseType="Resource">
                <rdf:value> dcc</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:department>
             <desc:bytes rdf:parseType="Resource">
                <rdf:value>386560</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:bytes>
             <desc:lines rdf:parseType="Resource">
                <rdf:value>1415</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:lines>
             <desc:paras rdf:parseType="Resource">
                <rdf:value>403</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:paras>
             <desc:charswspaces rdf:parseType="Resource">
                <rdf:value>34954</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:charswspaces>
          </rdf:Description>
       </rdf:RDF>
    </x:xmpmeta>
    <xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve">
       <annots/>
    </xfdf></xdp:xdp>

    Were you ever able to solve this???? I am having the same issue!

  • Where is the Simplified Chinese Language Support package for Acrobat?

    Hi, everyone. I am using Adobe Acrobat X Pro in Chinese version of Windows 7. When I try to input in an English PDF, a message showed "An error has occurred that may be fixed by installing the latest version of the Simplified Chinese Language Support package." But I can not find this "package" anywhere? Does anyone has any clue? Thanks in advance.

    Actually the windows is Ultimate version and I installed the English language package to convert it into English version Windows. The symptom was improved a little that I can add and delete characters in PDF but still can not "add or edit text box". In addition, every time I try to click the tool "add or edit text box", a message displays "There was a problem reading this document (14)." What does this mean?

  • Chinese language support for the 8120?

    Does anyone know how to add Chinese language (pinyin input) support to the 8120 pearl?
    Thanks

    Ive been working on the Chinese language input issue for about a day now and have found it very frustrating.  Im not sure why there seems to be so little support for this and an absence of this feature in the included software.  I know for a fact that these are sold in chinese speaking markets.  I think its a real failure on the part of BB and will probably be returning mine infavor of another product.

  • How can i add Chinese language support to my N97

    Hi all of you!!
    i hope can some body help me
    i work in china and i bought my mobile from Dubai and it is just support Arabic and English
    so how can i add chinese support to my mobile?? i don`t want change product code beause i want arabic languge also
    just can review chinese websites and read chinese messages is enough, i know can throw change the the font but.....
    http://forum.dailymobile.se/index.php?PHPSESSID=m6​1ggc373rem98jjmbbnri56r4&topic=15893.0
    i already try above subject but the font is very ugly and make problems for my mobile and switch off by it is self many times
    before i have Nokia N82 and i was install Psiloc Crystal Chinese on it and by this program can read and write chinese but until now no have such program for N97
    so how can one mobile same N97 (small laptop) not support some languages????
    and how can one company same NOKIA don`t give such this serveice for the customers,
    need charge is okbut need some thing usefull
    thanks all and i hope can find some body help me

    Dear I know that you answer me but it is not Solution, right or no? waiting for another
    also why it is impossible with out third-party software? change mobile font can!!!!
    did you visit this link http://forum.dailymobile.se/index.php?PHPSESSID=m6​1ggc373rem98jjmbbnri56r4&topic=15893.0
    i try it but have some mistakes, but can support chinese and arabic in same time
    also you speak as third-party software full the market and internet
    give me one third-party software name and i will be very happy
    Dear i love nokia and i will not change nokia to others but i can see around me such as IPhone, it is support most of languages together,
    thank you any way, now i know nokia support discussions is useless
    拜拜

  • Chinese language support in Webdynpro

    Hello Everybody,
    I want to enable my webdynpro application for Chinese and thai language.
    I followed the tutorial available on SDN. I have created resource files and messasge pool.
    But, at the time of editing these resource files, how can I specify chinese text corresponding to hte english text?
    One more question: Is there any mechanism by which we can check in code whether application is loaded for English, chinese or Thai language?
    Waiting for replies.
    Thanks in advance.
    Bhavik

    Hi Bhavik,
    I think webdynpro does provide support for chinese and thai languages ...u can see that in the S2X editor. For displaying application specific to a language specify the language(locale) as a query parameter.
    Refer this tutorial:
    https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/35f1e990-0201-0010-7a86-914036942779
    Regards,
    Bhavana

  • Chinese Language - Support Pack for P3a V603 error

    Hello masters,
    I am trying to install Chinese.
    in SMLT when I do import language pack of support packages.
    I have many errors that must be imported. I tried to fix all of them, but I still have:
    423     Must be imported     SAPK-603BGINP3A     P3A V603: Add-On Upgrade
    422     Must be imported     SAPK-603DDINEAAPPL     EA-APPL 603 Upgrade: Meta-Commandfile (Delta Task)
    422     Must be imported     SAPK-603DFINEAAPPL     EA-APPL 603 Upgrade: Meta-Commandfile (Delta Task)
    421     Must be imported     SAPK-603DFINSAPAPPL     SAP_APPL 603 Upgrade: Meta-Commandfile (Delta Task
    422     Must be imported     SAPK-603DKINEAAPPL     EA-APPL 603 Upgrade: Meta-Commandfile (Delta Task)
    421     Must be imported     SAPK-603DKINSAPAPPL     SAP_APPL 603 Upgrade: Meta-Commandfile (Delta Task
    422     Must be imported     SAPK-603DMINEAAPPL     EA-APPL 603 Upgrade: Meta-Commandfile (Delta Task)
    421     Must be imported     SAPK-603DMINSAPAPPL     SAP_APPL 603 Upgrade: Meta-Commandfile (Delta Task
    422     Must be imported     SAPK-603DOINEAAPPL     EA-APPL 603 Upgrade: Meta-Commandfile (Delta Task)
    421     Must be imported     SAPK-603DOINSAPAPPL     SAP_APPL 603 Upgrade: Meta-Commandfile (Delta Task
    422     Must be imported     SAPK-603DRINEAAPPL     EA-APPL 603 Upgrade: Meta-Commandfile (Delta Task)
    421     Must be imported     SAPK-603DRINSAPAPPL     SAP_APPL 603 Upgrade: Meta-Commandfile (Delta Task
    422     Must be imported     SAPK-603DTINEAAPPL     EA-APPL 603 Upgrade: Meta-Commandfile (Delta Task)
    421     Must be imported     SAPK-603DTINSAPAPPL     SAP_APPL 603 Upgrade: Meta-Commandfile (Delta Task
    422     Must be imported     SAPK-603DUINEAAPPL     EA-APPL 603 Upgrade: Meta-Commandfile (Delta Task)
    421     Must be imported     SAPK-603DUINSAPAPPL     SAP_APPL 603 Upgrade: Meta-Commandfile (Delta Task
    422     Must be imported     SAPK-603DWINEAAPPL     EA-APPL 603 Upgrade: Meta-Commandfile (Delta Task)
    421     Must be imported     SAPK-603DWINSAPAPPL     SAP_APPL 603 Upgrade: Meta-Commandfile (Delta Task
    421     Must be imported     SAPK-603DXINSAPAPPL     SAP_APPL 603 Upgrade: Meta-Commandfile (Delta Task
    422     Must be imported     SAPK-603DZINEAAPPL     EA-APPL 603 Upgrade: Meta-Commandfile (Delta Task)
    421     Must be imported     SAPK-603DZINSAPAPPL     SAP_APPL 603 Upgrade: Meta-Commandfile (Delta Task
    Can you please advise how and where to find these ?
    Could not do it in Market Place
    Thanks in advance,
    Jordan

    Actually the windows is Ultimate version and I installed the English language package to convert it into English version Windows. The symptom was improved a little that I can add and delete characters in PDF but still can not "add or edit text box". In addition, every time I try to click the tool "add or edit text box", a message displays "There was a problem reading this document (14)." What does this mean?

  • No chinese language support in new N70 firmware?

    I've just used to Nokia Software updater and it updated my N70's firmware to V5.0616.2.0.3, 24-04-06 RM-84. But now i couldn't see any chinese text...any solution to this? And also now when i try to SMS, It doesn't want to send the message..just stays in the outbox..how come?
    please help..

    You are just talking to other users here, and none of us can answer your question. To convey you views to Apple, use the feedback channel:
    http://www.apple.com/feedback/ipod.html
    Thai is hardly alone in lacking support currently. Others are Arabic, Hebrew, all the languages of India and Pakistan, and all the rest of S.E. Asian including Vietnamese.
    The languages which are supported are listed very clearly in the tech specs for the iPod. If you must have Thai you should buy something else. For the benefit of other readers, perhaps you could recommend a similar device with good Thai support?

  • Chinese language support

    Hi, I'm a new Mac user. I'm having trouble reading simplified and traditional Chinese characters using both Safari and Firefox.
    I also am not sure the overall Chinese input system on the Mac. I've enabled it and can change into that "mode" to write pinyin, but it's not user-friendly at all.
    Any help on either question would be very much appreciated.
    Thanks!
    MacBook   Mac OS X (10.4.7)  

    Hi, I'm a new Mac user. I'm having trouble reading
    simplified and traditional Chinese characters using
    both Safari and Firefox.
    You should have no problems reading websites. Can you provide the url of some that do not display correctly for you? If necessary, you can try different Chinese encodings via View > Text Encoding.
    I also am not sure the overall Chinese input system
    on the Mac. I've enabled it and can change into that
    "mode" to write pinyin, but it's not user-friendly at
    all.
    There's an entire site devoted to the details of using the Chinese IM here:
    http://www.yale.edu/chinesemac
    Feel free to ask further here or on the chinesemac mailing list if you have more specific questions.

  • Need to design the database design to support Chinese language

    Hi,
      can anybody give me suggusstion to redesign the SQL Server 2008 R2 database with chinese language support for existing database with varchar datatype (Non- Unicode Data Type)
    Thanks
    Pari

    You have to use NVarchar. Here is the script. During Select also you need N in the string
    set nocount on
    go
    USE master;
    GO
    IF DB_ID (N'MyOptionsTest') IS NOT NULL
    DROP DATABASE MyOptionsTest;
    GO
    CREATE DATABASE MyOptionsTest
    COLLATE Chinese_Taiwan_Stroke_CI_AS;
    GO
    use MyOptionsTest
    go
    IF OBJECT_ID('jj1') IS NULL
    begin
    create table jj1 (name nvarchar(45))
    end
    go
    go
    insert into jj1
    select N'我家己人有淡薄無爽快。'
    insert into jj1
    select N's省城话; t省城話'
    insert into jj1
    select N'微软数据库'
    insert into jj1
    select N'你叫什么名字?'
    insert into jj1
    select N'歡迎!/ 不用謝!/ 不客氣!'
    insert into jj1
    select N'我想18號坐飛機到倫敦'
    select * from jj1
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

Maybe you are looking for

  • Settings for capture excise invoice in MIGO and other settings

    Hi,   For excise invoice capture and post procedure which we are following is as follow 1 : For Local Excise invoice      After receving goods from Vendor  first we are Doing J1IEX Part 1,  Capture excise invoice  after saving this we are getting par

  • Same Skype Account on Multiple Devices

    I hope I am posting this in the right place. So I have a Skype program running on my Macbook and had the app running on my iTouch. For both devices I was logged in with the same Skype account. I really didn't like how things were going for the Skype

  • Development of new functionality

    We have a requirement where we need to create a new functionality called 'Purchase Proposal' . This will be created with reference to either a shopping cart, a Bid or Live auction and will be referred while creating a PO in SRM. I am using the follow

  • Migration from ODI 10.1.3.5 to ODI 11.1.1.7 RCC issue

    SRC_SET is used, but possibly not needed, as both the source and target Datastores are on the same Data Server I am getting this issue when i ran RCC can i know why this error occurred and what is solution to remove this error. Thanks

  • Printing Problem in New Page Format

    Hi Everybody,               I have an issue lying  long time in my Company.         Abap person asked me to create a new page format with new page sizing and all. i created it. this is actually for Voucher printing which does not require A4 size. so