Which device type support Unicode printing ?

Hi all,
Do you know which cascading font device types support Customer-defined true type fonts ?
I use HP LaserJet printer. I've imported ZSWINCF device type in to SAP system and installed some true type fonts required for my report. It's able to print <b>Unicode </b>text in ABAP List but unable in SAPScript/Smartform printing.
I also try to use ZHPUTF8 or HPUTF8, and install these fonts. But i've problem in printing out.
Do you know how to resolve this problem ?
Thanks,
Best regards,

Hi
see this OSS notes may be useful
OSSNote:960341
Symptom
In some device types (e.g HPLJ4, HPLJ5) you experience non-uniform character spacing in the PDF document after the PDF conversion of SAPscript or Smart Forms documents, using HELVE or TIMES fonts. You want to know the reason.
Other terms
CONVERT_OTF, SAPscript, Smart Forms
Reason and Prerequisites
The problem is not due to an error in the PDF converter but due to the fact, that the printer font, underlying the device type (e.g. Univers or CG Times in PCL-5 device types), is not available for the PDF converter and is either not available in Adobe Reader. The PDF converter has to try to simulate the layout of the printer font by means of a font which is predefined in Adobe Reader. This is done by assigning the letter widths of the printer font to the font used in Adobe Reader.
The PDF file contains a table with letter widths, used by Adobe Reader in the output of text, for each used printer font (except PostScript fonts).
Example:
%Charwidth values from HP4300 HELVE 060 normal
/Widths
[ 278 333 500 633 633 1000 758 333 333 333 633...
Adobe reader converts this width table, by modifying the space between each character, so that the specified letter width (= space between the current and the next letter) is kept.
This 'Simulation' of printer fonts results in the sometimes visible irregular spaces in PDF.
The PDF converter always uses the Helvetica Adobe PostScript font for the display of HELVE and the Times Roman Adobe PostScript font for the display of TIMES. However, for these Adobe PostScript fonts, Adobe Reader often uses a Windows TrueType font, which differs slightly from the original PostScript font.
Solution
Workaround: Use the POST2 PostScript device type or the PDF1 PDF device type for the PDF conversion of documents in the Latin-1 character set. They both use the Adobe PostScript fonts Helvetica or Times Roman for the HELVE/TIMES printer fonts.
Header Data
Release Status: Released for Customer
Released on: 30.06.2006  12:44:06
Priority: Recommendations/additional info
Category: Consulting
Primary Component: BC-CCM-PRN Print and Output Management
Secondary Components: BC-SRV-SCR SAPscript
OSS Note: 776507
Symptom
Documents printed via SAPscript or SmartForms do not print with correct special characters, e.g. ### prints instead of Japanese or Russian characters. What to do?
Other terms
SAPscript, SmartForms, printing, device types, OTF
Reason and Prerequisites
Help required to choose proper fonts in a SAPscript or SmartForm
Solution
When using SAPscript or SmartForms to print (or email or fax) a form from a business application, many factors influence the outcome of the actual text within the form. All these factors must be checked in order to ensure a correct printout:
1) The language version of the form used to produce the printout.
Example: If you want to print a French invoice, you need to have a FR version of your SAPscript or SmartForms invoice form RVINVOICE01. And the application program must specify the corresponding language key (FR) when calling the SAPscript or SmartForms API.
2) The font selections specified in the form (possibly also in a SAPscript style or SmartStyle used in a form).
Example: In a SAPscript form or a SmartStyle you need to specify HELVE if you want to print German text in Helvetica (or similar) font. If you want to print Japanese text, HELVE is not a valid choice but you need to specify a Japanese font like JPMINCHO in your Japanese form.
3) The output character set of the device type
Every printer in transaction SPAD has a "device type" assigned. Device types used by the spooler for printing support only one single specific output character set. All text from the form has to be converted (using SAP's built-in character conversion mechanism) to this output character set.
A character set can typically support either a single language (e.g. Shift-JIS which supports only Japanese) or a set of languages (e.g. ISO 8859-1, which supports Western-European languages). It is possible that a given language (such as German) can be supported by several output character sets, e.g. you may use either ISO 8895-1 (Latin-1) or ISO 8859-2 (Latin-2) to represent German text. This is so because both character sets contain the special characters used in German.
Example: HPLJ4000 is a HP LaserJet device type supporting the ISO 8859-1 (Latin-1) character set. ISO 8859-1 can be used to represent e.g. Dutch, English, French, German, Spanish, Swedish but NOT Russian or Japanese.
As a consequence, it is ok to use HPLJ4000 to print English, German French etc. but not for Japanese or Russian.
4) The set of available printer fonts for a given device type
When formatting a document, SAPscript and SmartForms perform an automatic mapping of the font definitions in the form (e.g. "HELVE 14 point bold") and the available printer fonts of the device type. A replacement printer font is chosen, should the specified font selection not be available in the device type. Now this replacement can be problematic if a language-specific font, such as Chinese CNSONG, is specified in a form and it gets replaced by a font which does not support this language, e.g. COURIER.
To solve this problem, font families in SE73 have language attribute assigned, e.g. some fonts are characterized as being suitable only for certain languages. And when a replacement has to be chosen because the original font from the form is not available in the device type, a replacement font is chosen which has the same language attributes.
If no fonts for the language in question exist in the device type, the resulting font will not be able to print the special characters and you will see "wrong" output characters in the printout.
Note on SAPscript/SmartForms Print Preview:
The OTF Print Preview available in Windows GUI (e.g. from transaction SP01) will sometimes not show the "wrong" characters which appear on the final printout. Here is the reason: since the Print Preview runs in Windows environment, it will use Windows fonts to represent the actual printer fonts. A Windows font typically has more available characters (i.e. covers more character sets) than are actually available in a printer's resident font.
A typical example where the Print Preview will differ from the printout is here: if you have a Chinese PCL5 printer such as CNHPLJ4 and use the Western Latin font COURIER in your document, the print preview will show you Chinese characters if you (by accident) tried to format Chinese characters in COURIER font. This is because Windows will automatically choose a font that can output Chinese characters (which is actually not Courier). But when you print the job on an actual PCL5 printer with resident Western and Chinese fonts, the Courier font will not print any Chinese characters but Western special characters instead, because the printer's resident Courier font does not include Chinese characters.
Rule of thumb: all Asian device types (e.g. CNHPLJ4, JPHPLJ4, JPPOST, KPHPLJ4) support not only Asian fonts but also COURIER, HELVE and TIMES fonts. But these Latin fonts can only be used to print English text, not Chinese/Japanese/Korean characters.
Which fonts are suitable for a given language?
Language(s):            Font family to use in a form:
Latin-1 (Western Europe/Americas) *******
DE,EN,FR,ES,NL,SV       COURIER, HELVE, TIMES
                        (LETGOTH, LNPRINT)
