Address print problem - sapscript

Hello
I have a problem with print name for example
"Mr &Smith& and &M& company" from field &VBDKR-NAME1&. The output is "Mr and company" sapscript format the name. I use
/: ADDRESS PARAGRAPH AS
/: ADDRESSNUMBER &VBDKR-ADRNR(K)&
/: FROMCOUNTRY &VBDKR-SLAND&
/: ENDADDRESS 
and it helps but now i want to output only street from the  address or name2 (&VBDKR-NAME2&). I try to use
ADDRESS PARAGRAPH AS PRIORITY 6APHRT7I8LCBS5O LINES 1
but it returns "invalid label".
Any help ?
Regards Bartek

Hi,
Instead of ADDRESSNUMBER can you use the other way like
/: ADDRESS [DELIVERY] [TYPE t] [PARAGRAPH a] [PRIORITY p] [LINES l]
/: TITLE title
/: NAME name1[,name2[,name3[,name4]]]
/: PERSON name of natural person [TITLE form of address]
/: PERSONNUMBER number of the personen
/: DEPARTMENT department
/: STREET street name HOUSE house number
/: LOCATION additional location information
/: POBOX po box [CODE post code / zip code] [CITY city]
/: POSTCODE post code / zip_code
/: CITY city1[,city2]
/: NO_UPPERCASE_FOR_CITY
/: REGION county / state
/: COUNTRY recipient country [LANGUAGE language code]
/: COUNTRY_IN_REC_LANG
/: LANG_FOR_COUNTRY language key
/: FROMCOUNTRY sender country
/: ENDADDRESS
You have the STREET option here. Also find the detail help at,
http://help.sap.com/saphelp_470/helpdata/en/d1/803238454211d189710000e8322d00/frameset.htm
Thanks
Vinod

