Smartform-------   /SMB40/MMRFQ_A

Hi all,
can someone tell me which is the print / driver program for smart form <b>/SMB40/MMRFQ_A</b>
How the above form will be called for printing rfq. Is thier any standard driver progrma please inform.
Points will be rewardd for helpful answer.
Thanks,
Sunil.

I think is because you have not install SAP preconfigured smart forms. There are 2 ways to import the smart forms and print program:
1. Install SAP best practise. Personally, I dont prefer this because installing the best practise package is project itself.
2. Install manually according to the smart forms that you want. Please refer to SAP Note 852250. Try this.
Rewards point if useful

Similar Messages

  • Driver program for (request for quotation) /SMB40/MMRFQ_A smart form

    Dear friends,
    I found a standard smartform for request for quotation ie /SMB40/MMRFQ_A..but i am unable to find a driver program for this standard form..
    Also checked in TNAPR table and nace t code for driver program.
    pls tell me the driver prog for the above SF..
    Regards.
    Vinod

    Ok. That is because standard smartforms are not coming part of the package. You either install an ADD-On related to the preconfigured smartforms. If you have access to service.sap.com, you can download the preconfigured smartforms.
    The other option is to Migrate Script to Smartforms from Smartforms tcode...in MenuUtilities>Migration/
    After migration, you will get the layout....and you have to change the smartform from scratch.
    Vishwa.

  • RFQ smartform /SMB40/MMRFQ_L line type DUNNING_INFO

    How can there be line type DUNNING_INFO for table TABLE_DATA when it is not defined in table tab of TABLE_DATA.  in node  SCHED_DUNNING_S of node DELIVERY_SCHEDULE_S of node ITM_DLV_SCHEDULE the text node QTY_URGED_S is referencing line type DUNNING_INFO.
    If you are NOT a SMARTFORMS expert please do not attempt to answer the question. 
    I found that I could add a line type TEST to the table and then add a TEXT node and assign the line type TEST.
    I then delete line type TEST and activated the SMARTFORM.  Voila!  QED!!!   But is this good practice???

    check this thread here a program is given to convert spool to doc use that and then attech the file to mail
    Convert a spool id into a word document
    кu03B1ятu03B9к
    Edited by: kartik tarla on Mar 5, 2009 12:42 PM

  • /SMB40/MMPO_A  smartform

    Hi Everyone,
    Can anyone, transfer to me the smartforms  /smb40/mmpo_a in xml format or format in which i can upload to my system and print program control /smb40/fmp6p.
    I'm not able to install the best practise in the client and i need these forms.
    Thanks in advance
    Edited by: Madhuy on Jan 6, 2011 1:51 AM

    Hi,
        Give ur mail ID i will send you the xml. file
    Regards
    GK.

  • Smartform for RFQ

    Hi
    I want to customize RFQ layout. Standard program for this is SAPFM06P & sapscript is MEDRUCK.
    I want to use smartform for the new layout.
    Can this be done using smartform for the same driver program, as in NACE we can also attach smartform for the program SAPFM06P.
    What is standard smartform for the same?
    Is it /SMB40/MMRFQ_A
    If yes , I am not getting this form in my system? DO I need to download any service pack?
    Regards
    Harshada

    Harshada,
      Try these  smartforms too
                     /SMB11/BL_MMRFQ_L
                     /SMB11/MMRFQ_L 
    Reward Points if u find it useful
    -Sapsurfer

  • Smartform output

    Hi all,
    I have imported standard SAP SmartForm  /smb40/sdorc_a and I am using it with standard SAP program /smb40/rvador01
    but when i try to test it i get an error Output could not be issued
    If anyone can provide me with any info on this one???
    Thanks in advance,
    Maja

    See,
    Standard smartforms are ment to be executed using some t.code. If you go to se38 and try to execute the program you wont get the output. The type of driver program is always 'S' (Subroutine pool).
    All you have to do is identify which tcode is using the driver and form.Goto Tcode NACE and check whether the configration is done properly or not. Once you are satis fied with the setting goto the tcode which uses the form Enter the nessasary data and see the output.
    Take the help of functionals for Nace configration and showing you the first out.If you are doing any changed in the form ot program you need to make sure thet the program will be called with some standard tcode and the configration is done properly.
    Thanks,
    sandeep.

  • ECC 6.0 Purchase Order Smartforms

    Dear all,
      I know the standard PO smartform and print program are:
      Smartforms: /SMB40/MMPO_L
      Print Program: /SMB40/FM06P
    But i can't find them in my ECC 6.0 system.  Any suggestion??
    Regards,
    Kit

    PURCHASE ORDER SMARTFORM   IN ECC 6.0
    PURCHASE ORDER SMARTFORM   IN ECC 6.0
    Smart Form Purchase Order in ECC 6.0
    Reward points..

  • Smartforms purchase order

    hi,
    I want to do the purchase order in smartforms, i already tried to do the same and struggling to fullfil the same, kindly let me know the how to do and if it is possible please send me the screen short for the same by step by step.
    thanks
    sujatha

    Hi
    Use the Smartform: /SMB40/MMPO_L  for purchase order and copy it and change it and assign in NACE tcode
    How to create a New smartfrom, it is having step by step procedure
    http://sap.niraj.tripod.com/id67.html
    Here is the procedure
    1. Create a new smartforms
    Transaction code SMARTFORMS
    Create new smartforms call ZSMART
    2. Define looping process for internal table
    Pages and windows
    First Page -> Header Window (Cursor at First Page then click Edit -> Node -> Create)
    Here, you can specify your title and page numbering
    &SFSY-PAGE& (Page 1) of &SFSY-FORMPAGES(Z4.0)& (Total Page)
    Main windows -> TABLE -> DATA
    In the Loop section, tick Internal table and fill in
    ITAB1 (table in ABAP SMARTFORM calling function) INTO ITAB2
    3. Define table in smartforms
    Global settings :
    Form interface
    Variable name Type assignment Reference type
    ITAB1 TYPE Table Structure
    Global definitions
    Variable name Type assignment Reference type
    ITAB2 TYPE Table Structure
    4. To display the data in the form
    Make used of the Table Painter and declare the Line Type in Tabstrips Table
    e.g. HD_GEN for printing header details,
    IT_GEN for printing data details.
    You have to specify the Line Type in your Text elements in the Tabstrips Output options.
    Tick the New Line and specify the Line Type for outputting the data.
    Declare your output fields in Text elements
    Tabstrips - Output Options
    For different fonts use this Style : IDWTCERTSTYLE
    For Quantity or Amout you can used this variable &GS_ITAB-AMOUNT(12.2)&
    5. Calling SMARTFORMS from your ABAP program
    REPORT ZSMARTFORM.
    Calling SMARTFORMS from your ABAP program.
    Collecting all the table data in your program, and pass once to SMARTFORMS
    SMARTFORMS
    Declare your table type in :-
    Global Settings -> Form Interface
    Global Definintions -> Global Data
    Main Window -> Table -> DATA
    Written by : SAP Hints and Tips on Configuration and ABAP/4 Programming
    http://sapr3.tripod.com
    TABLES: MKPF.
    DATA: FM_NAME TYPE RS38L_FNAM.
    DATA: BEGIN OF INT_MKPF OCCURS 0.
    INCLUDE STRUCTURE MKPF.
    DATA: END OF INT_MKPF.
    SELECT-OPTIONS S_MBLNR FOR MKPF-MBLNR MEMORY ID 001.
    SELECT * FROM MKPF WHERE MBLNR IN S_MBLNR.
    MOVE-CORRESPONDING MKPF TO INT_MKPF.
    APPEND INT_MKPF.
    ENDSELECT.
    At the end of your program.
    Passing data to SMARTFORMS
    call function 'SSF_FUNCTION_MODULE_NAME'
    exporting
    formname = 'ZSMARTFORM'
    VARIANT = ' '
    DIRECT_CALL = ' '
    IMPORTING
    FM_NAME = FM_NAME
    EXCEPTIONS
    NO_FORM = 1
    NO_FUNCTION_MODULE = 2
    OTHERS = 3.
    if sy-subrc <> 0.
    WRITE: / 'ERROR 1'.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    call function FM_NAME
    EXPORTING
    ARCHIVE_INDEX =
    ARCHIVE_INDEX_TAB =
    ARCHIVE_PARAMETERS =
    CONTROL_PARAMETERS =
    MAIL_APPL_OBJ =
    MAIL_RECIPIENT =
    MAIL_SENDER =
    OUTPUT_OPTIONS =
    USER_SETTINGS = 'X'
    IMPORTING
    DOCUMENT_OUTPUT_INFO =
    JOB_OUTPUT_INFO =
    JOB_OUTPUT_OPTIONS =
    TABLES
    GS_MKPF = INT_MKPF
    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.
    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
    <b>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
    Reward points for useful Answers</b>
    Regards
    Anji

  • /SMB40/SDCON_A

    Hi all,
    I'm looking for a smartform /SMB40/SDCON_A. Is that in the standard package? Cannot find the form. Pls help..
    Thanks.

    No its not in a standard package . It is a part of preconfigured smatrtform .You can get the download info here -
    http://service.sap.com/preconfiguredforms
    Cheers.
    Sanjay

  • Purchase Order Form Smartform

    Gurus,
    I need help in transforming the standard sapscript PO form into smartform.
    I understand that the smartform for this is /SMB40/MMPO_L
    What would be the print program for this?
    If I use SAPFM06P, the print preview would display a message that says "Error in OPEN_FORM for document ...."
    If possible, please guide me with the step by step process on how to do this.
    Points will be rewarded.
    Thanks

    In researching this, it appears SAP realized they missed the print program /SMB40/FM06P for smartform /SMB40/MMPO_L.  SAP has a note 968332 for patching the SAP best practices baseline package (US) V1.600 that includes these essential transports to get the missing PO print program installed and working:
    RS5K908607, RS5K920133, RS5K942991, RS5K912175 and RS5K919363.
    The next problem I ran into was trying to email the PO smartform. Next I found they had a bug in this new print program (or at least I perceive it as a bug) but could find no notes specific to this. That being said I made this change and now I can email the PO smart form.
    The bug is within form get_addr_key where they move l_lfa1-adrnr to ls_addr_key. However the local changing parameter is named l_addr_key (not LS). So I made the following two enhancements:
    Old: CHANGING l_addr_key.
    New:  CHANGING l_addr_key type addr_key.
    Old: MOVE l_lfa1-adrnr TO ls_addr_key.
    New: MOVE l_lfa1-adrnr TO l_addr_key-addrnumber.
    Other than this everything else seems to be working as expected. Even updates to our document management system as expected (print and archive).
    Tim

  • Va32-standard print program, and smartform

    Hi experts,
    i need to find out the standard print program for va32 or va33. how to find out.
    i have a smartform /SMB40/SDSDA_L,,,,,for this one which print program i can use. is this one correct for for va32, ifany change is there,,,u can suggest me.

    Hi
    check the NACE tcode or in TNAPR table by entering the output type field
    You can use the driver program of SO:<b> /SMB40/RVADOR01</b> of Sales order to Sch Agreement also, use this
    script details for
    SALES ORDER/ENQUIRY/QUOTATION/SCH AGREEMENT/CONTRACT
    Output type         : BA00
    ScriptForm Name     : RVORDER01
    Driver Program Name : RVADOR01
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Smartform purchase order print duplex terms

    I have made change to print TERMS page last and it works. 
    Also the folder NOTES after MAIN still works as does page number, ie the TERMS do not add to total number of pages.
    However, page TERMS does not duplex and the printer can print in duplex. The device is HPLJ4350 and set for HP4300; but I did see that it did not have specific print mode print controls on that device type.
    I used SO10 for text SAPSCRIPT-PRINTMODETEST and it does all the print modes fine.
    SMARTFORM /SMB40/MMPO_L was used as base form that I modified.
    I added command node at end of MAIN where I checked Go to new page and Include Printer Control           SPMDU (this is the print control that was not specific to the device type).
    Any correct solutions will bring points to you!

    I think you want to do the following...
    PAGE   >  NEXT PAGE  >  OUTPUT OPTION (print mode)
    FIRST   >  TERMS          >       D(uplex)
    TERMS >  NEXT             >       blank
    NEXT    >  TERMS          >       D(uplex)
    The variation in my scenario previously described I wants the terms only on the back of last page.  I have since read that it is now believed that it is better to have preprinted terms and NOT have logic to print terms in SMARTFORM at all.  But I don't buy that as I feel the resource usage is not really a big deal and printing terms does NOT really impact adversely.  However, if you want solution that is universal regardless of print hardware capabilities, preprinting is the way to go.

  • Smartforms - SD order confirmation (urgent)

    Hi,
    I am customizing the SD order confirmation smartform SMB40/SDORC_L. I need the following changes to make:
    1. In sold-to-party & ship-to-party window there is "Company" prinited. How can I remove this "Company".
    2. What is the database table and field to get the ship-to-number.
    3. how to add terms-of-payment.
    4. Need to add New account group = 'consignee' in Ship-to-party window.
    5. how to print delivary date in words like(jun 1st 2006).
    please try to respond to any of the above questions. full points assured even for single answer. thanks

    Raju,
    1. As you are customizing the standard form, you need to remove the company text element that need to be removed.
    2. Look at VBPA where all the partners for a give order are stored. You need to choose the right partner type for the Ship to party.
    3. Look at the INCOTERMS field at the header level and item field of the sales order tables (VBAK / VBAP)
    4. You need to change the window to add a text element where you have the text CONSIGNEE.
    5. You will have to split the date and and write the date manually using a text element. Write program lines where in you can split the date and get whatever format you want.
    Regards,
    Ravi

  • Logistics smartforms

    I have been looking for the SAP std smartforms for the following. Please let me know if you have more information on all these.
    Delivery: (Std output type- LD00, Application-V2)
    Std sapscript - SD_PACKING_LIST
    Std sapscript print prog - SDPACKLI
    Std smartform- /SMB40/SDDLN_A or LE_SHP_DELNOTE(Both r same)
    Std smartform print prog - RLE_DELNOTE
    Bill of Lading: (Std output type- CMR1, Application- V7)
    Std sapscript - SD_SHIPMENT_CMR
    Std sapscript print prog - RVADTR01
    Std smartform - Seems not available
    Std smartform print prog - Seems not available
    Contents List: (Std output type- 0001, Application- V6)
    Std sapscript - SD_PACK_ETIK
    Std sapscript print prog - SDPACKDR
    Std smartform - ?
    Std smartform print prog - ?
    Thanks,
    Ashok

    Hi Ashok,
    can you look at the table <b>TNAPR</b>, here you will get all the standard forms
    Regards
    Sudheer

  • Smartforms - reg

    what is the print program and smartform for purchase order.

    Hi Naresh,
      print program is:SAPFM06P
    Smartform: /SMB40/MMPO_L
    Enter T,code NACE>SELECT Application EF>Output types-->Click on NEU Outpou type then click on Proceesing Routines.
    Regards
    Kiran Sure

Maybe you are looking for

  • Workflow step - Add record to mask

    Hi, Is there a workflow step that can add a record to a mask? Any ideas on how we can achieve that? Thanks.

  • I NEED HELP MY NOKIA LUMIA 822 IS ALL BLACK SCREEN...

       ok so, my dad has a nokia lumia 822. he said that he tried to unlock his phone, so he slid the page up and i guess it asked him for a system update? so he accidently pressed ok, or yes, or whatever and his screen went all black then later showed a

  • Store Wouldn't Let Me Use Coupon?!?

    I'd appreciate any help that could be offered on this.  I went into the BB in Newington, NH yesterday to purchase the MacBook Air 13" for the advertised price of $899.99.  I recently moved and had a 10% off coupon that was with my change of address f

  • Adobe Reader XI won't open more than one PDF

    The latest Adobe Reader (11.0.02) won't open more than one PDF at a time. Seems to require continual re-install for each open. And each time I install, it says the application is already present on my machine, yet I cannot find it anywhere. Any sugge

  • [SOLVED] Ask root password automatically [question]

    Hi, everybody.  Is there any way for console apps that need to be run as root to ask root password when we type the command? Ex: [user@localhost ~]$ pacman -Syu You cannot perform this operation unless you are root. Please, insert the root password: