How to print smartforms which is comes as result of transactions in queue

Hi All,
      I was working on CRM development based on Pre-Inpsection and Post-Inspection where i am facing some problems in the development work.In this program we have to print Pre-Inspection and Post-Inspection forms through transactions.
Once Program runs .for this we need to create Activity with function module
BAPI_ACTIVITYCRM_CREATEMULTI   with respect to Pre-Inpection and Post-Inspection.And the Program is required to print the form  as an output from these transactions.I need to know how can we run a program that goes transaction by transaction in a queue and print these forms using actvities as inputs.
One more point is that i have only form layout for Pre_inspection and Post_Inspection.
Can anyone help me reslove this issue.Its urgent.Please reply ASAP.
Regards,
    Neethu Ajith

Keys for the Layers panel
Result
Windows
Mac OS
Load layer transparency as a selection
Control-click layer thumbnail
Command-click layer thumbnail

Similar Messages

  • How to print Smartform in Draft mode.

    HI all,
    we are using Wipro LQ DSI 5232 printer, our problem is while printing smartform , its coming in Roman but it should come in Draft Mode.
    When it goes to Roman mode the printing become very slow.
    How to set in default Draft mode.
    Regards,
    Rahul.

    Hi,
    there is an SBO setting inside
    Administation>System Init>Print preferences>Print Draft Watermark on Draft
    Then a "DRAFT" watermark will appear if it's printed before adding.
    In CR use a stored proc to get data back according to the Objectid@.
    Then if its the object id of a draft then add a CR watermark.
    Hope this helps.
    Regards,
    D

  • How to see materials which donot comes under product cost collector

    hello every body,
    can any one help me in finding  materials which donot comes under product cost collector.
    thanks for all the people who are supporting me
    regards,
    Bh.krishna mohan

    Dear Krishna,
    1.Usally the product cost collectors will be maintained for the materials which are executed using a REM scenario.
    2.Check in table MARC for the materials for which REM profile does not exists(means this field should be empty) for a given plant.
    3.After executing download this and if needed pass it to MARA table to get the FERT and HALB materials.
    4.So only those materials for which REM profile is empty ,the product cost collector does not exists.
    Check and revert with your queries.
    Regards
    S Mangalraj

  • How to print Cell Formula rather than its Result?

    Hi,
    I work with data that includes lots of multiple fractions, and print reports showing results of various calculations based on the fractions. The fractions themselves can be important, so I need to be able to display them when used in a formula.
    For example, in one cell (cell A1) I need to enter "1/3 * 13/21"; I need to display this formula when I print. Cell A2 would contain a specific number, like "141.5". Cell A3 needs to calculate A1 * A2.
    In order to provide a number that A3 can use, I need to enter "=1/3 * 13/21", but when printing this displays "206349". I can format A1 as text, but then A3 won't calculate it. I tried using "Value(A1)*Value(A2)" in A3, but it looks like Value will only accept a decimal number.
    So, is there any way to format some cells in a sheet (but not all cells) to display the cell contents rather than the result? Or a way to enter a fraction as text and have another cell evaluate the fraction or formula?
    Thanks for any help or advice.
    Tom

    Yvan,
    Merci for the reply.
    Unfortunately, that option does not work for my purposes. Below is a row that Numbers will allow me to print.
    0.07968198 | 1/6 | 23.58333 | 0.01463667 | 0.03333333 | 141.500
    Next is the row as I desire to print it (but have not figured out how to print):
    1/5 - (80/141.5 * 1/5) - (5.125/141.5 * 1/5) | 1/6 | 23.58333 | 0.01463667 | 0.03333333 | 141.500
    Next is the row as it appears if I follow your suggestion:
    =1/5 - (80/141.5 * 1/5) - (5.125/141.5 * 1/5) | =1/6 | =ROUND(D41*H41,5) | =ROUND(G41*H41/322.25,8) | =ROUND(C41*D41,8) | 141.5
    So in other words, I only want the first cell in the row to print as text. My clients need to see the equation in the first cell, not its calculated result. But for each following cell, they need to see the result; if I print the functions and cell references, as in the 3rd example, my report won't make any sense at all to my clients.
    Quattro Pro on Windows allowed me to do this easily. I switched to Mac and Excel 2008, and found a difficult workaround solution to accomplish this; but Excel is a dog of a program, with many bugs still. I'd much prefer to work with Numbers, but unless I can do something about the printing issue, I'll have to stick with Excel, or run Quattro under VMWare Fusion.
    Thanks a lot,
    Tom

  • How can I decide which one I use whethe Call Transaction or Session Method?

    Hi ,
    How can I decide Whether I have to use Call Transaction or Session? I know the differences and working procedure of them.
    thanks in advance.

    HI.
    check diff between both and choose ur requirement!!!
    What is the difference between batch input and call transaction in BDC?
    Session method.
    1) synchronous processing.
    2) can tranfer large amount of data.
    3) processing is slower.
    4) error log is created
    5) data is not updated until session is processed.
    Call transaction.
    1) asynchronous processing
    2) can transfer small amount of data
    3) processing is faster.
    4) errors need to be handled explicitly
    5) data is updated automatically
    Reward all helpfull answers.
    Regards.
    Jay

  • How to print smartforms

    Hi All,
    I have to print my smart form.I have a printer  installed on my computer  but how should let SAP know about it?

    Hi,
    The Basis person has to configure the printer as an OUTPUT Device (default) for printing anything.
      The smart form which you developed is a Stand Alone one? I mean You are executing it from SE38 or from a std Transaction. Like for example for PO  it can be executed from ME22/23 or from ME9F? If it s Std Smartform output then you have to attach the SMARTFORM  to the related OUTPUT TYPE and DRIVER PROGRAM. Use the Transaction NACE to go there depending on your application of the Smart form for which you developed.
    Regards,
    Chaitanya

  • How to print smartform from a report

    Im displaying a report, which contains several documents, whereby which ewch document is connected to a smartform.
    The page displaying the report contains a button 'Print'
    When clicking on the Print button, all the documents in the report should be printed.
    But my program is creating a spool file of the report, which will be printed further - its not what I want
    I want the program to print the smartforms of each documents on the report directly.
    heres my code and I dont know what I should do to be able to print the smartforms directly
    Get the function module name of the smartform.
        CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
          EXPORTING
            formname = '/EU000/FI_PRINT_DEBIT_NOTE'
          IMPORTING
            fm_name  = g_fm_name.
    gw_options-tdnoprev = ' '.
    gw_options-tddest = 'LOCL'.
    gw_options-tdprinter = 'LOCL'.
    gw_options-tdnewid = 'X'.
    gw_options-tdimmed = 'X'.
    gw_control-preview = ' '.
    gw_control-no_dialog = 'X'.
    write: text-006,' ', text-007, ' ', text-008.
    write:/.
    For all the documents
        LOOP AT gi_all_data INTO gw_all_data.
          write: gw_all_data-gjahr(4), ' ',gw_all_data-belnr,'     ', gw_all_data-belnr.
          write:/.
    CASE SY-UCOMM.
    WHEN 'PRINT'.
    Call the smarform
          CALL FUNCTION g_fm_name
            EXPORTING
              gw_all_data = gw_all_data
              user_settings = ' '
              output_options = gw_options
              control_parameters = gw_control.
    WHEN 'BACK'.
    LEAVE SCREEN.
    ENDCASE.

    DATA:   x_control_parameters TYPE ssfctrlop,
            x_output_options TYPE ssfcompop.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    PARAMETERS: p_prin LIKE usr01-spld.
    SELECTION-SCREEN BEGIN OF LINE.
    INITIALIZATION.
      SELECT  spld
              FROM usr01
              INTO p_prin UP TO 1 ROWS
              WHERE bname = sy-uname.
      ENDSELECT.
    START-OF-SELECTION.
      x_output_options-tdimmed = c_x.
      x_output_options-tddest = p_prin.
      x_output_options-tdnewid = c_x.
      x_output_options-tdreceiver = sy-uname.
      x_output_options-tdcopies = '001'.
      x_control_parameters-device = 'PRINTER'.
      x_control_parameters-no_dialog = c_x.
      x_control_parameters-langu = sy-langu.
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
       EXPORTING
         formname                 = 'Z_SMARTFORM'
      VARIANT                  = ' '
      DIRECT_CALL              = ' '
      IMPORTING
        fm_name                  = f_name1
      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.
    IF P_PRI = 'X'.
      CALL FUNCTION F_NAME1
        EXPORTING
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
       CONTROL_PARAMETERS          = X_CONTROL_PARAMETERS
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
       OUTPUT_OPTIONS              = X_OUTPUT_OPTIONS
      USER_SETTINGS              = 'X'
          wa_header                  = wa_zmexh51
    IMPORTING
      DOCUMENT_OUTPUT_INFO       =
      JOB_OUTPUT_INFO            =
      JOB_OUTPUT_OPTIONS         =
        TABLES
          tab_item                   = TAB_ZMEXD51
          tab_item1                  = TAB_ZMEXS51
    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.
    ELSEIF P_PRE = 'X'.
      CALL FUNCTION F_NAME1
        EXPORTING
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
      CONTROL_PARAMETERS          = X_CONTROL_PARAMETERS
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
      OUTPUT_OPTIONS              = X_OUTPUT_OPTIONS
      USER_SETTINGS              = 'X'
          wa_header                  = wa_zmexh51
    IMPORTING
      DOCUMENT_OUTPUT_INFO       =
      JOB_OUTPUT_INFO            =
      JOB_OUTPUT_OPTIONS         =
        TABLES
          tab_item                   = TAB_ZMEXD51
          tab_item1                  = TAB_ZMEXS51
    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.
    ENDIF.
    Check the above code its just similar requirement  it may helpful to you.
    Thanks,
    Phani.

  • How to print smartform on the basis of selection criteria

    i want to print multiple pages in smartform by using  select-options  bkpf-belnr.
    ex:1500002103 to 1500002106.
    print all the pages lie in between this range.
    Moderator message : Spec dumping is not allowed, search for available information. Thread locked.
    Edited by: Vinod Kumar on Sep 27, 2011 12:21 PM

    Hi,
      Refer the link select option in smartforms and read what i suggested..
    Regards,
    Dhina..

  • How to print smartform on both side of pages.

    Hi,
    I have requirment of printing the smarform on both side of the page. for example the header data and item date on front of the page and terms and condition on the back of the page... can anyone help wht printer settings and wht changes in the smartform needed... its very urgent pls help ASAP.
    Thanks in advance.
    Abhishek Pandey.

    Hi Abhishek,
    In PAGE node u have Output Options Tab.
    In Output Options U can find the field Print Mode
    There u need to give the D.
    Default: No change of print mode
    S Begin new page in SIMPLEX mode (single-sided)
    D Begin new page in DUPLEX mode (double-sided)
    T Begin new page in TUMBLE DUPLEX mode (double-sided)
       DUPLEX:
         The current print mode is set to DUPLEX (double-sided print, long-edge
         binding) and a new page is started. A form page defined with DUPLEX is
         always printed on the front of the page, never on the back of the page.
         If the next form page contains the attribute value DEFAULT, it is output
         on the back of the page.
    Best regards,
    raam

  • How can I tell which fonts come with a program?

    It seems as if every program you get has its own set of fonts.  Now that Rosetta no longer works under lion I have some old programs I want to uninstall.  Also, there are other fonts from programs I know I will never use so I just would like to find out which font goes with which program.  Thanks!!

    The half hearted warning is it as far as I know.
    I suggest when you get a chance, load up copies of all the fonts the office uses so he is covered whatever you land on his desk.
    Peter

  • HT4356 How to connect  ipad2 to wireless cannon printer MX432 which also used by a dell computer

    I just bought cannon mx432. I was able to set up my dell laptop but I'm unable to setup my ipad 2 . Could somebody please help . Would be much appreciated. Thanks

    First check to see if its in the list of airprint enabled printers then folow instructions in article. If its not, then there are other options.
    iOS AirPrint Printers  http://support.apple.com/kb/HT4356
    How to Print from Your iPad: Summary of Printer and Printing Options
    http://ipadacademy.com/2012/03/how-to-print-from-your-ipad-summary-of-printer-an d-printing-options
    Print from iPad / iPhone without AirPrint
    http://ipadhelp.com/ipad-help/print-from-ipad-iphone-without-airprint/
    How to Enable AirPrint on a Mac and Use Any Printer
    http://ipadhelp.com/ipad-help/how-to-use-airprint-with-any-printer/
    iPad Power: How to Print
    http://www.macworld.com/article/1160312/ipad_printing.html
    Check out these print apps for the iPad.
    Print Utility for iPad  ($3.99) http://itunes.apple.com/us/app/print-utility-for-ipad/id422858586?mt=8
    Print Agent Pro for iPad ($5.99)  http://itunes.apple.com/us/app/print-agent-pro-for-ipad/id421782942?mt=8   Print Agent Pro can print to many non-AirPrint and non-wireless printers on your network, even if they are only connected to a Mac or PC via USB.
    FingerPrint turns any printer into an AirPrint printer
    http://reviews.cnet.com/8301-19512_7-57368414-233/fingerprint-turns-any-printer- into-an-airprint-printer/
    Print from iOS device to virtually any printer
    http://www.lantronix.com/it-management/xprintserver/xprintserver.html

  • How to print from an IPad Air?

    Hi - I have bought my wife the IPad Air 32kb for Christmas and need to know how I can print directly from it to my Canon MP970 which is not WifFi enabled?
    Thanks
    Rod

    iOS AirPrint Printers  http://support.apple.com/kb/HT4356
    How to Print from Your iPad: Summary of Printer and Printing Options
    http://ipadacademy.com/2012/03/how-to-print-from-your-ipad-summary-of-printer-an d-printing-options
    Print from iPad / iPhone without AirPrint
    http://ipadhelp.com/ipad-help/print-from-ipad-iphone-without-airprint/
    How to Enable AirPrint on a Mac and Use Any Printer
    http://ipadhelp.com/ipad-help/how-to-use-airprint-with-any-printer/
    iPad Power: How to Print
    http://www.macworld.com/article/1160312/ipad_printing.html
    Check out these print apps for the iPad.
    Print Utility for iPad  ($3.99) http://itunes.apple.com/us/app/print-utility-for-ipad/id422858586?mt=8
    Print Agent Pro for iPad ($5.99) http://itunes.apple.com/us/app/print-agent-pro-for-ipad/id421782942?mt=8   Print Agent Pro can print to many non-AirPrint and non-wireless printers on your network, even if they are only connected to a Mac or PC via USB.
    FingerPrint turns any printer into an AirPrint printer
    http://reviews.cnet.com/8301-19512_7-57368414-233/fingerprint-turns-any-printer- into-an-airprint-printer/
     Cheers, Tom

  • How to print from iPad mini to a Cacon imagePrint MF4880dw

    Just bought this Canon all-in-one, and after installing it, found that was not compatible with air print. There seem to be several possible solutions to print to it from my iPad mini. What do the experts feel is the best way to print documents?

    How to Print from Your iPad: Summary of Printer and Printing Options
    http://ipadacademy.com/2012/03/how-to-print-from-your-ipad-summary-of-printer-an d-printing-options
    How to Print from Your iPad
    http://www.dummies.com/how-to/content/how-to-print-from-your-ipad.html
    How do you print directly from the iPad
    http://www.everymac.com/systems/apple/ipad/ipad-faq/how-to-print-documents-direc tly-from-ipad.html
    Print from iPad / iPhone without AirPrint
    http://ipadhelp.com/ipad-help/print-from-ipad-iphone-without-airprint/
    How to Enable AirPrint on a Mac and Use Any Printer
    http://ipadhelp.com/ipad-help/how-to-use-airprint-with-any-printer/
    iPad Power: How to Print
    http://www.macworld.com/article/1160312/ipad_printing.html
    Check out these print apps for the iPad.
    Print Utility for iPad ($3.99) http://itunes.apple.com/us/app/print-utility-for-ipad/id422858586?mt=8
    Print Agent Pro for iPad ($5.99) http://itunes.apple.com/us/app/print-agent-pro-for-ipad/id421782942?mt=8   Print Agent Pro can print to many non-AirPrint and non-wireless printers on your network, even if they are only connected to a Mac or PC via USB.
    FingerPrint turns any printer into an AirPrint printer
    http://reviews.cnet.com/8301-19512_7-57368414-233/fingerprint-turns-any-printer- into-an-airprint-printer/
    Print (Print to ALL Printers) ($1.99)
    https://itunes.apple.com/us/app/print-print-to-all-printers/id299423224?mt=8
     Cheers, Tom

  • Does anyone know how to print from my pad to my desktop?

    does anyone know how to print from my pad to my desktop?

    A desktop is not a printer. Your question is not clear. Explain what you are trying to do.
    iOS AirPrint Printers  http://support.apple.com/kb/HT4356
    How to Print from Your iPad: Summary of Printer and Printing Options
    http://ipadacademy.com/2012/03/how-to-print-from-your-ipad-summary-of-printer-an d-printing-options
    Print from iPad / iPhone without AirPrint
    http://ipadhelp.com/ipad-help/print-from-ipad-iphone-without-airprint/
    How to Enable AirPrint on a Mac and Use Any Printer
    http://ipadhelp.com/ipad-help/how-to-use-airprint-with-any-printer/
    iPad Power: How to Print
    http://www.macworld.com/article/1160312/ipad_printing.html
    Check out these print apps for the iPad.
    Print Utility for iPad  ($3.99) http://itunes.apple.com/us/app/print-utility-for-ipad/id422858586?mt=8
    Print Agent Pro for iPad ($5.99)  http://itunes.apple.com/us/app/print-agent-pro-for-ipad/id421782942?mt=8   Print Agent Pro can print to many non-AirPrint and non-wireless printers on your network, even if they are only connected to a Mac or PC via USB.
    FingerPrint turns any printer into an AirPrint printer
    http://reviews.cnet.com/8301-19512_7-57368414-233/fingerprint-turns-any-printer- into-an-airprint-printer/
     Cheers, Tom

  • HT4356 how to print from windows usb printer

    I want to print from my ipad mini. I have a HP usb printer that is not wireless. Any software available that will allow me to print?

    How to Print from Your iPad: Summary of Printer and Printing Options
    http://ipadacademy.com/2012/03/how-to-print-from-your-ipad-summary-of-printer-an d-printing-options
    Print from iPad / iPhone without AirPrint
    http://ipadhelp.com/ipad-help/print-from-ipad-iphone-without-airprint/
    How to Enable AirPrint on a Mac and Use Any Printer
    http://ipadhelp.com/ipad-help/how-to-use-airprint-with-any-printer/
    iPad Power: How to Print
    http://www.macworld.com/article/1160312/ipad_printing.html
    Check out these print apps for the iPad.
    Print Utility for iPad  ($3.99) http://itunes.apple.com/us/app/print-utility-for-ipad/id422858586?mt=8
    Print Agent Pro for iPad ($5.99)  http://itunes.apple.com/us/app/print-agent-pro-for-ipad/id421782942?mt=8   Print Agent Pro can print to many non-AirPrint and non-wireless printers on your network, even if they are only connected to a Mac or PC via USB.
    FingerPrint turns any printer into an AirPrint printer
    http://reviews.cnet.com/8301-19512_7-57368414-233/fingerprint-turns-any-printer- into-an-airprint-printer/
     Cheers, Tom

Maybe you are looking for

  • BI Starting Services Issue in OBIEE 11g

    Hi, I have installed OBIEE 11g and it was working fine but today when i have started the BI services its showed this error *<Jan 7, 2011 6:42:52 PM UZT> <Error> <oracle.wsm.resources.policymanager> <WSM-02311> <Failed to retrieve requested documents

  • Lots of problems with my iPod touch 4th generation

    I am having a few problems with my iPod touch 4th Generation. I have been having them for a while and I would really like to get them fixed.  My first and main problem would be that my iPod touch is not being recognized by my computer (windows) and i

  • Original My Photo Stream not appearing in iOS7

    How do I see my original My Photo Stream now that I have upgraded to Ios7?  I can see it on my other non iOS 7 devices.  But it does not show up on the one I upgraded?

  • SATA Disks Issues with OEL 5.8 uek 64Bit

    Hi Oracle Linux Experts/Tech Gurus!, We are facing lot of issues with SATA disks at both Internal and External, if we use any SATA USB External Disk it make server hang and sometimes restart We face this issues with external SATA ARRAY connected at D

  • What does a Sim card add to the functionality of an iPad mini?

    The suject line is the question!