How to get programatically taskFlow description

Hi I', using JDev11.1.1.2
Is there a way to get the task flow definition programmatically ? I want to get the managed beans described in the taskFlow xml fail.
Regards
A Gruev

Hi,
no, you don't get access to the task flows configuration file (at least not as an object).
Frank

Similar Messages

  • How to get those Char Description when i record please give a solution

    Hi Experts
    when i try to extend using BDC the meterial all data is getting copied to new plant but in MRP3 Configure varients is not getting copied in bdc i am getting all the values from parent plant but these values are not getting displayed in new plant for only *MRP3 Configure varients
    how to get those values please give a solution
    and
    when i am trying to make the BDC recording of creation of meterial in this process
    in MRP3 when i give configurable meterial  = Lamp  or CT or VOLTMETER and when
    i go for configurevariants button it's not displaying any Char Description  for the perticular meterial
    but in general when i creat a material process  there Char Description  are coming where i can give the values
    how to get those Char Description when i record please give a solution

    Hi Maen Anachronos
    i am Getting popup where i can give any value
    but in creation of meterial for a perticular config meterial there is will be 1 templete in which we will get some constant  Char Description where we'll have some options to give the value
    but when it 's done in BDC Recording  it's not displaying any values Char Description then how can we decide the values to what to give when Recording

  • RRB-How to get the activity description instead of WBS element in the bill

    Dear All,
    I am using RRB DIP profile to do my Resource related billing
    RRB-How to get the activity description instead of WBS element in the billing
    document.Now  iam able to get the cost and the quantity used as line items but instead of getting the respective line items in the invoice iam still getting the WBS
    element description for all the activities.Can some body guide me to overcome this problem.
    Assured reward points for your suggestions and help.
    Thanking you,
    Best regards,
    R.Srinivasan

    Dear All,
    Please can any body help me for the same.IT is urgent.I will award you points.
    thankyou,
    Best regards,
    R.Srinivasan

  • How to get a field description on custom screen used in enhancement

    Hi all,
             I am working with transaction cj20n. It is having an enhancement and a custom screen is used in it. I have modified the screen by adding a text label ahead of field FUND. I want to get the description of that field on that text label. How can i achieve this? I have the table field where the description is available. How to get it on the screen?
    Thanking you in advance.

    When you refer your field to the DD table field, the domain will contain the text, it will automatically fetch the description. But you can also Hard code them since its a label in the screen.
    Regards,
    Anita

  • How to get Org Key description

    Hi,
    I have a query. In table pa0001 there is a field Org Key(VDSK1). when i execute this table for the personnel number i am able to see vdsk1 in the output.When i ress F4 on it i am able to see its description.
    For example VDSK1 is 10 when i press F4 i am able to see descripions here. I need the table which gives the org key description.. I have seen the domain of VDSK1 here i am able to see T5270 is table to get description.
    When i write select query as below i am getting T5270 is a table does not exist or not active. Its a polled table.
    "-- Org Key description
                SELECT SINGLE TEXT1
                  FROM T5270
                  INTO wa_disp_list-org_description
                WHERE MANDT = sy-mandt AND
                      HIRAR = '1' AND
                      ORGKY = wa_disp_list-vdsk1.
    anybody can tell me which table i have to use to get org key description.
    Thanks,
    Maheedhar

    Hello
    This is table T527O - last symbol letter O, not 0 (zero).  

  • How to get the report description from obiee's web services (web catalog)?

    I am trying to get the Description from the properties of a report (using web services + web catalog). I am not able to retrieve the description through the itemProperties[] array, and have not been successful finding it anywhere else. Has anyone been able to get the this Description property? Thanks.

    hi,
    are you looking for table name,column name,subject area,created time for a specific report/request ?
    IF yes we can do this using Catalog manager
    Open Catalog Manager-->tools-->Create Report
    thanks,
    saichand.v

  • How to get the long description of a lineitem

    Hi,
         I am able to get the description of a line item present in Master Agreement by following code.
    lineItemCollection = agreementBean.getLineItems();
    collectionsize = lineItemCollection.size();
    collectionbean = lineItemCollection.get(0);
    type = collectionbean.getDocumentDescription();
    But I am unable to get the long description of the line item of a Master Agreement.
    Thanks & Regards,
    Swastik

    Hi Alan,
       Thanks for your quick response.
      I want to retrive the  " Long Description" which is present in the Line Item tab of a lineitem.
    can you please help me out regarding this.
    Regards,
    Swastik

  • How to get Payment Term description in a MAster Agreement

    Hi,
            I am able to get the PAYMENT TERMS for a Master Agreement
    code:
    payment_term_str= doc.getPayTermsRef() ;
    term_id = payment_term_str.getDisplayName() ;
    how I will get the Payment Terms Description ?
    Thanks in advance.
    Regards,
    Swastik

    import com.frictionless.api.common.types.TypeFactory;
    paymentHome=IBeanHomeLocator.lookup(session,doc.getPayTermsRef());
    paymentBean=paymentHome.find(doc.getPayTermsRef());
    resourceID=paymentBean.getDocumentDescriptionId();
    rRef=TypeFactory.createResourceReference(resourceID);
    paymentDescription=rRef.getValue(session);
    Hope this helps.
    Regards,
    Immanuel

  • How to get Application Error descriptions

    Hi, all:
    Our interface has ECC system involved.
    The Message Monitoring in local integration engine shows that there are many messages with application errors.
    I would like to export all messages with application error:
    include message ID and error text.
    Right now, I can export the data from Message monitoring window, but I can not get application error from exported spreadsheet. anyone has idea how to do it ?
    Thanks in advance !
    Liang Ji

    Hi, venkata:
    Thanks for you reply.
    Our scenario is
      ThirdPartySystem ---> SOAP ---> XI ---> ECC (ABAP Proxy)
      Technically, the scenario is running perfect.
    After go-alive, there are many application errors because of the data problem,  e.g.:
    Cannot create order. Service order number already exist
    We know these problem are caused by conversion, now I would like to track each message, so I exported to spreadsheet from Message monitoring.
    But the exported spreadsheet does not include Application Error text, this is the reason I post the question here, do you have idea about it ?
    Thanks
    Liang

  • How to get BP property description in query

    Hi,
    I need to retrieve the description of a BP property. I found the descriptions in the OCQG table, but can't figure out how to join this table with OCRD.
    I am trying to do something like this:
    SELECT T0.CardCode, T0.CardName, T0.QryGroup9, T1.GroupName FROM OCRD T0, OCQG T1
    Can I retrieve property descriptions some other way, or can anyone tell me how to join OCRD and OCQG (maybe there is some table in the middle)?
    Thanks,
    Johan

    Hi Mike,
    Sorry about the long long interval.
    I tried with the query you suggested, but slightly adapted (
    SELECT DISTINCT T0.QryGroup9, T1.GroupName FROM OCRD T0 LEFT OUTER JOIN OCQG T1 ON T0.GroupCode = T1.GroupCode
    ) but it only returns NULL for the descriptions.
    By now, I have also come across the need to find the description of item properties based on ItemCode. As far as I can tell the table with the descriptions is OITG. Again however again I can't seem to figure out how to join this table with OITM.
    In other words I need to do something like:
    SELECT OITM.ItemCode, OITM.ItemName, OITG.ItmsGrpNam FROM OITG SOMEHOW JOIN OITM ON SOMEHOW WHERE 'Y' IN (OITM.QryGroup1, OITM.QryGroup2, OITM.QryGroup3, OITM.QryGroup4, etc)
    Any help appreciated,
    Johan
    Edited by: Johan Hakkesteegt on Jun 3, 2008 9:26 AM

  • How to get a more descriptive name to show up in tab of browser?

    When my site is viewed, the tab on the browser simply shows the name of the page that I have given to it - e.g. home, contact us, activities, etc. I'm thinking that this doesn't stand out much to a user -- i.e. with several tabs open in a browser the user wouldn't automatically think "oh yeah, that's the site I was on before I stopped for dinner".
    I can rename the tabs completely (e.g. Doha Mums - Home, Doha Mums - Activities, etc.) but then the iWeb-generated menu would be a disaster with all of the long descriptions.
    Is there a way to make the tabs on the browsers show up as something different than their short-and-sweet menu names?
    Thanks,
    roxpat

    The easiest way is to hide the standard navigation for each page in the page inspector, create your own in a text box and copy and paste it to each page. This way you can have say "Home" in the navigation menu but name the page "My Wonderful Website" in the iWeb sidebar.
    You can then have your choice of fonts, colors, rollover colors, U or non U etc.
    See this page for more info .....
    http://iwebfaq.org/site/iWebNavigationmenu.html
    and here's an example of a site with a main menu and sub menus.......
    http://roddymckay.com/
    I will only receive financial compensation for recommending this link if you buy something - please don't.

  • How to get a full description of a given bugid ?

    Hello there,
    we got a crash on our software since the installation of the february patch cluster. The stack shows that the process crash when calling ex_clean function.
    The problem occurs on solaris 8 and 9 and I wonder if this problem is not linked with the fix of bug id 6326163
    (extract from 108434-21 patch release notes)
    6326163 C++ exception propagates outside of destructor, while "stack unwinding"
    Is it possible to get more information regarding this bugid 6326163

    Regarding the support contract, we should probably have some, I must investigate.
    Regarding my ex_clean problem, I could reproduce the problem with the latest compiler patch installed
    Here is the program I compiled with :
    % CC -V
    CC: Sun C++ 5.8 Patch 121017-01 2005/12/11
    %CC -mt -c test.cpp
    %CC -o test test.o -lpthread -R /usr/lib/lwp
    ===========================================
    #include <stdio.h>
    #include <stdlib.h>
    #include <pthread.h>
    void Die(const char* what)
    printf("Die %s\n");
    exit(1);
    class TryCatchThread
    public:
    pthread_t fThread;
    void Start();
    void ThreadFunction();
    void Join();
    extern "C" void* ThreadEntryPoint(void *thread)
    ((TryCatchThread*)thread)->ThreadFunction();
    return NULL;
    void TryCatchThread::Start()
    if ( pthread_create(&fThread, NULL, ThreadEntryPoint, this) ) Die("pthread_create");
    void TryCatchThread::ThreadFunction()
    printf("[%hd] Entering thread function\n", fThread);
    for(int i=0; i<100000; i++)
    try { throw("level1"); }
    catch(const char*)
    try { throw("level2"); }
    catch(const char*) { }
    printf("[%hd] Leaving thread function\n", fThread);
    void TryCatchThread::Join()
    void *val;
    if ( pthread_join(fThread, &val) ) Die("pthread_join");
    int main(int argc, char* argv[])
    unsigned long i=0;
    while(1)
    printf("%u\n", i);
    TryCatchThread t1; t1.Start();
    TryCatchThread t2; t2.Start();
    TryCatchThread t3; t3.Start();
    TryCatchThread t4; t4.Start();
    t1.Join();
    t2.Join();
    t3.Join();
    t4.Join();
    i++;
    ===========================================
    After few seconds, it dumps a core with ex_clean pstack :
    core 'core' of 15254: ./test
    ----------------- lwp# 5 / thread# 5 --------------------
    ff3344d4 __1cG__CrunIex_clean6F_v_ (0, 1, ff34af80, 0, ff34a538, ff34af80) + 10
    00011268 __1cOTryCatchThreadOThreadFunction6M_v_ (ffbee3e8, 0, 0, ff34af78, ff34afc8, 12) + c8
    00011114 ThreadEntryPoint (ffbee3e8, ff0f0800, 0, 0, 0, 0) + 4
    ff1158c0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 1 / thread# 1 --------------------
    ff09f340 lwpwait (ff0f0000, ff0f0000, ffbee31c, 2, 80, ffbee324) + 8
    ff109098 thrpjoin (2, 0, ffbee380, 1, ff128000, 2) + 40
    000112e8 __1cOTryCatchThreadEJoin6M_v_ (ffbee3f4, ff0c0284, ff0c3a54, ff0bfc78, 1391c, fffefd10) + 8
    00011384 main (1, ffbee464, ffbee46c, 21800, 0, 0) + 54
    00010ca0 _start   (0, 0, 0, 0, 0, 0) + 108
    ----------------- lwp# 2 / thread# 2 --------------------
    ff334268 __1cG__CrunIex_alloc6FI_pv_ (ff34b4d0, 0, 50, 0, ff34a538, ff34b2f0) + d8
    000111cc __1cOTryCatchThreadOThreadFunction6M_v_ (ffbee3f4, 0, 0, ff34b338, ff34b428, 24) + 2c
    00011114 ThreadEntryPoint (ffbee3f4, ff0f0200, 0, 0, 0, 0) + 4
    ff1158c0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 3 / thread# 3 --------------------
    ff1110b0 mutex_trylock_adaptive (ff34ee48, 10, ff0f0400, ff34ee50, 30f, ff34ee4c) + 98
    ff112128 slow_lock (ff34ee40, ff0f0400, ff34ee40, 1, ff34b430, 0) + 38
    ff334348 __1cH__CimplHex_free6F_v_ (ff34eecc, 1, ff34b430, 16260, ff34a538, fee7bec8) + 74
    0001129c __1cOTryCatchThreadOThreadFunction6M_v_ (ffbee3f0, 0, 0, ff34b388, ff34b478, 10) + fc
    00011114 ThreadEntryPoint (ffbee3f0, ff0f0400, 0, 0, 0, 0) + 4
    ff1158c0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 4 / thread# 4 --------------------
    ff1110f8 mutex_trylock_adaptive (ff34ee48, 10, ff0f0600, ff34ee50, 2c7, ff34ee4c) + e0
    ff112128 slow_lock (ff34ee40, ff0f0600, ff34ee40, 1, ff34b480, 0) + 38
    ff334348 __1cH__CimplHex_free6F_v_ (ff34eeac, 1, ff34b480, 16260, ff34a538, fed7bec8) + 74
    0001129c __1cOTryCatchThreadOThreadFunction6M_v_ (ffbee3ec, 0, 0, ff34b3d8, ff34b4c8, 1a) + fc
    00011114 ThreadEntryPoint (ffbee3ec, ff0f0600, 0, 0, 0, 0) + 4
    ff1158c0 lwpstart (0, 0, 0, 0, 0, 0)
    The compiled program works fine on a sun with old runtime (108434-18)
    and it failed on another sun with newer (108434-20) and latest runtime (108434-21) installed. Regression bug or do I miss something ?

  • How to get the full path of the fmx's directory.

    Hi all,
    I will ship my project to a customer. So I must install forms runtime at the customer's machine.
    I put all of the fmx files of my project into a certain directory at the customer's machine, and I create a desktop shortcut of the forms runtime. In the "start in" field of the shortcut property I put the full path of the directory where I put the fmx files. And in the target field of the shortcut property I put after the ifrun60.exe the name of the fmx file which to call first.
    Now , in one of my forms file I want to get the full path of this directory because I must call Ora_Ffi.Load_Library. And the library which I want to load resides on that directory.
    So how to get programatically the directory where the fmx files reside.
    I know that there is the registry entry FORMS60_PATH, but we plan to ship many projects to that customer; so if I use the FORMS60_PATH variable then there will be an error because there will be many directories. And the customer can launch many of the projects at the same time.
    So how to get it.
    Thank you very much indeed.

    If you are using the d2kwutil library, then you can use the win_api_environment.Get_Working_Directory() function.
    If not, I doubt that there is anyway to get it since the get_application_property(current_form) does not return the full path of the form as it used to in prior versions of Oracle forms such as 4.5.

  • How to get Variable name in output (Report Writer/Painter)

    Hello Experts,
    We have maintained one Repot by using Report Writer, this is the report for Cost center (periodic report), input fields are Fiscal year, Period and Cost Center. In out put system will display the selected cost center balances for individual cost element.
    Output: Excel format: in first sheet it will display balance of the total cost centers selected and from second sheet it will display individual cost center balances.
    My requirement is in the output system is displaying sheet name as CC1,CC2,CC3.......CC50, but my user want to display this as Cost Center 1, Cost Center 2, Cost Center 3...... like this. we have maintained variable name as Cost center 1, cost center 2....., but why system is displaying as CC1,CC2,.... .
    Please help me how to get the full description as sheet name in excel.
    Thanks ......Sudheer

    Hello Everybody,
    Please help me how to get variable name in Report Painter outout ( Excel format ).
    Thanks

  • How to get Description of parameter filed in Crystal report 2008

    Hi expert,
    I am creating a crystal report from Query ,which is created in BEX    Query designer 7.
    In query designer i have some selection variable.
    The requirement from clint is that they want to see what value is selected for all  variable.
    when i tried to put all parameter field in crystal report it is showing only Technical name of value selected not  description and also it show only for variable which is single value variable  not for the range value variable and multiple selection variable.
    can any one help me How to get description of value in report and can it is possible to show Range value and multiple value for a particular variable .
    i am using Crystal report 2008 SP3 version.
    Thanks and regards
    devendra

    Moved to BEx forum

Maybe you are looking for

  • AP 1200 local authentication PEAP

    Can I use AP 1200 with configured local radius server as authenticator for Windows XP clients using PEAP auhentication metod ?

  • Communication between applet and Web app (IE6 works IE7 doesn't)

    I'm not 100% sure this is the correct forum to post this in, but as the communication is initiated from the applet I'm posting it here. I have an applet that we are slowly breaking pieces out of into a web app. The details are as follows. The applet

  • I currently am running leopard, what do I need to get mountain lion

    What upgrades do I need to be able to run Mountain Lion?  I have the Macbook 2.1, but am reunning leopard.  Do I have to purchase the snow leopard, lion then mountain lion?  I am a new MAC user, and am just trying to see.  It says on the website I ha

  • Old User/New IPod

    I have an old 20G HP/Apple Ipod thats dead - purchased new 30G Apple IPod - do not want to lose itunes (2100 songs) how do I install new itunes with out losing all my songs. Terrified of losing music! Help Me

  • Installing Oracle 8I PE for Windows 2000

    I downloaded the huge zip file, unzipped it, and tried to run set up....it won't run. What am I missing? Thanks DDS