Region Shaded in the Structure Viewer

Hi all,
I am starting with the OA framework and I am confused as the way to proceed to do some modifications. I am working on the application EAM on the specific page EAM_EW_START_PAGE. On that page, a button was added using personilization its use is to launch a custom report. Now i am trying to add the button from here and attach it a custom logic so we can save some steps in the production of the report.
My questions are the main region of the page is shaded like it is in a read only state (the region is WOSearchResultsRG) I am wondering is it due to the fact that a personalization was done on it or another reason which i don't know?
And where are the modification saved in personalization saved?
Best Regards,
Carl

So you want a button, the click of which would complete all the seven steps and submit the report.
Frankly you need a submitButton and not a button because you need to handle the event and invoke the methods in the AM. So I would suggest to create a submit button dynamically in your processRequest. Thereafter you can handle this button click in the processFormRequest.
Please find the following snippet to get some idea:
ProcessRequest:
//Get the handle of the region where you want to create the submit button first
OAFlowLayoutBean tableFlowBean = (OAFlowLayoutBean) webBean.findChildRecursive("<BeanName>");
if(tableFlowBean!=null)
//Create the button now
OASubmitButtonBean subBtnBean = (OASubmitButtonBean)createWebBean(pageContext,OAWebBeanConstants.BUTTON_SUBMIT_BEAN,null,null);
if(subBtnBean!=null)
//Set the Properties now
subBtnBean.setText("<Prompt>");
subBtnBean.setFireActionForSubmit("<someEventName>",null,null,true);
ProcessFormRequest:
if("<someEventName>".equals(pageContext.getParameter("event")))
///Logic to invoke all the seven steps.
}

