How to use item menu 1293

how to use the item menu 1293 on the matriz row??

Have you checked this: Re: How to detect a line delete (order) ?
Thanks,
Gordon

Similar Messages

  • How to use "Context Menu" web item in WAD 7.0 ?

    Hi Experts,
    Kindly tell me How to use "Context Menu" Web item in SAP WAD 7.0 ?
    How to attach this Web item to my Graph/Chart ?
    Plz provide some documents on this.
    Full points will be given.
    Thanks.
    -Jay Jay
    Edited by: jayaprakash j on Oct 10, 2008 1:47 PM

    Hi Jay
    Web items and HTML elements (for example, tables, texts, and images) that you insert into a Web template, as well as the Web template itself, have a context menu. This context menu has context-sensitive menu entries that you can use to call various Web Application Designer functions. You can, for example, use the context menu to save a Web item (for which you have specified properties by using the parameters) as a reusable Web item, call the properties dialog box for this Web item, copy the Web item and paste it into another Web template, or delete the Web item from the Web template.
    for more info go to following link:
    http://help.sap.com/saphelp_nw70/helpdata/EN/2f/776b3d32390968e10000000a114084/frameset.htm
    Regards
    Vivek

  • How to use 'Find' menu in Screens

    Hi all,
    I wanted to know how to use 'Find' menu in screens.
    Actually I have created a screen through SE51 and used the pushbutton to assign the function 'Find' ( one with binoculars ). The screen uses a table control to bring all the data from the DB table in the PBO module. When the user uses FIND button the system should prompt a search pop up screen onto which he will enter the search parameter and when he enter that the corresponding line item should be displayed on the tablecontrol. I wanted to know what logic should be incorporated in the program if that pushbutton is used. Please reply immediately. Its urgent.
    Regards,
    Bhavani.
    Edited by: BHAVANI MADIREDDY on Apr 1, 2008 12:31 PM

    Hello,
    In the PAI under a module (user_command for example) when the user click the button you should use the command READ TABLE (if you look at the help, there's some options to do the READ dynamically - [http://help.sap.com/saphelp_nw04/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm]) to get the line index and with it you set the TOP_LINE of the table control ( tc_table-top_line = sy-index for example).
    Doing this the selected line will be the first in the table control on the next step (PAI/PBO).
    Regards,

  • How to use Role Menu item in BI 7.0

    Hi experts,
    From web applications desiger in version 3.5 we can use Role Menu item to access our querys easily.
    In version 7.0 this item has been deleted from standard items. How can we manage it ? Thanks a lot
    Best regards,
    Santi

    You can use EP role to have the same functionality.
    Another option is to use the 3.X role menu web item after applying note 1075789, in this case role meny web item will display 7.0 objects also.
    Thanks.

  • How to use a menu model with a dynamic region and a task flow parameter

    I am using JDeveloper/ADF 11.1.2.1
    I have a menu model that changes which task flow is displayed in a given dynamic region using a backing bean. That works fine. I would like to be able to pass parameters to that task flow based on which menu item is clicked. For example: i have a task flow which shows a page where input fields are used to filter a table. Depending on the value of the task flow parameter I want to change which input fields are displayed. So i will have multiple menu items which refer to the same task flow but have a different set of parameters. I have tried using request scope variables and setting them in the backing bean for the dynamic region which works until the query is submitted at which point the request scope has changed and the value is no longer available. I have tried a number of other 'creative' approaches but have not gotten anything to work. Anyone done this before? Or have an idea on how to solve it?

    Frank,
    I did a fair bit of digging based on your suggestions and some things I found in your Oracle Fusion Developer's Guide book and I came up with something that works really well. It is fairly elegant but requires code. It would be nice if something like a setPropertyListener could be rolled into the menu model. That would make my solution completely declarative.
    Here is my solution:
    My task flow requires a the value #{pageFlowScope.type} to be set. My application has a dynamic region that is changed on the fly using a menu model. The region uses a backing bean (mainRegionManagerBean) which is in the viewScope to manage what taskflow is shown in the region. There are multiple menu items in the menu model that point to the same task flow but pass different values to the #{pageFlowScope.type} parameter. So i wired the menu items up to different methods in the mainRegionManagerBean which set the value for me. See the relevant code below.
    I would be very interested in the feedback from someone with more experience than I on my solution. Maybe there is a more elegant way...
    In the backing bean there is a primary method that was created by generating a dynamic region link which sets the task flow id and then other methods which call it and set the relevant parameters. (JSFUtils is a helper class i wrote to centralize some common tasks):
    public String shipmentTraceMasterTaskflow()
    taskFlowId = "/WEB-INF/taskflow/master/shipmentTraceMasterTaskflow.xml#shipmentTraceMasterTaskflow";
    JSFUtils.setValue("pageFlowScope.type", "");
    return null;
    public String shipmentTraceProNumber()
    shipmentTraceMasterTaskflow();
    JSFUtils.setValue("pageFlowScope.type", "pronumber");
    return null;
    public String shipmentTraceBOLNumber()
    shipmentTraceMasterTaskflow();
    JSFUtils.setValue("pageFlowScope.type", "bolnumber");
    return null;
    In the menu model (notice that these reference the different methods from above):
    <itemNode id="itemNode_ProNumberTrace" label="ProNumber Trace" action="#{viewScope.mainRegionManagerBean.shipmentTraceProNumber}" focusViewId=""/>
    <itemNode id="itemNode_BOLNumberTrace" label="BOL Number Trace" action="#{viewScope.mainRegionManagerBean.shipmentTraceBOLNumber}" focusViewId=""/>
    On the page:
    <af:region value="#{bindings.dynamicRegion1.regionModel}" id="r1"/>
    In the pagedef:
    <taskFlow id="dynamicRegion1" taskFlowId="${viewScope.mainRegionManagerBean.dynamicTaskFlowId}" activation="deferred" xmlns="http://xmlns.oracle.com/adf/controller/binding" Refresh="ifNeeded">
    <parameters>
    <parameter id="type" value="#{pageFlowScope.type}"/>
    </parameters>
    </taskFlow>
    Edited by: Adam Stortz on Nov 22, 2011 11:10 AM

  • How to use item category group for pricing?

    Hi,
    how can I use the item category group to carry out pricing?
    I want to determine a condition type for item category group DIEN only and no other.
    Thanks for help!
    Florian

    Hi Florian Preuss,
          You should follow the next steps:
    1. Check if the item category group field exist in the pricing catalog to choose it as a field in a table condition, if it doesn't exist (I don't believe that), you should contact to a technical person (ABAP) to add it to the structure KOMPAZ.
    2. Create a condition table with this field (item category group) and others that you need to determine the condition.
    3. Create an access sequence with this condition table.
    4. Create a condition type and assign it the access sequence.
    5. Add the condition to pricing procedure.
    6.. Enjoy it.
    Thanks in advance,
    Mariano.

  • How to use Item Level security

    I am working on portal 9.0.2.6.18.
    I have a folder with 1000 items. I want to grant groupA
    access to 997 items and
    (Group B,GroupA) access to 3 items.
    How do i do this.
    Here is what i tried:
    1.enabled item level security on folder
    2.granted folder level access to groupA and groupB
    3.Changed access of 997 items to grant access to GroupA
    4.Did nothing to the 3 items which i wanted to give access to GroupA,GroupB
    Is there a better way of achieving this?
    I am not really comfortable granting folder level access to groupB, because if i miss overwriting privileges of an item (in step 3), then groupB will have access to that item. I would love to change just 3 items because they are the exception.
    How is this feature supposed to be used?
    Thanks
    Harish

    Martin,
    Thanks for the reply. I just cited 1000 items folder as an example. We have various complex combination of security requirements for folders and items. So creating sub-folders for each combination will not work for me.
    Everytime the security requirements change we have to move the items around, which can confuse users. And sometimes we have to create sub-folders to workaround the item-level security problems even when there is no logical business classification to a set of items.
    Harish

  • How to use Item Type - User Area ?

    Hi.
    How can I use User Area programmatically.
    How can I create my own User Area with C ?
    Thx.

    press F1 while you stand on the property :
    then you get many pages of help ...
    Items are the interface objects that display information to operators and allow them to interact with your application. Each item in a form (text item, image item, radio group, and so on), belongs to a block. Oracle Forms supports several types of interface items that can be used to build an application's interface. bean area An identification of a JavaBean that supplies a control for this item. chart item A bordered rectangle of any size that can display a chart or other display generated by Graphics. Operators cannot navigate to or manipulate chart items.
    ....

  • How to use Item Type User Area in Oracle Forms 6i

    Hi, People.
    Please, give the link - How can I use User Area programmatically. Thx.
    Message was edited by:
    user625002

    http://www.oracle.com/technology/documentation/6i_forms.html

  • How to use Item value in chart query

    Hi Folks,
    I am looking to use calander item value in sql query used to populate flash chart. I tried with following query where P2_DATE1 is the calander item name. This says no data found. I am not sure if I am missing some thing with BUTTON settings which I am using to put data into chart.
    Select null "link",to_date(entry_date,'dd-mon-yy hh:mi:ss') "Time in GMT", to_number(load_avg_5,'99.99') "Load Avg 5 Min" from oracle_ocm.top_load_avg --where trunc(entry_date)=:P2_DATE1
    I am new to APEX
    Please help

    Here are few things for you to try:
    Hardcode the value and see if it works. "where trunc(entry_date) = to_date('01-May-2010', 'dd-Mon-yyyy')". If it works, then click Session link at the bottom of the page, and check the value of the item P2_DATE1. If null, then you have a problem. If not null, please ensure that you use TO_DATE function as shown above with proper format mask.
    Good luck.
    Ravi A

  • How to Use Item - Price (ITM1) ?

    Hi All,
    I have issued, Please help me.
      I want to create Item like this:
       Item (OITM):
       Item no: 1001
       Item Detail (ITM1):
       Item no     : 1001
       Item Type  : S
       Price        :  $200
       Item no     : 1001
       Item Type  : T
       Price        :  $220
       Item no     : 1001
       Item Type  : R
       Price        :  $400
    Can I create like that ?

    There is another aspect you should use different item codes for the different types. To follow the inventory, you should differentiate.
    The problem of the more then 20 characters itemcode can be solved with using an other field containing this code and printing then to the documents. It may be e.g. u2018Desc. in Foreign Lang.u2019, or a user defined field.
    Then you can write the original item code in the item code field when it is not more then 20 characters (and you can use an FMS to copy it to the longer field), and a shorter version for those having more then 20 characters. For these longer items you can write the full item code into this field.

  • How to use item displayed as password

    I'm trying to use a item displayed as password but when i'm trying to insert the password value in the database with the an insert it gives a error that the fiel is empty
    Error adding record. / ORA-01400: cannot insert NULL into ("APEX_SCHEMA"."TB_HOSTS"."PASS")and i'm getting the password item as i do with user and telefone.
    Anyone can help with this?
    Tanks

    Are you sure you don't have some process to clear the session state before the DML operation.
    I just did to check:
    create table hosts (id NUMBER, usern varchar2(200), passw varchar2(200));
    create new page -> Form -> specify the table to create form on
    change password item from text to password
    test -> no problem.
    Ta,
    Trent

  • How to Use Item - Price (ITM1) with SDK ?

    Hi All,
    I have issued, Please help me.
    I want to create Item like this:
    Item (OITM):
    Item no: 1001
    Item Detail (ITM1):
    Item no : 1001
    Item Type : S
    Price : $200
    Item no : 1001
    Item Type : T
    Price : $220
    Item no : 1001
    Item Type : R
    Price : $400
    Can I create like that ?

    Hi,
    If by item type, you mean price list, than following is the way
            Dim oItem As SAPbobsCOM.Items
            Dim Flag As Integer
            oItem = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oItems)
            oItem.ItemCode = "1001"
            oItem.Add()
            For Flag = 0 To oItem.PriceList.Count - 1
                If oItem.PriceList.PriceListName = "S" Then
                    oItem.PriceList.Price = 100
                ElseIf oItem.PriceList.PriceListName = "R" Then
                    oItem.PriceList.Price = 200
                ElseIf oItem.PriceList.PriceListName = "T" Then
                    oItem.PriceList.Price = 300
                End If
            Next
            oItem.Update()

  • How to use Combobox to direct link

    Hi all, how can i use combobox to direct link in adf. For example: I have a list of value with combobox, when i selected "Page A" ---> go to Page A, selected "Page B" ----> go to Page B
    Thanks

    Hi,
    How about using a menu model instead of a combo box? Check out this example : Oracle JDeveloper 11g Release 2 Tutorials - Creating ADF Menus for Page Navigation
    -Arun

  • How to hide/disable menu items using Javascript in Acrobat 9 pro or later

    We just wanted to know on how to hide/disable menu items for e.g. 'Open' menu item under 'File' menu in Acrobat 9 or later on Mac using Javascript. It would be useful if you could provide if any other option is in place already.

    Not sure it will work, but you can try using the app.hideMenuItem() method. See reference here.

Maybe you are looking for

  • Adobe Acrobat 9 pro Extended in SPANISH

    hello i just download from the site the 30 days TRIAL of Adobe Acrobat 9pro Extended in SPANISH. I get the 2 files called: 1-) APEX9_Win_WEB_WWEFG.7z and 2-) APEX9_Win_WEB_WWEFG.exe. When i run the .exe file the program only let me to install it in E

  • Question about using built-in Web Authentication.

    Is it possible to use LDAP servers as an Authentication Server for webauth? I'm running code 4.2. We can use RADIUS which I know works fine, but I'm unclear on how to get it to work with just LDAP (if it's even possible). We'd like to use LDAP so tha

  • My compound paths have quit working in photoshop CS6

    I know I've clicked some icon somewhere to cause this to happen, but I can't seem to figure it out...please help!

  • Update Result Set

    Hi, I want to update a row from a table through it's result set, using the following code: stmt=con.createStatement(ResultSet.TYPE_FORWARD_ONLY,ResultSet.CONCUR_UPDATABLE); rs=stmt.executeQuery(" select * from region_info"); rs.next(); rs.updateStrin

  • Use this link to report your itunes downloading problems to Apple

    http://www.apple.com/feedback/itunesapp.html