Form to be printed in Afrikan language

Hi guys.
The African language has been installed in sap and found in T002.
Initially script has been developed in EN language and translated to AF(afrikans) using Tcode se63.
My script should be printed in AF language when the  contract account created in AF language and in
EN when contract account created in EN.
Please let me know the settings required.
Urgent.
surya.

DATA : l_formname  TYPE tdsfname.
  DATA : l_ssfcompop TYPE ssfcompop.
  DATA : l_ssfctrlop TYPE ssfctrlop.
  CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
      formname           = c_tabname
    IMPORTING
      fm_name            = l_formname
    EXCEPTIONS
      no_form            = 1
      no_function_module = 2
      OTHERS             = 3.
  IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
  ENDIF.
  l_ssfcompop-bcs_langu  = kna1-spras.
  l_ssfctrlop-langu      = kna1-spras.
  CALL FUNCTION l_formname
    EXPORTING
      control_parameters = l_ssfctrlop
      output_options     = l_ssfcompop
      is_header          = is_header_detail

Similar Messages

  • Form to be printed in four Afrikan languages

    Hi guys.
    The African language has been installed in sap and found in T002.
    Initially script has been developed in EN language and translated to AF(afrikans) using Tcode se63.
    My script should be printed in AF language when the  contract account created in AF language and in
    EN when contract account created in EN.
    Please let me know the settings required.
    Urgent.
    surya.

    DATA : l_formname  TYPE tdsfname.
      DATA : l_ssfcompop TYPE ssfcompop.
      DATA : l_ssfctrlop TYPE ssfctrlop.
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname           = c_tabname
        IMPORTING
          fm_name            = l_formname
        EXCEPTIONS
          no_form            = 1
          no_function_module = 2
          OTHERS             = 3.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      l_ssfcompop-bcs_langu  = kna1-spras.
      l_ssfctrlop-langu      = kna1-spras.
      CALL FUNCTION l_formname
        EXPORTING
          control_parameters = l_ssfctrlop
          output_options     = l_ssfcompop
          is_header          = is_header_detail

  • INVOICE PRINTING IN DIFFERENT LANGUAGE

    Hello friends,
    We have offices in different countries so every countries generate there invoices in their language.
    Now how to print the invoices depending upon the logon language?
    should i create invoices in smart forms or sapscript which one is better?
    How to maintain the title and all the text of invoice in different languages?
    Thnks,
    Sunny

    Hi Sunny,
    It is pretty simple.
    Create a smartform(it is easy to design & fast to develop) in English Language.
    Then goto transaction SE63 & maintain translations in the required language for your smartform texts.
    Now, when you logon to the target language & print the invoice, it will print in logon language as per the translations you have maintained.
    Best regards,
    Prashant

  • Printing in Regional Languages.

    Dear All ,
    I want to do the printing in Regional languages through SAP.
    Can you please guide me as how to go with this ?

    Hi,
    Check out this link.
    Languages to be loaded for printing forms
    Reward if helpful.
    Cheers,
    Swamy Kunche

  • Fill data into a form programmatically and print the form afterwards

    Folks,
    until recently a lab assistant took measurements and filled the data into a paper form (see attached pdf). Now we are building a test stand that does the measurement semiautomatically. The software of the test stand will be programmed in LabVIEW, of course. The test stand shall generate a printed protocol very similar to the attached pdf in future as well.
    What's the best way to fill the acquired data into the form and to print the form afterwards? The form can be read by our code in either pdf or html. There is no Microsoft Office installed on the computer.
    Modifying the html code? Converting the pdf to a picture and fill the data into the picture? Any hint will be highly appreciated.
    Thanks,
    Peter
    Attachments:
    Form.pdf ‏121 KB

    Hmmm... must have misunderstood what you were saying.
    XSL is a language that allows you to generate an HTML document. The XSL basically defines the style, and the XML specifies the data. HTML is the combination. You can find out more here.
    Unfortunately, since you don't have Office, you won't be able to use the ActiveX interface to control Word, so that's out.
    With the template in HTML format you could use the DOM for an HTML file to set the value of the HTML elements. The easiest way to do this is to use IE (I'm assuming you're on Windows here) to open the HTML template and then you can use the DOM from there. As for how feasible this is, it would depend on your HTML format. Can you post the template in HTML format?
    With the template in PDF format I know that some PDF files that are forms can be generated in such a way that they still act like forms when you open them in, say, Acrobat Reader. Acrobat has an ActiveX interface so you should be able to programmatically do this, but I can't say for sure. You can check the Adobe site for more info. You just need to make sure it doesn't require the full version of Acrobat.

  • How do I complete online .pdf form and then print?

    Sometimes, I can enter data on an online .pdf form and sometimes, I cannot.  I need to complete forms and then print them rather than print a blank form to complete by handwriting.  Window XP and Vista on my computers.  I have installed some Adobe and Acrobat programs but do not know which ones would help me with my problem.  thank you

    Adobe is the company. I assume you are talking about Reader and Acrobat. It would be nice to know which ones, but the answer is likely the same. With Reader, you can only complete the form electronically in Reader if the creator added from fields for your to fill in. If not you have one option and that is to print. You could still play with filling it out electronically, but you would have to print the form, put it back in the printer, and use your word processor to place the information on the form. This is a bit time consuming and requires some measuring and possibly some trial and error, but it does work - I used to fill forms out like this all the time, but generally forms I filled out once a month and so it was worth the time.
    With Acrobat, you can use the Typewriter tool, Use the Text Touchup Tool (not real convenient) with the ctrl key used when you place the cursor, or create your own fields. Depending on your version of Acrobat, you may not be able to create form fields (like AA7 Std and before I think, Pro includes the form tools). With forms, you may also have the choice of the form files under TOOLS>Advanced Editing (typically called AcroForms) or the FORM menu that typically takes you to Designer.
    Those are your choices, though there are variations with version (next time try to tell us the program version you are using and if it is Reader or Acrobat - for Reader you may want to go to the Reader forum).

  • How to find output type givenSapscript form name and print program name

    Hi  Experts,
           Can anyone tell me how to find the output type of  a sapscript form if the print program name and sapscript form name is 
    known.

    Hi,
    There are two ways:
    1. Use table TNAPR .. Here is table give PGNAM as your print program name and FONAM as form name.. Now the field KSCHL will be the output type assigned to your script.
    2. You can also check the NACE t-code.. In that select a application(Corresponds to your area) -> click on Output types tab -> Here you get list of output type.. You need click on Processing Routine folder to get all other info..

  • PDF form with line printer

    Hi,
    Is there a way to use PDF form with line printer? how, and the pros & cons. Currently we are using SPF to develop pdf form in sap, however it has limitation to print on line printer that we need to print on 3 ply form. The only option is to convert all PDF form to sap script.
    If you have any ideas, please advise. Thanks.

    Hi courtneyp58664902,
    I would recommend you to follow the steps detailed on the page associated with this link (http://wwwimages.adobe.com/content/dam/Adobe/en/products/acrobat/pdfs/adobe-acrobat-xi-con vert-forms-into-fillable-pdf-c… ).
    I would recommend you to Save the pdf with reader rights enabled [ File -> 'Save as other' -> 'Reader extender PDF' ->  'Enable More tools ( includes form fill-in and save)' ].
    Please let me know if you face any challenges or need any further assistance.
    Regards,
    Rahul

  • Is it possible to hv a FORM with out Print Prog.?

    Hi Experts,
    1) Is it possible to hv a smart form with out having the Print/driver prog.?
    coz, I checked in TNAPR tbl, I did not find any entry!
    I guess, NACE wuld do give some info?
    2) How Can I know that my_z_form_1 created in Which SAP version?
    3) How it wuld appear the icon of TABLE node in 4.6? Is it "Lines with in Square box"?
    Pls. clarify.
    thanq.
    Message was edited by:
            Srikhar
    Message was edited by:
            Srikhar

    1) Is it possible to hv a smart form with out having the Print/driver prog.?
    coz, I checked in TNAPR tbl, I did not find any entry!
    I guess, NACE wuld do give some info?
    Answer : No,there should be print program for each smart form.
    NACE Will give only SD,MM module form name and print progrms.
    2) How Can I know that my_z_form_1 created in Which SAP version?
    Answer : Currently SAP Does not support version management for SAP Script.  
                 and Smartforms.You just compare with Production system
    3) How it wuld appear the icon of TABLE node in 4.6? Is it "Lines with in Square box"?
    Use Main window -> Create - > Table
    and proceed further...
    Thanks
    Seshu

  • All lines on PDF form are not printing

    Greetings to all. I am running Adobe Acrobat XI version 11.0.0 on Windows 7 Home 64bit OS. I have made an attempt to print a PDF form. All of the lines in the form will not print. The properties of the document are:  PDF Producer: MAC OS X 10.7.4 Quartz PDFContext and PDF Version: 1.3 (Acrobat 4.x). My printer is HP PSC 2350 series. There are about 30 lines on the form and out of the 30, 4 lines will not print. This form was not created by me. I saved the PDF from my university's website. Also and strangely, when I go to my printer settings and select Booklet, under Page Sizing & Handling, everything prints perfectly. I did try editing the lines by increasing the stroke width under Content and Editing but all of the lines still will not print. Here is a screenshot of the form from the website. My question is what settings on my printer or adobe acrobat do I need to change? Or what could be the cause of this issue? Any help would be greatly appreciated. Please do not hesitate to respond if more information is needed.

    Most likely, the fault lies with the application used to fill in the forms,
    which is probably Apple Preview, that is known to cause this problem. You
    can fix the forms with this utility:
    http://blog.practicalpdf.com/2013/08/introducing-the-practicalpdf-fix-form-utility/
    And in the future instruct your users not to use Preview, but only Adobe
    Reader (or Adobe Acrobat).

  • Retro entires in HR Forms are not printed when using device type ZHPP3005

    Hi All,
    We are doing a HCM implementation. We are using HP P3005n printer and ZHPP3005 device type to print our HR forms. We are using ZCalibri font.These are smartforms. Everything was printing perfectly.
    Then there were retro calculations made to these forms.Strangely, the forms doesn't display these retro entries in the print preview using ZHPP3005 device type. Only the retro entries throughout the form are not printing. All other entries get printed.
    When we use device type HPLJIIID, we get these retro entries printed in our form however the format of the form gets changed.
    Now, we want to use device type ZHPP3005 and get these retro entries printed. How would we achieve this? Is this a device type issue? Or, anything needs to be done in the smartform? Why is this issue?
    Please help. Quick response will be appreciated. We are nearing our Go Live date and needs this resolved immediately.
    Thanks in Advance.

    Hi,
    Check the assigned page format to your custom device type. Try to assign all the page format which are available for
    HP*** which you gives you desired result.
    Regards,
    Vamshi.

  • How to know no of pages in smart forms to be printed ?

    Hi,
         How to know no of pages in smart forms to be printed ?
    though i got SFSY structure during run time of smartform , even that was not useful.
    &SFSY-FORMPAGES&
    Displays the total number of pages for the currently processed form. This  allows you to include texts such as'Page x of y' into your output.
    for that Page &SFSY-PAGE& of &SFSY-FORMPAGES&
    during debug of smart form i don't  understand how it is calculating no of pages  ,as i kept break point before printing page no in smart form.
    please check my  two screen shots, sfsy-formpage still contains current page no only but not total no of pages.
    Help Required.
    Thanks In advance.

    Hi Prakash,
    You will not get these values during debugging.. Let the program execute completely, you will get the right values.
    As Manish said, the value for &SFSY-FORMPAGES& will be known only after all the pages are processed, though it is not necessary that you use them in the final window only. It can be a text node in a window of any type.
    You will get the desired output, just cant see them during debugging within the program. At the time of printing or in the print review, output would be as expected.
    Also, FYI, it would be better to give total pages as &SFSY-FORMPAGES(3ZC)&  as there can be error if the total number of pages exceeds 9, due to lack of sufficient space to print more digits

  • Forms 9i and printing.

    Good day.
    Just a quick question. We have an application using Oracle9i Forms and Reports. All clients access the application through a browser (obviously). How does one go about printing information in the application. (Without printing a screen dump).
    If we use the old 6i Runtime method, we get the following error:
    FRM-41842: Run_Product(REPORTS) is no longer supported, use Run_Report_Object instead.
    Please help. I have one day (today) to get the printing working.
    Thank you kindly.
    William

    William,
    I think the error message is clear, you have to use RUN_REPORT_OBJECT() and the Reports Server. The printers need to be network printers and accessible for the Reports Server. You submit a Reports in Forms with destype printer and desname the network printer name. Haven't checked if the Reports Server needs to run under the an account that has networ access privileges, but i think so.
    For how to use RUN_REPORT_OBJECT check
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    Frank

  • Priting same SAPscript form on different printer: different results

    Hi,
    my client has different printer models and is claiming now that the forms appear different.
    Do I have to create a SAPscript form for each printer type?
    Is there a way to use the same form for all printer models?
    Would we have the same problem using SMARTFORM?
    Thanks for your help in advance!!!
    thomas

    Hi.
    You should not have one SAPscript for each printer type. Thats not really a good idea. I would first of all try to do some tests with different device types on your output devices.
    I don't think converting to SMARTFORM is the way to go if you don't feel like you have to. It is much easier to experiment with the device types.
    BR
    Niklas

  • An error occurred as form "ZSF_LE_PASS_EMP_COPY" was printed

    hi All,
    one user is getting following error when he executes LECI and ZLECI while there is not showing any authorization object in SU53
    An error occurred as form "ZSF_LE_PASS_EMP_COPY" was printed
    Message no. LECI038
    Diagnosis
    Form "ZSF_LE_PASS_EMP_COPY" cannot be printed because of an error.
    Procedure
    Inform your system administrator.
    Procedure for System Administration
    Check the "ZSF_LE_PASS_EMP_COPY" form and correct any errors. Then reactivate form "ZSF_LE_PASS_EMP_COPY".
    Check for graphics inserted in the system.
    when i discussed this issue with ABAPER then he said that user is getting this issue due to missing authorization. if there is missing authorizations then why these authorization are not showing in SU53.
    your guidance is required?
    Regards,
    majamil

    Hi M
    In that case you have to check the Spool server or Host spool server?
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/78/4d22426adddf2ce10000000a1550b0/content.htm
    and you may need to check you system kernel and Patch levels based on you business requirements
    Regards
    S

Maybe you are looking for