How to link driver program

Hi friends,
I understood from SDN that following are smartforms for the topics.
1)Smart form for Delivery Note.
LB_BIL_INVOICE smartform
RLB_INVOICE Program
2) Smartform for Invoice
LE_SHP_DELNOTE smartform
RLE_DELNOTE Program
i)  In real world ,What are most common changes we do to the about
   smartforms  .
ii) Whether we have to change the smartforms there itself or  will make a copy
of it into another  " Z"smartform .
iii)Do we need to change the  driver program.or we will make a "Z" Driver program
iv)if we make any "Z" driver program ,how to link  this to the smartform .
please  help me in this regard

Hi Ramesh,
In general to any Smartform, we can make changes to them after copying the original form inot our own Z-form.
Later , we can make any changes as required by the customer to the z-form.
In NACE t-code we have the application for each one. based on the application output type can be defined, based on output type script and print program can be defined.
If suppose data can be read from EDI then we should go for condition records.
So whenever we execute the script first composer checks the output type and then execute the program. in program whenever opn form FM will be populate then script will open first. After that again program till another FM will populate if it then script will populate........like it is cycle proces. Composer does all these things and at last it will submit that output to spool.
Go to the Transaction NACE.
choose the related sub module.. like billing or shipping
doubel click on Output Types
Choose the Output Type for which whcih you wanted your script to trigger
Then select the Output Type and double click on Processing Routine
Then go to create new entries--> Select the Medium (1- print output), then enter your Script and Print Program detls --> Save and come out
Now go to the Transaction (for which you have created the output type)... Issue output--> Select the output type --> Print....
Hope this resolves your query.
Reward all the helpful answers.
Regards

