Print Mode 'T' in Smartforms

Hi,
  Can anyone please explain about tumble duplex mode in smartforms. If we use this mode, how exactly it will going to print on a page.
With Best Regards
Mamatha.B

Hi,
In normal duplex, both sides have the same orientation, as in most books.
In tumble duplex, the back of each page is upside down with respect to the front of the page: the top of one side of the sheet is at the same edge as the bottom of the other side.
These two types of duplex allow you to specify top binding or side binding of the printed pages.
Best regards,
Prashant

Similar Messages

  • How can i set print mode at run time in smartforms???

    Hi expert,
    In smartforms how can I  set print mode at run time.
    I have one screen.In this screen one check box is there.If user select that check box then print should be come double side otherwise it is coming single side.
    If it is possible then plz give me answer asap.

    Hi,
    Set These settings
    While calling smartform, paas control_parameters and output_options as mentioned below and set
    user_settings = ' '.
    It will send the smartform output to spool.
    DATA: wa_output_options TYPE ssfcompop,
    wa_ctrl TYPE ssfctrlop.
    wa_output_options-tdimmed = 'X'.
    wa_output_options-tddelete = 'X'.
    wa_output_options-tdimmed = ' '.
    wa_output_options-tddest = 'LOCL'.
    wa_ctrl-no_dialog = 'X'.
    CALL FUNCTION lv_fm_name
    EXPORTING
    ARCHIVE_INDEX =
    ARCHIVE_INDEX_TAB =
    ARCHIVE_PARAMETERS =
    control_parameters = wa_ctrl
    MAIL_APPL_OBJ =
    MAIL_RECIPIENT =
    MAIL_SENDER =
    output_options = wa_output_options
    user_settings = ' '
    x_adrp = x_adrp
    IMPORTING
    DOCUMENT_OUTPUT_INFO =
    JOB_OUTPUT_INFO =
    JOB_OUTPUT_OPTIONS =
    EXCEPTIONS
    FORMATTING_ERROR = 1
    INTERNAL_ERROR = 2
    SEND_ERROR = 3
    USER_CANCELED = 4
    OTHERS = 5
    IF sy-subrc 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Regards,
    Kumar(Reward if helpful).

  • Problem printing horizontal text in smartform with zebra Z6M label printer

    hello,
    The situation is this:
    There is a Z smartform wich prints a label to a zebra Z6M label printer with the text and barcodes vertically.
    The form have a command in the main windows with the parameter: S_LZPL_SETUP     '^FWR'
    This label works fine, but the client want to change the form, they have told me to create a new smartform and print the info horizontally, using the same printer.
    The tests i have done are the following:
    create a smartform from ground and write a template text and a barcode with a new font of system barcodes. the bardoce is shown ok(it is shown horizontally), the problem is that the template text is shown vertically, as in the original smartform.
    then i tried on another zebra ZM600 label printer, similar model, but not the same, and the smartform printed was ok (text and barcodes shown horizontally). So i think is a configuration setting problem, but i dont know where to search.
    i have checked the label printer parameters in SPAD, but didnt find anything souspicios.
    have you any idea?
    thanks in advance.

    See these if they be of any help.....
    BARCODE:
    goto smartform styles-> create a style-->
    create a character format.
    under standard settings give the bar code name
    use this style in ur smartform. select the data field which u want to barcode print and assign the character format
    Similarly
    SAPSCRIPT
    open the form and click the character format button and
    repeat the step as above....
    http://help.sap.com/saphelp_nw04/helpdata/en/68/4a0d5b74110d44b1b88d9b6aa1315b/frameset.htm
    Go to Character formate in your form.
    create a new char formate with enable BAR code AND
    you can give its type too.
    To Create a Bar code prefix:
    1) Go to T-code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
    2) Now when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    Create a character format C1.Assign a barcode to the character format.Check the check box for the barcode.
    The place where you are using the field value use like this
    <C1> &itab-field& </C1>.
    You will get the field value in the form of barcode.
    Which barcode printer are you using ? Can you download this file and see.
    http://www.servopack.de/Files/HB/ZPLcommands.pdf.
    It will give an idea about barcode commands.
    Check this link:
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    Check this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
    Hope this link ll be useful..
    http://help.sap.com/saphelp_nw04/helpdata/en/66/1b45c136639542a83663072a74a21c/content.htm
    go through these links and cose u r previous threads,
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    smartform - barcode
    http://www.erpgenie.com/abap/smartforms.htm
    http://sap.ittoolbox.com/groups/technical-functional/sap-basis/print-barcode-with-smartform-634396
    http://sap.ittoolbox.com/groups/technical-functional/sap-dev/printing-barcode-733550
    Detailed information about SAP Barcodes
    A barcode solution consists of the following:
    a barcode printer
    a barcode reader
    a mobile data collection application/program
    A barcode label is a special symbology to represent human readable information such as a material number or batch number
    in machine readable format.
    There are different symbologies for different applications and different industries. Luckily, you need not worry to much about that as the logistics supply chain has mostly standardized on 3 of 9 and 128 barcode symbologies - which all barcode readers support and which SAP support natively in it's printing protocols.
    You can print barcodes from SAP by modifying an existing output form.
    Behind every output form is a print program that collects all the data and then pass it to the form. The form contains the layout as well as the font, line and paragraph formats. These forms are designed using SAPScript (a very easy but frustratingly simplistic form format language) or SmartForms that is more of a graphical form design tool.
    Barcodes are nothing more than a font definition and is part of the style sheet associated with a particular SAPScript form. The most important aspect is to place a parameter in the line of the form that points to the data element that you want to represent as barcode on the form, i.e. material number. Next you need to set the font for that parameter value to one of the supported barcode symbologies.
    Creating Bar code:
    ) Go to T-code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
    2) Now when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    Create a character format C1.Assign a barcode to the character format.Check the check box for the barcode.
    The place where you are using the field value use like this
    <C1> &itab-field& </C1>.
    You will get the field value in the form of barcode.
    Check this thread for detail information.
    How to print Barcode in te SAP SCRIPTS?

  • Print (modified) pdf from smartforms

    Hi all,
    I am totally stuck.
    I have a smartform which creates an OTF. The OTF is slightly adjusted and converted to pdf. No problem there.
    But now I want to send the modified PDF to a printer. All in the same smartform.
    (With smartform I actually mean the print program calling the smartform).
    I was actually looking for a simple statement but I am not able to find one.
    Can anyone help me out?
    Karin

    Hi Karin,
    here is my sample report. Of course you have to delete some, because you might not have a Form called z_testfh
    I cannot remember, but I copied parts of it, so if there is one out there, feel free to add a comment. I do not want the flowers of others in my hand
    Hope you get your issue solved.
    *& Report  ZFH_OTF_TO_PDF_TO_SPOOL
    REPORT  zfh_otf_to_pdf_to_spool.
    *& Declarations
    DATA : w_options LIKE itcpo ,
    it_otfdata TYPE STANDARD TABLE OF itcoo ,
    it_tlines TYPE STANDARD TABLE OF tline ,
    bin_filesize TYPE i ,
    bin_file TYPE xstring ,
    printer LIKE tsp01-rqdest VALUE '0079',
    append TYPE c VALUE 'X',
    doctype TYPE adsdoctype VALUE 'ADSP' ,
    adstype TYPE string,
    l_strlen TYPE i,
    l_strlen1 TYPE i,
    nopdf TYPE c,  "Testweise auf X
    globaldir(100),
    pathname(256),
    myfile TYPE string,
    handle LIKE sy-tabix,
    spoolid LIKE tsp01-rqident,
    partname TYPE adspart,
    filename TYPE file_name,
    pages TYPE i,
    size TYPE i.
    DATA: BEGIN OF datatab OCCURS 100,
    line(80) TYPE x,
    END OF datatab.
    PARAMETERS: pa_dest TYPE tsp01-rqdest DEFAULT '0210'.
    PARAMETERS: pa_dest2 TYPE tsp01-rqdest.
    PARAMETERS: pa_schr TYPE xfeld.
    PARAMETERS: pa_suff TYPE xfeld.
    *& Start of selection
    START-OF-SELECTION.
      w_options-tddest = pa_dest.
      printer = pa_dest2.
      w_options-tdgetotf = 'X'.
    *w_options-tddest = '0079'.
    *--Call the Script
      CALL FUNCTION 'OPEN_FORM'
        EXPORTING
          device  = 'PRINTER'
          dialog  = ' '
          form    = 'Z_TESTFH'                        "'ZFH_BARCODE_OTF'
          language = sy-langu
          OPTIONS = w_options.
    *CALL FUNCTION 'OPEN_FORM'
    *  EXPORTING
    *    form = 'ZFH_BARCODE_OTF'.
    IF pa_schr = 'X'.
      CALL FUNCTION 'WRITE_FORM'
        EXPORTING
          element = 'SCHRIFT'.
    ELSE.
      CALL FUNCTION 'WRITE_FORM'
        EXPORTING
          element = 'DUMMY'.
    ENDIF.
    **call function 'WRITE_FORM'
    **exporting
    *** element = '520'
    **function = 'SET'
    **type = 'BODY'
    **window = 'MAIN'.
    DATA: ITCPP type ITCPP.
      CALL FUNCTION 'CLOSE_FORM'
        IMPORTING
          result = ITCPP
        TABLES
          otfdata = it_otfdata.
    *--Convert from OTF to PDF format
    * bin_file needs to be XSTRING format.
      CALL FUNCTION 'CONVERT_OTF'
        EXPORTING
          format      = 'PDF'
          max_linewidth = 255
        IMPORTING
          bin_filesize = bin_filesize
          bin_file    = bin_file
        TABLES
          otf          = it_otfdata
          lines        = it_tlines.
    DATA: ls_tsp01 type tsp01.
    IF pa_suff is initial.
    ls_tsp01-RQ0NAME = 'NAME'.
    ls_tsp01-RQ1NAME = 'SUFFIX1'.
    ls_tsp01-RQ2NAME = 'SUFFIX2'.
    *ls_tsp01-COPIES
    *ls_tsp01-PRIO
    *ls_tsp01-IMMEDIATE_PRINT
    *ls_tsp01-AUTO_DELETE
    ls_tsp01-RQTITLE = 'Titleline'.
    CONCATENATE ls_tsp01-RQTITLE ' Zeit:' sy-uzeit into ls_tsp01-RQTITLE.
    *ls_tsp01-RECEIVER
    *ls_tsp01-DIVISION
    ELSE.
    ls_tsp01-RQ0NAME = 'PBFORM'.
    ls_tsp01-RQ1NAME = '0454'.
    ls_tsp01-RQ2NAME = '2410'.
    ls_tsp01-RQRECEIVER = 'FIS-HENNINGE'.
    ls_tsp01-RQPRIO = '5'.
    *ls_tsp01-RQFINAL = 'C'.
    ls_tsp01-RQTITLE = 'Anlage zu Beleg: 300006040'.
    ENDIF.
      CALL FUNCTION 'ADS_SR_OPEN'
        EXPORTING
          dest            = printer
          append          = append
          doctype        = doctype
          name            = ls_tsp01-RQ0NAME
          suffix1        = ls_tsp01-RQ1NAME
          suffix2        = ls_tsp01-RQ2NAME
          titleline      = ls_tsp01-RQTITLE
        IMPORTING
          handle          = handle
          spoolid        = spoolid
          partname        = partname
        EXCEPTIONS
          device_missing  = 1
          no_such_device  = 2
          operation_failed = 3
          wrong_doctype  = 4
          OTHERS          = 5.
    * l_strlen = STRLEN( bin_file ).
    * l_strlen1 = STRLEN( bin_file ).
      l_strlen = bin_filesize .
      l_strlen1 = bin_filesize .
      DO.
        IF l_strlen GT 80.
          MOVE bin_file+0(80) TO datatab-line.
          APPEND datatab.
          l_strlen = l_strlen - 80.
          bin_file = bin_file+80.
        ELSE.
          MOVE bin_file+0(l_strlen) TO datatab-line.
          APPEND datatab.
          EXIT.
        ENDIF.
      ENDDO.
    * Filename from partname
      CONCATENATE partname '.pdf' INTO filename.
    * Get path of global directory
      CALL 'C_SAPGPARAM'
      ID 'NAME' FIELD 'DIR_GLOBAL'
      ID 'VALUE' FIELD globaldir.
    * Create fully qualified path
      CONCATENATE globaldir '/' filename INTO pathname.
      myfile = pathname.
      OPEN DATASET myfile FOR OUTPUT IN BINARY MODE.
      IF sy-subrc = 0.
        LOOP AT datatab.
          TRANSFER datatab TO myfile.
        ENDLOOP.
        CLOSE DATASET myfile.
      ENDIF.
      size = l_strlen1.
      pages = itcpp-TDPAGES.
      CALL FUNCTION 'ADS_SR_CONFIRM'
        EXPORTING
          handle          = handle
          partname        = partname
          size            = size
          pages          = pages
          no_pdf          = nopdf
        EXCEPTIONS
          handle_not_valid = 1
          operation_failed = 2
          OTHERS          = 3.
      CALL FUNCTION 'ADS_SR_CLOSE'
        EXPORTING
          handle          = handle
        EXCEPTIONS
          handle_not_valid = 1
          operation_failed = 2
          OTHERS          = 3.
    END-OF-SELECTION.

  • How to print horizantal lines in smartforms?

    hi friends,
                       how to print horizantal lines in smartforms.
    waiting for ur valuble replies.
    Thanks,
    Kiran

    HI,
    If u use templates or table,then use borders to print the horizontal lines.
    Eg : Create template-->Table painter->click select pattern button->Display framed pattern->select 3rd one.it will display only horizantal lines.
    if want to print horizantal line under the text, then create one paragraph or character formate with Underline in smartstyles.Use that paragraph or character to u r text element

  • How to print a bullet in smartforms?

    Hi All,
    How to print a bullet in smartforms?
    I need it urgently.
    Any help would be appeciated.
    Regards,
    Mahesh.

    Hi,
    if i remember correct <600> is the value for bullets.
    you can insert this using sap system symbols ---> select bullets (before this place your cursor where ever you want the bullets.
    eg:
    P1  <600> test.
    Thanks,
    Sree.

  • How to print Check Box in smartform

    HI,
      How to print check box in smartforms. I am using Include Sap Symbol but in the print it is coming as #. Do we need to do any setting like we do for barcode?
    Thanks
    Raghavendra

    hi,
    u can print a check box in different ways.. by inserting symbols and making window as check box..
    once go through the thread u will get to k now differnt ways
    putting checkboxes in smartform?
    Please Close this thread.. when u r problem is solved. Reward all Helpful answers
    Regards
    Naresh Reddy K

  • Printing dunning notices using SMARTFORMS,error during parameter transfer

    Hi Friends,
                    I face a error message "Include text ZGA_DUN_HDR does not exist (object TEXT, ID ST)" when i run the dunning run.
                    I had searched every node for text ZGA_DUN_HDR in the smartform,I didnt find the text in it.
    However when I execute the smart form for print preview an error message "Printing dunning notices using SMARTFORMS,error during parameter transfer".This error i believe is due to wrong parameter passing in the fm 'GET_SF_DUNN_DATA'.It raises an error no_parameters_found.All parameters are passed correctly.
                    Can you guys help me out.
    Edited by: RAJIV KAUSHAL on Nov 14, 2008 6:03 PM

    you can create this text ZGA_DUN_HDR  in SO10 tcode and try ...

  • Printing Dunning Letters using Smartforms

    Hi all,
    I have a requirement wherein I need to print dunning letters using smartforms; the dunning data are extracted in program SAPF150D2;I modified the subroutine OFI_DUN_ACT to call function module FI_PRINT_DUNNING_NOTICE_SMARTF.
    Now I need to extract the dunning data in program SAPF150D2 to be imported to my new form using GET_SF_DUNN_DATA, my question is where do I code the calling of FM GET_SFG_DUNN_DATA? I'm a little bit confused on the step by step process of the dunning data extraction to printing of the form... Thanks...

    In the INITIALIZATION of the Smartforms, after the call to  GET_SF_DUNN_DATA, you have a many informations back, of which the record of MHNK and an internal table of MHND, which you can use to select other informations from database.
    So fill or enrich your own internal table in the initialization.
    I enclose thereafter a sample to help you
    * Load data
      CALL FUNCTION 'GET_SF_DUNN_DATA'
           EXPORTING
                is_sfparam          = is_sfparam
           IMPORTING
                es_mhnk             = mhnk
                es_t001             = t001
                es_knb5             = knb5
                es_lfb5             = lfb5
                es_t047             = t047
                es_t047c            = t047c
                es_t047i            = t047i
                es_t056z            = t056z
                es_f150d            = f150d
                es_fsabe            = fsabe
                es_adrnr            = adrnr
                es_uadrnr           = uadrnr
                es_adrs             = adrs
                es_uadrs            = uadrs
                es_t047b            = t047b
                eb_testprint        = testprint
                e_langu             = langu
                e_lang2             = lang2
                es_f150d_esr        = f150d_esr
                es_paymi            = paymi
                es_paymo            = paymo
           TABLES
                t_mhnd              = th_mhnd
           EXCEPTIONS
                no_parameters_found = 1
                OTHERS              = 2.
    IF sy-subrc <> 0.
      sy-msgid = 'FM'.
      sy-msgty = 'E'.
      sy-msgno = 461.
      RAISE others.
    ENDIF.
    h_t040a-text1 = space.
    show_interest = space.
    LOOP AT th_mhnd INTO mhnd WHERE xzins = ' '.
      show_interest = 'X'.
      EXIT.
    ENDLOOP.
    * Load user information
    DATA: usr21 LIKE usr21, addr3_sel LIKE addr3_sel.
    CLEAR: usr21, addr3_sel, addr3_val, adr6.
    * Charger fiche profil
    SELECT SINGLE * FROM usr21 WHERE bname = sy-uname.
    * Récupérer l'adresse
    MOVE-CORRESPONDING usr21 TO addr3_sel.
    CALL FUNCTION 'ADDR_PERS_COMP_GET'
         EXPORTING
              address_pers_in_comp_selection = addr3_sel
         IMPORTING
              address_pers_in_comp_value     = addr3_val
         EXCEPTIONS
              OTHERS                         = 1.
    * load SMTP address
    CLEAR adr6.
    SELECT SINGLE * FROM adr6
      WHERE addrnumber = usr21-addrnumber
        AND persnumber = usr21-persnumber.
    * date format
    SET COUNTRY adrs-land1.
    * Group similar posts
    DATA: xbseg TYPE bseg,
          xbkpf TYPE bkpf,
          xpost TYPE th_outtab.
    REFRESH: t_post, t_cumul_waers.
    LOOP AT th_mhnd INTO mhnd.
    * Select lines to use
      IF mhnk-gmvdt IS INITIAL.
        IF mhnd-xzalb <> space OR mhnd-mansp <> space.
          CONTINUE.
        ELSEIF t047b-xpost NE 'X' AND mhnd-xfael <> 'X'.
          CONTINUE.
        ENDIF.
      ENDIF.
    * Map data
      CLEAR xpost.
      MOVE-CORRESPONDING mhnd TO xpost.
    * Load text from bseg
      SELECT SINGLE sgtxt INTO xpost-sgtxt FROM bseg
        WHERE bukrs EQ mhnd-bbukrs AND belnr EQ mhnd-belnr
          AND gjahr EQ mhnd-gjahr  AND buzei EQ mhnd-buzei.
      PERFORM edit_text CHANGING xpost-zuonr mhnd-xblnr xpost-sgtxt.
    * if "Payment difference" get the date of original document
      IF mhnd-bschl = '06'.
        SELECT SINGLE bldat INTO xpost-bldat
          FROM bkpf
          WHERE bukrs = mhnd-bukrs
            AND belnr = mhnd-rebzg
            AND gjahr = mhnd-rebzj.
      ENDIF.
    * Collect posts to print
      COLLECT xpost INTO t_post.
    * Collect amount per currency
      MOVE-CORRESPONDING xpost TO cumul.
      COLLECT cumul INTO t_cumul_waers.
    ENDLOOP.
    * Load customer information
    SELECT SINGLE * FROM kna1 INTO kna1
      WHERE kunnr = mhnk-kunnr.
    SELECT SINGLE * FROM knb1 INTO knb1
      WHERE bukrs = mhnk-bukrs
        AND kunnr = mhnk-kunnr.
    * Convert date to text
    PERFORM convert_date USING control_parameters-langu mhnk-laufd
      CHANGING text_date.
    PERFORM convert_date USING control_parameters-langu mhnk-prndt_before
      CHANGING text_prev.
    PERFORM convert_date USING control_parameters-langu mhnk-grdat
      CHANGING text_extr.
    Regards

  • CR VS2005 ActiveX Printing Mode print the report larger

    Hi,
    I have a problem with CR VS2005 for ActiveX printing mode. It will print the report larger than usual so when I print it to the printer, some parts will cut off. But the report will print okay if I export it to pdf and print from the acrobat reader.
    Can anybody help me how to fix this?
    I'm using this in my development:
    OS: WIndows XP SP2
    Visual Studio 2005
    CR for VS2005
    and the application is web application.
    Thanks before...

    1) Try this with SP 1 for CR 10.2 applied:
    https://smpdl.sap-ag.de/~sapidp/012002523100006007872008E/crvs05sp1.exe
    2) see if there are any updates for your printer driver
    3) See if you can duplicate this with a different printer driver
    4) I believe CR 10.2 had "No printer" option (Design | Page Setup). Enable that.
    Ludek

  • How to print specific page in smartform !

    Hello Friends,
                  I like to print specific page in smartform. for Ex. page 4. But when I give page no. 4, the print preview not showing the exact page.
    Thank you for your time.
    Senthil

    Hi Senthil,
    chk this link you get a brief idea abt Smartforms.
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf
    Reward points if you find this helpful
    Regards,
    Harini

  • How to Print next Page in smartform ?

    Hello ,
    I want to print next page in smartform.
    The situation is :-
    I am passing an internal table containing list of personal numbers.
    I have to print their details . Every candidate's detail should be printed on a new page .
    I have designed the whole form , but I am not print their details on a New Page.
    Please guide.
    Thanks in Advance.

    Hi, Nikita.
    Please Have a Look the following Link
    [MODERATOR MESSAGE: SapScript/Smartform questions go in FORM PRINTING forum|/thread/1360534 [original link is broken];
    So, Please Post Questions Regarding SapScript and Smartform in FORM PRINTING.
    1. First of all you need to set a Flag at the end of every Personal Number.
    2. Than Right Click on the object Like Main Window
    --> Create --> Flow Logic --> Command
    3. From First Tab of Command General Attributes Check the Check Box Go to New Page and Select Your Page
    4. In the Conditions Tab Give you Flag Condition.
    Hope will help you to solve out your problem,
    Please Reply if any Issue,
    Best Regards,
    Faisal

  • The order of my ical 'all day' events changes when i go into print mode?

    The order of my ical 'all day' events changes when i go into print mode. What can i do to keep the order of events i so painstakingly created?

  • Runtime error in print program of a smartform

    Hi,
    While trying to execute the print program of a smartform I am getting the following runtime error.
    The reason for the exception is:
    The call to the function module "/1BCDWB/SF00000288" is incorrect:
    In the function module interface, you can specify only
    fields of a specific type and length under "IT_BOOKINGS".
    Although the currently specified field
    "IT_BOOKINGS" is the correct type, its length is incorrect.
    In the form interface of the smartform under tables parameters I have declared like this.
    IT_BOOKINGS      LIKE      SBOOK
    IT_SCHEDULE      LIKE      SPFLI
    Can anyone tell me why do we get this error?
    Regards,
    Hema

    Hello,
    program to call smartform is really simple :
    -> function SSF_FUNCTION_MODULE_NAME give you the name of the function link to your sapscript.
    -> function WFMC_PREPARE_SMART_FORM help your to prepare your options to your smartform.
    -> function xxx  to call your smartform (find with the first function).
    Sometimes you have to play with values of NAST (for ex) to find the language (set in control_parameters) or for example if you want to print without display (when it ask you for print / print preview  and the name of the print device) .....
    Frédéric

  • My hp deskjet 9362c will not print in black and white/error message says the printer mode is set at

    can not get my hp deskjet 932c to print in black and white.  error message states print mode in auto, but I can't find the print mode to correct.  printer was printing in black and white or color automatically til last night, then in middle of document quit altogether.  new cartridges get the same results.

    Check the paper type settings.  If this is set to "automatic" and the paper type is detected as photo paper then black only print is not available.  (The black pigmented ink is not compatible with photo paper.)  What is your operating system?
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

Maybe you are looking for

  • How Do You Add Multiple Pieces of Art to Albums?

    I know that you can add multiple pieces of art to individual songs. However, when I click "Info" on an album (or when I select multiple songs), I can only add one piece of art. I want to add art from the front and back of a CD, but I do not want to h

  • Problem with repeating htmlb:tray onExpand event

    I have an htmlb:tray in my bsp application with an onExpand event.  I want a report generated and displayed when the tray is expanded, and this works the first time that I click on the tray icon.  However, if I am still on the same page, close the tr

  • Enterprise Manager 10g & trigger problem

    Hi. Trying to create a trigger using Enterprise manager 10g WEB Console and trigger creating "wizard" without success. Example: I've added a simple trigger using SQL+ (this works ockey): CREATE OR REPLACE TRIGGER "SRECKO".TESTNA_TRIG BEFORE INSERT ON

  • Itunes on windows 8 cannot authorize second computer

    When trying to authorize a second computer (running Windows 8) for iTunes I get an error that the iTunes store is unavailable.  I am able to deauthorize / reauthorize the first computer (runing Windows 7) with no errors.

  • Dreamweaver not responding/ running very slow!!!

    Hi I'm running Dreamweaver on Windows 7 (CS6, version 12.0 Build 5808) It's running very slow & not responding. It's getting impossible to get work done! I thought installing on a new machine would fix the problem but it persists. Please Help ASAP!!