Latin-2 (Central Europe) ****************
PL, CZ                  COURIER, HELVE, TIMES
ISO 8859-4 (Baltic) *********************
ET, LT, LV              COURIER, HELVE, TIMES
ISO 8859-5 (Cyrillic) *******************
BG, RU, SR, UK          COURCYR, HELVCYR, TIMECYR
ISO 8859-7 (Greek) **********************
EL                      COUR_I7, HELV_I7, TIME_I7
ISO 8859-8 (Hebrew) *********************
HE                      COURIER, HELVE, TIMES
ISO 8859-9 (Turkish) ********************
TR                      COURIER, HELVE, TIMES
Simplified Chinese **********************
ZH                      CNHEI, CNKAI, CNSONG
Japanese ********************************
JA                      JPMINCHO, DBMINCHO, DBGOTHIC
Korean **********************************
KP                      KPBATANG, KPDODUM, KPGULIM
                        KPGUNGSE, KPSAMMUL
Traditional Chinese *********************
ZF                      TWDPHEI, TWMING, TWSONG
Thai ************************************
TH                      THANGSAN, THDRAFT, THVIJIT
Arabic (Unicode systems only) ***********
AR                      ANDALE_J
Verify your output by examining the OTF data
When analysing printing problems of this type, be sure to check the OTF data which gets produced by SAPscript or SmartForms. OTF or "Output Text Format" is the intermediate page-description format generated from SAPscript or SmartForms. OTF will contain the final printer font names and character set/language identifiers which help to solve the problem. OTF will even name the form and the language of the form used to create the output.
The easiest way to do this is to create a spool request from your application, run transaction SP01, use menu
Goto->Display Requests->Settings
and choose
Display Mode: Raw
Now display your spool request. If this is a SAPscript or SmartForms spool request, you will see OTF data. Each line represents one OTF command, every command starts with a 2-character cmd identifier and possibly some cmd parameters follow.
Here is an excerpt from a sample OTF file where we highlight the most interesting commands:
//XHPLJ8000    0700 00000000001
IN04EALEXTEST_ZEBRA
IN05%PAGE1
OPDINA4  P 144  240 1683811906000010000100001
IN06%WINDOW2
MT0024401289
CP11000000E
FCHELVE  120  00109XSF100SF101110000067E X
UL +0000000000000
SW00067
CT00000000
ST0453037Dieses SF hat Stil ALEXTEST_ZEBRA mit
The 1st line with the // (Control) command reveals the device type usedto print: HPLJ8000
//XHPLJ8000    0700 00000000001
The 2nd line (IN = Info command) shows the name and (internal 1-char)language key of the form:
IN04EALEXTEST_ZEBRA
In this case it is the English (E = EN) SmartForm ALEXTEST_ZEBRA
The OP-line (OP = Open Page) gives the page format used in the form, it is DINA4 Portrait orientation:
OPDINA4  P 144  240 1683811906000010000100001
The CP (CodePage) cmd shows the SAP system codepage used to code the text and the active language. In our case it is codepage 1100 and language E = EN = English.
CP11000000E
Finally, the FC-cmd (Font Call) lists a printer font selected within SmartForms. Please note that every SmartForm has a designated default SmartStyle under "Form Attributes->Output Options". In addition, every text node can have a SmartStyle attached (which will override the definitions from the default style for the text). In our case the resulting printer font that was selected is HELVE 12.0 pt bold-off, italic-off.
FCHELVE   120  00109XSF100SF101110000067E X
Header Data
Release Status: Released for Customer
Released on: 22.08.2005  09:57:20
Priority: Recommendations/additional info
Category: Customizing
Primary Component: BC-CCM-PRN Print and Output Management
Secondary Components: BC-SRV-SCR SAPscript
BC-SRV-SSF Smart Forms
<b>Reward points for useful Answers</b>
Regards
Anji

