Sapscript - language print out

Hello,
we have a customized form for printing out invoices.
Now we have a swedish customer, the address country is set to sweden in the customer master.
The shipping address text for "P.O.Box" on the form is coming up as "Postfach" which is German. But we need it to say P.O. Box, according to the swedish language.
All of our other invoice printouts come out in english, so I don't see why it picks the German output for the swedish customer.
Any ideas?
Thanks
Anne

Hi,
   If the language does not support means it will defaultly to german language....
Same issue i faced ...I developed one report,if i give any table name in the selection-screen and executed table fields and its description will download to excel..and one more thing what ever language i hav given in selection-screen it will download to particular language....But if lang not avialable or due to any issue it will defaultly german..Chk with basis people..

Similar Messages

  • F110  - can specify RFFO program for bespoke SAPscript to print out

    Hi SAPer,
    I am working to figure out how to print out bespoke SAP script while using a Standard RFFO program.  The output is a print out form on paper.
    I have tried RFFOUS__C and RFFOD__T, so far, but somehow, F110 does not produce any print out at all.  Payment method is "cheque", but still there seems to be an issue.
    Would any of you advise me any RFFO you would suggest or adivse me.
    Thanks in advance
    Taro

    Hi
    Friend,
    For US client give this input
    1. Payment methods in company code ZLF_PRENUM_CHEC1
    2. Payment method in country ZF110_US_AVIS
    If in India check this:
    1. Payment methods in company code ZF110_PRENUM_CHk
    2. Payment method in country F110_D_AVIS
    once you check when you create the varient in printout/data medium form you maintin the all the required fields like House bank, Account ID and Check lot Number and also check the vendor master data payment menthod
    Anil

  • PO Print out and data issue in Aribic Language -AR

    Hi Guru,
    Thanks in advance..........
    I am facing problem in PO print out in AR language.
    When i print Compnay phone no. of PO in E language is printing correct like - +962 4400402
    But i select message type 'AR' then Company Phone No. printing like this - 96264420404+.
    Can any one can suggest we have any FM for converting telephone no. in AR language in same format - like +962 4400402.
    Regards
    Durgesh

    Hi,
    I think it is the issue of text wrapping.
    Are you using different text elements to display this text or same in both languages?
    Thanks,
    Archana

  • Urgent :- Wrong print out in a different language.

    Hi,
    In my invoice for a particular output type, the default language is english, but the invoice print comes in german. if I change the  default language to Danish in Header output in invoice, the print out comes in english. there is an anomaly.
    how to correct this...??
    regards
    sachin

    Hi Sachin,
            It may be Bug related issue in your Script or Smart Form so please approach with ABAPer he will Debug the programe and fix the issue.
    Regards,
    Murali.

  • SAPScript print out Margin problem

    Hi Gurus,
    I have configured a printer already existing to one of my storage location. When I am taking print out of material document, it is not coming correctly. Text is getting wrapped up on right hand side. But the preview of same material document is showing perfectly in spool result.
    I have checked the printer setting, print out is coming correctly for windows.
    I am using HPLaserJet Printer. I have maintained in SPAD- > Output attibutes- > Additional SAPscript & Smart Form Information:- Horizontal Move: 3mm , Vertical Shift: 2 mm. There is no page format maintained in tray info.
    but in Spool request, under "Print with changed parameters", the format under spool request is " DINA4".
    Please guide, if i need to maintain some more settings for the margins.
    Thanks & Regards,
    Sandeep

    Hi,
    For Material document Print out settings refer the below steps..in link
    Re: Printing all items (collective) from material document
    there are lot of threads regrading same answered in the forum have a look for the same
    Once all the settings are done check in MB90 you are selecting the line item and shoting the print.

  • Print out multiple copies for next page in sapscript

    Hi All,
              For  check printing the client wants the next page with item data to be printed out twice, while the first page along with the check will be printed out on a pre-printed paper. Can anyone advice me on this.

    hi,
    IF &PAGE& EQ 1
      "do write what all you need to print in First page
    ELSE
      "write what all necessary you want to print from second page onwards..By this first page will not print in Second Page
    ENDIF.
    IF &NEXTPAGE& EQ 0
      "This Means it is last Page write footer or any comments in Last Page
    ENDIF.
    Prabhudas

  • SAPScript Print Out problem

    My user has changed a new printer. Then, the printout of first page of each document will go up 1 line and thus not showing in the boxes of preprinted form, but the following pages of SAME document are not affected.
    Then BASIS has done something on SPAD > Full admin > Device Type > Format > Printer Initialization. This then caused the first document to be printed two lines down and we have no idea how to push 1 line up this time. We also tried to put Line Feed Command in 'First Page' but layout in eveyr page is gone. Anyone of you encounter this issue and able to resolve it before? Appreciate your help., Thanks.
    Edited by: Chiew Ngee Ho on Dec 23, 2010 4:38 PM

    Hi,
    For Material document Print out settings refer the below steps..in link
    Re: Printing all items (collective) from material document
    there are lot of threads regrading same answered in the forum have a look for the same
    Once all the settings are done check in MB90 you are selecting the line item and shoting the print.

  • Sapscript - print out seperate labels for multiple delivery items

    Hello,
    we do have an output type that prints barcode labels for deliveries (VL02n).
    Now if there are more than one delivery item on the delivery, it will only print out a label for the first item.
    How can I trigger that all items will be printed out on a seperate label each?
    thanks
    Anne

    Hi,
    Just open the script which prints the lables and check for the variable name used for label printing
    Check the script for variables and pass the value to that avriables and those to be declred in your print/driver program.
    when you call write_from in the loop  there you give a window name what ever the value in the variable it will pass to script
    Regards
    Krishna

  • Sapscript label prints - problem with high print quantity

    Hello,
    we are printing labels out of deliveries using sapscript.
    To allow print copies, I have set the DIALOG to 'X' on the function call for OPEN_FORM (see below).
    We usually print 1 copy for each label. It is working fine for low quantities like for example we print out five labels with a copy for each label.
    But for higher quantities, for example 25 labels with a copy for each label, it is still printing out all labels, but on the copy labels, certain information are just missing. Strange thing is, the missing information all have different source tables or text fields. For example the date of the delivery is not showing up, then our part number or the shop order number entered as text field on item level of the delivery.
    Is there any setting that could cause this issue? Any other suggestions?
    Thanks
    Anne
    CALL FUNCTION 'OPEN_FORM'
       EXPORTING
          FORM           = TNAPR-FONAM
         LANGUAGE       = NAST-SPRAS
          OPTIONS        = ITCPO
          ARCHIVE_INDEX  = TOA_DARA
          ARCHIVE_PARAMS = ARC_PARAMS
         DEVICE         = XDEVICE
    DIALOG         = 'X'*
       EXCEPTIONS
          OTHERS         = 1.
    Edited by: Anne on Mar 12, 2010 3:39 PM

    Probably a bug in your code, we can't help. Only option is to debug!

  • Cannot print out chinese character

    Hi All,
    I have problem with the printer. I can printed Chinese character without using SAP and from SAP when I print the Chinese character is not come out. On the paper will appear symbol ###. I don't how want to do.
    FYI, my system is Unicode.
    Thank You
    Regards,
    anang78

    Hi,
    Check the OSS note 776507 which talks about print preview for
    characters in Chinese language and print of ## characters during printing Asian languages.
    Please go through the note , as per section " Note on SAPscript/SmartForms Print Preview "
    we need to use device type CNHPLJ4 for printing Chinese character set.
    Thanks
    Jibin

  • Print out in MB90 for GRN is not coming in English

    Dear Friends,
    While taking the print out in MB90 for GRN document, it is not coming in English.It is coming in some unreadableformat.
    In MN21 I have mentioned the language as EN.
    In the configuration of output type WE03 I have mentioned the language as EN intransaction code M706.
    A reply will be highly appreaciated.
    Regards
    Rutabhadra Panda

    hi
    check whether the printer you installed is having the proper driver.

  • Payment term not appearing in PO print out

    Hello all,
    We have one PO where Payment term is not appearing in PO print out. I have checked other POs of the same type where its appearing in print out. In PO header payment term is maintained. Does this flow from Vendor mastre?
    Regards

    Hi,
    Is this payment term is new one !
    Yes, payment term should flow from vendor master to PO.
    Now as payment term not printed in PO print, just check with your PO output type & related FORM or PDF/SmartForm in it for application EF in NACE t.code. Also check SmartForm in t.code: SMARTFORMS . Or if FORM check in t.code:SE71 / SE73 the SapScript & see inclusion of all payment term in it with help of with ABAP consultant.
    Regards,
    Biju K

  • #(hash) sign printed out for spaces material description in PO

    Hi All,
    I have problem with my sapscript form for PO, when preview, the material description is ok
    but when print out,  the space between the word of the material description become # sign like
    Leif#Eriksson#1oz#Silver#Coin###, this not happen to all item, only for certain material.
    When checked, these material are not created manually in system but is uploaded by BDC.
    In material master screen, there are no #sign either.
    Any solution or what should I check ?
    Thanks

    Well, as you've probably discovered by searching the forums, the # is a substitution for an unprintable character.   I would look at the data value in debug, convert that to a hex value with a chart, and see what needed to be done to either clean up the data values or substitute a space for whatever character(s) the # values represent in the output.

  • HP 3050 how can I print out the printercod​e / e-mailadre​ss of the printer??

    HP 3050 XP/7
    For using the ePrintserviceI have to fill in the printercode / e-mailadress of the printer. How can I print out these informations. I already printetd out the Net configuration page (Netzwerkkonfigurationsseite) and the printerstatus (Druckerstatusbericht). I can find URL, Hostname but not printercode / e-mailadress.
    I´m not sure if I enabled the webservice of the printer.How can I check this setting and how can I enable webservice.
    Posts in German language would be great, but english is ok as well.
    THX very much!!

    Hello oli-b,
    The DeskJet 3050 does not have the Web Services feature which allows ePrint and the email address of the printer. The printer you would need is the DeskJet 3050A which includes these features.
    If this is what you have then you would need to connect your printer to the wireless network using the setup CD software that was included with the printer. Once you have successfully connected to the wireless network, there should be an ePrint button on the printer that allows you to access the Web Services menu and enable this feature and give your printer an email address for ePrint.
    Hope this helps.
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • How do i print out the keyboard viewer?

    I use different languages and need to use the different special characters so am switching among different keyboard layouts frequently.  I use the (on-screen) "Keyboard Viewer", but would like to print out the "Keyboard Viewer" for each language that I frequently use.  I can't see how to do this other than with e.g. screen capture which is less than ideal.  Does anybody know where there are e.g. images of each keyboard layout (including special characters you get by hitting "shift" etc.)?

    TThis page will give you normal and shift
    How to identify keyboard localizations - Apple Support
    FFor the option and option plus shift levels, you will have to use screen capture

Maybe you are looking for