Boxes getting Printed for Language Printout

Hi SDN,
Im trying to print few details in the Korean Language from an SAP Script. I have made the changes to the existing script and the Print Preview comes perfectly fine.
When I take the Print Out from the Spool Request, blank boxes get printed instead of Korean Language Text. Im using the Unicode Printer
Can anyone help me out with this.
Thanks and Regards,
Manu Kapur

Hi
First of all Welcome to SCN Forum
Please check wheather any subroutine has been assigned to the output type access sequence.If the problem is with printout only then check the Logical destination that has been maintained in VV32 for those 3 customers.In VV32 for those 3 customers check wheather Release Immediately has been checked or not. Before reprocessing it go to VF02 and check on determine analysis
Regards
Srinath

Similar Messages

  • Boxes get Printed

    Hi SDN,
               Im trying to print few details in the Korean Language from an SAP Script. I have made the changes to the existing script and the Print Preview comes perfectly fine.
            When I take the Print Out from the Spool Request, blank boxes get printed instead of Korean Language Text.
    Can anyone help me out with this.
    Thanks and Regards,
    Manu Kapur

    Hi,
    It means that your printer doesnot support the korean font.
    Try printing on some printer which supports it.
    To find such a printer - go to transaction SPAD
    click on Output Devices button
    find the device types starting with KPHPLJ4.  This is the standard device type for korean fonts.  Use the printer to which it is attached, this shall solve your problem.
    <b>Reward if useful</b>
    Regards,

  • Invoice is not getting printed for particular 3 customers

    Hi,
    When user is printing the Invoices, only for specific 3 customers it is it not getting printed automatically, but the output is shows success with green. When they re process it manually, it is printing successfully for the same printer.
    1. Printer setup is checked it is correct
    2. There are two outputs one is External send (E-mail) and one is Printout.
    3. The problem is with only the Printout, where as the external send (E-mail) is sent successfully.
    Help me out in this issue...
    Thanks
    BP

    Hi
    First of all Welcome to SCN Forum
    Please check wheather any subroutine has been assigned to the output type access sequence.If the problem is with printout only then check the Logical destination that has been maintained in VV32 for those 3 customers.In VV32 for those 3 customers check wheather Release Immediately has been checked or not. Before reprocessing it go to VF02 and check on determine analysis
    Regards
    Srinath

  • Vendor Address not getting printed properly in cheque printing.

    Hi
    While printing the vendor address for the cheque printing, for certain vendors the street no. is not getting printed & for certain vendors PO Box is not getting printed.
    In the program we are fetching vendor address from REGUH table & then passing onto the global variables which are being used in the script & data is there in the database table for both street & PO Box number.
    The code in the script is as follows:
    /:           ADDRESS PARAGRAPH UH TYPE '3'
    /:             TITLE    &W_ANRED&
    /:             NAME     &W_ZNAME1&,&W_ZNAME2&,&W_ZNAME3&,&W_ZNAME4&
    /:             STREET   &W_ZSTRA&
    /:             POBOX    &W_ZPFAC& CODE &W_ZPST2& CITY &W_ZPFOR&
    /:             POSTCODE &W_ZPSTL&
    /:             CITY     &W_ZORT1(28)&
    /:             COUNTRY  &W_ZLAND&
    /:             FROMCOUNTRY &W_LAND1&
    /:             ADDRESSNUMBER &W_ZADNR&
    /:           ENDADDRESS       
    Can anyone please let me know, what could be the possible reason for this?

    you can tyr with TYPE '1' or TYPE '2'
    : ADDRESS PARAGRAPH UH TYPE '3'

  • Output type is not getting triggered for ship to party in shippment output

    Hi,
    we have maintained output determination procedure for shipments. It was working fine.
    We have just added new condition table to access sequence, and maintained the condition records also for condition type ZABC. I have checked in NACE, Application V7, I am able to find the condition type. checked in VV73, condition records displayed. But in VT02N/VT03N, we are unable to get print for  the output type.
    Why this is happening? we are able to see the procedure, condition type, access sequence, condition records in place ...why condition type ZABC is not getting triggered in the shipment output.
    Please advise and let me know if you need more details....thanks in advance.
    Thanks,
    SS

    Hi Noel,
    Thanks for your time and reply.
    We have output determination procedure for shipments, condition type ZABC, Access sequence ZABC, Condition tables 550,600,650,700 already maintained. output is working fine.we have a new requirement and created new condition table 700 with the fields" Ship to party and transportation planing point "(Condition table 700 ). we assigned the condition table 700 to access sequence ZABC. Condition type  ZABC already placed in Output determination procedure.
    We test the output, new condition record is not triggering in the output, even in output determination analysis also, we are unable to see the record 700 for the condition type ZABC. we are not sure what is the reason for the condition table that  is not picking up ? Why condition type ZABC with condition record 700 not visible in output determination analysis.
    I have checked condition records, output determination procedure. Please advise and let me know you need more details.
    Thanks,
    SS

  • Sequence of inputText boxes getting misaligned when page is rendered second

    Hi All,
    I'm facing an issue where the inputText boxes on my page get's misaligned when the page is rendered second time.In my application i'm selecting a product and adding it to my cart.Then on doing checkout, for the guest users, registartion page(jspx) is rendered.When i click "cancel" button on registration page then i'm redirected to select another product and follow the same flow.But when registration page is rendered second time the sequence of inputText boxes gets changed.For example
    Sequence when Page is rendered First time
    FirstName
    Middle Name
    LastName
    MobileNo
    When page is rendered second time
    First NAme
    LastName
    Mobile No
    Middletname
    All these textBoxes are in a <af:panelForm .
    Please suggest a solution.I'm using 10g.

    <af:regionDef var="contacts">
    <af:panelForm labelWidth="16%" maxColumns="2" rows="4" width="100%"
    partialTriggers="compId335 tdnothercheckbox compId333 compId328 compId349 compId334 compId355">
    <af:selectOneChoice id="compId351" value="#{bindings.MM.inputValue}"
    inlineStyle="width: 125px"
    binding="#{typeChange.mr_msSelecOneChoice}"
    rendered="true" immediate="true"
    required="#{!RegistrationIdtypeChange.tdnRegPprFlag}"
    label="#{messageBean['REG_MM']}">
    <f:selectItems value="#{bindings.MM.items}"/>
    </af:selectOneChoice>
    <af:inputText id="compId335F"
    label="#{messageBean['FIRST_NAME']}"
    immediate="true"
    inlineStyle="width: 125px" maximumLength="50"
    required="#{!IdtypeChange.tdnRegPprFlag}"
    value="#{bindings.FirstName.inputValue}"
    validator="#{ValidationsBean.FirstNameValidator}"
    binding="#{IdtypeChange.firstNameInputText}"/>
    <af:inputText id="tdncompId336"
    label="#{messageBean['MIDDLE_NAME']}"
    inlineStyle="width: 125px" maximumLength="50"
    value="#{bindings.MiddleName.inputValue}"
    validator="#{umValidationsBean.MiddleNameValidator}"/>
    <af:inputText id="compId337"
    label="#{messageBean['LAST_NAME']}"
    inlineStyle="width: 125px" maximumLength="50"
    immediate="true"
    required="#{!RegistrationIdtypeChange.tdnRegPprFlag}"
    value="#{bindings.LastName.inputValue}"
    validator="#{umValidationsBean.LastNameValidator}"
    binding="#{RegistrationIdtypeChange.lastNameInputText}"/>
    <af:inputText id="compId338"
    label="#{messageBean['EMAIL_ADDRESS']}"
    immediate="true"
    inlineStyle="width: 125px" maximumLength="100"
    required="#{!RegistrationIdtypeChange.tdnRegPprFlag}"
    validator="#{umValidationsBean.emailValidator}"
    value="#{bindings.EmailAddress.inputValue}"
    binding="#{RegistrationIdtypeChange.emailInputText}"/>
    <af:inputText id="compId339"
    label="#{messageBean['ALTERNATE_EMAIL']}"
    maximumLength="100"
    validator="#{umValidationsBean.emailValidator}"
    value="#{bindings.AlternateEmail.inputValue}"/>
    <af:inputText id="compId343"
    label="#{messageBean['MOBILE_PHONE']}"
    immediate="true"
    inlineStyle="width: 125px" maximumLength="10"
    value="#{bindings.CellPhone.inputValue}"
    required="#{!RegistrationIdtypeChange.tdnRegPprFlag}"
    validator="#{ValidationsBean.MobileNoValidator}"
    shortDesc="Enter 10 digit mobile number."
    binding="#{RegistrationIdtypeChange.mobNoInputText}"/>
    <af:inputText id="compId342"
    label="#{messageBean['UM_HOME_PHONE']}"
    inlineStyle="width: 125px" maximumLength="10"
    value="#{bindings.HomePhone.inputValue}"
    shortDesc="Enter 10 digit phone number.for e.g. 0224283738."/>
    <af:inputText id="compId344"
    label="#{messageBean['UM_WORK_PHONE']}"
    inlineStyle="width: 125px" maximumLength="10"
    value="#{bindings.WorkPhone.inputValue}"
    shortDesc="Enter 10 digit phone number.for e.g. 224283738."/>
    <af:selectOneChoice id="compId349"
    value="#{bindings.IDType.inputValue}"
    inlineStyle="width: 125px"
    required="#{!RegistrationIdtypeChange.tdnRegPprFlag}"
    immediate="true" autoSubmit="true"
    label="#{messageBean['UM_REG_IDTYPE']}"
    valueChangeListener="#{RegistrationIdtypeChange.ChangeIdType}"
    binding="#{RegistrationIdtypeChange.idTypeSelecOneChoice}">
    <f:selectItems value="#{bindings.IDType.items}"/>
    </af:selectOneChoice>
    <af:inputText id="compId3499" inlineStyle="width: 125px"
    immediate="true"
    binding="#{RegistrationIdtypeChange.other_Id_Type_InputText}"
    value="#{bindings.OtherDocType.inputValue}"
    label="#{messageBean['REG_OTHER_IDTYPE']}"
    required="#{!RegistrationIdtypeChange.tdnRegPprFlag}"
    partialTriggers="compId349"
    rendered="#{processScope.OtherId=='true'}"></af:inputText>
    <af:inputText id="compId350" immediate="true"
    value="#{bindings.IDInformation.inputValue}"
    inlineStyle="width: 125px"
    label="#{messageBean['REG_IDINFO']}"
    binding="#{RegistrationIdtypeChange.idInfoInputText}"
    required="#{!RegistrationIdtypeChange.tdnRegPprFlag}">
    <af:validator binding="#{bindings.IDInformation.validator}"/>
    </af:inputText>
    <af:selectInputDate id="compId352"
    inlineStyle="width: 125px"
    value="#{bindings.BirthDate.inputValue}"
    label="#{messageBean['REG_BIRTHDATE']}"
    required="#{!IdtypeChange.tdnRegPprFlag}"
    immediate="true"
    validator="#{ValidationsBean.DateofBirthValidator}"
    binding="#{RegistrationIdtypeChange.dobSelectInputdate}">
    <!-- <af:validator binding="#{bindings.BirthDate.validator}"/> -->
    <f:convertDateTime pattern="#{bindings.BirthDate.format}"/>
    </af:selectInputDate>
    </af:panelForm>
    <af:inputHidden id="compId348"
    value="#{bindings.ContactVO1ModId.inputValue}"/>
    </af:regionDef>
    </jsp:root>
    this is a region included in my main page Registration.jspx

  • I need to use flash for language studies, please help

    what to use to get flash for language study?

    Flash is not supported on the iPad - and as Adobe have announced that they are stopping development on all mobile versions of it, it probably never will be.
    Do the sites that you want to use have non-flash versions and/or have their own app in the iTunes app store ? If not then browser apps such as Skyfire, iSwifter, Puffin and Photon 'work' on some sites, but judging by their reviews not all sites.

  • NO PRINTER PREFERENCES DIALOGUE BOX IN CS3 FOR EPSON R2880

    I am running CS3 on a mac OS X and have just bought an Epson printer R2880. I cannot get any dialogue box up that will give me any printer options other than the basic print size, orientation and position on the paper. My only solution so far is to Copy & Paste into Pages where I can access a few more options & get reasonable prints. Has anyone found a way round this ?

    Sorry, Ill expand.
    Its Mac OS/X Leopard. Running Adobe CS3. When I try and print a photo from Adobe CS3, I go to file print which displays a dialogue box (Titled Print). This dialogue box displays many print options e.g. size and orientation , position on the page etc but not a facility i.e dialogue box to select the paper type as an example e.g photo glossy , photo matt etc. These options are available from many of the other programs such as Pages and Easy Print and various other applications. Indeed I can take a photo from CS3 , convert to tiff as an example and print using these options from Easy Print. I would however like to access the full printer settings from CS3. I think this issue has been seen before in the professional range of printers.
    I have spoken to Epson who say their printer and driver is fine as all the facilities work from other apps.
    Adobe support said CS3 didnt support the preferences but to try a forum to see how people get round it. Hence here I am!
    It is very strange that a photo application as advanced as CS3 wont let me choose a paper type for a semi professional printer like the Epson R2880.

  • Am not abl to see check box option for  language

    Hi siebel guru,
    I am doing siebel webclint installation on my windows server.
    But I getting error with language option when I running my installer.
    It asking about select language option but I unable to see any check box for language option. So my installation is not proceeds further steps.
    pls help me out to solve this issue ASAP.
    Regards
    Prabhat
    .

    Hi,
    check if you have the language folders (enu, fra, deu depending on the language packs you downloaded and extracted) in your installation image. they should be created automatically when you run the Network Image Creator.
    So if you do not have the language folders you should re-run the Network Image Creator.
    I am assuming you are talking about installing the Siebel Enterprise (gateway, siebel server and dbsrvr utils).
    let me know if this helps
    @lex

  • Printing to a Windows shared printer, keep getting "Hold for Authentication" when I'm on the Windows shared network and can browse the computers.

    I have had two MacBook Pros now, and this has been an issue in Mountain Lion and Mavericks. I've got a shared printer on the local Windows network (it's a USB printer shared via the network and the computer), and the other Windows computers in the house can print to it no problem. The Mac sees it no problem, yet whenever I try to print to it, I just get "Hold for Authentication."
    Like I said, persists over Mountain Lion and Mavericks. No other computer in the house has any issues printing to it. I've installed the drivers for the printer as well (Brother HL-2240).
    I've tried to follow the instructions here: https://discussions.apple.com/message/23268762#23268762 but the printer isn't listed in Keychain Access.
    Any thoughts?
    Thanks in advance!
    Patrick Campanale

    Well, that isn't too useful. Try this instead: Adding a printer shared by a Windows computer via SMB/CIFS.
    You may find more by selecting Mac Help from the Finder's Help menu and searching for articles by keyword.

  • How do I get multiple lines to print for a blank text field so that it can be filled in by hand?

    I have to design forms that are fillable electronically and by hand.  The problem that I am running in to is supplying multiple lines that will print for people that are hand filling the form.  I have tried to add an image of lines behind the text field, but these would get in the way when the form was filled in electronically.
    I am using LiveCycle Designer ES2 v. 9.0 on a Windows machine.
    Thanks.

    Ok.
    Take a textfield
    Go to Object | Allow multiple lines
    Go to Layout | Height | activate "Expand to fit"
    Go to the initialize-Event or readyform (You have to change the _ for your textfield)     this.rawValue = "___________\n___________\n___________";
    Go to the enter-Event   this.rawValue = null;
    Go to the exit-Event  
              if(this.rawValue == null)
                    this.rawValue = "___________\n___________\n___________";
              }else{}
    With this solution you can simulate the same as pattern see above.
    I hope this is helpfull for you,
    Mandy

  • Where can I get an EPSON printer for the original iMac?

    Where can I get an EPSON printer for the original iMac?

    You should look for an Epson Stylus Color 740 or the higher-end 900 or 980, which are about 12 years old now.  All have USB connectivity, and while the 900/980 is a better/faster printer, it's harder to find the ink tanks for it at the usual office supply stores.  Ink tanks for the 740 series seem to be more readily available, without a special order.  There were Mac versions of these printers (the 740i and 900i), with blue/ice housings that were color-keyed to match the fruit-colored "blueberry" iMac and Blue & White G3 mini-tower.  There was no Epson printer that was color-keyed to the original Bondi Blue iMacs.

  • Where can i get a printer driver for my kodak hero 3.1 printer for my macbook

    where can i get a printer driver for my kodak hero 3.1 printer for my macbook

    Mac 101: Printing (OS X Lion)
    Important:
    Your OS X Lion system will either have the necessary printing software already installed, or it will automatically download and install software when the printer is connected or configured. Do not install software that came with the printer as it may be out of date, and do not connect the printer to your Mac yet. Follow the instructions that came with the printer to unpack, install ink or toner, and insert paper.  Finally, use the instructions in this article to connect the printer to your Mac.
    The procedures are identical for Mountain Lion.

  • Does apple make a printer for iPad if not how dow I get it to work with a HP Officejet 6500A Plus printer?

    Does Apple make a printer for the iPad and if not how do I get it to work with a HP Officejet 6500A Plus printer? Thanks

    Apple don't make any printers, but there are a number of the printers that are AirPrint-enabled, which you should be able to print to just by the printer and the iPad being on the same wifi network - the models that support AirPrint are listed on this page (the page also includes a bit of troubleshooting at the bottom of it) and it includes :
    HP Officejet 6500A e-All-In-One E710a
    HP Officejet 6500A Plus e-All-In-One E710n
    If your's isn't one of those then you could see if HPs own ePrint app works with it, or there are third-party printer apps such as PrintCentral Pro and Print n Share which might work it

  • Where can I get software for my Canon laser printer D420? I didn't think I would need it for an iMac

    Where can I get software for my Canon laser printer D420? I didn't think I would need it for an iMac

    HI wvpearson.
    You can download the Mac OS X drivers for the imageCLASS D420 from the Canon USA website.  Please click the link below:
    imageCLASS D420 - Drivers & Software
    Once you are at the site, your operating system will be automatically detected.  Select DRIVERS and download the files listed.
    I hope this information is helpful to you.  Should you need further assistance, please contact us at 1-800-OK-CANON (1-800-652-2666).  Have a good day.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

Maybe you are looking for

  • Dynamic text and IE

    I have a dynamic text area which is fed by the value of a SharedObject. This appears to work fine in FF, but in IE, the dynamic text is rendered very small. Any ideas on why this is, and how to fix it? Seth Meranda smeranda2<at>unl<dot>edu

  • Financial Accounting Document

    Hi, Please help me to get the Financial Accounting Documents.. Thanks

  • Un-minimising a Safari Window from the Dock

    Using the Safari 4 Public beta with a Wacom, the window ends up minimising as I attempt to change tabs.* Is there a shortcut to un-minimise windows from the dock. ie rather than travelling over and pulling it out of the dock? <text>  * Background exp

  • Mail not configured on new mac

    Hi, I have migrated settings/file from new Macbook pro Retina 4gb to new Macbook pro Retina 8gb using "Migration Assistance" via Wifi. It took an hour or so and appeared like it went well without issues. But when I open Mail application, it keep aski

  • Caps Reversed in Windows running parallels

    I've just installed parallels and windows XP on my MacBook, and the keyboard cAPS are reversed in all the windows programs! I have to have the caps lock on in order to NOT TYPE LIKE THIS! Does anyone have an idea how to remedy this? Very frustrating.