Similar Messages

  • ZHANWIN device type does not print Korean characters

    Hi All,
    We are trying to print smart forms containing Chinese,Taiwanese and Korean characters from our ECC 6.0
    As per SAP Note 1038413 - Unicode SAPWIN device type for CJK fon, we used the device type ZHANWIN to print smart forms for these characters. 
    But with this device type we are unable to print smart forms with Korean characters. But as per the note, it has to support Korean characters too.
    Please help with this issue.
    Thanks and Regards,
    Subashree

    Hi Subashree,
    it is likely that the problem with ZHANWIN is related to the font used in the form. if you want to print Korean characters via ZHANWIN, you need to specify a Korean font like KPBATANG for the Korean characters in the form. Then this will be mapped to a suitable windows font in windows. If you chosse e.g font COURIER , it is mapped to windosw font Courier New which does nto contain the Korean characters.
    For SWINCF or SWINCFCK the font in SAP is not so impertant. The mapping of the characters in windows is based on the Unicode character range. So as Nils said, SWINCFCK should work regardless of the font in the SAP form.
    Regards,
    Aidan

  • Need proper device type for Xerox printer "WorkCentre 5755. 5775, 5790"

    Hi ,
    Could anybodies suggest the proper device type for *"Xerox printer "WorkCentre 5755. 5775, 5790".
    Thanks
    Regards
    Priyabrata Mishra

    Hi Sujit,
    I need he information about the device types for these printer models
    Work Centre 5755/5775/5790
    Please suggest if there is any compatible device types available in the given link by you. I have already downloded all the device types from this link but there is no device type information for these mentioned printer models above. Please suggest
    Thank you so much for giving your valuable time
    Regards
    Priyabrata

  • Adding a device type in SPAD - Printer installation

    Hi,
    For installing a new HP 9050 printer we do not have device type HPLJ9050 listed in SPAD. Please explain me how could we update it?

    Hi,
    Please check below link and Notes
    For Device types for HP
    http://h20338.www2.hp.com/enterprise/cache/37011-0-0-0-121.html
    FOr How to Install Device Type:
    1. http://h71028.www7.hp.com/enterprise/downloads/HPPrinterSAP-DT2008.pdf
    2. Note 1036961 - Device type selection wizard in transaction SPAD - check document selectdevtype_wizard.pdf
    If you still do not find the device type for printer check Note 1100779 - Participants in the SAP Printer Vendor program. If the printer vendor is a gold-level member of the SAP Printer Vendor program, open a customer message on component BC-CCM-PRN-DVM
    Thank You,
    Praveen

  • Device type for Toshiba printer TECB431

    Hi,
    I have to print DHL labels onto printer TECB431 (Toshiba). I used SAPWIN device type to configure it but the problem is that printer is not feeding the paper whilst multiple page are to be printed. If the spool has only one page, than it prints fine.
    Can anybody please suggest the correct device type to be used with this printer.
    Thanks in advance !

    Hi,
    As per your query pls check the same in your windows machine. If you are getting cont. printing on windows machine then you will get the same in the sap also. Pls check the same configuration in other printer who is installed in your sap and working fine. This is realted to printer configuration or installaiton configuration in SPAD.
    Anil

  • Trying to set Harmony 900 remote with Apple TV - Which device type to I select?

    When trying to add a device within the Harmony software on my iMac, which device tpe to I choose for the Apple TV?

    I found the answer here:  http://apple.stackexchange.com/questions/68301/how-do-i-set-my-logitech-harmony- remote-to-control-my-apple-tv
    briefly it is: Computer-> Media Center PC -> Apple -> Apple TV

  • Alaska 4G data device type support, phones with 4G included?

    Today is the big day; VZW officially fired up 4G data in AK yet aside from a couple of blips over the past year logged on my phone which I assume were testing, the phone isn't indicating the presence of 4G data. Is the 4G access limited to non-telephone devices until the roll-out of voice services?

    That conflicts with information I received on a (long) call to  VZW Technical Support. According to the information I received, the service in Alaska is data only at this point in time with no plans to provide voice service until mid-late 2014. The net effect is that tablets, hotspots and other data-only devices will operate on the newly enabled LTE data network, but telephones are relegated to roaming 3G on the incumbent LEC's network. The vague but plausible reason I was given is that a phone can only associate with one network/tower at once.
    Net effect: VZW phones in AK will continue to roam on ACS's network.

  • Search device Type for Printer Ricoh Aficio BP20n

    Hi does anyone knows a Device type for the printer
    Ricoh Aficio BP20n
    I looked the sNOTE 8928 which routes me to sNOTE 485240.
    but "485240" does not exist.
    Notes with device types for Gestetner and Savin are not listening the BP20n printer.
    "Savin" is a US subsidiary company from Ricoh.
    greets chris

    Hi Christian,
    That's strange, I could see note 485240: Device types supplied by SAVIN
    <a href="https://websmp204.sap-ag.de/form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=485240&_NLANG=E">https://websmp204.sap-ag.de/form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=485240&_NLANG=E</a>
    Symptom
    The printer manufacturer SAVIN supplies SAP with the following device types. These device types are produced, maintained and supported by Ricoh.
    Should you encounter problems while you are using these device types in SAP, do not direct them to the SAP Support hotline. Instead, use the support addresses of the SAVIN Corporation listed below.
    Other terms
    Device type, SAVIN
    Reason and Prerequisites
    Detailed information on the SAP device types supplied by the printer manufacturer SAVIN.
    Solution
    The following products are supported by the SAVIN device types:
    Multi-functional Devices
    - 4015/4018/4018d
    - 8016/8020/8020d
    - 9922DP/9927DP *1
    - 2522/2527
    - 4022/4027
    - 8025/8030
    - 8025e/8030e *2
    - 9935D/9935DP/2035DP/9945DP/2045DP *1
    - 2535/2235/2545/2245
    - 4035/4135g/4045/4145g
    - 4035e/4135eG/4045e/4145eG
    - 8035/8045
    - 8035e/8035eg/8045e/8045eg *2
    - 2055DP/2070DP Type700
    - 2555
    - 2560/2575
    - 4051/4060/4075
    - 8055/8065/8075 *2
    - 2085DP/2105DP Type850
    - 2585/25105 Type850
    - 4090/40105 Type2105
    - 8090/8110/8135 *2
    - C2408/C2524/C3210/C2532
    - C2525/C3030 *2
    - C2820/C3224/C3828
    - C2410/C3210e
    - C2824/C3528/C4535
    - C3535/C4540 *2
    - C6045/SDC555
    Printers
    - SLP26/SLP26n
    - MLP26/MLP26n
    - MLP25/MLP25n
    - MLP28/MLP28n
    - SLP32
    - MLP32/MLP35n
    - MLP45
    - MLP145 *2
    - CLP1620
    - CLP22
    - CLP1036
    - SLP38c
    - CLP28
    - CLP35
    - CLP17
    - CLP18
    - CLP831
    - CLP26DN
    - CLP27DN/CLP31DN *2
    - MLP75n
    - MLP175n *2
    - CLP128/CLP135
    SAP device types ZA001vvv (Latin-1)/ZA002vvv (Latin-2)
    These device types support the above-mentioned printers and multi-functional devices. You can download them from the Internet sites listed under "Support".
    Latin-1 (Western Europe) supports the following languages:
      English, German, French, Italian, Spanish, Portuguese, Dutch, Swedish, Norwegian, Danish, Finnish
    Latin-2 (Eastern Europe) supports the following languages:
      Hungarian, Polish, Czech, Croatian, Romanian, Slovak, Slovenian
    The ZA001vvv/ZA002vvv device types support the following functions:
    Input bin / Output bin
    Stapling & Hole punching
    Paper type
    Duplex printing
    Job offset
    Resolution
    Number of Copies & Collation
    EconoMode / Toner saving
    Auto tray change/switching
    Edge enhancement/Smoothing
    Paper size
    Orientation
    Character set / Symbol set
    Color printing
    Slip sheet
    Edge-to-edge mode
    *1: Does not support bar code printing and OCR typefaces.
    *2: Supports Unicode printing.
    For more information, download the customer documentation from the Internet sites listed under "Support".
    Support:
    Telephone: 1-800-RICOH(74264)-38
    Internet: http://www.savin.com/
    Download: http://www.savin.com/savin/savin_com.nsf/SupportDrivers/

  • Device Type to print Vietnamese Characters

    Hi Gurus,
    I can print Vietnamese characters in a laser printer using the device type SWINCF and Access Method F (Frontend printing).
    Now I want to print using Access Method U (Print using Berkeley Protocol) in a network printer (located overseas). I am using a unicode device type ZHPUTF8F because our SAP system is running under Unicode (ECC 6.0). Unfortunately the printout for the Vietnamese characters are wrong (garbage characters). Is it possible to print Vietnamese characters using a device type other than SWINCF? The printer model that I am testing with is HPLJ 4250.
    One more thing, we will be needing to print using a dot matrix printer. Is there a specific device type that can print Vietnamese characters for dot matrix printer (e.g. Printronix)?
    Thanks,
    Andre

    Hi Andre,
    did you check SAP note 750219 that all listed prerequisites are met ?
    Regarding other printers and Unicode support, please have a look at:
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1015a496-94d5-2b10-3c8e-845ff55480c0
    or apply SAP note 1036961.
    Best regards,
    Nils Buerckel
    SAP AG
    Edited by: Nils Buerckel on Mar 19, 2010 5:09 PM

  • Adding new printer Device Type

    Hi Friends,
    we have a new printer. now we don't have the exact device type matching the printer(Xerox Workcentre 7232). i visited xerox website and their i found a exact device type. Now my question is
    1) If i install this new Device Type at saplevel does it overwrite any existing devicetypes at sap level.
    2) Do we have any device type which matches this printer.
    Thanks,
    Vijay

    follow note 8928       List of supported printers/device types
    note 635230       Xerox SAP PCL and PostScript Device Types
    note 6427       Information about device type upload/download
    cheers,
    -Sunil

  • Printing problem: device type?driver?

    Hello friends.
    There is a Smartfrom "Transfer Order label" that contains some plain text and also bar code (new bar code technology). Printers Epson LQ-1900KII are used.
    While printing if the user selects LOCL printer (of device type SAPWIN, frontend printer), then in frontend, in Windows selects the proper "LQ-1900KII", the Label is printed correctly with bar code. So phisycally the printer can print the label correctly.
    Now we need to create in SAP logical printer, that is assigned directly to the proper "LQ-1900KII". I tried the standard epson device type 'EPESCP', but it supplies only several font-sizes and doesn't supply new bar codes. So the label is printed, but the size of characters is incorrect and the bar code is not printed at all.
    Do you have any ideas regarding which device type can I use? Or if I need to create a new one, than with wich driver?
    Thank you.

    Hi,
    please look at this
    [http://help.sap.com/saphelp_nw70/helpdata/EN/d9/4a956151ea11d189570000e829fbbd/content.htm]
    New device type
    [http://help.sap.com/saphelp_nw70/helpdata/EN/d9/4a956e51ea11d189570000e829fbbd/content.htm]
    Regards,
    Muralidhar

  • Does the printer models "Canon  IR 2016 URF ll LT" support SAP printing?

    HI All,
    Does the printer models "Canon  IR 2016 URF ll LT" support SAP printing?
    What is the device type we need select SPAD configuration..
    I have checked all the possible device type ,there is no physical output has received .
    but in SP01 status.."completed". Which  device type should i select SAP..
    Reagrd
    Jagadish

    Dear Jagadish,
    Did you try with CAN22 : CANON iR 2200.
    Regards,
    Naveen.

  • Sap Device Type for Canon IR3035N

    Hi there,
             I am printing remittance advice notes on a canon ir3035n printer. The output looks fine in the spool file but when you print the output some of the text is printing with a large amount of spacing between the words. The sap device type that is being used is SAPGOF. I am guessing that this maybe the cause of this and was wondering has anyone else used the Canon IR3035n and experienced similar problems? I was going to attempt to use a different device type but am unsure of which device type to use.
    Is there a specific device type available for use with this printer? Failing that, does anybody know of a generic Canon device type which I can select from the list of devices types available from transaction SPAD?
    Any help would be appreciated.

    Hi
    Pls refer to OSS note
    Note 1069132 - CANON: List of supported printers/device types
    It may give some idea.
    I hope IR3035N - IR stands for Image Runner.
    In the Note search for 3035, you may get some idea
    Pls take opinion from SAP / Basis before implementing the note
    Regards
    Madhan D

  • SPAD: Device type to be selected for 'HP Laser Jet P2055dn'

    Hi,
    Recently we were asked to configure 'HP Laser Jet P2055dn' as the cheque printer in our landscpe.
    While configuring the printer, I have a doubt of the Device Type to be selected in SPAD settings.
    Could you please suggest me which Device Type to be selected for this printer
    Below are the details of the Printer provided o me by the infrastructure team:
    HP Universal Printing PCL 5:  'HP Laser Jet P2055dn' with a Troy badge on it
    Regards,
    Manish Sharma

    Hello,
    Try using HP Laserjet 4 series PCL-5 driver for the printer you have mentioned.
    Otherwise you can customize your own drivers with needed controls, formats, etc macthing the cheque printing.
    Regards,
    Yoganand.V

  • Device type for HP Officejet 7700

    Good Day;
    I have a problem with SAP priniting on HP officejet 7700(color All in one). Its not printing with SAPWIN default . I used device type HP laser jet 1160 and its printing fine( only black and white).
    I am looking to get the colour print out. I have searched for getting the matching device type for this printer , and am not winning.
    I have the SAPNOTE mentioning the list of SAP supported printers and device type ,  this printer is not in the list.
    Your help is highly appreciated .
    Regards
    Seethy

    Hi ;
    I tried to create a device type using SPAD and just copy the parameters and print controls from other device type HP laserget 1160. But its not working. Should I copy the drivers from OS level? Please assist me in creating a new device type.
    Your help is much appreciated.
    regards
    seethy

Maybe you are looking for

  • Updated itunes and now can't open it

    I updated a new itunes version and now, when I try to open it, I first get a new licensing agreement page, and then an error message that tells me that I don't have enough memory to open itunes. The only thing that's changed since I last used itunes

  • Firewire Solution? USB To Express Card Adapter Cable + Firewire Expresscard

    Has anyone tried this as a possible solution for getting firewire on their macbook 13.3 unibody? In theory it would seem that you could use this USB To Express Card Adapter Cable and plug in a firewire expesscard. Anyone tried it? http://usb.brando.c

  • Implementation of BADI BBP_ECS_PO_OUT_BADI in SRM. and BBP_PO_INBOUND_BADI

    Hi All, Facing a problem in BADI can u please help me out... I am implementing sourcing dashboard. I am facing problem while implementing the badi BBP_ECS_PO_OUT_BADI in SRM. and BBP_PO_INBOUND_BADI in R3. i have written following code in BBP_ECS_PO_

  • Vista Service Pack 1 breaks ability to join OSX 10.5 Server OD? (samba)

    Can anyone confirm or deny this problem: Vista SP1 is unable to join an OSX 10.5 server OD (samba domain). Vista pre SP1 worked fine if you changed the LM authentication level to "use NTLMv1 and NTLMv2", but now that hack does not work anymore. Does

  • More than 1 ipod on a computer

    My daughter is getting an Ipod nano. We have one computer. Can there be two seperate itunes libraries on one computer? Thank you for any information.