How to find the structure from FBI App. Controller ?

Hi All,
I want to know following highlighted fields belongs to which structrue :
Component configuration : EHFND_WFF_TASK_DETAILS_OIF
but highlighted fields are not available in this configration,So where we can find these fields?
Thanks,
Vimal

Hi Aliaksandr,
Thanks for reply. It's correct.
On same lines i have one more question, Suppose in above pic i want to change the appication title too.
Process : XXXXX
I want to change 'Process' text. is it possible and how ?
Thanks,
Vimal

Similar Messages

  • How to find the structural difference between two tables

    Hi all,
    How to find the structural difference between two tables .
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
    PL/SQL Release 11.1.0.7.0 - Production
    CORE 11.1.0.7.0 Production
    TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - Production
    Thanks,
    P Prakash

    you could try something similar to this, for each table pair that you want to compare:
    SELECT 'TABLE_A has these columns that are not in TABLE_B', DIFF.*
      FROM (
            SELECT  COLUMN_NAME, DATA_TYPE, DATA_LENGTH
              FROM all_tab_columns
             WHERE table_name = 'TABLE_A'
             MINUS
            SELECT COLUMN_NAME, DATA_TYPE, DATA_LENGTH
              FROM all_tab_columns
             WHERE table_name = 'TABLE_B'
          ) DIFF
    UNION
    SELECT 'TABLE_B has these columns that are not in TABLE_A', DIFF.*
      FROM (
            SELECT COLUMN_NAME, DATA_TYPE, DATA_LENGTH
              FROM all_tab_columns
             WHERE table_name = 'TABLE_B'
             MINUS
            SELECT COLUMN_NAME, DATA_TYPE, DATA_LENGTH
              FROM all_tab_columns
             WHERE table_name = 'TABLE_A'
          ) DIFF;that's assuming, column_name, data_type and data_length are all you want to compare on.

  • How to find the structure fields data in database tables?

    how to find the structure fields data in database tables?

    Your question doesn't appear to be Web Dynpro ABAP related. Please only post questions in this forum if they are directly Web Dynpro ABAP related.  There are several other more general ABAP related forums.

  • How to Transfer the Data from ORACLE APPS to SAP

    Hi Gurus,
    Here are my couple of quieries regarding Data Migration from Legacy(Oracle Apps) to SAP.
    1. How to link between Legacy system(ORACLE APPS) and SAP ?
    2. How to migrate the data from Oracle tables to SAP directly, instead of loading the flat files(.txt, .xls) ?
    Please respond to my queries ASAP.
    Thanks,
    SAPSURE.
    Edited by: sapsure on Sep 9, 2010 11:39 AM
    Edited by: sapsure on Sep 10, 2010 2:32 PM

    1. How to link between Legacy system(ORACLE APPS) and SAP ?
            If you have SAP PI in place then you can interact with oracle database tables directly from PI and then data can be posted to SAP transactions through IDocs/BAPIs.
            If you did not have SAP PI still you can do JDBC connection directly from ABAP program. Not sure about the exact steps check in forum.
    2. How to migrate the data from Oracle tables to SAP directly, instead of loading the flat files(.txt, .xls) ?
            If you want to directly post the data SAP transactions (I hope not directly to SAP tables) then connection needs to establish through ABAP program or Via. PI.
    Regards,

  • How to find the approver from request key

    How to determine the approver from request key.
    If the approver is a group where do i find the correlation.
    I have checked WFTASK and WFTASK HISTORY but unable to correlate. This is with respect to OIM 11G R2
    Many Thanks

    select IDENTIFICATIONKEY, TASKID, TASKGROUPID, TASKNUMBER, OUTCOME, STATE, ASSIGNEDDATE, Assignees, APPROVERS, TASKDEFINITIONNAME, CREATOR, ORIGINALASSIGNEEUSER, SUBSTATE from WFTASK where identificationkey = <request key>

  • How to find the Quicklink from INavigationNode

    Hi All,
    I am using the tagLibrary to build the Top Level and Detailed Level Navigation. We are trying to use the Quicklinks(Short URLs of SP14) as the URLs for all the links in Top Level and detailed navigation.
    However I am not able to get the Quicklink from the NavigationNode, I am not able to find any API which would give me the short URL given the NavigationNode.
    If anybody has any idea how in can retrieve it, it will be of Great help.
    Any help is appreciated.
    Thanks
    Ankur

    Hi Ankur,
    do you mean "quick link" or "short url"? These are different concepts!
    Quick links: http://help.sap.com/saphelp_nw04/helpdata/en/97/b0ef8b24a64ae884f0ab246e54cae5/frameset.htm and http://help.sap.com/saphelp_nw04/helpdata/en/04/90320fb9994fcf9293497eead06614/frameset.htm
    Short URLs: http://help.sap.com/saphelp_nw04/helpdata/en/b3/7b8163404448e7aad7899c0b30313e/frameset.htm and http://help.sap.com/saphelp_nw04/helpdata/en/3c/125b07ce964b1eac2115b7b3c8bf9f/frameset.htm
    I expect you want to achieve the latter technique. The last link provided gives the most information: The feature is centrally switched on/off; methods to retrieve the corresponding kind of URL are given.
    Anyhow, the navNodeAnchor is configurable, too. Just set hashURL to true or false, see http://help.sap.com/saphelp_nw04/helpdata/en/42/f34c5ea7203255e10000000a1553f7/frameset.htm
    The QuickLinks are only resolvable in the other direction: You must provide a quicklink that then can be resolved into a "real" link.
    Hope it helps
    Detlev

  • How to find the structure in this user exit

    My requirement is add new field to Delivery due list ALV report(VL10G).For enhance this report i will append one field(LIKP-SDABW) in this structure SHP_VL10_ITEM.This structure is not showing in the include LV50R_VIEWG05
    USEREXIT_PREPARE_LAYOUT_FILL .Where i have to find this structure,and internal tables?
    Please help me.
    Thanks & Regards,
    sairam

    Hi Sairam,
    Goto the program for transaction VL10G.In that u make a seach for the user-exit
    USEREXIT_PREPARE_LAYOUT_FILL.Then write the logic inside tht.U will need an access key for that.
    <b>Reward points if it solves ur query or answer is helpful</b>
    Thanks
    Chinmay

  • How 2 find the "Requests from the SQL Developer Exchange Included" in 2.1.1

    Hi,
    I would like to explore the new features from 2.1.1
    http://www.oracle.com/technology/products/database/sql_developer/files/BugsFixed_v211.html
    But can not find them in:
    http://apex.oracle.com/pls/otn/f?p=42626:46
    Where are they explained...?
    Thanks, Juergen

    Thanks K,
    good hint with the filtering of the status...!
    I was just wondering if you can find the ID's. When you scroll to the end on: http://www.oracle.com/technology/products/database/sql_developer/files/BugsFixed_v211.html
    there you find the section "Requests from the SQL Developer Exchange Included" with a lot of IDs...
    8411043 : Commit confirmation
    8755723 : Copy column name to clipboard (ctrl - shift- C)
    8487257 : Do not use ora_rowscn (Request implemented using a preference)
    but the filtering is good for me too...
    Juergen

  • How to find the structure requires in wrintg SAPscript?

    hi all gurus,
    I've some doubts regarding the sapscripts.I understand the usage of perform which is calling a subroutines from abap program.my doubt here is whenever i writing the sapscript,i need to pass the value..for example &cust_name$ to the subroutines inorder for it to search for..let say customer ID. how should i know tat the &cust_name& is actually from which structures?
    Thank You.

    Hi,
    Check this sample code..
    >PERFORM CONTACT_PERSON IN PROGRAM ZMPOI001
    >USING &EKKO-LIFNR&
    >CHANGING &CONTACT_PERSON&
    FORM CONTACT_PERSON TABLES IN_PAR STUCTURE ITCSY
    OUT_PAR STRUCTURE ITCSY.
    READ TABLE IN_PAR WITH KEY 'EKKO-LIFNR'.
    CHECK SY-SUBRC = 0.
    READ TABLE OUT_PAR WITH KEY 'CONTACT_PERSON'.
    CHECK SY-SUBRC = 0.
    OUT_PAR-VALUE = 'TEST'.
    MODIFY OUT_PAR INDEX SY-TABIX.
    ENDFORM.
    Is this your requirement..
    Thanks,
    Naren

  • How to find the Table from which a Custom table is created.

    Hi Gurus,
    I have a custom table in SAP and want to figure how that has been created. How can I do that?
    Regards
    Prashant

    Hello Prashant,
    what do you mean by "how"?
    When you say custom table do you mean "Customization table" or a "Customer table" (in namespace Z... or Y...)
    Anyway, you can access SE11 transaction, view the table and then check its attributes.

  • How to find the history from last 6 months for Editor lock flag in program?

    Hi,
    Whenever in a program if you set Editor lock flag or unset it will store in TRDIR table whether it is set or unset.
    I wanted to know the history for this flag from last 6 months when it was set and when it was unset.
    <removed by moderator>
    Thanks
    Edited by: Thomas Zloch on Dec 18, 2010 8:58 PM - priority lowered

    hello,
    I do not think it's possible to know, becasue SAP does not keep history of this kind of data...
    Thanks

  • How to find the tables of datasource

    Hi
    can anyone tell me how to find the tables from where the datasource is extracting data?
    I have a datasource 0CO_PC_ACT_02 which i thought was extracting data from MBEW, but my MBEW table has only around 1000 records but while scheduling the data load of infopackage my PSA shows more than 4000 records.
    How does this happen?
    Thanx in advance
    Sujai

    Hi,
    yes it is mainly MBEW as well as MBEWH (history of MBEW); in adition you have some article ledger data (table ckmlhd) from which some records could be added; MARV as well...
    You can check in function module KKBW_XBEW_BW_GET_DATA_IS1 all the details.
    hope this helps...
    Olivier.

  • How to find the table in which data from a structure sits

    Hi,
    I want to know how to find the exact table where data sitting in various structures during runtime are stored.
    For instance,in ME23N we have various tabs and data in those are held in various structures. This we can see by checking the technical setting of each field.
    I want to know in which table the data is actually stored for each field and how to find them.
    Any other means other than using "WHERE USED" option?
    Thanks
    CM

    After checking for technical field from the screen, when you reach out to structure, you can dbl click on the particular field's data element. From this data-element you can get to know in which tables it is used. Also if the data element refers to some master data field then you can check out its domain and in the domain you can refer the<b> value table</b> for that domain. This is what i will do if i am not sure about anything.
    Hope it will help a little.
    Jignesh.

  • TS1702 How do I find the store from my country to update apps ?

    I have apps that I can no longer update, beacuase I do not know how to find the app store of my country. Can someone help me please?

    You'll probably have to contacts iTunes store support for assistance: http://www.apple.com/emea/support/itunes/contact.html.  This is for the U.S. iTunes store but they may be able to help you with your issue anyway.

  • How can I find the index from a specific container?

    How can I find the index from a specific container?
    For example, if I'm traversing through textframes like so (an example, not tested):
    var doc = app.activeDocument;
    var story = doc.pages[0].textFrames[0].parentStory;
    for (var i=0, l=story.textContainers.length; i<l; i++) {
         var textFrame = story.textContainers[i];
         if (textFrame.constructor.name == "TextFrame") {
              var lastPara = textFrame.paragraphs.lastItem();        //How can I find the index of this in relation to the story?
    How can I find the index of "lastPara" in relation to the story rather than the current container?
    I tried:
    var newPara = story.paragraphs[lastPara.index];
    but this results in an invalid object. . .
    alert(newPara.isValid);      //returns false

    The .index property is the character offset. So lastPara will begin at story.characters[lastPara.index].

Maybe you are looking for

  • MRP related message during creation of Sales order

    When creating SO, I am getting following messages- " MRP area  for material # xxxx not determined, continue with plant MRP area - ", . The system allows me to save the SO, but the message pops up 3 different times- including when it check for ATP. Th

  • Howto not put the iBook to sleep on closing the LCD

    My daughter's iBook G4 12-inch LCD panel (hinge and more) is broken, so I have to turn it into a desktop instead. I am using an external monitor, USB keyboard, and bluetooth mouse. 1. When the LCD is initially in the open position, how do you stop th

  • Restricting a set of person on change first approver

    Hi, I have recently intergated AME for Purchase Requisitions on 11.5.10.2 - 11i.AME.B I am now trying to restrict a set of HR people that can selected when a requisitoner tries to change first approver while raising a requisition in iProcurement. At

  • IFrame is Obscuring Content When Scrolling Down

    Hi, I've got a Flex 3 project. I'm having some problems gettting an iFrame to work. If I open my project in a normal size browser window, it looks fine. If I open it in a smaller window with scrolllbars and scroll down, then the iFrame scrolls down a

  • AAC files from streaming audio????

    Hi, my friend burned me a cd off an internet radio site, the songs were saved as .aac yet itunes won't let me import them nor will they play by clicking the file. Could it be that these songs were copy protected in some way or is there a setting that