Sapscript to smartform

Hi all,
we have a custom sapscript associated with a PO printout.
I need to convert that to a smartform.
I already have a little idea on converting sapscript to smart form.
What I would like to know is how do we assign this smartform and its program for a PO print out in NACE transaction.
Also are there any precautions while writing the driver program for the converted smartform?
Thank you all in advance.
Goldie.

Hi Goldie,
Firstly you can directly migrate a script to samrtform. This can be done by executing Transaction SAMRTFORMS -> utilities -> Migration -> SAP Script
Regarding NACE:
You need to assign your Samrtform and Driver program to NACE, steps to do this:
NACE -> Output Types -> Processing Routines
Make the assignment by choosing proper Driver program, but keep in mind you need to mention the Form where the driver program is going to trigger the smartform..
Hope this helps..

Similar Messages

  • What SAP recommends in ECC 6. Either SAPSCRIPT or SMARTFORMS?

    Hi all,
    I want to know, what is the SAP's recommendation in ECC 6.0, whether to use sapscripts or smartforms for the important form print outs like purchase order, quotation, GR, GI, invoice, delivery note.
    I knew that in ECC 6.0, for some cases, there are both sapscript and smartforms available, for example Purchase order, Delivery note, invoice etc.  In this case what is the SAP's recommendation? to use sapscripts or smartforms??
    I heard that SAP does recommend.
    Awaiting your reply,
    Balaji

    Hi
    These are few lines from sap help:
    Smart Forms replace SAPscript forms. SAPscript forms will still be supported in the future; you can use them without making any changes for years to come. You can even use SAPscript texts in the Smart Forms.
    Migration of SAPscript forms into Smart Forms is supported.
    Even go through this link :
    http://help.sap.com/saphelp_nw70/helpdata/EN/a5/de6838abce021ae10000009b38f842/content.htm
    [Advantages of using smartforms|http://saplab.blogspot.com/2007/09/advantages-of-sap-smart-forms.html]
    Regards,
    Sravanthi

  • Convert Sapscript to smartform

    Hello,
    I have to convert Sapscript to smartform ,to do that I have migrated sapscript to smartform and copied the standard driver program to Z program. Is there any way to get all interface parameters automatically without looking into each and every line in program to get the interface parameters?
    Regards,
    Kangarun.

    I would expect to obtain this information by looking at the SmartForms design.  I would assume that you're sending a table of variables for your main window and perhaps a structure if there are additional data needs in other secondary windows.  So I would look at where the variables are used and create structures and table as needed for the windows.

  • ADOBE FORM instead of SAPSCRIPT or SMARTFORM

    Have anyone used ADOBE FORM instead of using sapscript or smartform and assigned to Output types in NACE tcode?
    If so, please give details for the same.

    If you are looking for documents on Adobe, check the link -
    Re: adobe forms
    Otherwise whatever form you want just check for its alternative in ADOBE at SAP Market place and use it.
    Regards,
    Amit

  • Migrate PO output from Sapscript to Smartform

    Hi,
    I'll be migrating ZZMEDRUCK (customized copy of the standard form)that is in sapscript to smartform. I'll be doing this manually since some of the layout/format was changed by the user. Now do i have to create a new print program aside from the ZZSAPFM06P so that it will call the new smartform that i will make? Do i have to create a new output type? Or i dont have to do this and just change the configuration in M/34?
    Thanks a lot.

    TCode smartforms--> Utilities --> Migrate SAPScript form
    This will copy hte SAP Script form into smart forms.
    But this will not solve the purpose.
    YOu will have to map the print program accordingly.
    Hope this helps.
    Please reward if useful
    thnx

  • Sapscripts and smartforms

    Hi,
    Please tell me how to do language translations in sapscripts and smartforms.
    I want to to each form in 12 languages.
    Please help me.
    Thanks,
    Ravi

    Hi
    You can assign the language directly by trx SE71 fot sapscript and SMARTFORMS for sm.
    In both trx you can see the section LANGUAGE ATTRIBUTES
    Here you can create a version of your form for all language you need.
    But all these versions'll be as original, so you need to change all texts you've inserted, i.e you have to translate all texts.
    For SAPSCRIPT you can do it by SE71 because you can choose the language (so the version) of the sapscript you want to translate, but for the SAMRTFORMS I believe you can only use trx SE63.
    Max

  • Plm in migrating sapscript to smartform

    hi gurus,
    i can migrate the sapscript to smartforms through t.code smartforms -->define the smart form name -->utilites(menu) -->migration -->import sap script form, then save after that if u go for syntax check it shows the somany syntax errore saying that 'x' is not defined or something is not defined.
    do i have any other way to migrate sapscript to smartform to avoid these(above mentioned) sytax errors?
    waiting for reply,
    seshu.m.

    hi,
    pls refer to this sdn thread.
    https://forums.sdn.sap.com/click.jspa?searchID=286390&messageID=2667564

  • SAPScript or SMARTFORM for Purchage Requisition and Program in MM?

    Dear Abapers,
    Could you please tell me whether SAP Provided any SAPScript or SMARTFORM for Purchage Requisition form and Program in MM?
    Thanks in advance.
    Sekhar

    Hi Chandra sekar
    MEDRUCK this is the standard script and
    SAPFM06P driver program for all type of PO.
    If you want to know this... check here...
    Goto NACE T-code
    Select EF Purchase Order,
    then click output types button in toolbar,
    select NEU Purchase order ,
    then doubleclick Processing routines folder in left side,
    thn there u can find the details of PO related script forms and driver programs.
    Thanx
    Bgan.

  • Differnce between SapScript And Smartform

    hi All,
    Can anyone tell me the difference between sapscript and smartforms.Which we have to use
    Points rewarded for answer
    Harpreet

    Hi harpreet,
    1. Can anyone tell me the difference between sapscript and smartforms
    some practical differences are :
    <b>*----
    One main difference which is
    visibility in the report is TABLES
    (in sapscript we cannot design MATRIX like tables,
    having grid lines,
    but in smartforms, it is much possible to
    design tables, having grid lines, color just
    like excel table)</b>
    a) sapscript requires
        - driver program (se38 program)
        - layout (se71 layout)
       smartforms just require
       smartform,
      (and a program is just required for
       selection screen purpose)
    b) the logic of printing (ie. sequence, flow)
        is CONTROLLED BY drier program,
       in case of sapscript.
      where as in smartform, it is inbuilt using TABLES element.
    c) In sapscript we cannot write our own logic for printing.
       where as in smartform,
      we can write our own logic for pritning.
      (we can even write SELECT Statements, DATA statements,
       and many program lines + logic to suit our requirements)
    2 Which we have to use
    If we are copying some standard sapscript,
      then we have to go for sapscript only.
    We can use both. but practically smartforms is easier to
      develop.
    regards,
    amit m.

  • CMR - SAPscript or SMARTFORM

    Hi,
    I need to develope a CMR(International Consignment note). I'm looking for standard sapscript or smartform and print programs, if available. Can anyone shed some light on this CMR form. Will appreciate the responses with points. Thanks.

    Hi Raju,
    There is a standard form and print program:
    Form: LE_SHIPMENT_CMR2
    Program: RVADTR00
    Regards,
    John.

  • Application form EFRM : from Sapscript to Smartform

    Dear all,
    I want to link an existing application form with Sapscript (Trans. <i>EFRM</i>) to a Smatform.
    <i>(So, I want to use my EFRM with a Smartform instead of a Sapscript)</i>
    Is it possible... (I don't want to copy manually my EFRM ;o)
    Nicolas

    Snif ... it's not possible. Aaaaaaaaaaaah
    See documentation of data element EFG_DTE_FORMTYPE
    Type of Application Form
    States whether the form is an application form to be prepared by a SAPscript or SmartForm.
    Use
    <b>The form type is assigned when you create the application form and you cannot change it.</b>

  • Difference between Sapscripts and Smartforms

    Hi
    I need to create a form for print it in some predefined furmulary for the user signs it , something like a payment receipt.
    Wich tool should i use, a Sapscript or Smartform, wath's the diffrerence between these two tools ?
    Thanks
    Frank

    Hi,
    SAP Scripts is the old tool and SMART Form is comparatively new tool to develop and print business documents.
    SMART Forms are more GUI oreiented and you can do lot of things just by dragging and dropping. SAP Scripts are more code oreiented.Practically smartforms is easier to develop when compared with SAPscript.
    Differences :
    1. Sapscript is Client dependent   Smartform is Client independent.
    2. Multiple page formats are possible in smartforms which is not the case in SAPScripts.
    3. It is possible to a smartform without MAIN Window.
    4. Labels cannot be created in smartforms.
    5. It is possible to have a smartform without a main window .
    6. In sapscript we cannot write our own logic for printing where as in smartform, we can write our own logic for pritning
    7. Sapscript requires a driver program (se38 program) and layout (se71 layout) where as Smartforms can be run independently without a driver program.
    8. In sapscript we cannot design matrix like tables,having grid lines, but in smartforms, it is much possible to design tables, having grid lines, color etc. just like excel table.
    9.Smartforms generates a function module when activated.
    Regards,
    V Joshi.

  • Difference between SAPScript and Smartforms

    Hi all,
    Can any body tell me, which of these SAPScript and Smartforms are client independent or client dependent and why?
    Thanks in advance....
    Sri.

    Hi Sri,
    SAPScript is client dependent and Smartform is client independent.
    So you need to transport the SAPScript from the development client to test client if both are in the same system.
    Because Smartform is client independent it will behave like report program.
    Thanks
    Vinod

  • Docking Control at SAPScript or Smartforms Preview Screen

    Hi Expert,
        How to implelment the Docking Contorl at SAPScript or Smartforms Preview Screen.
        As we know, When SAPScript or Smartforms Preview is a full screen to display. my requriment is Split the screen to add own functional on the letf, like Docking Contorl eg. Navigation Tree.
        i already have a cut screen, but i don't know how to implement it.
        Thanks!

    Hi All,
       Docking Control need including in all PBO, can any object can handle standard screen event?

  • Convert SAPSCRIPT into SMARTFORMS

    Hi,
    How to Convert SAPSCRIPT into SMARTFORMS
    Thanks,
    Rathul.

    Hi,
    There are two way through which you can convert sapscript into smartforms.
    (1)
    This is basically a function module, called FB_MIGRATE_FORM.
    You can start this function module by hand (via SE37), or create a small ABAP which migrates all SAPscript forms automatically.
    (2)
    You can also do this one-by-one in transaction SMARTFORMS, under
    Utilities -> Migrate SAPscript form.
    You could also write a small batch program calling transaction SMARTFORMS and running the migration tool.
    Note :
    While Converting sapscript into smartforms,only layout has passed.But you have do all logic coding in your smartforms.
    Steps :
    (1) Understand logic of sapscript program.
    (2) Understand SAP script windows data.
    Now make your technical Design Accordingly,and now do code accordingly for your smartforms
    Reward points if found helpfull...
    Cheers,
    Chandra Sekhar.

  • Sapscript or smartforms with DMS

    Hi!
    I need to print DMS images by means of sapscripts or smartforms.
    Do you know how?
    Thank you

    Hi,
    SAP allows normally .tif and .bmp images. You can upload images in SAP using SE78 transaction. The same can then be utilized in smartforms by creating a GRAPHIC node.
    In sapscript you can use a command to include INCLUDE GRAPHIC.
    Hope this helps,
    regards,
    Satya

Maybe you are looking for

  • Open cursor for ...using...

    Hi all 1 general question- can someone explain me how 'using keyword in 'open cursor for ...' statement works. Does it replace where clause and how? open cur_xx for qry_xxx using text_xxx where 'text_xxx' is going to be my codition in select statemen

  • Pop-up windows are blocked even though I uncheck "Block pop-up windows" in the options.

    In Facebook, when I try to launch the player to play all the songs Songs iLike, it does not work. Instead, an empty window opens up. Also in Windows Live, when I try to pop out my conversations, it just says "If your pop out window is blocked, check

  • Solutions for hard to see HDD LED

    I was looking for some easier ways to see the hard drive activity since HP has moved the HDD LED to the left or right side of the newer laptops.  I really hate not being able to always see what the hard drive is doing since the change in placement of

  • To check who change the trace level

    Hi All, Can anyone please help me how can i get that who change the trace level in system, in our client lot of people have Sm50, St01, St05,ST12 and other trace transactions, and it become difficult to track down who is changing the traces level peo

  • My ipod nano 6th generation wont work anymore and i dont have a recipt to return it

    my ipod nano 6th generation started out with nothing wrong with it after a few months i relized it wasnt hold much energy but a few months later it wouldnt even start up i did everything support told me to do i even called apple but now i wanna get i