Similar Messages

  • How to call driver program internal table in a form

    how to call driver program internal table in a form? Given below is my code
    TABLES: VBRK,VBAK,ADRC,KNA1,VBRP,VBAP,J_1IMOCOMP.
    DATA: BEGIN OF IT_CUST_ADD OCCURS 0,
    STREET LIKE ADRC-STREET,
    NAME LIKE ADRC-NAME1,
    POST_CODE LIKE ADRC-PSTCD1,
    CITY LIKE ADRC-CITY1,
    CUST_TIN LIKE KNA1-STCD1,
    END OF IT_CUST_ADD.
    DATA: BEGIN OF IT_IN_DA OCCURS 0,
    VBELN LIKE VBRK-VBELN,
    FKDAT LIKE VBRK-FKDAT,
    END OF IT_IN_DA.
    now suppose these are my internal table. what should i write in FORM INTERFACE (associated type)

    Hi Sashi, this will solve ur problem.
    Check the below link.
    REG:PEFORM IN SCRIPT
    kindly reward if found helpful.
    cheers,
    Hema.

  • How to write driver programming in smartforms

    hi Floks
    <i>how to write driver programmig and how many types of driver programs available to trigger smartforms what are they . how to call the url in smartforms ?
    help me  out  .thanking you ,</i>
    with regards,
    suresh

    Hi
    Try to get the Function module name from the smart form
    how to find Driver program for a smartform
    and now goto SE38 and create a progarm for calling the smartform
    smartform driver program
    Regards
    Kathirve

  • How to find driver program name of  Smart Form

    Hello
    I am in stiuation, where I know the smart form name in which I need to do the changes but I don't know the driver program name. Is there ant way to find the driver  program name? Is the smart form and it's driver program name is maintained in any table?
    Please let me know if any one is having any idea.
    Thanks  & Regards.
    Chetansing Chauhan

    Hi,
    Check this links:
    driver program name
    Driver program for smart form
    Regards
    Adil

  • How to find driver program from sapscript

    hi
    how do i find name of the report where the sapscript is used.
    I have one sapscript & a subroutine pool but name of the report is where this script elements are called is not known.
    The program is executed through transaction & first page of output is alv . If I select one row & click on the button provided on staus bar it shows output of sapscript.
    how do i find out name of the driver program which calls the script.
    Regards
    Harshada

    Hi,
    Use tcode : NACE and follow procedure as follows.
    For eg:
    1)Choose Application from list(eg PO)
    2)Click OP type
    3)Chose one OP type from Right pane.
    4)Click on processing routines
    and you got it

  • How to find Driver program for an Particular Script Excluding TNAPR, NACE

    Hi Friends,
    I had an problem now, that I need to find the driver program for Dunning 'F150' which I already checked in TNAPR table and NACE transaction code, but I couldn't find any desired results on this search. Kindly can anybody suggest me for getting out of it as I need to make some changes over the driver program. Your help is mostly appreciated.
    Thanks in Advance,
    Murali.

    hi,
    try this.
    goto se71 transaction.give your form name click display.in menu goto form - check -texts and press enter.
    you will get all the print programs used for that script.

  • How to find Driver program in Sap Sript

    Hi All,
          While Creating transfer Order for Material document. The Transaction is LT06. I have the Script name in hand but not able to locate where the driver program is located. The form is printed when TO is Created through LT06.
        I have tried to locate in table TNAPR but in vain.
    Thankx in Adv

    1.Goto se71, give the form name
    2.Go in display/change mode, then from menu form-check-texts. Select all options, then press enter.
    3 you will get the printprogram
    Regds
    Manohar

  • How to find Driver program for a smartform

    Dear Friends,
    I'm new to smartforms. Can any of you tell me how to find the Driver prog for a smartform.
    Many thanks in advance.
    Thanks & regards,
    Raghuveer K.

    If the application uses message control to print the smartform, then chekc in TNAPR, TNAPR-PGNAM is program name and TNAPR-SFORM is smartform.
    If you are trying to look for SAP standard program for SAP smartform, get the development class/Package name of the smartform from general attributes, and look for the best matching program name in the dev class in SE80.
    That's one way to find.
    Do a where used list on fm SSF_FUNCTION_MODULE_NAME, and search for the smartform name in the resulting programs. if you are lucky, you can find it quickly.
    There's no defined process to fine print program for a smartform.
    Regards
    Sridhar

  • How to grab the initial field in driver program ?

    Hi,
    In my SAP Driver program I am declaring all the tables from where the data will be fetched.
    Now all these data selection depends on order number AUFNR field which I use to go in transaction CO03 or CO04.
    I am just struggling and wondering how can my driver program fetch this order number field (AUFNR) on which all other data selection depends ?
    Points will be awarded..
    Tushar.

    If you are working with the production order sapscript,  then you will get your order number from the imported table caufvd_tab.  Here is an example.
    data: caufvd_tab type caufvd occurs 0 with header line.
      import caufvd_tab from memory id 'PPT'.
    * Read header data from import and begin processing
      read table caufvd_tab index 1.
    * Hit production order item
      select single * into corresponding fields of xafpo
                      from afpo
                            where aufnr = caufvd_tab-aufnr.
    * Hit sales document header
      select single * into corresponding fields of xvbak
                      from vbak
                            where vbeln = xafpo-kdauf.
    * Hit sales document item
      select single * into corresponding fields of xvbap
                      from vbap
                            where vbeln = xafpo-kdauf
                              and posnr = xafpo-kdpos.
    Also, refer to this post.
    Custom Sapscript print program..
    Regards,
    Rich Heilman

  • Driver program for Purchase Order form "/SMB40/MMPO_A"

    Hi All
    Could you please suggest me Driver program for Purchase Order form "/SMB40/MMPO_A" ?
    Driver program "/SMB40/FM06P" does not have the same interface structure as this form, hence can not be used.
    << Text removed>>.
    Regards
    Ansh
    Edited by: Matt on Mar 27, 2009 7:22 AM - Please do not offer points

    Hi Ansh
    see this link
    [Driver program |https://forums.sdn.sap.com/click.jspa?searchID=24089230&messageID=6810108]
    Regards
    HAreesh Menon

  • Driver Program For Withholding tax(USA) Smartform 'idwtcert_us_1099misc1'

    Hai friends,
       i need to print withholding taxes(USA) by using the smartform 'idwtcert_us_1099misc1'. for this purpose
    for driver program i checked in tnapr table. & i have checked in sap Img Path also. but i am unable to find it.
    so please help in this regaurd. & i want to know how to find driver programs for standard FI smartforms.

    Hi Wayne,
    We opened a note with SAP and were told that a US 1042s copy could not be used within the standard system.  Looking into it further we found that the form name was coded into a selection program.  We had an ABAP developer add code that allows us to use a "Z_"  copy form. 
    Regards,
    Gregg

  • How are pictures in Photoshop elements 9 linked to program?

    I have 40,00 plus pictures shown in my elements program and since I bought and loaded Photoshop elements 9 (I previously had versions 3,4,5,6,7,8), I get the notice "searching for missing files" and can't use the program software for photo processing. I downloaded all my pictures from Windows 7 pictures on my computer and uninstalled Photoshop Elements 9 from my computer..
    When I reinstalled PE 9, my pictures were there even though I had eliminated them (I thought) from my hard drive and the problem of "searching for muissing file" still existed.
    How are my pictures attached to PE 9 and how do I eliminate that link and start all over with PE 9?
    Need help

    Ohboy 108Thanks for your suggestions and interest.I downloaded all my pictures to an external hard drive, cleared out my internal hard drive photos and now use my external hard drive as the storage and source.No problem with "Elements" constantly looking for lost files.
    Greg Date: Wed, 13 Jun 2012 16:46:55 -0600
    From: [email protected]
    To: [email protected]
    Subject: How are pictures in Photoshop elements 9 linked to program?
        Re: How are pictures in Photoshop elements 9 linked to program?
        created by Ohboy108 in Photoshop Elements - View the full discussion
    My guess is that you have solved the problem but if continues maybe this will help. I had a similar problem where pictures kept showing up in Organizer even though I had deleted the catalog and rebuilt it and even uninstalled and reinstalled PSE 9.  I solved it by checking under edit-preferences-files and making sure that the save location was correct.  I also changed the catalog location from the default.  I suspect that there was a registry entry pointing to the old file and/or catalog location.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4490681#4490681
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4490681#4490681. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop Elements by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • How to find ADOBE form driver program

    Hi,
    How to find out ADOBE form driver program. I have form name and interface name. I want to know driver program.
    Thanks
    Ramesh

    Hi,
    You can the following two ways.
    1)Go to your Interface or the Form which you have created -> Use Display object list to see form and Print program that are linked to that Interface.
    2) You can use NACE transaction->
    Select the application type, and Click Output Types->
    Choose the Output type and Click on Processing Routines
    Here you can find the Driver program and and the Corresponding PDF Form.
    Regards,
    Amit.

  • In sap scripts how to display the driver program

    Hi,
        I Want to know the sap scripts How to display the output to driver program

    Hi,
    Go to NACE Transaction.
    Select application for ex: if sales V1.
    Click on output types.
    Select the output type for ex : BA00
    Double click on Processing routines.
    There you can find the Driver Program name and Script/smart form name.
    Reward if useful.
    Thanks,
    Raju

  • How do remap drive names and not lose project clip links to Event names...?

    how do remap drive names and not lose project clip links to Event names...?

    You will need an extra external drive. All moves must be done within iMovie to preserve your links to the projects.
    First Move (command-drag) the event to the extra drive. Make sure the project still works.
    Then rename, reformat, or repartition your drive as needed. Then, if you want, move the Event back to the newly named drive, again via Command-Drag within iMovie.

Maybe you are looking for

  • Transaction Upload using LSMW

    HI, We are using LSMW with IDocs for uploading transaction data into our CRM system.The IDoc type is CRMXIF_ORDER_SAVE_M02 and the message type is CRMXIF_ORDER_SAVE_M. The IDoc is getting created successfully with status 53(Application document poste

  • Impossibile aggiornare data e ora ed attivare

    I can't activate my apple tv instead I already try to connect with mac by micro usb. I already try to reset all. Somebody has some suggest? Thanks

  • Programming Java 4 a cellphone

    Does anyone know what programing language and compiler to use to write a program that will work on a cellphone. I have a cellphone that has a motorcycle game that was supposedly "powered by java". If I write the program in Java what should I use to c

  • User Defined Form problem...

    Hi, I have the Item Master Data form opened with the User Defined Form opened. Now the Form has the focus and I'm trying to get an User Defined Item control on the User Defined Form but it says Form not found and I did try to select it or to use the

  • Change the color swatch

    I was wondering if there was any way that I could either change the little color swatch next to my username or choose which color swatch would be used? Could there be something added to the My Kuler section that would allow me to choose what I wanted