Searching for script form name for tcode j1ip

dear friends,
I have to change one code in form.but i am unable to find the form name that is used in j1ip tcode.
can you tell me the way to find it out?is there any table in which if i will enter tcode or program name it will give the form name.
regards
ansuman

TNAPR is one table, where ur driver program and form names are mapped to the output types, but this is not applicable only when output is called through message control (TCODE -NACE).
but there is one structure RSTXC, in which u get ur form name in TDFORM.
this is updated in write_form FM so in debugging u can mark a "breakpoint at fm" on write_form and hit execute and when u reach inside the fm u can check this structure.
i dont think u'll get a table where u'll get this info directly.
кu03B1ятu03B9к

Similar Messages

  • How to find SAP Script Form name for an particular transaction

    Hi,
    I had an issue, in the transaction F110  Payment advice. They need to adjust the spacing on the cheque printing, which is overlapping the names on the cheque and hence I have forgotten how to find the form name and the driver program of the script. Can anybody suggest me how to find those. Your help will be appreciated.
    Thanks in advance.

    >
    Muralidhar Medisetty wrote:
    > Hi,
    >
    > I had an issue, in the transaction F110  Payment advice. They need to adjust the spacing on the cheque printing, which is overlapping the names on the cheque and hence I have forgotten how to find the form name and the driver program of the script. Can anybody suggest me how to find those. Your help will be appreciated.
    >
    > Thanks in advance.
    hey
    NACE is the transaction ..for this u must know the output type..
    Script for Cheque Printing and Payment Advice can be known from Transaction FBZP...
    FBZP -> paying Company Codes -> u will get Script used for Payment Advice
    FBZP -> Pmnt methods in company code -> u will get Script used for Cheque Print
    ....Give points if useful.....
    Edited by: Satyabrata sahoo on Oct 14, 2008 4:42 PM

  • Standard Print program / Form name for transaction F-58

    Hi,
        Can anybody tell me what is the standard printprogram / standard form name for the "Account Payable" for transaction "F-58".
    It's quite urgent. Points will be rewarded.
    Br,
    Laxmi

    Hi
    <b>Form name:
    F110_PRENUM_CHEK
    program name:
    RFFOUS_C</b>
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Hi guru's i want to dovelope smart form how can we give form name for sales

    hi guru's i want to dovelope smart form how can we give form name for sales order  plz help me  ...

    Hi,
    If u want to assign the form to Standard sales order, The, this form in the NACE.
    and the, Run from va02/03.
    Reward Points,
    Vamsi.

  • How to get HTML form name for use in Portal Form's custom layout?

    I want to add a date selector to a Portal Form but the NAME attribute of the FORM HTML tag is dynamic.
    To add a calendar icon that opens a date selector, I add the following tags to the custom layout after the date form field:
    <img src="/images/calendar.gif" height="16" width="16" border="0">
    The <form field name> is static, but the <form name> appears to be dynamic (e.g. WWVM3115, WWVM3116, WWVM3117, ...).
    The custom layout uses substitution variables for the form fields and labels. Is there a substitution variable for the form name?

    Here's the javascript function someone recommended several years ago (on an oracle portal forum) that I've used successfully to reference fields in non-portlet portal forms:
    function findItem(pFieldName) {
    var vFormElements = document.forms[0].elements;
    for(var i = 0; i < vFormElements.length; i++) {
    if (vFormElements.name.indexOf("."+pFieldName+".") > -1) return i;
    document.write(i);
    return -1;
    You can then reference the portal form field name using the column/field name only:
    document.forms[0].elements[(findItem('COLUMN_NAME_HERE'))]

  • Standard form name for QM01 and QM02 ?

    Hi,
    Can someone tell me the standard form form name (print program) for transaction QM01 ?
    How do I find standard form name for any transaction ?
    Prompt replies will be awarded.
    Tushar.

    QM_NOTIF_OVERVW1

  • Where can we find the standard program for scripts and smartform for vl02

    where can we find the standard program for scripts and smartform for vl02
    regard,
    anil

    If it is a standard Script Output see that all config in NACE tcode was done correctly and in the Application document the output type was properly defined and attached to a medium, partner and all communication related things like printer name, when to print the output and number of messages etc are entered in the document
    the go to the related application Tcode
    (for sales order goto VA02 or VA03)
    (delivery -VL02N or VL03N)
    for Invoice VF02 or VF03
    for PO -goto ME9F
    enter doc number, Issue Output to -> screen/printer
    then see the output
    step 1 : copy the z layout into testing client thru SCC1.
    step2 : go to se71 and check modified layout.
    step3 : if it is under logistics.. go to TCODE "NACE".
    u will see various applictions for each business process.
    there u have configure ur related layout according to requirments,
    for example u consider for Request fo Quatation..
    there is APPLICATION called "EA"
    click and enter into it. configure it with ur requirments, for help consult with ur functonal consaltant, and save it.
    step 4 : goto tcode ME9A for requst for quatation(RFQ).
    step 5 : enter test data avalable and check it with message display.
    it is same for other applications like Contract agreament --> ME9k
    invoice --> vl02n
    and goes on..
    Reward points for useful Answers

  • Form name for F-58 tcode

    Hi Friends,
    Let me know the form / smartform name of F-58 transaction.
    Best Regards,
    Mahesh.

    Hi,
    Go to the Table T042B and give the input as Company Code(ZBUKR). T042B-AFORN will contain the related Form name.
    Regards

  • Need form name for LPET

    I'm trying to find the smartform or sapscript used for the output of delivery schedule document. Message type is LPET and I view this print in ME9E.
    Any suggestion on how to fnd out which form is used?

    Hi,
    I think you meant output type = 'LPET'.
    in table TNPAR search for output type = 'LPET', there is one entry. You will find the program name, subroutine name and the SAPscript name.
    Or , In NACE transaction. , select Application 'EL - Purch.Sch.Agr.Release', click on Output types at the top. Select the desired output type, dbl click on processing routines.
    You will get  a screen with Form name , program name, subroutine name for each medium, Print, Fax and EDI.
    Regards,
    Subramanian

  • Printing form name for FORM-ER 5

    hi
    i want to know the form name and  printing program name  used for CENVAT credit rule 9A 2004 (ER-5).

    Hi Sachin,
    You will find the print programs and forms in the table <b>TNAPR.</b> Check the table once.
    Thanks,
    Vinay

  • Want SM form name for cheaque printing

    Hi Friends,
        I'm having a new requirement for cheque printing(TC: F110). i'll plan to create it in smartforms.
        1) How to find the print program name and form name.
    Thanks & Regards,
    Vallamuthu.M

    Generally in cheque printing the calling program will be a standard one and will be set by the functionals.
    for this we need to see the functional settings in SPRO.
    Goto SPRO -> SAP reference IMG ->FInancial Accounting -> Accounts receivable & Accounts payable
    -> business transactions -> outgoing payments -> automatic outgoing payments -> payment media
    -> make settings for clasasical payment medium programs -> Assign Payment medium program for payment method in country
    when u execute the last one, you will get a popup asking company code of the cheque and you will find the program name..
    Mostly it shud be 'RFFOUS_C'.
    and regarding the form name goto F110 -> Pmnt methods in cpmpany code -> here you have to select any compant code -> Form data
    now you can see the Form name.

  • Form Name for Warehouse Management - URGENT

    Hi
    Can anybody pls let me know Form Names, Print Program Names for the following:
    1. Stock Removal
    2. Stock Placement
    3. Warehouse Movement

    Check the Transaction NACE --> V2 (Shipping) --> Output Types
    There you can see all the Stock related Output types. By SELECTing the output type and pressing Processing Routines you can get the Form Name and print program details...

  • Printing form name  for FORM-16A

    hi
      could u plz help me in finding printing form&prg. name for FORM-16A
          my concernig functional want to insert QUATERLY AKNOWLEDGEMENT NO. in FORM-61A  , but he is not entering them any where in SAP .
        guide me the solution for this.
    urget plz.

    Hi Sachin,
    You will find the print programs and forms in the table <b>TNAPR.</b> Check the table once.
    Thanks,
    Vinay

  • Form name for WCM Objects

    Pl suggest which print forms I should select in IDES client for WCM Objects while configuration for Enhanced WCM Model?
    Thanks
    Lucky

    I have got the form names using SE71 with language as English and used the same form to copy from 000 client to IDES client for scenario execution.

  • How to know form name and tcode

    Hi,
    I know the  driver program for layout  is PPPRZUGL. How can i come to know the form name and its associated Tcode to see the output.
    Can anybody tell me ?
    Thanks

    hi,
      Go to se11 and select the database table TNAPR .Enter the program name for it in Program name and get the corresponding records from which you can know the form configured for it.This table is used for SD-MM configurations only.Program PPPRZUGL is related to PP module .CO03 is the transaction for getting the production orders.
    Regards,
    Veeresh
    Edited by: veereshbabu ponnada on May 6, 2008 11:02 AM

Maybe you are looking for

  • TA38325 how can two different actions have the same shortcut!?

    deleting the master and deleting a version can be both achieved by command-delete (this is how its shown in the apple support documents!). HOW is that possible. How is the system suppose to realize which of the two options I have in mind?

  • How to create an Apple ID for 10 year old? and retrieve old contacts?

    Hi, my daughter and I have just got our new iPhones but I can´t create and Apple ID för her so she can´t use the ICloud service. So I tried using the one I created for myself resulting in that all my contacts apeared in her phone. What should we do?

  • Library Filter Question

    Within the Metadata Library Filter I often use the 'Treatment' tag to view just colour or just B&W images. I discovered that to give an image the 'Black & White' treatment stamp you needed to use the B&W section in the develop module. However I often

  • Does the iMac with Retina 5K Display have "user accessible" SO-DIMM slots or not?

    The Apple Site "http://www.apple.com/imac-with-retina/specs/" for the iMac with Retina 5K Display states for memory that it has "four SO-DIMM slots, user accessible".  What does that really mean?  Contact with Apple support indicates that the newest

  • Portege z20t no pressure sensitivity in Photoshop CS6

    Hey guys. I just bought a Portege z20t which is amazing, but I'm having one small problem. I can't get the pen to work properly in Photoshop CS6. I downloaded the latest Wacom drivers for the pen and it only gives me erractic pressure sensitivity. In