Preconfigured Smartforms

Hello,
I'm working on ecc 6.0 and I have a problem with smartforms. I have to create custom smartform for purchase order but standard smartforms such as /smb40/mmpo_a are not available in the system. Is not available package SMB40.
I've tried to download this from another system but I am not able to upload it in my system. ERROR: INVALID FORMAT FILE (NAME SPACE) and it is xml format.
How can I solve this problems?
thanks in advance for reply

Hi ALL,
For the availability of SAP Best Practices Preconfigured Smart Forms, check SAP Note 843193 firstly.
You can download the latest version of smartform from SAP Note 852250.
You can find MM/SD smartforms from attachment, you need to create them
by yourself in your system manually ,please refer to technical document
in the attachment.
Also, the preconfigured SmartForms are delivered with
the country-specific SAP Best Practices Baseline and Industry packages.
Check http://service.sap.com/bestpractices for availability.
Regards,
David

Similar Messages

  • Preconfigured Smartforms Smartforms

    Hi all,
    We have a new ecc6.0 system but sap did not provide the preconfigured smartforms with us. but we have requirement to convert the purchase order into a pdf and send by mail when we r using me21n. any inputs or help on this is greatly appreciated.
    Is there any other way to convert a sap script or smartform into pdf format and send it by mail and configure it in nace

    Dear krishna,
    You need to download the file - its like a patch - which has to be applied for configuration of the preconfigured smartforms.
    This is available for download from SAP or you can request for the same.
    Hope this may help you out.
    The other way out is to call you own Z driver program and call the standard smartforms in this the Z driver programs has to configured in the NACE transaction. after calling the standard smartform in your Z driver program  you cna call a function module to generate a PDF file with the data which has been passed onto the Smartform itself.
    Later after this step do call the Send mail Function Module and then send to the appropriate person.
    But one question over here is whom do you want to send the PO - is it a mail which is fixed always or will it be retrieved from somewhere.
    Hope this helps you out
    Thanks
    Please do reward partially atleast in anyway it helps you out.
    Venugopal

  • BASELINE PACKAGE V 5.600 best practice,preconfigured smartforms isfor free?

    Hello i want install in the system of my customer the BASELINE PACKAGE V 5.600 because i need preconfigured smartforms.
    I have a question. if i use the user id of my customer in servicemarketplace the customer have to pay BASELINE PACKAGE V 5.6000 or IS FOR FREE??
    here is described the package: http://www.scribd.com/doc/6120793/SAP-Best-Practices-Whatsnew-V5600-En
    here the path on servicemarketplace:
    Installations and Upgrades
    Installations and Upgrades -> SAP Best Practices -> SAP BP BASELINE PACKAGE -> SAP BP BASELINE -> Package I -> BASELINE PACKAGE - V1.- V5.600
    Thanks a lot!!

    Hi,
    If you are able to download it directly then i dont think it is a paid consulting.
    Prior to providing the service, SAP mentions that it would be a paid service & asks for your approval. If you give the approval, then only it processes further.
    If you are not prompted with any such information, then please go ahead & download.
    Best regards,
    Prashant

  • Preconfigured Smartforms in ECC6.0

    Hi,
    I would like to use preconfigured smartforms . I am using ECC6.0 . Can anyone tell me from where
    I can download preconfigured smartforms for ECC6.0. Is it already present in SAP software DVD.
    Regards,
    Vinod

    Hi
    I think these ADdd-Ons come along with the software DVD of SAP.
    Installation of the Smart Form Add-On:
    Use
    To use Smart Forms, two main parts are needed: A form template, and its print program. For the Preconfigured Smart Forms from the Business Unit for Small and Midsize Business (BU SMB), there is one Add-On that you may need:
     Add-On BP-R3 PF 46C V2 (Preconfigured Smart Forms), contains all Print Programs and a set of generic Smart Forms (both under namespace /SMB40/) that you will need to run all of the BU SMB Preconfigured Smart Forms.
    Regards,
    Vishwa.

  • Preconfigured smartforms for PM module

    Hello,
    Do you know if preconfigured smartforms exists for PM module ?
    Thanks for your helps.

    Hi
    IN PM module we mostly use the Scripts not smartforms
    check the Transaction OID1 for all shop paper related scripts
    Reward points for useful Answers
    Regards
    Anji

  • Need to install preconfigured smartforms

    Hi,
    I need a special smartform for delivery, called V6 Handling Unit. I have seen it in the SAP presentation "SAP Smartforms for Automotive".
    I know have downloaded 3 zip-files from the marketplace and the biggest I have got is the SAP best practise configuration CD.
    It includes BP-BBDI 46CV4 (Automotive V3.46C). Does anybody know if this one is the right one?
    In the description for the installation, it should be important to install the ADD-ON DI 46C2. How can I check, if it is already installed on the system?
    Thank You!
    Regards Arne

    Hi,
    try to check the SPAM (it's a transaction)
    Rgd
    Frédéric
    Message was edited by: Frédéric Girod

  • Smartforms and its internal table

    Hi All!
    From the main program, I call the FM SSF_FUNCTION_MODULE_NAME
    and later "call lf_fm_name" as below shown.
    The generated FM name gets an "internal table" in the tables parameter.
    And now how can I to treat now this internal table within smart forms?
    Please can you sequential explain the treatment. How can I acces
    these datas of this internal table in the smartforms
    reagards
    ilhan
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
        formname                 = lv_pick_formname
    *       VARIANT                  = ' '
    *       DIRECT_CALL              = ' '
      IMPORTING
        fm_name                  = lf_fm_name
       EXCEPTIONS
         no_form                  = 1
         no_function_module       = 2
         OTHERS                   = 3.
      IF sy-subrc <> 0.
        IF sy-subrc = 1.
          MESSAGE e061.
        ELSEIF sy-subrc = 2.
          MESSAGE e062.
        ELSEIF sy-subrc = 3.
          MESSAGE e063.
        ENDIF.
      ENDIF.
      CALL FUNCTION lf_fm_name
          TABLES    lt_ausgabe_data       = lt_ausgabe_data

    what ever you pass from program to smartforms you need to declare in
    GLOBAL INTERFACE -> Import parameter.(in the driver program export parameter). make sure u use the same name in the SMARTFORM GLOBAL INTERFACE - > import parameter.
    for more about smartforms go thru these link
    for Smartforms material
    http://www.sap-basis-abap.com/sapsf001.htm
    http://www.sap-press.com/downloads/h955_preview.pdf
    http://www.ossincorp.com/Black_Box/Black_Box_2.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    http://www.sap-img.com/smartforms/smartform-tutorial.htm
    http://www.sapgenie.com/abap/smartforms.htm
    How to trace smartform
    http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
    http://www.help.sap.com/bp_presmartformsv1500/DOCU/OVIEW_EN.PDF
    http://www.sap-img.com/smartforms/smart-006.htm
    http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm
    Re: Need FAQ's
    check most imp link
    http://www.sapbrain.com/ARTICLES/TECHNICAL/SMARTFORMS/smartforms.html
    step by step good ex link is....
    http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html
    Please check the tables TNAPR and TTXFP for Standard Smartforms.
    See the note 595812: it explain how to download the preconfigured smartforms.
    Detailed information can be accessed at the site:
    http://service.sap.com/preconfiguredforms OR
    http://service.sap.com/smb/development/preconfiguredforms.
    To download preconfigured smartform package, please:
    1. Go to http://service.sap.com/installations, select tab "download".
    2. On the right hand side screen, locate navigation tree node
    SAP Software Distribution Center->Download->Installations and Upgrades->
    Entry by Application Group.
    3. In the main window (right hand side), follow the path
    SAP Best Practices->Best Practices for mySAP All-in-One-> PRECONFIGURED
    SMART FORMS, you can find available preconfigured smartform versions.
    regards,
    Prabhu
    reward if it is helpful

  • For Purchase order,  is any Smartform available

    Hi,
    for Purhcase order Medruck Script is available but I want a smart form for purchase
    is there smart form available for purchase order if exists plz. give me the name.
    it is very urgent.
    Ganesh

    Hi Ganesh,
    There is standard smartform for PO (pre-configured forms) but you have to import package :/SMB40
    PO Form: /SMB40/MMPO_L
    Print Program: /SMB40/FM06P
    See the note 595812: it explain how to download the preconfigured smartforms.
    Anyway this is an extract of that note:
    Detailed information can be accessed at the site:
    http://service.sap.com/preconfiguredforms OR
    http://service.sap.com/smb/development/preconfiguredforms.
    To download preconfigured smartform package, please:
    1. Go to http://service.sap.com/installations, select tab "download".
    2. On the right hand side screen, locate navigation tree node
    SAP Software Distribution Center->Download->Installations and Upgrades->
    Entry by Application Group.
    3. In the main window (right hand side), follow the path
    SAP Best Practices->Best Practices for mySAP All-in-One-> PRECONFIGURED
    SMART FORMS, you can find available preconfigured smartform versions.
    Here you can also download the PO smartform.
    Hope this will help.
    Regards,
    Ferry Lianto

  • Purchase Order printing by smartforms

    Hi all
    I am trying to print PO by Smartforms. Problem is that this has to be done copying standard program. How to go about it. I searched the forum and it talked about the driver program /BPR3PF/FM06P and preconfigured Smartform /BPR3PF/MMPO_L both of which I did not find in our system (ECC 6.0) We have an up and running Sapscript PO system, but our company needs some modifications and we are familiar only with Smartforms.....any help....broad outlines?
    Thanks and best regards
    Subin

    In Standard PO  calling the script ,so the standard program SAPFM06P userful for script only
    And if  u want change script  to smart forms then you need to add your driver program .
    Steps to create Driver Program  :-
    First create the create Z Program SAPFM06P like below(Subroutine Pool)
    PROGRAM Zsapfm06P.
      TYPE-POOLS:    meein.
      INCLUDE RVADTABL.
      INCLUDE FM06P_CONST.
      INCLUDE Zfm06pe02.
    Next step is to create Zfm06pe02.
    *&  Include           ZFM06PE02
    form entry_neu using ent_retco ent_screen.
    data: l_druvo like t166k-druvo,
           l_nast like nast,
           l_from_memory,
           l_doc type meein_purchase_doc_print.
    * * Data Declaration for PO smartform Modification
    DATA: fname TYPE rs38l_fnam,
           xkomk TYPE TABLE OF komk,
           gs_output TYPE ssfcompop,
           gs_dialog TYPE ssfctrlop.
           clear ent_retco.
           if nast-aende eq space.
                l_druvo = '1'.
           else.
                l_druvo = '2'.
           endif.
         call function 'ME_READ_PO_FOR_PRINTING'
             exporting ix_nast = nast
                       ix_screen = ent_screen
             importing ex_retco = ent_retco
                       ex_nast = l_nast
                          doc = l_doc
             changing cx_druvo = l_druvo
                      cx_from_memory = l_from_memory.
             check ent_retco eq 0.
                 IF tnapr-sform NE ' '.
                   CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
                   EXPORTING formname = tnapr-sform
                   IMPORTING fm_name = fname
                   EXCEPTIONS
                       no_form = 1
                       no_function_module = 2
                       OTHERS = 3.
       IF sy-subrc EQ 0.
          gs_dialog-no_dialog = 'X'.
          gs_dialog-preview = 'X'.
          gs_output-tddest = 'LP01'.
          gs_output-tdnoprev = ' '.
          gs_output-tdnoprint = ' '.
          gs_output-tdimmed = 'X'.
          gs_output-tdnewid = 'X'.
          CALL FUNCTION fname
    " modify the interface as per your needs
            EXPORTING control_parameters = gs_dialog
                      output_options = gs_output
                      user_settings = ' '
                      zxekko = l_doc-xekko
                      zxpekko = l_doc-xpekko
            TABLES l_xekpo = l_doc-xekpo
                   l_xekpa = l_doc-xekpa
                   l_xpekpo = l_doc-xpekpo
                   l_xeket = l_doc-xeket
                   l_xtkomv = l_doc-xtkomv
                   l_xekkn = l_doc-xekkn
                   l_xekek = l_doc-xekek
                   l_xkomk = xkomk
            EXCEPTIONS formatting_error = 1
                       internal_error = 2
                       send_error = 3
                       user_canceled = 4
                       OTHERS = 5.
       ELSE.
             CALL FUNCTION 'ME_PRINT_PO'
                 EXPORTING ix_nast = l_nast
                           ix_druvo = l_druvo
                           doc = l_doc
                         ix_screen = ent_screen
                      ix_from_memory = l_from_memory
                      ix_toa_dara = toa_dara
                      ix_arc_params = arc_params
                     ix_fonam = tnapr-fonam "HW 214570
                 IMPORTING ex_retco = ent_retco.
        ENDIF.
    ELSE.
         CALL FUNCTION 'ME_PRINT_PO'
             EXPORTING ix_nast = l_nast
                       ix_druvo = l_druvo
                       doc = l_doc
                       ix_screen = ent_screen
                       ix_from_memory = l_from_memory
                      ix_toa_dara = toa_dara
                      ix_arc_params = arc_params
                      ix_fonam = tnapr-fonam "HW 214570
              IMPORTING ex_retco = ent_retco.
    ENDIF.
    endform.
    So After creating Driver program attach the program using NACE.
         Details of the nace Config as follow
      Driver Program  -- ZSAPFM06P routine will be  - ENTRY_NEU  script form -  ZMM_Purchase_Order(SF)

  • Boxes in Smartforms

    Hi All,
    I have to create a box in smartform.
    I have used the the Box command but it is not working. Are there any parameters or conditions that need to be specified for using a box command?
    If we can not use a box command, then how can we create a box in smartforms?
    Please guide.
    Thnx in advance,
    Preeti

    hi Preeti,
    Go through the below links you will get a better idea,
    for Smartforms material
    http://www.sap-basis-abap.com/sapsf001.htm
    http://www.sap-press.com/downloads/h955_preview.pdf
    http://www.ossincorp.com/Black_Box/Black_Box_2.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    http://www.sap-img.com/smartforms/smartform-tutorial.htm
    http://www.sapgenie.com/abap/smartforms.htm
    How to trace smartform
    http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
    http://www.help.sap.com/bp_presmartformsv1500/DOCU/OVIEW_EN.PDF
    http://www.sap-img.com/smartforms/smart-006.htm
    http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm
    Re: Need FAQ's
    check most imp link
    http://www.sapbrain.com/ARTICLES/TECHNICAL/SMARTFORMS/smartforms.html
    step by step good ex link is....
    http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html
    Please check the tables TNAPR and TTXFP for Standard Smartforms.
    See the note 595812: it explain how to download the preconfigured smartforms.
    Detailed information can be accessed at the site:
    http://service.sap.com/preconfiguredforms OR
    http://service.sap.com/smb/development/preconfiguredforms.
    To download preconfigured smartform package, please:
    1. Go to http://service.sap.com/installations, select tab "download".
    2. On the right hand side screen, locate navigation tree node
    SAP Software Distribution Center->Download->Installations and Upgrades->
    Entry by Application Group.
    3. In the main window (right hand side), follow the path
    SAP Best Practices->Best Practices for mySAP All-in-One-> PRECONFIGURED
    SMART FORMS, you can find available preconfigured smartform versions.
    regards,
    Prabhu
    Reward if it is helpful.

  • STANDARD PROGRAM FOR SMARTFORMS

    hi all,
    i have problem in finding standard program for <u>std. PO Smartforms</u> i.e /SMB40/MMPO_A (purchase order).
    i have checked in table TNAPR. i dint find. can anyone help finding the std. program name.
    regards,
    thanks in advance.

    Hi,
    Yes, there is standard smartform for PO (pre-configured forms) but you have to import package :/SMB40
    PO Form: /SMB40/MMPO_L
    Print Program: /SMB40/FM06P
    See the note 595812: it explain how to download the preconfigured smartforms.
    Anyway this is an extract of that note:
    Detailed information can be accessed at the site:
    http://service.sap.com/preconfiguredforms OR
    http://service.sap.com/smb/development/preconfiguredforms.
    To download preconfigured smartform package, please:
    1. Go to http://service.sap.com/installations, select tab "download".
    2. On the right hand side screen, locate navigation tree node
    SAP Software Distribution Center->Download->Installations and Upgrades->
    Entry by Application Group.
    3. In the main window (right hand side), follow the path
    SAP Best Practices->Best Practices for mySAP All-in-One-> PRECONFIGURED
    SMART FORMS, you can find available preconfigured smartform versions.
    Here you can also download the PO smartform.
    Hope this will help.
    Regards,
    Ferry Lianto

  • Standard SMARTFORMS - SAP ECC 6.0

    Hi All,
    We are implementing SAP ECC 6.0 version.
    We would like to use the standard smartforms provided by SAP. But I am unable to find most of the smartforms (thro' Tcode: SMARTFORMS, F4 help).
    Do we have to run some patches to import standard SAP smartforms? Please provide your inputs. Thanks.
    Regards,
    Sathyajith ([email protected])

    Hi,
    Please check this link for preconfigured smartforms.
    http://service.sap.com/installations
    In menu choose "Entry by Application Group" -> "SAP Best Practices" -> "Best Practices for mySAP All-in-One" -> "PRECONFIGURED SMART FORMS"
    Also you can ask BASIS team to down load pre-configured smartforms and then copy the standard to yours. This link may help you.
    http://help.sap.com/bestpractices/industry/wholesale/v146c/Wholesale_US/html/PreconfSmartForms.htm
    Regards,
    Ferry Lianto

  • PO Smartforms in ECC6.0

    Hi,
    I could not find smartform for PO (/SMB40/MMPO_A) in ECC 6.0.
    Is there any Note or Add on to be installed for this?
    Thanks , Raja

    Thanks. but As per the Basis, note 843193 is the solution. (The SAP best practices preconfigured smartforms are available for ERP 2004 (ECC 5.0) only.
    Its not planned to deliver as seperate SAP best practices solution for other releases. If future releases, the pre configured smartforms will be delivered with the country-specific SAP best practices baseline packages. Please check http://service.sap.com/bestpractices for availability.
    I searched on this link and got the message that we have to order for this?
    Could you plez help on this SAP note solution?
    Thanks for your quick response.
    Thanks,Raja

  • Sales order smartform:Urgent

    Hi
    Can anyone please mail me the preconfigured sales order confirmatiopn sales ordere. we dont have the preconfigured in our server and its urgent. This is my id:
    [email protected]
    Thanks in Advance,
    Srihari.

    hi
    thanks for the reply. Actually i dont have the preconfigured smartform and I dont have the time to do a new one from scratch.
    So, I am requesting anyone who has it to send it to my mail which i mentioned in my previous threads.
    I hope i was clear.
    Thanks and Regards,
    Srihari.

  • Sales Order Confirmation SmartForm

    Hi,
    Can you help me get SAP's preconfigured SmartForm and associated print program for the Sales Order Confirmation?
    We are on ECC 5   6.4 and the SmartForm for this is NOT in our system.
    Thank you all,
    Dave...

    Hi Dave
    Check out in se71
    FORM : RVORDER01 Order confirmation

Maybe you are looking for