Driver Program and Script

Hi,
I have a script and corresponding driver program. How do I check at what point a window in a script is getting printed. Because, I can see values in the driver program which are not getting printed in the script ( in an address window in this case). There is no 'write_form' with that address window name in the driver program. Please guide me.
Thanks & Regards,
Vishnu Priya

Hi Priya,
The write Form function module has attributes like
window name,
text element
and the variable consisitng of data,
This is the place where you window gets called
Reward if use full.
karthick

Similar Messages

  • How to find out the driver program and script for print preview for PO

    Hi All,
    We are getting some text output on the print preview of a purchase order.
    How can we determine the driver script and the corresponding print program for this.
    Can you please guide on this.
    Thanks in advance.
    Regards,
    Sanjeet

    Hi,
    check with  below table
    TNAPR   ---  Processing programs for output
    and NACE Transaction code
    NACE  --  out types
    Regards,
    Madhu

  • Driver program and a print program

    hi all,
    wat is the basic difference between a driver program and a print program in scripts.
    How do we do modification for FI scripts
    Thanks & Regards,
    Saroja.

    hi Saroja,
    Driver program or print program both r same... u can call either driver program or print progam.
    Modifying the scripts depends upon your requirement,
    basically if u have standard scripts better to copy it to zscript then make the chages like adding company logo or adding the company address or adding the terms and conditon what ever u asked to do then use the same print program write the extra logic in a subroutine in an executable program and call this routine in the script.
    This is the method to modify the scripts with out modifying the print program because sometimes its not advisable to change the print program or
    u can copy the print program to z program and u can add u r extra logic into it
    ~~Guduri

  • Driver program for scripts

    is there a way of finding out if a given program is a driver program for scripts.
    reply asap.
    points will be rewarded.

    Hi..
    You can find the link between the Form and the Print program in Table <b>TNAPR</b>.
    <b>Fields</b>
    FONAM  -> FORMNAME
    PGNAM -> PROGRAM NAME
    The other way to find is Open the Text elements of any window
    and Select the Menu path Sytax->check
    <b>Reward if Helpful</b>

  • How to assign copied driver program to script form rvinvoice01

    how to assign copied driver program to script form rvinvoice01

    Hi,
    You can do this by using NACE transaction.
    In NACE t-codewe have the application for each one. based on the application output type can be defined, based on output type script and print progrma 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....
    however, you need admin permission. Usually BASIS people do thid configuration.
    Hope this helps.
    Regards,
    Richa

  • PO Print Program and Script

    Hi All,
    Where I can find a Print Program and Script associated with a particular PO.
    Please suggest.
    GS

    Hi,
    Go to me22n or me23n. Give the PO no . Click on Messages > See whether any output type exists or not. If exists then go to tyransaction nace . In th application select EF -Purchase Order. Click output type> In the output type search your output type Select it and then click on Processing routines you will see the program name & form name.
    You can check with the output type in TNAPR table also . By giving output type in KSCHIL field it will give u print program & Form name.
    Thanks,
    Abhijit

  • VL06P Program and script name

    Hi all,
    I had a requirement in VL06P. Pls. help me to find out the Program and script name for VL06P.
    Thanks in advance,
    regards
    Arun

    Hi Arun,
    Program Name              WS_MONITOR_OUTB_DEL_PICK
    goto SE80 give this program name you will see all...........
    Rewards If Helpful!
    Regards,
    Mehfuze

  • How  to debug BDC , Dialog program and Script

    Hi all,
    Please let me know, how to  debug BDC , Dialog program and Script
    Thanks&Regards
    Devi

    <b>SCRIPT DEBUGGING</b>
    When we want to debug the SAPSCRIPT, we need to first activate the debugger, we have 2 ways to activate the Debugger.
    1) Execute the program RSTXDBUG
    2) Go to SE71, from the initial screen enter the form name and press Utilities --> Activate Debugger
    When we are in the Debug screen,
    3.1) F5 will be debug filed by field, that means if a single line is having 5 fields, if we press the F5 this will do field by field,
    3.2) F6 will be line by line, that means when we press the F6, it will debug the line and it will go to the next line. F7 also do the same way
    3.3) F8 will be very useful when we have any include statement in the SCRIPT, if any include is there and we press the F5 or F6 then this will go that Include (normally SO10 or any transaction text), then if we want line by line debugging then we can press the F5 or F6, or if you want to execute that in a single shot then press the F8, then the debugger will be executed that include and come back to the Script debugging.
    Some times in the script, we may right lengthy lines, if we want to debug that whole line, we have an option called Left/Right, this we will find the Debug screen of the script, there is a Push button, we can make use this button to debug.
    We can put the breakpoints in the SCRIPT DEBUGGER also, just press the BREAKPOINT Pushbutton from the debugging screen or press EDIT --> Breakpoint
    If we want to debug the print program from the SCRIPT DEBUGGER, just press SHIFT+F7 or EDIT --> ABAP Debugging
    If we want to see the Windows which are defined in the forms, just press the Go to --> Form --> Windows .if we want to see the pages go to --> Form --> pages. Here we have an option to see the page wise window also go to --> Form --> page Windows
    If we want to see the paragraphs which are defined in that script, press go to --> Styles --> paragraphs. 
    If we want to see the Character formats which are defined in that script, press go to --> Styles --> Character Strings. 
    If we want to see the Page formats which are defined in that script, press go to --> OTF --> Page.
    If we want to see the Elements which are used in the Script, then press go to --> Text Elements --> Form Elements.
    If we want to see the commands which are used in the script, press go to --> Commands --> List
    Finally, if we want to exit from the SCRIPT DEBUGING, simply press Debugger --> Exit
    <b>DEBUG BDC</b>
    ust go into debugging mode and do the BDC step by step, when it comes to the Call Transaction line, check the mode which will be 'N'....Now, overwrite this with 'A' and execute the BDC...It will run in All Screens Mode....
    As suggested above the MODE 'A' will do the trick as it takes you to all screens.
    Normally MODE N will be defaulted as it will be used for background processing,
    Here is a simple tip,
    This will be the call transaction part of the program,
    CALL TRANSACTION 'IW32' USING BDCDATA MODE 'N'
    MESSAGES INTO MESSTAB.
    I would suggest you to make it like this,
    DATA: V_MODE TYPE C VALUE 'N'.
    *<In debug mode set V_MODE = 'A' for debugging>
    CALL TRANSACTION 'IW32' USING BDCDATA MODE V_MODE
    MESSAGES INTO MESSTAB.
    This will be very useful because you just need to change the value of the V_MODE at runtime as A for debugging besides it has N which is the default to be used. (i.e. you need not change the code again and again).
    This will be very useful when you have to debug some program in QA or PRD servers.
    regards,
    srinivas
    <b>*reward for useful answers*</b>

  • Assigning customised purchase order driver program and form ?

    Hi ,
    I have a created my own driver program  and form form for purchase order.........after developing where should i assign it..
    i tried in nace but im getting the following error :
    Processing routine ENTRY_NEU in program ZSK_PO does not exist.
    wats the error i have made ?
    thanks,
    Siva.

    Hi
    You have to attach in the NACE itself. Check IF your program is activated and did you use:
    Form ENTRY_NEU.
    "all your code should be here.
    ENdform.
    IN your program??
    Regards,
    VIshwa.
    Edited by: Vishwa Sri Hari on Oct 22, 2008 4:18 PM

  • Driver programs and print programs

    please give the imp print programs and driver programs of these print  programs?

    Driver programs varies, you can use standard ones or customise it.
    For Example, Some Driver programs related to FI, start with RF*
    Goto SE38 ,RF* press F4 , read the description.
    Select documentation of desired driver program and you can see the corresponding form name to it and use of the program.
    Reward points if useful.
    Regards,
    SaiRam

  • Purchase order driver program and configuration for nace

    i have copied the medruck in script and i need to write the driver program for that and need to configure to nace can any one tell me how to do this.

    Hi Rocky,
    Below are steps to configure:
    1. Go to transaction NACE
    2. Select EF application, click on output types
    3. Select Output type NEU and double click on processing routines
    4. Here you can give ur driver program name and script name
    Hope it will solve the problem.
    Regards
    Krishnendu

  • Customer Statement (Standard Program and Scripts)

    Hi All ABAPers,
    Can anyone tell me the standard programs and their tcodes used for Customer statement with the smartform and sap script names?

    Custom statement Prog Name: RFKORD11
    Script name: F140_CUS_STAT_01 & F140_CUS_STAT_02
    Statements would be printed via FBL5N.
    Edited by: Alexander on Jul 1, 2009 12:00 PM

  • Program and Script Assignment Problem in J1IV

    Hi All,
    I am assigning a Z program and a Z script to the transaction J1iV through the transaction NACE.
    But while executing the transaction J1IV, the system is executing  the program
    J_1IEXCP_OUTPUT.
    I have created my own output type ZEX2 , now I am not getting how to attach this output type to the transaction J1Iv.
    Can any body please tell the settings to be done to attach the z program and z form to the transaction J1iV.

    Did you implement the following as in the note :
    >> Solution
    Implement the attached correction instructions.
    ShabZ

  • Multiple driver program and forms - Reg

    Hai Gurus,
                   we are using Ecc.5.0 last 5 years. At present we are using out put Excise Invoice printing programs through menu based. The out put printing program are now desinged distribution channel wise.so, now we have arround 5 programs and 4 smart forms and 1 script.
                  Now the managment willing to move menu based to standard output determination method. Is it possible to convert it using the old programs and smart forms. if it is possible pl.suggest how to do it. we have tried with single program with smartform.it is working but distribution channel based not possible to do it.We have used program RVCOMFZZ with user exit "USEREXIT_KOMKBV3_FILL".
    pl.suggest it.
    regards
    R.Udayakumar
    Edited by: R.UDAYAKUMAR RANGANATHAN on Sep 27, 2011 11:02 AM

    hi,
    i am sending u the code which i have written in my print program 4 same situation.
    we simply declare a table 'TNAPR'.
    then on some condition in TNAPR-SFORM initialise different smartforms and pass this in function module .
    DATA : inv_code LIKE vbak-vbeln.
    BILL_DOC_EXP-SPRAS = 'E'.
    BILL_DOC_EXP-VBELN = nast-objky(10).
    inv_code = nast-objky(10).
    SELECT SINGLE WERKS INTO L_WERKS FROM J_1IEXCHDR WHERE RDOC =
    inv_code.
    select * from vbrp into table i_vbrp where vbeln = inv_code.
    lf_formname = tnapr-sform.
    IF L_WERKS = '2000'.
    tnapr-sform = 'ZSD_FACTORY_INVOICE'.
    ELSE.
    tnapr-sform = 'ZSD_FACTORY_EXCISE_INVOICE_PAT'.
    ENDIF.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
    FORMNAME = tnapr-sform
    VARIANT = ' '
    DIRECT_CALL = ' '
    IMPORTING
    FM_NAME = L_FMNAME
    EXCEPTIONS
    NO_FORM = 1
    NO_FUNCTION_MODULE = 2
    OTHERS = 3
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    revert points if useful.
    Regards,'
    santosh.

  • Packing list - Driver Program and Layout set name for Smartform

    Hi ,
    Anybody knows about print program and Layout set name for PACKING LIST in Smartform.
    Regards,
    Kumar S

    Hi Bhuvaneswari,
    For Creating Adobe Interactive form, you need the below configuration:
    Server side:
    Server running on ABAP/Java stack configured with ADS
    For ADS Configuration, follow the below link:
    https://service.sap.com/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=0000894009&nlang=E
    Client Side:
    The required Reader version depends on your usage situation.
    For SAP Interactive Forms by Adobe, we generally recommend the following:
                  Adobe Acrobat Version 7.0. 9 or higher
                  Adobe Reader Version 7.0.9 or higher
    If you require forms for one of the scenarios listed below, you must use Reader 8.1.
    These are:
    Forms in Web Dynpro applications that are integrated at runtime using xACF (Active Components Framework) ZCI (Zero Client Installation).
    Forms in scenarios that use digital signatures.
    If you use interactive forms in Web Dynpro for Java and these interactive forms are included using ZCI (Zero Client Installation) at runtime, you must read Note 1055911. Note 1055911 specifies the required reader version and contains further detailed information.
    Reward points if found helpful.
    Regards,
    Arafat

