Relation PWB   Sapscript or smartforms

Hello
1)  im trying to use pwb  and my questionis ,  are there sapscript or smartfprms   already assigned  to each PWB CLASS
     or shold we assign one by ourselves ?
2) if they do exists (sapcript ot smartforms)  How can we find each corresponding one easily ?
3) if we modify the sapscript should we do it thru  application form only ?
thanks a lot
Tahar

Hi ,
     Form class are defined by sap applications and contain access instruction for all data belonging to a particular application (invoices, dunning notices etc).
you can define your own application forms based on form class delivered by sap ,you can use forms delivered by sap as reference for your own application form  according to your /company needs .
During the creation of application form you can decide the application  form category ( sap script ,smart forms or PDF based forms) .
The (sap script , smart forms , pdf based forms) provide you with layout and design options and can be modified/created according to company needs .
You can go to (Tcode EFCM ) select an form class  and execute ,in the next screen click on the form class and in the top bar use where used list ,it will give you the sample application forms that sap has delivered for the form class , you can click on the application form and in the top bar find a (sap script , smart form or pdf based form ) you can click on this to see the layout and design of the form.

Similar Messages

  • 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.

  • 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

  • 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.

Maybe you are looking for