Similar Messages

  • Hiding XML elements in the structure view – scripting influence to the structure view?

    Hi
    Is there a way to hide specific XML elements (really the elements and not the attributes) in the structure view?
    I am asking this question to know if it is possible to influence the structure view by scripting.
    Many elements are indeed used as a kind of help for constructions which have nothing to do with the actual contents especially in the case of tables.
    You inflate the the structure view unnecessarily and the author will lose track of the real contents. It would be nice if there was a possibility to hide those help construction elements.
    Thank you for any hints.
    Regards
    Apollo102

    Hello Apollo,
    There is a way to hide elements from the Structure View (one such method is offered by the free AXCM plug-in). What happens when you use AXCM (or other methods to hide elements) is that the elements get wrapped into hidden content. This might make the structure view less complex for your authors, but has a number of disadvantages and dangers.
    1. The structure is normally invalidated, as the helper elements are usually required.
    2. Accidentally deleting hidden content may make the invalidation permanent and render your documents useless.
    It is NOT good practice to hide elements from authors in the structure view. Instead, you should either teach authors about the structure, or let them work in the Author View while adding sufficiently clear formatting to show them the underlying structure. In some cases, it might be better to create an authoring structure which is automatically transformed into the required full structure using an XSLT or other processing step. I have created a couple of such environments and they work fine. It just depends on the difference between the structure required for further processing and the structure that would be optimal for your authors (which in turn depends on the level at which your authors are experienced in working with structured content).
    I hope this helps you solve your problem without having to tweak the structure view.
    Kind regards
    Jang

  • How to select the node in structure view from selected xml page item

    Hi All,
    I have imported the xml file. Now drag and dropped the root node in the documentt.Now i select a item from it.When i select an item, i need the node in the structure view to get selected.
    In Indesign we have an menu option "Select in structure".
    How to go about it?
    Regards
    Sakthi

    Hi All,
    I have imported the xml file. Now drag and dropped the root node in the documentt.Now i select a item from it.When i select an item, i need the node in the structure view to get selected.
    In Indesign we have an menu option "Select in structure".
    How to go about it?
    Regards
    Sakthi

  • Apply XSLT  while importing the xml to the selected node in structure view

    Hi All,
    I would like to apply XSLT while importing the xml file to the selected node in the structure view.
    How to go about it?
    Thanks
    Sakthi

    Hi All,
       Got the solution,
                    UIDRef documentUIDRef = ::GetUIDRef(activeContext->GetContextDocument());
                InterfacePtr<IDocument> document(documentUIDRef, UseDefaultIID());
                InterfacePtr<IXMLImportOptionsPool> prefsPool( document->GetDocWorkSpace(), UseDefaultIID() );
                InterfacePtr<IK2ServiceRegistry> serviceRegistry(gSession, UseDefaultIID());
                InterfacePtr<IK2ServiceProvider> serviceProvider(serviceRegistry->QueryServiceProviderByClassID(kXMLImportMatchMakerSignal Service,     kXMLThrowAwayUnmatchedRightMatchMakerServiceBoss));
                InterfacePtr<IXMLImportPreferences> prefs(serviceProvider, IID_IXMLIMPORTPREFERENCES);
                XMLImportPreferencesInitializer initializer(prefs, prefsPool);
                bool16 prefBool = prefs->GetNthPrefAsBool(0);
                prefs->SetNthPref(0, kTrue);
    The above code set the import option "Delete elements, frames, and content that do not match imported XML"
    Thanks
    Sakthi

  • JDeveloper 10 - Go to Source in Structure View quit working

    Hi,
    I'm using JDeveloper 10.1.3.4.0.4270. After firing it up this morning , I find that "Got to Source" in the Structure View is not working. Double-clicking on any method (or right-clicking and selecting "Go to Source") has no effect. The cursor stays where it's at in the editor window instead of jumping to the selected method.
    Has anyone seen this before? Any suggested fixes (besides reinstalling)?
    Thanks,
    --Rob Roberts                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    The problem seems to be the same one discussed in this thread: StackOverflowError on JDev 10.1.3 startup
    The solution mentioned there fixed it for me.
    --Rob Roberts                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Urgenttt problem with structure view !!!!

    JDeveloper was fine with me
    but from yesterday the structure view cannot contain any folder of my application
    there is no structure view and when iam click on it from View menu
    it appear but emplty ,
    also i can't see my project , and when iam click open file button
    my project contain many use cases and sequence diagram
    and when iam go for the path for it :
    E:\Jdevstudio10131\jdev\mywork\HIS application\Project1\model\project1\SequenceDiagram1.oxd_seq
    appear xml files
    like this :
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <?Oracle-JDeveloper Diagram = '1.1.2'?>
    <?Oracle-JDeveloper Artifact = '1.1'?>
    <?Oracle-JDeveloper DBDiagram = '1.1'?>
    <?Oracle-JDeveloper JCMDiagram = '1.0'?>
    <diagram
    xmlns="http://xmlns.oracle.com/jdeveloper/modeler/diagram">
    <!--This is redundant information provided by the diagrammer for the structure pane-->
    <structure
    xmlns="">
    <shape
    name="10 calls 20 set information">
    <elemRef
    name=""
    value="740e23f9-
    please urgent it is graduate project , help me
    how can i appear my application with its sub folders and see the use cases and sequences with visual view not with those xml files !!

    Sounds like something in your JDeveloper installation got messed up.
    Backup your project.
    Install JDeveloper into a new directory - and try opening your project in the new installation.

  • Structure view "Profit center hierarchy" for Information system

    Hi Experts
    The structure view "Profit center hierarchy" is not available in standard system. I have created a new key with assignement of PS Hierarchy type '2'.
    But iam getting below message when I use this new structure view:
    Alternative hierarchy could not be determined
    Message no. OK032
    Diagnosis
    You attempted to structure your project elements according to an alternative hierarchy (profit center, cost center or summarization hierarchy). The alternative hierarchy could not be read.
    System Response
    The system uses the "Work breakdown structure" view.
    Any suggestion?
    warm regards
    ramSiva

    Ok lets start from basics
    go to CN41 and enter a project with std PS info profile 000000000000001
    if you click o the DB profile you will have basic setting 000000000000001 etc
    this gives us the project structure
    Now in transaction OPUR create a view for PC hierarchy
    Z00000000001 - whatever description
    select PS hier type 2 - Profit Ctr via set
    I think you have done this
    In this configuration there is a group name - you need to enter the profit centre hierarchy group name from your system
    this group must exist in your system check using transaction KCH3 to display group - if this is not entered correctly you will get the exact error you have got - I have been able to replicate in my system
    Now run CN41 change DB profile project view from 00000000001 to Z0000000001

  • Degree Audit Callup Point and Structure View of RC's (PIQRULEWB_AC)

    Hello,
    I have linked a rule container to an academic object (type SC, in this case), via callup point 60 (degree audit). When I am in the structure view looking at this, I notice that the popup text over the callup points icon says "Non-Academic Callup Pnt". I have read a VSR cookbook, and was under the impression that RC's linked to academic objects would have academic callup points. Am I looking at a bug (SAP GUI client 710; server 4.72), or do I have a misunderstanding about the degree audit callup point?
    Thanks,
      Eric

    Hi Eric,
    actually the use of Rule Containers and Callup-Points in Degree Audit is a bit different than how it is used for the academic processes. While you define particular rules like prerequisites using the VSR rule elements for callup points within activities like module booking or admission, in Degree Audit the rules in the rule containers are "collected" to build the audit profile for the student. Also the concept of academic and non-academic callup points does not really apply to the use callup points for audits.
    I would not necessarily consider it as a bug that the display shows the callup-point as "non-academic" - however it could be a bit confusing and I suggest that you sent a low priority OSS message such that our development can review whether they could make that a bit clearer to the end-user.
    Regards
    Joachim

  • FM9: Limited Size of Structure View Panel?

    Hi,
    I'm using FM 9 on a workstation with two 22" monitors that are rotated 90 deg (portrait orientation). When I try to resize the structure view panel to fill the right monitor (as I could with FM7.2 and FM8) I can drag it to only about 40% of the screen.
    Furthermore, there seems to be no way to fully expand this as with FM7.2 and FM8.
    Is there any way to further resize the structure panel?
    Thanks,
    Matt
    EDIT: I'm using FMV9 V255

    I have done a significant amount of research and found surprisingly little information on the interwebs about this particular issue. I have learned to work around it (as described below), but if this is all that's keeping you from moving to FM9, I would HIGHLY recommend opening a support case with Adobe. (Unless RJ reads these boards and can do some "evangelizing" back to the devs on our behalf...?) 
    While I do hate the gnarly refresh problems that I have experienced within the structure view since first transferring all of our docs from unstructured to structured back when FM7 was first released, I have found that FM9 has brought much more flexibility for creating a viable and workable option. I have found that (for me) one portrait and one landscape monitor gives me the most flexibility. My left monitor is landscape, and my FrameMaker window is maximized on that desktop only. It holds my structure view (docked to the right) as well as my element list (docked directly to the left of that) and then my other pods (including my book pod) docked in two columns to the left of that. I then "undock" the document window and move it over to the right monitor (which is portrait) and maximize it.
    (Quick Windows keyboard shortcut tip: if you're on Windows 7 or Vista, try holding the START button on your keyboard and using the arrow keys to maximize/de-maximize windows as well as move them left and right...even between monitors.)
    Good luck finding a solution...but I hate the thought that this is the only thing keeping you from using FM9...I really do find it to be much more functional and stable than FM8, especially in a structured environment.
    Mykimus

  • Get the data from the structure OR View

    Hi All,
    how wud i take data from the structure OR View? when i m writing the select query then its saying that its not defind in data dictionary.
    I hav the requirement to develop a report for PM module..
    in that i hav all structure like AFVGD,CAUFVD,PMCOEA...
    Plz tel me how to write a select quary for this...

    Hi,
    You cannot select data from a structure.
    A structure / work area contains data only at the run-time.
    You can select data from views and tables.
    The data you need to select will be in Database tables. All you need to do
    is to find those table and select from there.
    Let me know if you need further help.
    Regards,
    Rajat

  • How to rearrange the structure of a table by using a view?

    At wits end: I need to reorganize the structure of a table into a new structure - either as a view or actually moving the data from the old structure to the new structure (using a view).
    The old structure is:
    TESTNAME, SCHOOL_ID, PTILE1, PTILE2, PTILE3 ... PTILE99
    Test1,0001,18,19,20...
    Test1,0002,23,24,28...
    Test1,0003,20,21,26...
    Test2,0001,48,52,55...
    Test2,0002,50,54,54...
    Test2,0003,60,62,64
    The new structure is:
    SCHOOL_ID,PTILE,TESTNAME1,TESTNAME2...
    1,0001,Score1,Score2...
    1,0002,Score1,Score2...
    1,0003,Score1,Score2...
    2,0001,Score1,Score2...
    2,0002,Score1,Score2...
    2,0003,Score1,Score2...
    99,0001,Score1,Score2...
    99,0002,Score1,Score2...
    99,0003,Score1,Score2...
    What this data shows are the percentiles for test scores for different tests for each school who took the tests.
    It seems like creating a view to arrange the data through a bunch of selects and unions would work, but I can't figure out how.

    Tricky.
    When confronted with a problem like this I try to write out an algorthm in pseudocode to work out what I want to do. If you have more than 2 or 3 tables to merge I'd consider going with a new structure; otherwise the view approach might be a good idea. Remember that if you go with a new structure you can insert once and update the other values later, something like
    foreach school insert row
    update testname1
    update testname2
    Good luck.

  • In the Structure VBDKR..Document Header View for Billing...

    Dear Friends,
    In the Structure VBDKR..Document Header View for Billing, there is a component
    IHREZ which is Customer /Vendor Internal refrence number.
    Can anyone tell where do I locate this in Billing or anywhere.
    Kind Regards
    Ravi.

    Hi,
    This field is called "Your Reference".
    Goto VF03.
    Enter your Billing document number.Enter.
    Goto Item details.Goto PO data.
    In the ordering party tab,you can find it.
    This value will be maintained in Sales order.
    Goto VA02.Enter your order number.Enter.
    Goto Item details.Order data tab.The same field you can find there also.
    Regards,
    Krishna.

  • "Freeze/Unfreeze" and "New View" buttons of the Structure window are gone

    Hello everyone!
    I'm using jDev 11.1.2.1.0 and for quite some time now I realized the "Freeze/Unfreeze" and "New View" buttons of the Structure window are gone.
    Have they moved or hide somewhere else, or they are gone for good?
    Thanks a lot
    ~apostolos

    Looks like this has been intentionally done
    Eliminate Freeze & New View (also in PI). These options were confusing users and for those who understood them found them not very usefulCourtesy - http://www.oracle.com/technetwork/developer-tools/jdev/jdev-11gr2-nf-404365.html.
    I'm not really sure though what you need to do if you actually need those features

  • Error while adding a attribute to the the Custom view through a wizard

    Hi ,
    I have created a new custom view with value node through wizard  succesfully.
    Now I want to add a new attribute to that node.I am trying to do that by a wizard.
    But i am getting the follwing error " Error during analysis of Source Code" although i have
    commented or removed my all custom code from that view.
    I tried adding the new aattributes in the metthods "IF_BSP_MODEL~INIT " and
    "GET_TABLE_LINE_SAMPLE " manually but that also does not worked.
    Plz help me with this asap.
    Regards,
    Sharad

    Hi Sharad,
                          I hope all your classes are active. In case you want to add a new attribute there are two steps.
    1.Right click on context node and create attribute, it opens a wizard and continue. This will add the field in the context node and generate the getter-setter methods.
    2. In the above two method whcih you mentioned add the new field in the structure of value node. And then create your own getter-setter methods. and activate it. After this you will be able to see the attribute added in the context node.
    By using any of the two approaches you will be able to see teh new field in the configuration.
    Hope this helps.
    Regards,
    Ruby.

  • How to delete the structure created from EEWB ?

    Hi SAP Guru’s
    I have an issue at hand. I have added three components in the structure <b>BUS000___I</b> and the components are <b>ZZ1, ZZ2, ZZ3</b>, I was following the <b>EEWB</b> wizard and from there these three components were made, now I cannot delete these components directly from SE11. Because after adding these components the system is not allowing me to do so and is asking for the access code.
    I am getting a syntax error in all the tx where<b> Business Partner</b> is used. No old versions for this structure was found in the system. The only structure that has come into this <b>BP</b> structure is <b>ZBSTC0000000000</b> followed by three data elements of this structure.
    I know the Project and the enhancement  that was created and I have tried deleting the enhancement from <b>EEWB</b> but when i try deleting it, it always fall into an intermediate stage where it leaves some entries and due to these left over entries these errors are coming.
    Another imp thing is that the structure that i have reported is a newly created one I cannot find this anywhere else. Looks like this structure was created after executing the EEWB transaction only.
    Now when I try activating the enhancement again the <b>magic wand button</b> used to activate an enhancement and the <b>generate button</b> is also inactive in EEWB and now it is not getting activated, even after rt click enhancement then clicking change or by clicking on the edit-change button on the top tool bar.  Do you think if I create another enhancement this button might get activated?
    Please let me know how do I delete these components.
    Kindly reply at the earliest.
    Regards,
    Amit

    Hi Rahul,
    thnx for coming again.......
    this is the error log that is coming up
    Short Descrip            Prog ID      Obj typ        Object name
    Function Module     LIMU       FUNC     ZZG00_BUPA_EVENT_DLVE1
    Function Module     LIMU       FUNC     ZZG00_BUPA_EVENT_DSAVB
    Function Module     LIMU       FUNC     ZZG00_BUPA_EVENT_ISDST
    Function Module     LIMU       FUNC     ZZG00_BUPA_EVENT_ISSTA
    Function Module     LIMU       FUNC     ZZG00_BUPA_EVENT_XCHNG
    Function Module     LIMU       FUNC     ZZG00_BUPA_PAI_ZG000100
    Function Module     LIMU       FUNC     ZZG00_BUPA_PAI_ZG000101
    Function Module     LIMU       FUNC     ZZG00_BUPA_PAI_ZG000102
    Function Module     LIMU       FUNC     ZZG00_BUPA_PBO_ZG000100
    Function Module     LIMU       FUNC     ZZG00_BUPA_PBO_ZG000101
    Function Module     LIMU       FUNC     ZZG00_BUPA_PBO_ZG000102
    Function Module     LIMU       FUNC     ZZTB0000000000T_SELECT_SINGLE
    Function Module     LIMU       FUNC     ZZTB0000000000_SELECT_SINGLE
    Function Module     LIMU       FUNC     ZZTB0000000001T_SELECT_SINGLE
    Function Module     LIMU       FUNC     ZZTB0000000001_SELECT_SINGLE
    Function Module     LIMU       FUNC     ZZTB0000000002T_SELECT_SINGLE
    Function Module     LIMU       FUNC     ZZTB0000000002_SELECT_SINGLE
    Report Source Code     LIMU       REPS                 LZZG00BUPAF01
    Report Source Code     LIMU       REPS                 LZZG00BUPAG24
    Report Source Code     LIMU       REPS                 LZZG00BUPAG27
    Report Source Code     LIMU       REPS                 LZZG00BUPAG30
    Report Source Code     LIMU       REPS                 LZZG00BUPAI00
    Report Source Code     LIMU       REPS                 LZZG00BUPAI01
    Report Source Code     LIMU       REPS                 LZZG00BUPAO01
    Report Source Code     LIMU       REPS                 LZZG00BUPATOP
    Report Source Code     LIMU       REPS                 SAPLZZG00BUPA
    Function Group     R3TR       FUGR     ZZG00BUPA
    Function Group     R3TR       FUGR     ZZG00BUPA_VIEW01
    Function Group     R3TR       FUGR     ZZG00BUPA_VIEW02
    Function Group     R3TR       FUGR     ZZG00BUPA_VIEW03
    DataSource (Active Version)       R3TR                 OSOA     0BPARTNER_ATTR
    DataSource (Active Version)        R3TR     OSOA     Z_ZBU_00000000_TEXT
    DataSource (Active Version)        R3TR     OSOA     Z_ZBU_00000001_TEXT
    DataSource (Active Version)        R3TR     OSOA     Z_ZBU_00000002_TEXT
    Table                            R3TR       TABL     CI_EEW_BUT000_X
    Table                            R3TR       TABL     ZTB0000000000T
    Table                            R3TR       TABL     ZTB0000000001T
    Table                            R3TR       TABL     ZTB0000000002T
    Table Contents     R3TR       TABU     TBZ0A
    Table Contents     R3TR       TABU     TBZ0B
    Table Contents     R3TR       TABU     TBZ0C
    Table Contents     R3TR       TABU     TBZ1C
    Table Contents     R3TR       TABU     TBZ1F
    Table Contents     R3TR       TABU     TBZ3A
    Table Contents     R3TR       TABU     TBZ3B
    Table Contents     R3TR       TABU     TBZ3C
    Table Contents     R3TR       TABU     TBZ3D
    Table Contents     R3TR       TABU     TBZ3E
    Table Contents     R3TR       TABU     TBZ3F
    Table Contents     R3TR       TABU     TBZ3I
    Table Contents     R3TR       TABU     TBZ3K
    Table Contents     R3TR       TABU     TBZ3R
    Table Contents     R3TR       TABU     TBZ3S
    Table Contents     R3TR       TABU     TBZ3W
    Table Contents     R3TR       TABU     TBZ3X
    Table Contents     R3TR       TABU     TDDAT
    Table Contents     R3TR       TABU     TVDIR
    View Maintenance: Data        R3TR     VDAT     V_TBZ3H
    View                      R3TR       VIEW     ZTB0000000000V
    View                      R3TR       VIEW     ZTB0000000001V
    View                      R3TR       VIEW     ZTB0000000002V
    and there is a delete icon by the side of every line but when i try deleting any entry it says object name does not exist.
    Please help.
    Regards,
    Amit

Maybe you are looking for