Similar Messages

  • REGION is not shown in Address to be printed in SAPSCRIPT

    Hi,
           I am trying to print the address within a sapscript .Everything is being displayed except the 'regio' ie region field. but when i replace the label region with city or something else followed by the field name it prints fine.
    The code is as follows:
    ADDRESS DELIVERY PARAGRAPH L
      TITLE    &VBDKL-KUNWE&
      NAME     &VBDKL-NAME1&, &VBDKL-NAME2&, &VBDKL-NAME3&,&VBDKL-NAME4&
      STREET   &VBDKL-STRAS&
      CITY     &VBDKL-ORT01&
      POSTCODE &VBDKL-PSTLZ&
      REGION   &VBDKL-REGIO&
      COUNTRY  &VBDKL-LAND1&
      FROMCOUNTRY 'FR '
    ENDADDRESS

    Check this out once -
    Formatting Addresses: ADDRESS
    The ADDRESS - ENDADDRESS control command formats an address according to the postal convention of the recipient country defined in the COUNTRY parameter. The reference fields are described in the structures ADRS1, ADRS2, or ADRS3, depending on the type of address. Either direct values or symbols may be assigned to the parameters.
    Syntax:
    /: ADDRESS [DELIVERY] [TYPE t] [PARAGRAPH a] [PRIORITY p] [LINES l]
    /: TITLE title
    /: NAME name1[,name2[,name3[,name4]]]
    /: PERSON name of natural person [TITLE form of address]
    /: PERSONNUMBER number of the personen
    /: DEPARTMENT department
    /: STREET street name HOUSE house number
    /: LOCATION additional location information
    /: POBOX po box [CODE post code / zip code] [CITY city]
    /: POSTCODE post code / zip_code
    /: CITY city1[,city2]
    /: NO_UPPERCASE_FOR_CITY
    /: REGION county / state
    /: COUNTRY recipient country [LANGUAGE language code]
    /: COUNTRY_IN_REC_LANG
    /: LANG_FOR_COUNTRY language key
    /: FROMCOUNTRY sender country
    /: ADDRESSNUMBER address number
    /: ENDADDRESS
    The parameter values contain both formatting and address information. The address data are formatted for output according to the data in the following parameters:
    TYPE
    FROMCOUNTRY
    COUNTRY
    LANGUAGE
    PRIORITY
    DELIVERY
    LINES
    For more information, see the documentation for the SAP function module ADDRESS_INTO_PRINTFORM.
    If DELIVERY is not specified and if a POBOX is specified, then the POBOX is used in an address instead of a STREET.
    Parameters
    DELIVERY
    Means that the address should be formatted as a complete delivery address, using the street name and number rather than the P.O. Box.
    TYPE
    Specifies the type of address. The following types are possible:
    1.     Normal address (ADRS1). This is the address of a company or organization. It corresponds to the address structure that is expected in most SAP applications.
    2.     Private or personal address (ADRS2). This is the address of a natural person, a private or home address.
    3.     Company addressDienstadresse (ADRS3) with contact person. This is the address of a colleague or contact within a company or organization. The company name should be specified in the TITLE and NAME fields; the ATTN: contact person should be named in PERSON and TITLE.
    Should you enter another address type or leave the field blank, then type 1 is used for formatting.
    PARAGRAPH
    Specifies the paragraph format to be used for outputting the address. If this parameter is not given, the address will be output using the default paragraph format.
    PRIORITY
    Specifies which of the address lines may be omitted should this be necessary. Any combination of the following codes may be specified. The order in which you list the codes determines the order in which address lines are left out.
    The codes are as follows:
    A Title
    P Mandatory empty line
    4 Name4
    3 Name3
    R Region
    T Neighborhood, administrative section of a city (CITY2)l
    D Department
    L Country name
    C Post code or zip code
    2 Name2
    B P.O. Box (Japan only)
    S Street name and number or P.O. Box, depending upon DELIVERY parameter
    N Name and form of address of natural person (PERSON and TITLE)
    I Location information in LOCATION
    O City
    LINES
    Specifies how many lines may be used for formatting the address. If there are too few lines available to allow all the address data to be formatted, then the data specified in the PRIORITY parameter are omitted. If there is no LINES parameter and if this command is in a form window of a type other than MAIN, then the number of lines available for formatting the address are automatically calculated based on the current output position and the size of the window.
    TITLE
    Title or form of address. Used only with addresses of types 1 and 3.
    NAME
    Up to four names may be given, separated by commas. Used only with addresses of types 1 and 3.
    PERSON
    Name of the addressee. Used only for addresses of type 2 (private or personal address) or type 3 (company contact address). In type 3 addresses, use PERSON for the name of your contact person: ‘Attn: Mr. Jeffries’. The name fields should be used for the company address.
    PERSONNUMBER
    Personal number. Can be used only for address types 2 or 3 (private or personal address).
    TITLE (with PERSON)
    Title of the addressee. Can be used only for address types 2 or type 3 (private or personal address).
    DEPARTMENT
    Department of the addressee. Can be used only for address type 3 (company address).
    STREET
    Street name.
    HOUSE
    House number for the corresponding street.
    LOCATION
    Additional location information, such as the building, "Upstairs Apartment" and so on. Appears on its own line in the address.
    POBOX
    P. O. Box
    CODE
    The post code / zip code of the P. O. Box if this differs from the post code / zip code of the recipient.
    CITY
    The city in which the destination P.O. Box is located if this differs from the city of the recipient.
    POSTCODE
    Post code / zip code of the recipient.
    CITY
    Addressee’s city. city1 is expected to be the city; city2 is the neighborhood or administrative section, if required.
    NO_UPPERCASE_FOR_CITY
    Default = NO_UPPERCASE_FOR_CITY ‘ ‘
    Usually, the system prints the city and country names of foreign addresses in uppercase ( NO_UPPERCASE_FOR_CITY ‘ ‘ ).
    You can use this parameter to force the system to output city and country name unchanged (uppercase/lowercase).
    ( NO_UPPERCASE_FOR_CITY ‘X’ )
    REGION
    This allows an administrative region, county, province, or state etc. to be specified.
    COUNTRY
    Specifies the recipient country, i.e. the country according to whose postal conventions the address is to be formatted.
    COUNTRY_IN_REC_LANG
    This flag tells the system to use the recipient language for the country name.
    ( COUNTRY_IN_REC_LANG ‘X‘ )
    ( Default: Recipient language is not used: COUNTRY_IN_REC_LANG ‘ ‘ )
    LANG_FOR_COUNTRY
    Default = Space
    Use this parameter to explicitly set the language in which to print the country name of a foreign address. By default, the system uses the language of the sending country.
    LANGUAGE
    Language code of the language of the recipient country, if it differs from that of the recipient COUNTRY. Example: addresses in Switzerland. Standard SAP language codes are used; you can display these in the initial SAPscript text processing screen or in table T002.
    FROMCOUNTRY
    Specifies the language to be used for formatting the name of the recipient country. For most European countries, the recipient country is specified by placing the international car registration letters in front of the post code and separating them from the post code with a hyphen. You must always specify the sender country.
    ADDRESSNUMBER
    The number is used to index a central address file, from which the desired address is read instead of using the set of the above fields. You can find more information on this facility in the documentation for the function module ADDRESS_INTO_PRINTFORM.
    You use this one parameter instead of the set of parameters described before.
    /: ADDRESS
    /: TITLE 'Firma'
    /: NAME 'Schneider & Co', 'Finanzberatung'
    /: STREET 'Kapitalgasse 33'
    /: POBOX '12345' CODE '68499'
    /: POSTCODE '68309'
    /: CITY 'Mannheim'
    /: COUNTRY 'DE'
    /: FROMCOUNTRY 'DE'
    /: ENDADDRESS
    This produces the following output address:
    Firma
    Schneider & Co
    Finanzberatung
    Postfach 12345
    68499 Mannheim
    If the DELIVERY parameter is specified on the ADDRESS command, then the street name and number will appear in the address in place of the P. O. Box number.
    Firma
    Schneider & Co
    Finanzberatung
    Kapitalgasse 33
    68309 Mannheim
    SAPscript makes an internal call to the ADDRESS_INTO_PRINTFORM function module for formatting the address. If the result is not as expected, you should check the settings for this function module (see the function module documentation).

  • Address printing issue in SAPSCRIPT

    Hi All,
    I am getting address printing issue in address in sapscript .
    Here is my address format in the script.
    /: ADDRESS DELIVERY PARAGRAPH ZA LINES 10
    /:    TITLE                &KNA1-ANRED&
    /:    NAME               &KNA1-NAME1&,  &KNA1-NAME2&,  &KNA1-NAME3&,  &KNA1-NAME4&
    /:    STREET            &ADRC-STREET&
    /:   LOCATION        &ADRC-STR_SUPPL1
    /:   POBOX             &KNA1-PFACH&  CODE  &KNA1-PSTL2&
    /:   POSTCODE       &KNA1-PSTLZ&
    /:  REGION              &KNA1-REGIO&
    /:  CITY                   &KNA1-ORT01&,  KNA1-ORT02&
    /:  COUNTRY          &KNA1-LAND1&
    /:  FROMCOUNTRY &T001-LAND1&
    /: ENDADDRESS
    Here in the above code I had added LOCATION and modified the STREET field value.
    Moved the changes to QAS server along with the driver program., confirmed all the related transports are moved.
    While testing in QAS , i noticed that after LOCATION print I am getting blank space and then the remaining fields are printed.
    For example:
         casa velas boutique hotel
         Attn:  Marie John
         AV.  cocoterosss
        63550 Nuevo Vallarta, Nayarit,
        MEXICO.
    In the above example the third line the LOCATION data.
    The surprise here is that I am not getting blank space in DEV , I had checked all the transports, and all are ok.
    Please advice me where I am wrong, ie why i am getting blank space in QAS whereas it not showing in DEV.
    Thanks in advance.
    Vengal Rao.

    Hi Jay,
    I fully agree with you that the address printed will be as per SAP standards.
    Currently I am looking into the country configuration in DEV - I hope may be the reason,
    I have to use the existing ADDRESS....ENDADDRESS format as our client is using  4.6 version,  he just print the financial reports using the common script.
    So anything away from the orginal one may lead to more trouble in other reports.
    Once I get a reason behind the issue, I shall definetly post them.
    Thanks,
    Vengal Rao.

  • Address printing issue

    Hi All,
    For Pick List form we use sapscript and the "Ship-to" address is printed using the following code:
    ADDRESS PARAGRAPH AS
    TITLE &VBLKK-ANRED&
    NAME &VBLKK-NAME1&, &VBLKK-NAME2&, &VBLKK-NAME3&, &VBLKK-NAME4&
    STREET &VBLKK-STRAS&
    POBOX &VBLKK-PFACH& CODE &VBLKK-PSTL2& CITY &VBLKK-PFORT&
    CITY &VBLKK-ORT01&, &VBLKK-ORT02&
    POSTCODE &VBLKK-PSTLZ&
    COUNTRY &VBLKK-LAND1&
    REGION &VBLKK-REGIO&
    FROMCOUNTRY &TVST-ALAND&
    ENDADDRESS
    When the "Ship-to" is a US customer then the address prints fine but if the "Ship-to" is a foreign customer ( example: from Argentina ) then only the city and country name in the Pick List show up in Uppercase even though in the customer account the address is maintained in mixed case.Rest of the address is fine except for City and country name.
    Is it something related to foreign country address or anything else?
    Could anyone please let me know the solution?
    Thanks,
    Sonali.

    Hi Nick,
    Thanks for the reply.
    My problem is for address within US, City prints properly in mixed case but for any foreign country address, City and country are printing in Uppercase .
    Is there any reason for it?
    Thanks,
    Sonali.

  • Canon 860 Series (Pixma) Printer Problems with OSX 10.8 (Mountain Lion) – links to Canon Support Site with Drivers and Software with install tips

    After spending several hours sorting out Canon Pixma OSX problems here are my thoughts:
    Canon 860 Series (Pixma 868) Printer Problems with OSX 10.8 (Mountain Lion) – links to Canon Support Site with Drivers and Software with install tips
    Problem:
    - New imac and MacBook Pro 2012 (OSX 10.8.2) had a problem using Canon Pixma 868 printer on network and would not scan or print using Canon Pixma software (Pixma MP Navigator 2.1 & Photo Print), which has advanced scanning and photo printing functions. 
    - When I connected the canon printer to my imac, OSX 10.8.2 automatically downloaded and installed drivers for Canon 860 series printer. I could then add the new printer (select ‘apple menu’ / ‘system preferences’ / ‘print and scan’ / “+”) and printer would work while connected via USB but could not get to print or scan over network wifi. 
    - The original Canon 860 Series CD does not work with 10.8 and the manual / online instructions did not make sense (as based on CD install). 
    Solution:
    1) Install Canon Printer Drivers and Software (from official Canon site)
    Go to canon support site, review FAQ, then download and install following Pixma 860 Series software & drivers for OSX 10.8 (links see below). The version I downloaded is in brackets but check for updated version. Full instructions are below.
    Canon 860 Series Drivers & Software  for OSX 10.8 Mountain Lion:
    The base software and drivers needed for using Canon 860 Series on Mac OS X 10.8 (USB) are
    1 Printer Driver
    (Canon MX860 series CUPS Printer Driver Ver. 10.67.1.0 (03-Aug-2012))
    2 Scanner Driver
    (Canon MX860 series Scanner Driver Ver. 14.11.4a (03-Aug-2012))
    3 Network Tool
    (Canon IJ Network Tool Ver. 4.1.0 for Intel Mac (27-Dec-2012)
    Canon Software for using advanced printing and scanning functions (while connected to network)
    4 Solution Menu
    (Canon Solution Menu Ver. 1.4.1 (27-Jul-2012 ))
    5 MP Navigator EX
    (Canon MP Nav EX Ver. 2.1.3 (02-Auf-2012))
    6 Easy-PhotoPrint EX
    (Canon Easy-PhotoPrint EX Ver. 4.1.6 (21-Jan-2013 ))
    Canon Support (HK) – check your local site
    http://www.canon.com.hk/en/download/main/index.do
    Select Product and drivers from support site eg http://support-hk.canon-asia.com/
    1. Choose a product category
    Multifunctional Printers
    2. Choose a product series
      Pixma
    3. Choose a product model
      Pixma MX868
    4. Choose type of document
    Downloads or FAQ
    If you have problems installing the software under 10.8, see the FAQ on Canon site. You will need to allow software installs from “unidentified developers by using “Control” Key or by changing your system preferences)
    2) Check Canon Printer and Software Working while connected via USB
    Once you have downloaded and installed drivers and software and restarted computer, check that the printer and Canon Pixma software (Pixma MP Navigator 2.1 & Photo Print) are working via USB.  Open the Canon IJ Network Tool App (Applications / Canon Utilities /IJ Network Tool / Canon IJ Network Tool App) and make sure you can see the Canon MX 860 series (xx.xx.xx.xx.xx.xx) and that it shows the correct SSID Wifi settings (under the Canon IJ Network Tool App ‘Setup menu’).  This is normally done as part of the automatic install but worth double checking
    3) Add new network printer using ‘apple menu’ / ‘system preferences’ / ‘print and scan’ / “+”).
    After you have checked USB printing turn off printer, unplug the USB cable and shutdown the Canon IJ Network Tool App.
    Then turn the printer back on and wait 30s. Then add a new printer using ‘apple menu’ / ‘system preferences’ / ‘print and scan’ / “+”). Once you select “+” (add new printer), wait 10-30s for the Wifi Networked Canon MX 860 Series printer to appear in the new window eg Canon MX 860 series (xx.xx.xx.xx.xx.xx) (Kind: “Canon IJ Network”)
    DO NOT ADD THE MX 860 SERIES BONJOUR SCANNER (the Bonjour Scanner is the built-in software, is not needed and often appears first on the add printer list).  The Canon scanner can be accessed used through the MP Nav EX Ver. 2.1.3 software (which has much better functions)
    You will now have two Printer Canon MX860 (USB) and Canon MX860 (Wifi / Network). Set the Canon MX860 (Wifi / Network) as default and test print and scan
    If the Wifi Networked Canon MX 860 Series printer does not appear, check the printer and make sure that the printer can see the wifi network. On the printer select Menu / Settings / Device Settings / Lan Settings / WLAN Setting List.  It should say WLAN Active, identify the SSID and have an IP address
    If the printer can not see the Wifi Network, plug the USB cable back in, then open the Canon IJ Network Tool App (Applications / Canon Utilities /IJ Network Tool / Canon IJ Network Tool App). Make sure you can see the Canon MX 860 series (xx.xx.xx.xx.xx.xx) and that it has your SSID settings (under setup), if it has this info, restart the computer and the printer and try again

    Hi, thaks for response, meant to post as a discussion (not question), wanted to save others time if they get the same problem

  • HP Officejet Pro 8600 Plus "unspecified printer problem"

    I just set up my HP Officejet Pro 8600 Plus e-All-in-One.  The set-up seemed to go okay, but when I go to the "devices" tab for "HP Connected" it has a yellow yield sign and says that I have a problem with my printer.  When I click on the yield sign symbol, the box says that "An unspecified problem was reported. Please check your printer."   When I check the printer pannel, there are no problems reported.  The machine seems to print okay, but I'd like to clear up this error that is shown.  Any ideas?
    Also, I've already done the restart and sign-off/sign-in stuff, so we can move on to second-order trouble shooting.  Thanks.
    This question was solved.
    View Solution.

    HELP!
    I am having exactly the same problem. I am simply swapping out an existing Deskjet 3512 that worked perfectly at all levels, so i KNOW i dont have router/port/network issues. eprint was and is flawless. I just plugged it back in to check and it still works just fine with eprint.
    Using my new Pro8600, I send emails to my eprint address and they seem to go...and then nothing. they just don't print.
    I get the"Officejet Pro 8600 Plus "unspecified printer problem"" message but my front panel reports no issues.
    I'm a step away from taking this back and buying an Epson.
    My experience with their support has bee stellar at a commercial printer level.
    This seems to be a very common problem and I just dont have hours to monkey around with something that should work out of the box.
    any help will be appreciated.

  • Printing problems with InDesign CS3 running on OS 10.6

    I recently upgrade my old G4 Mac (OS 10.4) to a new Mac Mini running OS 10.6.6. I am still running CS3 and have encountered only one problem. When I print multiple copies documents from InDesign that contain several layers, each copy is processed separately, so that it can take several minutes just to send the print job to the printer if I'm printing over 20 copies. Then once the print job is processed the printer pauses between every copy, which is tripling the printing time. If I print a simpler document with only one or two layers it processes all the copies at once, as it should. I am printing on an Okidata 6150 color laser printer.
    I never had this problem on my old computer. I'm wondering if this is one of the "unsupported" bugs of running CS3 on Snow Leopard. I want to make sure that this is a problem unique to running CS3 with Snow Leopard before I go ahead and upgrade to CS4 or CS5.
    computer: Mac Mini core 2 duo 2.4 ghz processors, 4 gb RAM, printer: Okidata 6150 DN color laser printer.

    Hi again Peter
    It is version 5.0.4.  I updated it when I newly installed it a week ago in my new computer, and then again updated it just yesterday.
    I might mention that before I got my new computer, I was running Mac OS 4.11, and was using InDesign 3.0.  I had bought InDesign CS3 about a year ago, but hadn't gotten around to using it since version 3.0 had been working fine, and I was used to it.  Then, when I got my new computer, I decided it was time to use the newer version.  However, while using InDesign 3.0 with the old Mac OS 4.11, a printing problem popped up there, too, a few months ago... and it also involved printing problems with Adobe Reader.  I contacted Adobe, and they sent me a patch which fixed it.  I will contact Adobe again if need be, although I thought I'd start here first to see if it was a common enough problem that someone might be able to provide a free and routine answer.
    Richard
    Date: Tue, 15 Jun 2010 20:10:13 -0600
    From: [email protected]
    To: [email protected]
    Subject: Printing problems with InDesign CS3 with Mac OS 10.6.3
    I neglected to ask what version of indesign CS3 you are using. I also 
    notice that Mac OSX 10.6.4 has just been released. It actually 
    addresses some CS3-specific issues, though they seem to be related to 
    launching the apps, not printing. It may be worth trying to update, 
    nonetheless.
    Peter Truskier
    Premedia Systems, Inc.
    510-655-4454
    >

  • Duplex Printing Problem - Word 2007, Vista and HP Officejet Pro L7780

    I'm having trouble with duplex printing on my new HP Officejet Pro L7780, from Word 2007, running on a brand new Vista system.  I've also had this same problem (repeatable) with two other computers, running XP Professional/Word 2003, XP Home/Word 2003.  All of the service packs have been installed for the operating system, word, and printer. 
    If you print a landscape document, using the auto duplex setting for the HP printer, the margins will print out offset by .25 inches, on the left and rigt margins.  So if your margin is 1 inches on right and left, the margins will print to .75 on one side and 1.25 on the other.  This would be annoying, except that I'm trying to print brochures and books, which requires that the pages print out exactly as set up... "close enough" isn't working for me
    The way I have replicated this problem is as follows:  set up a document in landscape format, using the default margins.  Insert an image on page one, size it so it takes the full margin area.  On the second page, fill it up with text.  Print the document, selecting the printer properties and setting Print on Both Sides=Automatic.   The easiest way see the problem is by holding the document up to the light.  The front and back margins should match and they don't.
    Any help you can provide would be very much appreciated.
    Diana

    Diana,
    This problem is perhaps much larger than you might have imagined.  We have tried to work with Hewlett Packard for over two years on the duplex printing problems.  In the process, we have expended over 100 hours of effort in troubleshooting the problem which has included updating software, reinstalling software, developing test documents, escalating issues, submitting technical findings, and in purchasing replacements.  Unfortunately, our efforts to interact with Hewlett Packard excalated support have resulted in an aire of apathy, disinterest, incompetence, frustration, redundancy, occasional discourtesy, and an outright lack of professional decorum - something inconceivable of a large, reputable company.
    We have identified several problems with duplex printing.  The duplex printing problems include irregular margin increases (.25 to .50 inch), margin shifts, cut-off text, compressed text, and compressed graphics.  Please note that most of these problems are only evident when printing documents from computer applications to the printer.  If the user simply uses the front printer panel to copy in duplex mode, these problems are not always evident.  This suggests that the printer mechanics are capable of properly duplexing and that the problem lies in the drivers.
    The problem is evident on the HP OfficeJet Pro L7780, Photosmart L7180, Photosmart C6150, Photosmart 3310, and likely on many, many other HP models.  The problem is evident on many computers (HP, IBM, Toshiba, and Dell), is evident in multiple applicatons (Word, Wordperfect, Excel, Peachtree, Notepad, and many more), and is evident on multiple operating systems (Windows XP Home, Windows XP Professional, Windows XP Media Center Edition, and Microsoft Vista).
    We consider ourselves to be extremely polite, patient individuals, but have nearly been driven to outrage by the indignant disregard offered us by HP's escalation support department; a department which should represent the cream-of-the-crop in both service and technical expertise.  Given the ease with which the problem can be duplicated, we expected an extremely quick resolution by HP who, to our knowledge, has never even made the effort to duplicate the problem in-house on our behalf.
    Ironically, HP highly advertises their J.D. Powers rated technical support, yet it appears that they actually have extremely poor published consumer rankings in some of today's mainstream computer magazines.  HP technical support makes no apologies for the fact the user cannot use a major feature of their printers, offers no indication that the problem is even being addressed, and off-loads the responsibility by suggesting that we contact Microsoft (who is to blame for this issue).
    Thank you, Diane, for your message.  We had a hard time imagining that we were the only one experiencing this problem, especially when HP promotes such a representation.  Which also begs the question why HP plays like the problem does not even exist?  I also fail to understand why HP technical support shows so little interest in a problem that is easily duplicated and adversely affects a major feature of the printer which is commonly used by individuals purchasing equipment for its duplex capabilities.
    This is sad because we have been a loyal customer of HP for over twenty-five years.  There was a time when we would have happily endorsed HP's steller products and steller support (provided you could get a problem escalated).  Now, however, they all-too-often appear to offer equipment that fails to support advertised features which is backed up by sub-standard support and extremely expensive ink.  This is an especially sad commentary for users who are buying HP's upper-end printers and computers.
    We desire to know if there are others out there experiencing similar problems?  If you have experienced these problems or would like samples of the problems we have duplicated, please respond.  I think the more information we gather, the better our chance of a successful resolution to a serious problem.
    Thanks Everyone!

  • Printing Problem in sap script

    Hi all,
    There is a printing problem in z report of sapscript.
    when I am giving continuous print ...
       1st page is right in print format but in 2nd page the text comes 1 row up...and so on...
    so the starting point for all page are not same...
    Please help me...

    Hello,
    Check SAP note 39259.
    Regards,
    David

  • Print problems double byte characters (ZH - simplified Chinese)

    We are currently preparing a 4.7 (WebAS 6.20 on SLES) rollout in China and struggle with a severe printer problem. Our SAPScript forms contain a mixture of western and simplified Chinese characters. The printouts come just with either hashes, blanks or undefinable characters instead of Chinese. We generally use HP Laserjet printers there (1022n, 2300, 2420, 2600n, 4100, 6L). SAP patch level is 51 for SAP_BASIS (I know that's "a bit" behind). I've already checked a number of SAP notes but couldn't find anything really usable. Basically I think the reason is the printer themselves (installed fonts) and the problem might be solved by adding some DIMM modules containing the specific asian fonts (anyhow they seem to be hard to get as the printer models are rather old). Did anyone come across similar problems? I'd really appreciate any kind of info or help.
    Cheers,
    Andy

    Hi Markus,
    thanks for the info. We've actually been able to get some DIMMs (hard to get, seems like they are not produced anymore, new printer models can be flashed either by CD or Flash Card) and, after we made some changes in the SAPScript forms (wrong character sets) it worked properly.
    Frontend printing: definitely to be avoided, would only have been an option for a couple of days to get some additional time. One option I've also tried is a mixture of network and frontend printing: I've set up a windows server and used saplpd as a print server. You can point the SAP devices in SPAD to that server by setting up the device's destination host and host printer accordingly. Actually this should be avoided, too, as saplpd as a print server is considered to be very instable. sapsprint actually isn't better.
    Anyhow - as we've managed to get the DIMMs it's working now.
    Cheers,
    Andy

  • Printing problem for SAP Script

    Dear Friends,
    I am facing strange problem for SAP Script. In the billing document output the sold to party and ship to party address are displaying. When user print the billing document on laser printer it print the Country for Sold to and Ship to. But when it print the same billing document on normal printer (other than laser) the Sold to country not printing.
    The print preview of billing document in SAP  correctly display country for Sold-to and Ship-to.
    I have recently make changes in the SAP Script form (Address window) to display country for Ship-to which was never displayed before. I have added FROMCOUNTRY option after COUNTRY in address window. COUNTRY will be Ship-to and FROMCOUNTRY will be VBDKR-SLAND.
    Can any one help me to solve this problem.
    Regards
    Nilesh Shete

    Used custom address print option instead of using ADDRESS

  • Barcode printing problem

    Dear Expert,
    I'm facing a barcode printing problem where it displayed incorrect barcode formatting in the print preview by displaying strips for bar lines.  I'm using Sapscript to do this and I have already specified in Character format for barcode Code 39 and I have created a Z system bar code(se73) specfically for this. Could you pls give me some ideas on how to solve this problem.
    Thanks
    Adis

    Hi Adis,
    There is another way of having the print preview. You directly print the Sap Script, it will go to spool (SP01). Now use the program RSTXPDFT4 in SE38 and enter the spool number. It will convert the spool record with that particular number to the PDF fomat. You can now see the view through the PDF format.
    In the direct print preview you may do not get the correct view of the bar code specially for the SAP Script.
    Please check....
    Warm Regards.
    Abhijit.

  • Printing problems with InDesign CS3 with Mac OS 10.6.3

    I am not new to InDesign... I have CS3... but I am brand new to Mac Snow Leopard (OS 10.6.3).  Although I can open CS3 and use the application, I cannot print with it.  None of my other applications has printing issues... just CS3.  Any suggestions?
    Richard

    Hi again Peter
    It is version 5.0.4.  I updated it when I newly installed it a week ago in my new computer, and then again updated it just yesterday.
    I might mention that before I got my new computer, I was running Mac OS 4.11, and was using InDesign 3.0.  I had bought InDesign CS3 about a year ago, but hadn't gotten around to using it since version 3.0 had been working fine, and I was used to it.  Then, when I got my new computer, I decided it was time to use the newer version.  However, while using InDesign 3.0 with the old Mac OS 4.11, a printing problem popped up there, too, a few months ago... and it also involved printing problems with Adobe Reader.  I contacted Adobe, and they sent me a patch which fixed it.  I will contact Adobe again if need be, although I thought I'd start here first to see if it was a common enough problem that someone might be able to provide a free and routine answer.
    Richard
    Date: Tue, 15 Jun 2010 20:10:13 -0600
    From: [email protected]
    To: [email protected]
    Subject: Printing problems with InDesign CS3 with Mac OS 10.6.3
    I neglected to ask what version of indesign CS3 you are using. I also 
    notice that Mac OSX 10.6.4 has just been released. It actually 
    addresses some CS3-specific issues, though they seem to be related to 
    launching the apps, not printing. It may be worth trying to update, 
    nonetheless.
    Peter Truskier
    Premedia Systems, Inc.
    510-655-4454
    >

  • Possible Fix for Printing Problems in Leopard

    I got this information from Mac OS X Leopard Edition book by David Pogue. Here's his possible fix for printing problems in Leopard...Open web browser and enter this address http://127.0.0.1:631. You'll find youself at a secret "front end" for CUPS (Common UNIX Printer System), the underlying printing technology for Mac OS X 10.5. This trick lets your Mac communicate with a huge array of older printers that dopn't yet have Mac OS X drivers. Using this administration screen, you can print a test page, stop your printer in its tracks, manage your networked printers and print jobs, and more–a very slick trick. Haven't tried it yet...anyone who does let me know how it worked!

    If you literally "checked" them, meaning the checkboxes, that only affects their visibility. To remove them, select one and then click on the "minus" part of the "plus minus" at lower left.
    Doug

  • Printing problems using Photoshop Elements 6

    I have been using Photoshop Elements 6 for several years and am currently having printing problems, e.g., some prints are too light, some are too saturated, or too dark...they just don't look like the screen which looks pretty good.  I use Spyder 3 Pro to calibrate my monitor.  Does anyone know of any websites that address these type of problems.  Looking for some advice, tips, etc.
    Thanks.

    Does this happen only in PSE6 or in other programs that can print graphics, like Acrobat or Word or PowerPoint?
    I only ask because my LexMark started to vary color saturation shortly before the print head dumped an entire cartridge onto one page and it gave up the ghost.
    It wasn't just pictures. Word documents would go from light to dark. Graphics (business cards, labels) would print bright and then dim on the same page.

Maybe you are looking for

  • DATA not coming properly

    Hi , I have a customized report which uses the logical databse PSJ. It has project, wbs element(prps-posid) in the selection screen. When I give input to the project , the output is coming properly with the field(WBS element), but when I give the out

  • Error while starting Oracle 10.1.3

    Error Starting Application Server Oracle 10.1.3 in Linux : Error Starting ORMI server localhost.localdomain port 12,401: Address already in use. I got the following Exception while starting Server oas10g@localhost bin]$ ./opmnctl startall opmnctl: st

  • RAC ENV IP address

    Hi Friends, Can you please assist me to clarify the below query, Im new in oracle rac environmental setiings, My query is, I need to mention the rac db ip address in one of our front application, but my database running on 2 node rac environment , ea

  • Recover datafile doubt

    After did a switchover(DataGuard), on my current primary database I did a level 0 backup RMAN and it did not end due to an error with an datafile that needs recover, specifically the datafile 2 (sysaux tablespace). The last level 0 backup I have is 9

  • Copy LabView VI from on dev system to another dev system?

    We have two development systems here.  I need a VI that is on the other system.  How do I get the VI from one development system to the other development system?  Do I need to deploy it?  Or can I just copy it? Thanks, Steve Solved! Go to Solution.