What is DFF Flex Form Name ?

Hi
i want change Flex Form at application and need to Form fmb name .
(Flex form is that Forms where populate and insert into Attributes field at table )
i need to that fmb name
please help me
Regards
Adel

When you Run a Request, the form on which you give parameter is FNDRSRUN, This form uses Descriptive flexfield which contains the parameter information for each concurrent program, and for this Oracle uses this Query in the form
cursor c(appl_id number, dfname varchar2) is
select application_column_name, column_seq_num
from fnd_descr_flex_column_usages
where application_id = appl_id
and descriptive_flexfield_name = dfname
and enabled_flag = 'Y'
order by column_seq_num;
You can check this query in this form in "REQUEST" package body, in "SUBMIT" procedure.
I hope this will be helpful for you.
Regards
Naveed

Similar Messages

  • What is the form name (SAP script name ) for KO02 output .

    Hai ,
    what is the form name (SAP script name ) for KO02 output . and also pl guide how to customize that.
    thank u in advance

    spro---->controlling ->internal Order->Order Master Data----> Prepare Output and see the documentation of this.
    Regards
    Peram

  • How to Locate the Custom Form Name  in Oracle Apps

    Hi hussein,
    We had a migration project from 11.0.3 NT to 11.5.10.2 AIX, and it include
    1 form I guess. The client user is showing me the navigation tree where the customized form was located.
    She opened the NT Oracle Apps 11.0.3 and it is showing the following:
    Cash Management Responsibilty
    + Other
    Enter Adjustment >> this is the customized form that she showed me
    When the form opened, i shows a block with parent table "AP_BANK_ACCOUNTS_ALL" and a child table
    "CEC_ADJUSTMENT_RECON".
    My question is, based on the navigation, how do I know which is the location of the forms.fmx? of what
    module was it registered to?
    ==============
    I tried to navigate to the custom form and open it, then click "Help --> About"
    from the menu bar, but it does not show you the form name and the forms executable location path,
    (not like the standard forms of oracle where it shows the form name),
    the "help" being shown is the help of the runtime form in a normal default oracle form window.
    so I assumed that the custom form has been registered but not following the standard procedure.
    ==============
    How do I reverse locate it? base on the "tree" > Enter Adjustment
    Thanks a lot

    Hi,
    Please see (Note: 176852.1 - Integrating Custom Applications with Oracle Applications Release 11i), Step 10-f.
    For the (Help > About) issue, please see if (Note: 556755.1 - Forms Version Not Showing On 'About Oracle Applications' Form From Help Menu) helps.
    Btw, I guess we had a similar discussion before in this EBS 11i Customized Oracle Forms and Reports.
    Regards,
    Hussein

  • Flex forms in LC ES2

    Hi guys ..
              I have hands on experience in adobe LC 7.x, ES and ES2. So far i was using xdp and pdf in the workflow. Now designing the new forms in flex (flex builder 3.0). I have created new flex and started to put in use in adobe workspace ES2. I have a requirement of reading external .xml file from the flex form - it is working fine when it is run through the flex builder but when the flex form is uploaded and seen in workspace ES2, the code does not function (doesnt read the data from the xml file). Can you guess why this is so .? I expect an immediate help from you guys .. Here is the below code how i read the xml <mx:HTTPService id="srv" url="C:\BC_Config\BC_XML_Config.xml"
    > resultFormat="e4x">
    >       </mx:HTTPService>
    Thanks - Balaji Gurumurthy

    OK I think I finally have gotten to the bottom of this.
    Microsoft changed things in Vista (which carried through to Win 7 and beyond). There is a slectedItems color (that only appears if the window has focus and there is a different color for selectedItems when your window does not have focus. This is what MS added in Vista. That color is not exposed in any of the schemes so it cannot be set. That is where the light grey colour is coming from. That explains why this is happening ....  now I am working on seeing if there is something we can do to remedy the situation. For now if you click on the hierarchy View your selection will take on the colour of the selectedItems color in the Windows setup.
    I will update this post if I find out anything further.
    Paul

  • Changing the form name in a .js file

    hi,
    I am trying to use .js files instead of script in the jsp page with the use of
    <script src="root/scripts/foo.js"></script>.
    This foo.js has got the functions which access the information of the form in which they are included. So if I specify a dummy form name in the script, while a page (say "thisPage.jsp" with a form name "thisForm")is loading I would like all the references in the javascript file which are like this document.someFormName.---- to document.thisForm.--.
    How do I do this.
    regards,
    f

    actually, what you asked is completely a Javascript question. There's nothing JSP related about it. Nothing.
    Your actual question, the one you actually posted, was answered correctly. If your question was wrong, then that's not our problem.
    What does concurrent users have to do with anything anyway? Are they all using the same PC and browser instance at the same time? I doubt it. All the code you are referring to is Javascript code, and that will only run in the browser, not on the server, so concurrent user actions have nothing to do with it.
    If you want to change the form name in JSP, then you can do so when writing the page:
    <form name="<%= theFormName %>" action="..." method="POST">
    Otherwise, 'document.'+name ..., eval(), all that is Javascript, not JSP, has nothing to do with JSP or other users.
    So in conclusion, I don't think it's us people that posted answers interpretting things wrong, it's you who doesn't have any idea what he's doing.

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

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

  • F.27 Account statement form name

    Hello All:
        Very new to the SAP form world, any help will be greatly appreciated!
        I want to get the form that's print from the current F.27 Customer Account statement function. I debug the RFKORK00 function and couldn't find anything that indicated what form it is print on. Is there a setup somewhere that I can check?
        I am pretty sure it's not a smartform, but then again, I just don't know at the moment!
       BTW I went to NACE and couldn't find any related print configuration!
        Any help is appreciated!

    For FI Module ,you should not use NACE Transaction to see the form name and print program.
    OB96 transaction is for F.27 Transaction,here Functional people will set up form name and print program.
    Talk to FI guy to get more information
    Thanks
    Seshu

  • 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

  • How to use form name in struts html:form tag

    Hi,
    I want to validate text box value, if it is ordinary html form I would have done like this <form name="myform" action="xxxx.jsp" onsubmit="return validate()">
    But am using struts html:form tags. In this case how can I use/specify name for a form.
    Can any one help me.
    Thanks

    The name of the form comes from the actionForm you have defined backing it.
    View source on the generated page to see what HTML it constructs.
    You are able to use the onsubmit event with the <html:form> tag just like the standard one, so if all you want to do is that:
    <html:form action="/saveUser" onsubmit="return validate()">
    ...You can also give it a styleId, which will generate an id in the HTML.
    See the tag documentation for details: http://struts.apache.org/1.2.x/userGuide/struts-html.html#form

  • Sending form name as a attribute to servlet

    hi forum members..
    i am using one html form and three text boxes .. these values are accessed at servlet..
    my doubt is can we access the form name is in servlet ?
    ok
    thank u..

    No, not unless you put the form name as a hidden field in the form inself:
    <form name="myform1" ...>
        <input type="hidden" name="formName" value="myform1"/>
    </form>What I like to do in these cases is actually use the submit button to determine which form was submitted:
    <form name="myform1" ...>
        <input type="submit" name="submit" value="Submit Form 1"/>
    </form>
    <form name="myform2" ...>
        <input type="submit" name="submit" value="Submit Form 2"/>
    </form>
    // (in servlet)
        String formSubmitted = request.getParameter(submit).substring(7); Of course the name of the form and the wording of the submit value can be more descriptive, like "Submit Home Address" "Submit Home Phone" "Submit Mailing Address" etc... to be more descriptive and because the user doesn't care about form numbers, but rather the content of the form...

  • MM Quotation form  name

    Hi All,
    I need to create one form( adobe based form ) for Request for Quotation (ME41).
    I went to NACE - after selected EA (Purchasing RFQ)  and I have pressed Output types button.
    With Old way - sapscript, we have output type ABSA, program SAPFM06P, Form routine ENTRY_ABSA and Form name MEDRUCK.
    Now I want PDF form, starting my doubts.
    What is the program name??? SAPFM06P???
    Form routine name?? Adobe_print_output???
    PDF/Smartform name???
    I have put SAPFM06P, Adobe_print_output and MEDRUCK_PO, but a error message happens with dump.
    My SAP version is ERP 6.0-
    All ideas, news about this subject are welcome.
    Thanks in advance.
    Best regards,
    Ana

    Hi,
    I  don't want convert my spool in PDF.
    I want done the Quotation form, not in SAPscript but in Adobe based-forms (SFP transaction code).
    But I don't know the name of program, form routine and SAP standard from name for do it in NACE transaction code.
    I just know to do it for SAPscript not for Adobe way.
    And know, we need to do it but with Adobe.
    Best regards,
    Ana

  • Satndard SAP script or form name to generate FI invoice

    Plz let me know if u know the standard SAP script or form name to generate the FI invoice.
    Regards
    Nivetha.

    Hi,
    I guess the terminology's causing some problems.  Here's what I think you need to do;
    In transaction V/30 select the Output Type then double-click on the folder 'Processing Routines'.  The columns are as follows;
    Medium - Print, email etc
    Program - Name of the print program
    FORM Routine - name of the subroutine in the print program that will be called
    Form - Name of the SAPscript (if used)
    PDF/Smartform Form - Name of the Smartform, or pdf form (if used)
    Type - If a Smartform or pdf form is specified, select from this drop-down which type it is.
    If you're getting an error when you enter your parameters, it would be useful if you told us what the error was.
    Regards,
    Nick

  • Flex Forms

    I am taking a look at Flex 4 (and Flash Builder 4) to see if it is viable for an Enterprise IT application that we will be developing. I have just started my research and so far I like much of what I see. However, given that our applications are "form" intensive and many of those forms are complex in nature, I am concerned about Flex's capability in that area. I tried the Flex "Form" under Layouts in the Components and found it nice for very simple forms but totally unsuited for complex (multi-column, components spanning multiple rows/columns, etc.). I played around using Form in conjunction with other layouts but that seemed awkward at best.  I looked in the "Tour De Flex" and did a general web search but did not come up with much. There were some efforts that looked unfinished or speciifc to certain situations but found nothing that I would bet the farm on yet. But I am new to Flex so may not be looking in all the right places. Any advice appreciated.

    I'm a huge fan of Flex, to the point of using it when it's inappropriate. However, in the enterprise environment, I would always be happy staying one step behind, using technology I feel comfortable with. However, that said, there are tons of folks using Flex in the enterprise environment. However, I'm not familiar with a good example of form use.
    I'd encourage you to ping folks who do large projects on a regular basis and are in a better position to inform you, but who rarely have time/interest to participate in this forum (for example, http://www.digitalprimates.net, http://www.universalmind.com,  and many others - they'll be honest with you if you describe your project).

  • Cocoon/FOP + form-name problem

    Experts,
    I have configured Tomcat/Cocoon to work with APEX instead of BI Publisher, as per Carl Backstrom's tutorial. Tomcat and Cocoon both work as expected. I am able to configure APEX with the correct URL, port, and Print Server Script, standard support, and so on.
    I am able to use FOP to process static XML files with no problems.
    If I understand how APEX works with Cocoon, it generates a Form POST to send an XML document to Cocoon for processing. Cocoon receives the posted form. Cocoon extracts the XML data based on the name of the posted form, and then transforms it into the specified format (PDF, RTF, HTML, etc.). In Carl's tutorial, Cocoon is configured in sitemap.xmap to expect form-name="xml".
    Question: When APEX executes the Form POST, what form name does it give the posted form? Is this configurable?
    Whenever I try running an APEX report through Cocoon/FOP, I get
    org.apache.cocoon.ProcessingException: Unknown request object encountered named xml : null.
    I have tried renaming form-name to wwv_flow, wwvFlowForm, XML, Xml, asdf,<null>, etc. Whatever I rename the form shows up as null.
    Examples:
    1. org.apache.cocoon.ProcessingException: Unknown request object encountered named wwv_flow : null.
    2. org.apache.cocoon.ProcessingException: Unknown request object encountered named wwvFlowForm : null.
    3. org.apache.cocoon.ProcessingException: Unknown request object encountered named asdf : null.
    4. org.apache.cocoon.ProcessingException: Unknown request object encountered named xml : null.
    Dan

    Hi Carl
    I use Tomcat and Cocoon as you described. For some reports PDF print is OK. One problem which i found was that, in my case, the language of the application produce also an error. I changed from German to English and everything was OK.
    "Application > Shared Components > Edit Globalization Attributes > Globalization" - Aplication primary language GERMAN. Once that i changed to english US my reports worked again OK.
    I have also an application where for one page PDF produced is OK but for another page in the same application i receive the same error:
    org.apache.cocoon.ProcessingException: Unknown request object encountered named xml : null.
    Maybe Region configuration is different?
    Best regards
    Adrian

Maybe you are looking for

  • Datawarehouing and data mining

    Where to find complete details on this topic "Theorem of Ugly Duckling "

  • Editable and Non editable portion in JTextArea

    hi all i have following problem: in my application i m using JTextArea and JButton when button is clicked some text is added as follows with append method textarea.append("darshan"); textarea.append("\n\n"); textarea.append("gajjar"); now i want the

  • How do I open my disk drive?   Help

    How do I open my disk drive?

  • No bootable device - insert boot disk and press any key to continue

    I accidentally turned off my mac book pro by keeping my finger on the Power button too long.  When I tried to turn it on again, the computer didn't boot.  Instead, I got the "No bootable device..." message.  I was not trying to install anything.  A m

  • Making layers centered - "ALWAYS"

    here's my site http://www.idesrecordings.com/testindex.htm it's centered enough on a PC in firefox and IE, I have the bars in a layer, and text in other layers... Someone told me it's not anywhere near centered on a MAC - how am I supposed to tell? W