Attach a Smart form to a output type .

Hi,
May i know how to attach a smart form to a output type in NACE transaction.
So that when we take PO printout from me9f it should work fine.
Is it same as we do for a script or any thing extra need to be done??/
Regards,
Neha

Hi Neha,
If you want to print a PO with smartform, please maintain it in t-code
NACE with SAP standard settings.
1- normal method using the standard PO printing:
Out type   Print program   Form Routine   Form      Smartform
NEU        SAPFM06P        ENTRY_NEU      MEDRUCK   Not applicable
2- for smartforms:
Out type   Print program   Form Routine   Form     Smartform
NEU        /BPR3PF/FM06P   ENTRY_NEU      Not      Indicate the
                                           Applic   template to use
Please find notes which explains on where to find Standard
Smartforms , assistance and documentation on this issue.
  526824   Smart Forms: Which information sources are available?
  430621   Delivered print programs and form templates
Best Regards,
Arminda Jack

Similar Messages

  • Send PDF attachment to Multiple Receipents - SD Document Output Type

    Hi,
    i have created a new output type in v/30 transaction for the sales order to send externally (i.e. as Email attachment). Output type ZWWW and Application V1. In the mail Title and texts entered the title (Subject). In the processing routines selected medium as u201CExternal Sendu201D and program /SMB40/RVADOR01, Form routine as ENTRY and also inputted the custom smartform name in the PDF/Smartform form. In the partner function tree, selected sold-to party (SP) for External send. SAVEd it.
    The above setup will send email to just one email id maintained in the customer master. I wanted to send the email to multiple email ids.
    Any suggestions on how to go about doing this?
    Thanks,
    Balaji

    Hi,
    You can specify the Partners in partner functions in NACE transaction as you already given to sold-to party.
    Regards,
    Raju.

  • Printing multiple forms for one output types.

    Hi,
    I need to print the form 4 times for one specific output type.  My internal table contains only one record, but for that one record also i need to print 4 forms. How can i do this, i tried using control parameters but in vain.
    Any suggestions of how to achieve this,
    Thanks & Regards,
    Ramana.

    Hi,
    I am working with only one smart form. But there are different output types(ZVSL, ZVFX, ZVFE & ZVFI) configured for that form. But for one specific output type (ZVSL), i need to repeat the print for 4 times.
    Thanks & Regards,
    Ramana

  • Form triggering through Output type

    Hi All,
    There is a issue which i am facing , I have create a output type ZFIN and attached a custome program xyz with this outputtype. when the output is triggered throught transaction VL32n the custom program should be trigger but ther is an error raising which is going to my SAP inbox that is " PERFORM_TOO_MANY_PARAMETERS".
    Regards
    Dhiraj Shetty

    Hi,
    1. Run transaction SU01
    2. Enter <user name> => EDIT
    3. Go to tab 'Parameters'
    4. Select parameter ID = 'NDR' and enter value 'X'
    5. Save
    Done

  • How to configure a interactive pdf form to an output type

    Hi all,
       The user has to open the form, do some manual entry in the form and finally print it. For this I have created a Webdynpro application with the adobe pdf form linked to it. It can be teted by testing the webdynpro application. But can it be linked to some output type, so that when the output type is triggered, the form is opened and user can do some corrections and print it. Please help me in this regard.
    Thanks
    Thivya

    Hello. I dont understand why would you do such a thing.
    First option is to link it. so if a user e.g. changes the order, he will get the form preview which he can fill and then print as you wanted. All this in ERP and print preview for the form in adobe reader.
    Or you can create a WD app, which must be manually opened, form created, form changed and printed.
    I hope it helps or you can try to clarify if i don´t understand your problem.

  • FORM ROUTINE in Output Types

    Hi group,
      there is a requirement in which after the generation of accounting document(after saving VF01), we need to immediately reverse some of the lines in the accounting document by using F-02.  We have thought of using the Output Type Program to write our code as that was the only genuine place we could find to write our enhancement ( searched for user-exits after accounting doc is generated but cudn't find any). In the program , we shall write the BDC for aor reversal process. Now, when we SAVE VF01, this program(RLB_INVOICE, output type RD00) gets triggered. I thought instead of  writing something in the standard program( or even a Z version of it ), we wud write our code in a new program & then assign this program in NACE. I tried with some dummy program(zxxxxx), but there is an error log which says 'Processing Routine Entry does not exist for program zxxxxx).
    what is the significance of this FORM Routine 'ENTRY' in the output type???  wat is the solution for my problem??
    hope i am clear enough
    ur valuable inputs awaited...
    Thanks & Regards,
    Bikash Agarwal

    Hi
    The routine ENTRY is the start form called by the progam runs the print (RSNAST00 for example), that routine has to be defined in the program is assigned to output type.
    See the program RLB_INVOICE, here you can find the form ENTRY.
    So the program manages the print for the output type RD00 run a comand like this:
    PERFORM ENTRY IN PROGRAM RLB_INVOICE USING .......
    I don't think there's an exit after accounting document is created, there are some BTE (trx FIBF) are triggered just before it is generated, for example in BTE 1030: here you can know all accounting number and data (but the document isn't stored in database yet).
    I don't know if it's a good idea to insert the code in the routine of the print: remember all the process of saving of account document are running in update tusk, so while the output is been printing you can't be sure the accounting document is really stored in database.
    Max

  • Diff forms for one output type.

    We have 2 types of prints: (1) normal final invoice and (2) Pauschal Final Invoice.
    For the (1) Normal final invoice following pages are needed:
    normal invoice page
    overview sheet
    Rechnungsanlage
    For the (2) Puaschal final invoice the following pages are needed:
    Pauschal Invoice page
    Rechnungsanlage
    To differentiate between (1) and (2) we use the field VBAK-KVGR1
    If VBAK-KVGR1 = C01 à print (2) Pauschal final invoice (meaning the Pauschal Invoice page and the Rechnungsanlage)
    If ELSE à print (1) normal invoice page (meaning normal invoice page, overview sheet and Rechnungsanlage)
    Above is my requirement i have one output type ZDE6 so how can i develop above requirement .
    Pls guide me how to process .

    did u mean its possible only one smartform. I am using only one billing type for all smartforms but when vbak-kvgr1 = co1 here pauschal invoice and rechnungsalang invoice will desplay.
    in normal invoice i have to display overview layout and rechnungsalang layout including normal invoice.
    Finally i am asking i required to develop four smartforms for this development.
    if i develop four smartforms how to assign all , because all are using same billing type .
    Pls suggest me the same.

  • Form Printing Using Output Type

    Hi,
    I have a requirement on authorization consideration, it says:
    Set user parameter NDR =X to Indicates that the output determination function will be activated. In this case, the system checks whether output is to be generated.
    Where can I see this?

    Hi,
    1. Run transaction SU01
    2. Enter <user name> => EDIT
    3. Go to tab 'Parameters'
    4. Select parameter ID = 'NDR' and enter value 'X'
    5. Save
    Done

  • Getting thai characters as junk in PDF attachment of smart form

    Hi All,
    I have to send a smartform as PDF attachment, I am getting a PDF but column heading is in Thai so when i open the PDF they occur as junk characters where as english charcters are coming fine.
    Can anyone sugest me wht i hv to do to view thai charcters in PDF

    Hi All,
    I have to send a smartform as PDF attachment, I am getting a PDF but column heading is in Thai so when i open the PDF they occur as junk characters where as english charcters are coming fine.
    Can anyone sugest me wht i hv to do to view thai charcters in PDF

  • Output type processing error for adobe forms

    We have created one output type in NACE transaction for Application V1(Sales) and attached the Adobe form to that output type. Whevener i am creating or saving a quotation / Sales order that output type is not processesed rather it is giving an Express document error that 'Update was terminated'.
    Please help me out to solve it.

    It is processed as there was a issue in the program.

  • Custom output type configuration for Handling units

    All, Can any one guide me how to configure AZ output types for handling units?  My scenario is as follows.
    To print a new label for the handling units as soon as the packing happens. User should be able to see this new custom output type in VLO2N/VL03N.  Also user can print the labels thru VL74 by inputting the custom output type and processing mode. 
    For this I did the following.
    Created a new custom output type in "NACE" under the application "V6 - Handling Units".  And assigned print program and smart form for this output types.  After this I am able to see the output types in VL74, when I did F4 on output type field.  But I am not able to see the new output type in VL02N/VL03N.
    Can anybody tell me what needs to be done to get the new output type in VL02N/VL03N.
    Thanks in advance.

    for Delivery , Application is V2.
    regards
    Prabhu

  • Regarding output type for billing doc

    i have one billing doc. i want to find out type for that billing doc. through that i need to find the program name and form name.
    i have lot of out put types. In that how to find the out put for my requirement

    HI pavan,
    It is not a good idea to check with the Program name or Layout set name without knowing the OUtput types because, Billing docu number can work with multiple Output types...you never know it. So in your case to check TNAPR table would be the best option...but again it is never recomended to go ahead without knowing the output type.
    And for one Output type there will be only one smart form/ script form and a Zprogram will be configured.
    It is not possible to configure multiple Smart forms for a same Output type.
    You can use single smart form in Multiple Output types but not single output type for diff Smart forms.
    Try to either know the smart form/script from name or the Zprogram so that you can search it in TNAPR table or by using Where used list icon.
    Regards,
    Kittu

  • Smart form attachment in User decision step

    Hi,
    i have a requirement to display Smart form in user decision step along with Approce and reject buttons.
    Please guide how to attach a smart form in workflow.
    Thanks.
    Edited by: Sanjay_lnt on Jul 10, 2010 8:13 PM

    Here are some codelines may help you.
      CALL FUNCTION 'SO_FOLDER_ROOT_ID_GET'
        EXPORTING
          region                = 'B'
        IMPORTING
          folder_id             = lv_folder
        EXCEPTIONS
          communication_failure = 1
          owner_not_exist       = 2
          system_failure        = 3
          x_error               = 4
          OTHERS                = 5.
      lv_object-objla    = 'EN'.
      lv_object-objnam   = 'MESSAGE'.
      lv_object-objdes   = p_name.
      lv_object-file_ext = 'PDF'.
      CALL FUNCTION 'SO_DOCUMENT_INSERT'
        EXPORTING
          parent_id                        = lv_folder
          object_hd_change                 = lv_object
          document_type                    = 'EXT'
       IMPORTING
          document_id                      = lv_doc
       TABLES
         objcont_bin                     = it_objcont_bin " Your binary file data
       EXCEPTIONS
         active_user_not_exist            = 1
         dl_name_exist                    = 2
         folder_not_exist                 = 3
         folder_no_authorization          = 4
         object_type_not_exist            = 5
         operation_no_authorization       = 6
         owner_not_exist                  = 7
         parameter_error                  = 8
         substitute_not_active            = 9
         substitute_not_defined           = 10
         x_error                          = 11
         OTHERS                           = 12     .
    Now pass the folder details to AttachObjects of BO type SOFM
    Edited by: Saurabh Thalpati on Jul 14, 2010 12:20 PM

  • Attaching the newly developed print smart form to T-Code COR2

    Hi,
    ABAP team developed a smartform for printout of process order which contain all the details of that process order and component list their qty and other details. Now I have to attach this smartform to the T-Code COR2. so that when the user creates the process order and save it then he goes to COR2 and enters the process order number then go to print button click and take the printout. How to attach the smart form to T-code COR2. Plz explain.
    Thanks
    Vinamrath

    Hi Kumar,
    You have to configure the print forms in the t code CB85. After you configure when you create the process order the printout will be triggered
    It will be triggered automatically if the configuration is activated immediately otherwise need to go to spool request SP01 t code and give the printout.
    In the configuration itself the printer name also have to mentioned.
    Thanks and regards,
    Satish

  • How to create table with row type in smart forms

    How to create table with row type in smart forms with out line type
    please explain me the procedure

    HI,
    A table type describes the structure and functional attributes of an internal table in ABAP. In ABAP programs you can reference a table type TTYP defined in the ABAP Dictionary with the command DATA <inttab> TYPE TTYP. An internal table <inttab> is created in the program with the attributes defined for TTYP in the ABAP Dictionary.
    A table type is defined by:
    its line type, that defines the structure and data type attributes of a line of the internal table
    the options for managing and accessing the data ( access mode) in the internal table
    the key ( key definition and key category) of the internal table
    The row type is defined by directly entering the data type, length and number of decimal places or by referencing a data element, structured type ( structure, table or view) or other table type. Or the row type can be a reference type.
    <b>for more info :</b> http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb366d358411d1829f0000e829fbfe/content.htm
    Internal table
    Regards
    Sudheer

Maybe you are looking for

  • ImageReady animated gif creation

    Using ImageReady 7.0 I created an animated gif by putting a bunch of files named so they retained that order (1-29) into a folder and then did Import Folders as Frames. I then add times in the animation window for each frame and then save it optimize

  • Slideshows on external monitor

    Probably silly question, hopefully simple answer... I was trying to create a quick slideshow on my Macbook Pro with a digital projector connected. What I was expecting was to create the slideshow on the laptop screen (so the audience couldn't see the

  • Is it possible to change the Database default date format  'dd/mm/yy'

    I'm inserting a date with the format 'dd-mon-yy' in a column, it gives the error:- " a non-numeric character was found where a numeric was expected ". I also tried the TO_DATE function but not successful. I want to change the Database default Date fo

  • Restore Taking Too Long

    I visited my local "genius bar" after my 3Gs kept locking up a couple of times a day. They recommended I restore to factory defaults after back-up. I followed the instructions here: http://cellphones.about.com/od/howtoguides/ss/restore_iphone.htm Pre

  • How to create a login............

    Hi i am new to using JSP and i don't know how to create a user login page. A DBHandler holds all the connection and SQL queries to my database. Within the DBHandler i have Login.java which carries the login info for the JDBC connection. Login.java co