Maybe you are looking for

  • Issue with Write Back

    Hi All, I have a requirement where the user can writeback to a field. The table has two columns COMBI and SERVICE_REV. COMBI is the key cloumn . Below is the code in the writeback template. <?xml version="1.0" encoding="utf-8"?> <WebMessageTables xml

  • XSLT problem when switching to JDK 1.4

    Hi, I have used Xalan for transforming XML into HTML under JDK 1.3.1 but when I switch to 1.4.1 I get problems with attributes in the HTML part of my XSL file. I know that Xalan is included in 1.4 and apparently something has changed... Java code ---

  • Safari 5.1 crashes on Snow Leopard?

    This is my crash report. Any idea, please? Thanks Process:         Safari [9766] Path:            /Applications/Safari.app/Contents/MacOS/Safari Identifier:      com.apple.Safari Version:         5.1.10 (6534.59.10) Build Info:      WebBrowser-753459

  • Color consistency between applications

    When specifying colors, Pantone colors within InDesign and Illustrator translate pretty consistently into CMYK and RGB values. But, the same Pantone colors produce wildly different CMYK and RGB values within Photoshop. I have found that Photoshop's C

  • PLUGIN: Context(rightclick) Menu

    Hi everybody, Can someone guide me in some short steps(where, what to create) how to use this plugin over a query report? I saw the documentation at: [http://apex.oracle.com/pls/apex/f?p=1983:17:0::::: ] but still is not so clear for me. Thank you,