Forall indices and values

hi,,
when forall indices and values of is used,please any one tell me?

Go Through The Link..
http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14261/forall_statement.htm
Regards
Umesh

Similar Messages

  • Rookie Question: Swap values? Declare an array and values of its indices?

    Hello,
    I hope this is the right forum: I have a simple Java Problem but i do not get it.
    Is like that: I have to swap values within an array e.g i have one array with 3 indices. Indice 0 (the first indice) has value 12. The middle indice has no value, and the second indice has value 9. How to swap 9 to 12 and 12 to 9 without direct swap, in other words, by using the middle indice that has no value or is zero? And how do i write it in an array?
    My other questions: How do i Declare an array and values of its indices?
    I hope this is the right forum or site at all, in cas enot, i hope you still can help or give me links that could help. I really need this.

    Hi Rookie,
         http://forum.sun.com is the best place to get answers for your queries.
         Answer to you first question:
         array[0]=array[0]+array[2]; // array[0] will have 21, because 9+12.
         array[2]=array[0]-array[2]; // array[2] will have 9, because 21-12.
         array[0]=array0]-array[2];  // array[0] will have 12, because 21-9.   
         Hope your first query is resolved.
         I will answer your next query in my next reply.
    Thanks & Regards,
    Charan.  

  • I WOULD LIKE TO DEVELOP A VI WITH DIAL AND BARGRAPH WHERE INDICATOR IS CONSTANT AND VALUES WILL BE MOVING

    I WOULD LIKE TO DEVELOP A VI USING ROTARY DIAL OR BARGRAPH WHERE THE POINTER IS STATIONARY AND VALUES WILL BE SCROLLING FROM 0-360DEGREES IN CIRCULAR SHIFT? PLEASE ADVICE

    Please don't type in all CAPS.  There is no need to yell.
    Please don't make your subject the same as your message body.  The subject should just provide a quick highlight of what you want.
    You can use property nodes of the scale of the dial indicator to set the position of the scale values about the entire rotation.
    Also search the forums for "compass" or "compass rose".  Some people doing some aircraft simulation need to do the same thing with their compass display.

  • Check table and value table -Example

    Hi Experts
                  Please give me the step by step procedure to create the check table and value table, and how to work on it.
    Thanks in advance.
    Regards
    Rajaram

    Hi
    Check Table is for Field level Validation whereas Value table is for Domain Level Validations.
    Value Table proposes table for check table.
    I think you are clear with this.
    more elaborate.
    Check Table
    The Check Table is the table used by system to check if a data exist or not exist.
    While creating a table if you want to be sure that a field can have some values
    and these are in a certain table, you can give IT this table as CHECK TABLE.
    Value Table
    This is maintained at Domain Level.
    When ever you create a domain , you can entered allowed values. For example you go to Domain SHKZG - Debit/credit indicator.
    Here only allowed values is H or S.
    When ever you use this Domain, the system will forces you to enter only these values.
    This is a sort of master check . .
    To be maintained as a customization object.
    This mean that if you want to enter values to this table you have to create a development request & transport the same.
    Differences:
    1)check table will carry out the check for input values for the table field being entered in any application
    and value table will provide values on F4 help for that table field.
    2)The check table defines the foreign keys and is part of the table definition.
    The value table is part of the domain definition.
    check table is validation at field level.
    value table is at domain level.
    Value table is defined at the domain level and is used to provide F4 help for all the fields which refer to that domain.
    Check table is defined against a field in SE11 if you want the values in that field to be checked against a list of valid values. For e.g. if you are using the field matnr in a table you could define MARA as the check table.
    Also while defining a check table SAP proposes the value table as check table by default. Referring to the previous example if you tried to define a check table for the matnr field SAP would propose MARA as the check table.
    1. what is the purpose / use ?
    -- so that the user can select values
    from some master table , for that field !!!!
    2. This is done by
    CHECK TABLE (foreign key concept)
    (and not value table)
    3. When we create a check table for a field,
    then
    some DEFAULT table is PROPOSED
    4. that DEFAULT table is nothing
    but PICKED up from the domain of that field,
    and shown from the value of VALUE TABLE.
    CHECK TABLE -it is a parent table.
    for example..
    i have two tables ZTAB1 and ZTAB2.
    I have one common field in both the tables,i can make any ztable to be the check table .If i make Ztab1 to be the check table then when i have to make an entry in ztab2 i will check whether ztab1 is having that value or not..
    its also field level checking..
    Valuetable-It is nothing but default check table.
    one parent can have n number of child tables.For example
    For ztable we have zchild1 and zchild2 tables r there.
    Its domain level checking..When zchild2 uses the same domain as used by zchild1 then the system automatically generates a popup saying a check table already exists would u want to maintain it.
    go to domain and then press the value tab u can see the valuetable at the end...
    Please refer the links below,
    d/r b/n check and value table?
    wjhat is the exct difference between check table and value table
    what is the check table and value table
    check table and value table
    Re: wjhat is the exct difference between check table and value table
    http://www.sap-img.com/abap/difference-between-a-check-table-and-a-value-table.htm

  • TopLink to EclipseLink migration - Missing class for indicator field value

    I am migrating Toplink 11g to EclipseLink 12.1.3.  I have EclipseLink.jar to the classpath. I have few mapping xml files. When executing the application, i am getting following error.
    Exception [EclipseLink-9005] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.SessionLoaderException
    Exception Description: An exception was thrown while loading the project-xml file [META-INF/Business.xml].
    Internal Exception: Exception [EclipseLink-43] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DescriptorException
    Exception Description: Missing class for indicator field value [toplink:object-type-mapping] of type [class java.lang.String].
    Descriptor: XMLDescriptor(org.eclipse.persistence.mappings.DatabaseMapping --> [DatabaseTable(attribute-mapping)]).
    How to resolve this.

    Ooooops, sorry, guys!
    I was using TopLink 10.1.3.0 JARs to run a project created via TopLink 10.1.3.1 Workbench. That was the reason for the exception.
    I ran across the REAL problem, however. The one that was occurring when I created the TopLink project via JDeveloper 10.1.3.1 and ran it via JDeveloper 10.1.3.1. That's why I decided to try with TopLink 10.1.3.1 Workbench instead of JDeveloper 10.1.3.1.
    I will report the problem in a clean separate post.

  • Link between ABC Indicator and Priority

    Hi friends,
    My client requires the Link between ABC Indicator and Priority. i.e., While creation of notification, based on the ABC indicator assigned in the Equipment, Priority should be selected.
    Is it possible, if possible please help me out to resolve this issue.
    With Best Regards,
    Dev

    Hello,
    Yes you can acheive this by Development use the Below User Exit or Fubctional Module to get it done
    User Exit-->QQMA0014 QM/PM/SM: Checks before saving a notification
    BADI-->NOTIF_EVENT_SAVE Change When Saving Notification
    When Notification create against the Equipment which Having ABC Indicator it will stop Notification while Saving the Notification By checking The ABC Indicator on Equipment and Proposes Priority which You already defined in Configuration with Proposed New Dates for Notification Completion Dates.Notification save allowed once you fill Exact value of Priority.
    Regards,
    Rakesh

  • Printout of Changed PO Line items with Quantity and value

    Hi SAP Gurus,
    I want to have the printout of  only those PO Line items with the change in Quantity and Value....
    How can i achieve this...
    Any config./ Developement...
    Plz. suggest....
    Rgds,
    Navin

    Hi,
    In config Purchasing->Messages->Output Control->Message Determination Schemas->Define Message Schema for PO, under 'Assign Schema to Purchase Order', if the 3rd indicator from the right 'New message determination process for change messages' is NOT selected, only changes are printed in the changed PO's.
    Are you using standard print program and SAPScript?
    Also under config Messages->Message Type->Define Message Type for PO->Fine-Tuned Control: Purchase Order, make sure you have operation '2' for PO output type.
    Phyllis.
    Edited by: Phyllis Waugh on Oct 10, 2008 6:40 AM

  • Requirement class- consumtion indicator and requirement reduction indicator

    hi
    in DEMAND MANAGEMENT WE CAN SET REQUIREMENT CLASS
    can any one elobrate whats the difference between the consumption indicator and requirement reduction indicator.
    in help i dint get any explanation regarding the indicators which we need to se at requirement class
    in siemens material i got the diff on between but i couldnt understood
    can any experts elobrate the issue.
    the explantion is like that
    consmtion is not the only integartion between actual sales requirements and PIR. reduction of the PIR will also takes place asa result of the sales requirement.
    Reduction is the process of actual reducing the value of PIR and its stored in the system. where as  during  consumtion the actual value stored was not changed, only the quantity passed to planning was lowerd.
    can any body elobrate the above statement
    regards
    sasikanth

    HI
    Consumption indicator
    The PIR are consumed with respectve to sales order
    requirement reduction indicator
    make-to-stock production is reduced by customer requirements which are planned as sale from stock
    -ashok

  • Why is the does indicator cluster values reset to zero after execution?

    I'm using a cluster to contain a selection of indicator. Each indicator has a propery node, the value being sent to the node is the output from a color box constant. A terminal gets associated with the indicator cluster. When I run the program the values get routed to the indicator but quickly reset to zero. If I remove an indicator from the cluster and run the program the indicator stores the value. Why is the indicator values resetting when placed in a cluster?

    I've answered this question some hour ago but I see it's still unanswered, so something went wrong.
    I think you are bumping against a race condition i.e. you read a value of a control or indicator and change it inside the same loop, LV does not accept it.
    If your cluster is an indicator you can create its local variable, change it to read mode, unboundle, change the values of the indicators you want, boundle them back and in the next loop you can set the new value of the cluster (you should use a shift register).
    You can use an alternative method that lets you change the values you want of the indicators in your cluster in the same loop. It is based on the property nodes of the cluster, see sample vi attached.For a description of the property node used open the help
    window.
    Hope it helped.
    [email protected]
    Attachments:
    cluster_updates.vi ‏19 KB

  • Check and value tables

    Hi,
       Any one can tell me what is check table and value table?.can any one explain me in simple words.

    Hi,
    Difference between a check table and a value table
    Value Table
    This is maintained at Domain Level.
    When ever you create a domain , you can entered allowed values.   For example  you go to Domain   SHKZG - Debit/credit indicator.  Here only allowed values is H or S.
    When ever you use this Domain, the system will forces you to enter only these values.
    This is a sort of master check . To be maintained as a customization object. This mean that if you want to enter values to this table you have to create a development request & transport the same.
    Check table
    For example you have Employee master table & Employee Transaction table.
    When ever an employee Transacts we need to check whether that employee exists , so we can refer to the employee master table.
    This is nothing but a Parent & Child relationship .  Here data can be maintained at client level , no development involved.
    As per DBMS what we call foregin key table, is called as check table in SAP.

  • APD: query to CSV flat file  , sign indicator after value

    Hi Guys,
    I have created one APD process in BI 7, which will execute query and will send out put to CSV file in application server . When i am executing query through BEX i am getting sign indicator before value but in APD after excution sign indicator is coming after value . for example in BEX i am getting value -24 but in APD i am getting value 24-.
    I wrote ABAP code also but SAP programme is converting again sign indicator after value.
    Can any one throughw some light.
    Thanks in advance
    Andrew

    Hi Andrew,
    yes, APD does work with internal representations of ABAP only. It expects values in that format on the input (file data source), and creates the corresponding format on the output (file data target). The makes it possible to simply apply the MOVE logic of ABAP.
    This format is bad when using the file in other tools like excel. I do understand that you would like to specify the output format, but it is not yet possible, sorry.
    Cheers,
    Thomas

  • Missing class for indicator field value [changed-fields-locking-policy]

    -------<br>
    Edit:<br>
    Please, ignore the post below. I found the problem here. The real problem is reported in my other post.<br>
    -------<br>
    <br>
    Hello,<br>
    <br>
    In order to test the optimistic locking by fields, I created a very simple TopLink project via the TopLink Workbench. It only consists of one table that was mapped via TopLink's own "Add or Update Existing Tables from Database". I made no modifications to the automatically generated mappings.<br>
    <br>
    After I set up the rest of the project, I ran it and it ran okay.<br>
    <br>
    Then I went to the table descriptor, then to the "Locking" tab, and then I selected "Optimistic Locking" -> "By Fields" -> "Changed Fields".<br>
    <br>
    That was ALL I changed.<br>
    <br>
    And when I tried to run the project this time, I got the following exception:
    <blockquote>
    Exception [TOPLINK-43] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.DescriptorException
    Exception Description: Missing class for indicator field value [toplink:changed-fields-locking-policy] of type [class java.lang.String].<br>
    Descriptor: XMLDescriptor(oracle.toplink.descriptors.VersionLockingPolicy --> [DatabaseTable(locking-policy)])<br>
         at oracle.toplink.exceptions.DescriptorException.missingClassForIndicatorFieldValue(DescriptorException.java:878)<br>
         at oracle.toplink.internal.ox.QNameInheritancePolicy.classFromRow(QNameInheritancePolicy.java:109)<br>
         at oracle.toplink.mappings.foundation.AbstractCompositeObjectMapping.valueFromRow(AbstractCompositeObjectMapping.java:150)<br>
         at oracle.toplink.mappings.DatabaseMapping.readFromRowIntoObject(DatabaseMapping.java:1012)<br>
         at oracle.toplink.internal.descriptors.ObjectBuilder.buildAttributesIntoObject(ObjectBuilder.java:241)<br>
         at oracle.toplink.internal.ox.XMLObjectBuilder.buildObject(XMLObjectBuilder.java:128)<br>
         at oracle.toplink.ox.mappings.XMLCompositeCollectionMapping.buildCompositeObject(XMLCompositeCollectionMapping.java:157)<br>
         at oracle.toplink.mappings.foundation.AbstractCompositeCollectionMapping.valueFromRow(AbstractCompositeCollectionMapping.java:735)<br>
         at oracle.toplink.mappings.DatabaseMapping.readFromRowIntoObject(DatabaseMapping.java:1012)<br>
         at oracle.toplink.internal.descriptors.ObjectBuilder.buildAttributesIntoObject(ObjectBuilder.java:241)<br>
         at oracle.toplink.internal.ox.XMLObjectBuilder.buildObject(XMLObjectBuilder.java:128)<br>
         at oracle.toplink.internal.ox.record.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:284)<br>
         at oracle.toplink.internal.ox.record.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:265)<br>
         at oracle.toplink.internal.ox.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:152)<br>
         at oracle.toplink.ox.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:339)<br>
         at oracle.toplink.tools.workbench.XMLProjectReader.read(XMLProjectReader.java:162)<br>
         at oracle.toplink.tools.workbench.XMLProjectReader.read(XMLProjectReader.java:209)<br>
         at oracle.toplink.tools.sessionconfiguration.TopLinkSessionsFactory.loadProjectConfig(TopLinkSessionsFactory.java:307)<br>
         at oracle.toplink.tools.sessionconfiguration.TopLinkSessionsFactory.createSession(TopLinkSessionsFactory.java:241)<br>
         at oracle.toplink.tools.sessionconfiguration.TopLinkSessionsFactory.buildServerSessionConfig(TopLinkSessionsFactory.java:215)<br>
         at oracle.toplink.tools.sessionconfiguration.TopLinkSessionsFactory.buildSession(TopLinkSessionsFactory.java:168)<br>
         at oracle.toplink.tools.sessionconfiguration.TopLinkSessionsFactory.buildTopLinkSessions(TopLinkSessionsFactory.java:124)<br>
         at oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader.load(XMLSessionConfigLoader.java:103)
    </blockquote>
    Can anybody tell me what that means? And why do I see "VersionLockingPolicy" in the stack trace? I explicitly specified locking "By Fields".<br>
    <br>
    Here's a fragment from the project XML file:
    <blockquote>
    <toplink:locking xsi:type="toplink:changed-fields-locking-policy"/>
    </blockquote>
    Is this a TopLink bug or am I doing something wrong? (By the way, if I choose optimistic locking by "All fields", it works. But locking by "Changed fields" doesn't.)<br>
    <br>
    Best regards,<br>
    Bisser
    Message was edited by:
    bisser

    Ooooops, sorry, guys!
    I was using TopLink 10.1.3.0 JARs to run a project created via TopLink 10.1.3.1 Workbench. That was the reason for the exception.
    I ran across the REAL problem, however. The one that was occurring when I created the TopLink project via JDeveloper 10.1.3.1 and ran it via JDeveloper 10.1.3.1. That's why I decided to try with TopLink 10.1.3.1 Workbench instead of JDeveloper 10.1.3.1.
    I will report the problem in a clean separate post.

  • Significance and use of CVD indicator and MRP indicator in J1IEX

    Dear Frndz...
    Plz expln significance and use of CVD indicator and MRP indicator in J1IEX.
    Regards,
    Amit P Hiran
    njoy SAP..
    njoy Life...........

    hi
    >CVD TICk
    CVD indicator will be auto ticked when when u go for IMPORT PROCESS
    check folowing for import process
    import process customization
    >MRP TICk
    MRP tick is used for the first stage dealer scenario ,where at time of purchase u cant have excise values
    the bill will be including base price exciseothertax + delears commisiion
    E.g.:
    Material Price = 80/-
    Excise Duty = 14/- (BEDECessSECess)
    Margin = 6/-
    Total =100/-
    VAT @3% = 3/-
    Grand Total =103/-
    Step 1:
    Create PO with Base Price as 100/- by selecting tax code which is having VAT as 3% (Total PO value will be 103/-)
    Step 2:
    Post MIGO and Capture Excise Part - 1
    Click on More details icon in Excise tab (header), check MRP Indicator in miscellaneous tab, Enter Assessable value as 80 in Excise tab Item level and enter the excise values BED, ECess , SECess manually, check & save the document.
    Step 3;
    Post Excise Part 2 in J1IEX
    Step 4:
    Post MIRO by checking calculate tax, edit base value as 80/- enter the amount in header as proposed by the system (103/-), simulate & post the document.
    Note 1104456 - Use of MRP indicator for capturing excise duties from dealer

  • Arrays as both Indicator and Control

    Is there anyway I can use an array (either a constant array or an array control) as both an indicator and control. I need this to enter and replace numeric values in an array.

    > Pretty much yes, but I want to use the same array (control or
    > constant) as both an indicator and a control. This way I can replace
    > the array contents (which would be in a loop) and don't worry about my
    > initial array and my final array being two different arrays. Can I use
    > the local variable only for this?
    As the earlier post stated, try using the local variable to update a
    control from the diagram. You probably shouldn't place it inside the
    loop, but use a shift register. Thus, take the value from the terminal,
    into the left shift register. Inside the loop, take the left shift
    register value, modify, and write to the right shift register. Outside
    the loop again, wire from the right shift register to the local.
    If you do no
    t want to allow for user modification of the array control
    during this, you can disable and reenable the array using a property node.
    If you are not really doing this for UI, but to try and reuse memory,
    then this is really the wrong approach. LV wires are really the most
    efficient way of dealing with data, and you don't need to worry about
    putting things back into an array unless it is for the UI. If it is to
    pass out of a subVI, you will put them into a new array indicator in
    fact, and when called as a subVI, this can often take no additional
    memory, using the caller's array input throughout the diagram. If you
    start using the local, this is no longer true, and you now have both
    memory and runtime overhead. So use locals, and property nodes, only
    for UI tasks, and your VIs will be much more efficient. For everything
    else, use wires and shift registers.
    Greg McKaskle

  • Printing front panel of VI - no borders appear around the indicator box values

    Dear readers,
    I am using Labview 6.1 on a pentium PC with adequate memory etc. I've been trying to print out the front panel of my VI using a postscript printer and the post script printing options available in the Labview. I notice that the printed front panel doesn't show the rectangular borders that is supposed to surround the values contained in indicators and controls.
    Apart from this problem, everything looks good, such as it prints out in the way that I want...with nice white background to not waste ink.
    Could someone please advise me on what options to set up in order to print the borders around the indicator box values? Thanks very much for any help.
    I noticed that for
    an older Labview for the apple Mac, namely Labview 4 for the Mac, you can just print the window of the front panel and everything comes out wonderful....you get the borders around the indicator and control box values.
    Thanks again.
    Kenny Leong

    Hi Mike!
    Thanks for replying to my post. Greatly appreciated. Is it possible to set the colours for the indicator edges? I'll attach a screen capture of my front panel, and also a digi-pic of the print out. The printout is ok except there's no borders around the indicator values. I printed it out on a hp laserjet 6MP printer as well as on a hp 4050 printer and the printed panels have no borders around the values. I'll attach my front panel vi too. Thanks a lot Mike.
    Kenny Leong
    Attachments:
    labview_panel_screencapture.jpg ‏129 KB
    labview_printout.jpg ‏236 KB
    dip_res_resultswindow.vi ‏199 KB

Maybe you are looking for

  • Warning to those considering buying a Mac Book Pro!

    In case you are a power user, and use the CMD-TAB shortcut to switch between applications, be aware that doing this on the MPB will disable the track pad... at first I thought it was my machine but you can go into any apple store and reproduce this o

  • How can you add a where clause using "OR" with applied ViewCriteria?

    [JDeveloper 10.1.3 SU4] [JHeadstart 10.1.3 build 78] I am using JHeadstart, but have a question probably more in the ADF area. On the JHeadstart forum I asked: "I am overriding JhsApplicationModule's advancedSearch in order to be able to search in ch

  • Where is the "trusted source" for FrameMaker 12?

    When I run a script from a command line, I get the "You are about to run a script in Adobe FrameMaker 12. You should only run a script from a trusted source." Etc. The ExtendScript Toolkit docs say "the user-script folder of installed Adobe applicati

  • Error is "RCVR_DETERMINATION" NO_RECEIVER_CASE_ASYNC

    Hi All, I am facing error "RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC  when sending data from one system to another system. pls let me know any one  how to resolve this issue? Thanks Kumar.

  • SQL Worksheet. Missing IN or OUT parameter at index:: 1

    12C pattern matching allows question sing ? without quotes. This sample works in SQL*Plus: SQL> l   1  select *   2  from dual   3  match_recognize (   4    order by dummy   5    measures   6       dummy as x   7    pattern (z?)   8    define   9