To know form name from tcode

when I am goint to save the tcode 'Co02' its creating a sapscripr form and generating spool.
How can I find the form name  ?
after modifying the form , in which tcode I ll link the form with print program ? its PP module related.
thanks
kumar n

Kumar,
Run RSTXDBUG into SE38 and than run Co02 you will come in debuger mode here you can see the script name exactly what you want to know.
Amit.

Similar Messages

  • 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

  • How to find the form name  from VA02 T.code

    how to find the form name  from VA02 T.code

    Hi Rajyam,
    I guess you are looking out for the formname which prints sales related documents.
    If this is what you want,then go to the T-code NACE and select the option K1Sales activities and click on the Output Types button on the top.The new window has all the types of Output types listed.Select the most appropriate and double click on the Processing routines button in the left side screen.
    The new window lists the program names and the forms associated with that output type.
    In case you have any further clarifications,do let me know.
    Regards,
    Puneet Jhari.

  • How find print program and form name from the spool list

    Hi,
          I have a requirement to find print program and form name from the spool list.
    I got the list of programs and forms from TNAPR table, I also want to find out any custom program sending the form directly to the spool.
    Cheers
    Sam

    Hi
    Try TSP01-Suffix2
    Regards
    Raj

  • How to Retrieving Mandatory Filed name from Tcode.

    Hi,
    I need to retrieve mandatory field names from tcode like (mm01)  using abap programming..
    How to find that field name is mandatory?
    Thanks and Regards,
    Meena

    Hi Meena,
    I guess you need to manually find it out and make z-table which can be used for further logic.
    Once you have table for required fields, you can even add/remove any field depending on your requirement.
    I also faced the same issue and we maintained it in ztable as follows.
    MANDT  
    FIELDNAME   
    STATUS
    For STATUS , create fixed domain values as "REQUIRED", "HIDDEN", "GRAYED OUT".
    I hope this will help you.
    Regards,
    Rahul Mahajan

  • Query name from Tcode

    Hi
    Is there any way to find the Query Name from the Tcode. The Tcode was assigned to the program which was generated form the query.
    Regards

    Hi,
    Have you check SE93. you can find the following object
    Report type-(D_SREPOVARI-REPORTTYPE)
    User group-who created the query(D_SREPOVARI-REPORT)
    Query name-(D_SREPOVARI-EXTDREPORT)
    Its depend how you are assigning T code for queries. If you have created T code thru SE93 and with Transaction with parameters (parameter transaction) seting , then you can see the above details.
    Kind Regards,
    Dinabandhu.

  • "Users " Form Name from "User Definied Field Definition" does not showing

    Hi everyone!
    I start to implement the new SAP Connector on OIM 9.1.0 and one of steps is configure the lookup Lookup.SAP.HRMS.AttributeMapping.
    I need to add more fields beyond those already exists, and in accord to Documentation, I need to create the UDF of these fields, but when I search of "Users" form name form "User Definied Field Definition" option, I receive the follow response:
    "Query Failed: No Record For this Query"
    Thinking about it, I think that necessary create one User Form, but...this form isn't a standard form?
    What I do in scenarios like this?

    Can you share your environment details. Are you trying it out in a newly installed OIM ?_
    Yes, it's a newer fresh installation of OIM 9.10. We use the old version (9.03) in production environment and would like to upgrade to 9.10. This issue occur in a fresh installation in Development Environment.
    The one possible reason for this may be due an improper upgrade to 910X. I actually faced this issue while I was installing/upgrading my OIM. I did the process all over again and it was just perfect. I am not sure that this might be an issue with you or not. But there is simply no othe reason for the Users from not showing uo in the "User Definied Field Definition"._
    If you have taken a fresh backup of the schema just after installation, then import that backup dump and see if you are able to view the Users form. If in case you are not able to view it then your installation / upgrade is corrupt._
    No, we don´t have a fresh dump of environment. We just follow the documentation and all the steps was done without problem. The SAP connector import the fields from the reconciliation using flat IDOC file, just only the standard fields. We need to add newer fields and attributes and after, we face this problem.

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

  • Find form name from filename

    Hi,
    Is it possible to find form module name with a given file name? I ve searched the forms own built-in packages but there is no such a function that will return form name.
    Any help will be appreciated

    Andreas unfortunately my form module and fmx file doesn't have the same name. Also there are a lot of file like that.
    Michael I've tried to use that function but it didn't work. Because it returns the calling form module name. I need the called one:( I call a form with open_form as no activated from main module. Open_form built-in opens form with using filename without any trouble. After that I write the called filename to a log table. Then activate the called form via go_form built-in. Go_form doesn't take filename as a parameter. That's the main problem. I cannot show my called form.
    Besides I have used next_form in place of go_form but it doesn't work if more than one form window opened. thank you all of you but my problem didn't solve yet

  • Script name from Tcode F110

    Hi all
    How can I find the (1) Program name and (2) Form name (Script) from the T-code F110 used to print cheques.
    Thanks,
    Daya

    Go to transaction F110, in the last tab Printout / data Medium, you will find the program name the form name is maintained in the table T042E field ZFORN.
    Hope That Helps
    Anirban M.

  • Want to know database name from RMAN prompt

    Hi there
    I want to know database name when I am in RMAN prompt.
    Regards
    Jewel

    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN> connect target /
    connected to target database: SYSLOG (DBID=3659208352)
    Here SYSLOG is the database name
    Regards
    Asif Kabir
    user623166
    Handle:      user623166
    Status Level:      Newbie
    Registered:      Mar 2, 2008
    Total Posts:      42
    Total Questions:      *18 (18 unresolved)*
    Name      jewel_bd
    Occupation      DBA
    -- mark your helpful post as correct/helpful and close all the answered threads.

  • Find Current Form name from SQL or Unix Prompt.

    I have five oracle forms
    FORMS1.FMB
    FORMS2.FMB
    FORMS3.FMB
    FORMS4.FMB
    FORMS5.FMB
    I am using call_form function calling from FROMS1 to FORMS2, FORMS2 TO FORMS3, and FORMS3 to FORMS4 and FORMS4 to FORMS5.
    There are 3 users using this application. The user’s current forms may be FORMS3 or FORMS4 or FORMS5.
    From OS (Operating system) or ORACLE SQL Prompt, I want find which user using which form.
    Pls help me to find the solution.
    Thanks, Raghu.K

    Raghu,
    if you need this information, trace it in a database table and get it from there.
    Frank

  • To get  formname(sapscript or smartforms) from tcode or Driverprogram

    Hi Friends,
        Could you tell me how to get form name from tcode(FBL5N) and print program ?
    I shall reward for useful responses.
    Thx in Adv.
    Bobby

    Hi ,
    Go to SPRO transaction then select the following path
    Financial Accounting (New)-> Accounts Receivable and Accounts Payable->Business Transactions->Internal Transfer Posting->Make and Check Settings for Correspondence->Define Form Names for Correspondence Print
    click on Define Form Names for Correspondence Print
    you will get the configuration screen there  select the position and give the program name you will get the form  configured againsy it.
    the same screen you can see when execute the table V_001F_B. 
    execute the table and give the program name.
    Reward points if useful.
    Regards,
    Nageswar

  • Remove name from menu bar + possible bugs?

    Hello, I was wondering if it were possible to remove my name from the Menu bar. It currently says my full name and is clickable, dropping down to my icon and a link to the Login Window and Users & Groups Preferences (but there's no option to remove it in these preferences!) Thanks!
    Also, Is there a thread where we can post bugs we come across? Becuase I've found a couple.
    I'll post them here for now:
    1) When I go into Finder > Preferences, the menu box flickers strangely when I switch between the option tabs (General, Labels, Sidebar, Advanced).
    2) Scrolling left and right through folders in the Column view is hesitant. It doesn't flow smoothly like it does when I scroll up and down.
    If there's anywhere I can report these bugs, please let me know!

    name from menu bar:
    the easy way: hold command and then drag the name icon out of the menu bar (just like how you remove stuff from the dock with the difference of pressing command while you do it).
    the less easy way: open system prfs -> Users and groups [press locket if locked] then click login options and uncheck fast user switching menu

  • Smartform name from spool number

    Hi guys .İ have to learn the Smartform or Sapscript name of a alreasy printed document.So i use the transaction SP02 .There is not any information about the program or Smartform in spool transaction .How can i know SMARTFORM name from the spool number.
    I have seen thiş thread but it doesnt seem a healthy solution .
    smartform name from spool number

    Hi,
    1.Goto sp01 and give your spool request number.
    2.Double click on the spool request number.
    3.In the screen,click on the TemSe attributes tab.
    4.In that tab you can find the object name field.Double click on the Objectname(spool number).It will take you to the TemSe:List of Objects Screen
    5.Check the checkbox and press the CONTENTS tab in the application toolbar.
    6.It will show the TemSe:Contents of Object screen.You can find the SMARTFORM Name in the Second line of the display.
    7.If you need to find the Program name use table TNAPR.
    Jshree

Maybe you are looking for