Capturing Entity information called from another Entity

Hi All,
How do I capture information of a Entity in another Entity.
Assume we have to collect the children names, and type of toys each child have (if any)
i.e.
Properties File
Entity: Children
Relationship: 1-Many {Global - Children}
w/ Attributes:
Name {Text}
The Child has Toy(s) {Boolean}
Entity: Toy
Relationship: 1-Many {Children-Toy}
w/ Attribute:
Name of Toy {Text}
this is the rule base so far, I can see that i've not really set out the relationships correctly, could anyone please advise.
Rule Base
*The addtional toy information is gathered if*
The information on children who have toys or
The information on children who are not fortunate to have toys
*The information on children who have toys if*
For at least one of a Children, The Child has Toy(s)) and
ExistsScope(a children)
     for(a toy, name of toy is known)
*The information on children who are not fortunate to have toys if*
ForAll(a Children, Th Child has not Toy(s) ) cheers
Edited by: user9015745 on Jun 21, 2011 3:57 AM

You should vary the logic to your meet your requirements. For example:
the interview is complete if
. ForAllScope(the children)
.. either
... both
.... the child has toys; and
.... Forall(the child's toys, the name of the toy is known)
.. or
... the child does not have toys
You can adjust the above logic to suit your specific needs. For example, do you require the number of toys be at least 1 when the child has toys, or is it OK for a child to have toy's but not list any specific instances of toys?, can more than one toy of the same child have the same name?, etc.
Not to confuse things, but you could drive a more efficient interview by determining "the child has a toy" and/or "the child has toys" and/or "the child has at least 1 toy" based on the number of toys specified for each child (i.e. whether 0, 1 or more toys were associated with each child).

Similar Messages

  • My iphone 4 does not register calls made to it. if i make a call from another phone, i can hear it ringing, but it does not register on the iphone. also, i do not get any messages when this happens. then after a day or two it decides to start working.

    My iphone 4 does not register calls made to it. if i make a call from another phone, i can hear it ringing, but it does not register on the iphone. also, i do not get any messages when this happens. then after a day or two it decides to start working.

    Clean iPhone charging port with clean dry toothbrush. See if better. If still problem clean charging port again with toothbrush and small amount of Isopropyl Alcohol.

  • Populating selection screen of one prog by calling from another prog

    This is regarding variant population.
    I need to populate values in selection screen fields of one program (program 2)by calling from another executable ABAP program(.Program 1)
    I can identify the variant that i need ot populate.But there is a pushbutton in the selection screen of Program 2 which on clicking leads to some more fields in a pop up screen.How can I populate values in those fields there ?Please help.
    Thanks & Regards,
    Savitha

    I got a problem like that, then I tried to do a BDC, but it doesn't accept BDC's so I made a vbs program. This could help:
    FORM exec_vbs .
      DATA:BEGIN OF it_file OCCURS 0,
               line TYPE string,
           END OF it_file.
      DATA:filename     TYPE     string.
      CLEAR it_file[].
      it_file-line = 'msgbox "Variant will be updated, please don''t move or minimize the screen"'.
      append it_file.
      it_file-line = 'Dim objShell:Set objShell = CreateObject("WScript.Shell")'.
      append it_file.
      it_file-line = 'do while(ObjShell.AppActivate("R/A Settlements")=FALSE)'.
      append it_file.
      it_file-line = '  wscript.sleep 2000'.
      append it_file.
      it_file-line = 'loop'.
      append it_file.
      it_file-line = 'wscript.sleep 500:ObjShell.SendKeys "%ye":wscript.sleep 1999'.
      append it_file.
      it_file-line = 'do while(ObjShell.AppActivate("SAP Easy Access")=FALSE)'.
      append it_file.
      it_file-line = '  wscript.sleep 1000'.
      append it_file.
      it_file-line = 'loop'.
      append it_file.
      it_file-line = 'ObjShell.SendKeys "cj8g":wscript.sleep 940:ObjShell.SendKeys ""'.
      append it_file.
      it_file-line = 'wscript.sleep 1500'.
      append it_file.
      it_file-line = 'do while(ObjShell.AppActivate("Actual Settlement")=FALSE)'.
      append it_file.
      it_file-line = '  wscript.sleep 1000'.
      append it_file.
      it_file-line = 'loop'.
      append it_file.
      it_file-line = 'wscript.sleep 1950'.
      append it_file.
      it_file-line = '''controlshiftF7'.
      append it_file.
      it_file-line = 'ObjShell.SendKeys "^+":wscript.sleep 3100'.
      append it_file.
      it_file-line = '''shift+F2'.
      append it_file.
      it_file-line = 'ObjShell.SendKeys "+":wscript.sleep 2199'.
      append it_file.
      it_file-line = '''shift+F10'.
      append it_file.
      it_file-line = 'ObjShell.SendKeys "+":wscript.sleep 500:''SCROL DOWN'.
      append it_file.
      it_file-line = 'for x = 1 to 2: ObjShell.SendKeys "":wscript.sleep 500:next'.
      append it_file.
      it_file-line = '  wscript.sleep 500:ObjShell.SendKeys "":Wscript.Sleep 950'.
      append it_file.
      it_file-line = '''shift+F4'.
      append it_file.
      it_file-line = 'ObjShell.SendKeys "+":Wscript.Sleep 1999:ObjShell.SendKeys "+ it_file-line = 'Wscript.Sleep 1000:ObjShell.SendKeys "C:\TEMP\Worksheet.txt"'.
      append it_file.
      clear it_file-line.
      concatenate 'Wscript.Sleep 500:ObjShell.SendKeys "' TEMP_FOLDER '\Worksheet.txt' '"' into it_file-line.
      append it_file.
      it_file-line = 'Wscript.Sleep 400:ObjShell.SendKeys "":Wscript.Sleep 2500:ObjShell.SendKeys "":Wscript.Sleep 1900'.
      append it_file.
      it_file-line = 'ObjShell.SendKeys "^s":Wscript.Sleep 2900'.
      append it_file.
      it_file-line = 'ObjShell.SendKeys "+":Wscript.Sleep 1200'.
      append it_file.
      it_file-line = 'ObjShell.SendKeys "+":Wscript.Sleep 1200'.
      append it_file.
      it_file-line = 'ObjShell.SendKeys "%"'.
      append it_file.
      it_file-line = 'Wscript.Sleep 1700'.
      append it_file.
      concatenate TEMP_FOLDER '\settle.vbs' into filename.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          filename = filename
        TABLES
          data_tab = it_file.
      CALL FUNCTION 'WS_EXECUTE'
        EXPORTING
          PROGRAM = filename.
      IF SY-SUBRC <> 0.
      ENDIF.

  • My Gf has my iphone. How can I see recent messages and calls from another device?

    My Gf has my iphone. How can I see recent messages and calls from another device?

    Depending on your carrier, you may be able to see recent calls by logging into your account on the carrier's web site, if they offer such a feature, though incoming calls being shown is not usual. There will, as diesel said, be no way to see messages already received, either SMS/MMS or iMessages, without having the phone.
    Regards.

  • File upload hanging when called from another form

    Hi
    I have created a file upload form from the documentation I found on metalink and the form works fine on its own. I have then implemented the form into a multi form application and when the file upload form is called from another form it hangs trying to get to the client drive so that it can pick up a file. I have tried using the 'call_form', 'open_form' and 'new_form' built-ins but the results were all the same. Can anybody help me?
    Maria

    Hello,
    This is not the support, so there are no post more urgent than other.
    Francois

  • Action link URL calling from another screen from the same web server not work

    Hi there,
    I have an action link URL calling from another screen from the same web server, used the following syntax:
    /analytics/saw.dll?Go&path=.....
    But it is not working, when open the page, it shows error message
              Oops! Google Chrome could not find analytics
    Any help? Thanks!
    Ling

    That's a +1 from me... same issue and yes, isn't inelegant or a shortcoming for some might be the cause of boldness as they rip their hair off their head so thanks in advance for keeping the refinement of the magic potions making the EA secret magic sauce... which may help stop hairloss
    Cheers!
    tfbkny

  • Initialization section vs call from another code block in package.

    hi,
    why is it intialization section in package body is more than call from another code block the package .

    The initialization section is only called once upon the initial loading of the package into memory, which is just once per session. So, accessing any function or procedure etc in the package causing it to load into memory will automatically run the initialization section first. It doesn't have to be called specifically.

  • How to edit a program dynamically called from another program

    Hi all,
    Can anyone help me in coding for a program which call's another
    report dynamically from selection screen(for instance z_dynam_called)
    and retreive the whole content of the dynamically called program(z_dynam_called)
    into an internal table and replace the contents of the internal table  with some new code and put it back in z_dynam_called and save it.
    Thanks in advance.
    Needful will be rewarded with points

    Hi,
    Follow this:
    1) U can pass data from one program to another in a single login using SAP memory......
    2) u can create a DBtable update dat table using ur first pgm and fetch from second program.....
    3) U can pass the report output using EXPORT TO MEMORY addition and get it back using IMPORT FROM MEMORY..........
    Eg:
    Export the selected rows to the next program
    EXPORT final TO MEMORY ID 'ABC'.
    CALL TRANSACTION 'XXX'.
    XXX is the tcode for the other program where u want to import the values.
    In the second program
    INITIALIZATION.
    IMPORT the internal table from the first program
    IMPORT final FROM MEMORY ID 'ABC'.
    Thanks and Regards,
    Reward If Helpful

  • Unbounded task flow call from another ADF application

    Hi,
    I have two different ADF applications having unbounded taskFlow , and requirement is to call that task flow from another one with some parameters .
    how to do that , please .
    Regards,
    Parvez

    Thanks Ashish, I study these documents and  acknowledge.
    Parvez

  • How do I return Labview errors from a LV executable when calling from another applicatio​n?

    I want to call my LV executable from another programming language, Spectrum. How can I return any LV errors to this application.

    > I want to call my LV executable from another programming language,
    > Spectrum. How can I return any LV errors to this application.
    >
    I don't have a PC in front of me, but what I'd try is to write to stderr
    or stdout. If that is not possible, the other possibilities depending
    on what Spectrum supports is to try named pipes or TCP/IP.
    Greg McKaskle

  • Causing an event in one VI when called from another

    Hi All
    I wonder if anyone could give me some advice on this. I have a VI, which displays the value of a text control, as a ‘value change’ event using an indicator. If I run this, having checked the ‘update will typing’ parameter for the control, the VI runs as expected and the indicator displays what I type. If I call the VI by reference from another and pass a string to the text control using the Set Control Value [Variant] method, the indicator remains blank, even though I can see the text control is being updated. I’m guessing this is because the event structure is expecting a user generated event which is no longer occurring. Is there any way to re-configure the code so that a value passed in this way, would be seen as an event? I've tried to get some idea from the Labview examples but not being too familiar with the way events work, I'm struggling to make sense of it. (I’m using Labview 7.1)
    Thanks
    Bruce

    knight2 wrote:
    Thanks tbob & Christian.
    Can I just check this? I need to create a new control or indicator in the main VI and create a reference to it. This would then be passed to the subvi and I’m assuming, wired to the Value (signaling) property? If not, where should it go? I'm not too clear on this bit.
    That said, I currently call the subvi from main, by reference. This was because I needed the subvi front panel to be visible before sending text to it. As I’m not passing any values via the connector pane, can the control/indicator reference still be passed?
    Thanks
    Bruce
    Yes, your first paragraph is correct.  Pass the ref to the subvi and use Value(Sgnl) property node in the subvi.  This causes an event for the control, and since it is a reference, the event gets carried to the source of the reference, which is in Main.
    To pass control references (or any object) to a subvi that is called by reference, you can use the Call by Reference method as shown in the attached Main vi.  This allows you to pass items into and out of the subvi called by reference.  If you use the standard way and use GetControlValue and SetControlValue, I don't think you can cause an event in Main by changing a value in the subvi.  If you use the method in my vi, you can use the Value(Sgnl) property in the subvi to cause an event in the Main vi.  This is the only way I know how to send events from a subvi to the main.
    Download the subvi first and put it in some directory.  Then download the main and put it in the same directory as the subvi.  Then when you open Main, it should find the subvi.
    - tbob
    Inventor of the WORM Global
    Attachments:
    MainVI_Ref.vi ‏14 KB
    SubVI_Ref.vi ‏11 KB

  • Without icloud activation will the iphone 6 receive calls from another sim?

    i lost my iphone 6 yesterday. i erased my data using find my iphone app. now i am not able to find the location of the iphone. i have given a complaint to the police officers so they put my iphone into tracking using my imei number. but will the iphone receive signal from another sim without activation to trace the phone?
    please help me to find my iphone.

    thanmai100 wrote:
    i am not able to find the location of the iphone.
    That's because you erased it.
    but will the iphone receive signal from another sim without activation to trace the phone?
    No.  But chances are whoever finds it will encounter Activation Lock and will not be able to use it anyway.

  • Global Property not visible inside a BLT called from another BLT

    Hi,
    I have created a Global Property SID to indicate the System ID so a BLT can use it (e.g. in file names). This executes correctly (MII 12.0.2).
    However, now I call this BLT from within another BLT, and that time the SID is marked as error ("invalid variable in expression: Global.SID").
    Has anyone experienced this error before? I thought that Global properties are available in every BLT.
    Michael

    Rao,
    which checkbox do you mean? In the "Transaction Call Configuration" box I only select the transaction name. I do not need the "Reload transaction after execution" checkbox, as all initialization will be done in the called transaction. I would expect the Global properties to be available anywhere...
    Michael

  • Call from another class

    I have alot of lines that call setter methods. Anyway to put this all in another class and call it so I dont have to list all these in my current class?
    PersonClass chalk = new PersonClass();
    chalk.setHeight(request.getParameter("height"));
    chalk.setWeight(request.getParameter("weight"));
    chalk.setCountry(request.getParameter("country"));
    chalk.setLanguage(request.getParameter("language"));
    chalk.setExperience(request.getParameter("experience"));
    chalk.setLevel(request.getParameter("level"));
    .......//goes on for 20 more lines
    ...

    PersonClass chalk = new PersonClass();
    chalk.setHeight(request.getParameter("height"));
    chalk.setWeight(request.getParameter("weight"));
    chalk.setCountry(request.getParameter("country"));
    chalk.setLanguage(request.getParameter("language"));
    chalk.setExperience(request.getParameter("experience")Welcome to Java.

  • How do I return Labview errors from a LV executable when calling from another application?

    I'm calling a third party executable under WindowsXP. The program returns an exit code when complete. I tried Sys Exec VI, but the 'return code' field does not seem to grab the exit code. Help.

    Although I am not fully verse in this subject, I have to disagree because of previous experiences I had.
    You can write executables that return "exit codes". For example, in C++ you can use the function exit(). The syntax of the function is:
    #include
    void exit(int status);
    "status" is provided for the calling process as the exit status of the process. Typically a value of 0 is used to indicate a normal exit, and a nonzero value indicates some error.
    In the past I've seen commercial applications that allows you add your own functions. Sometimes what the application expect is an exit code after your custom .exe executes.
    Unfortunatelly, I've been unable to do this with LabVIEW, therefore I must use another development environment
    such as MS VC++ or Borland C++ Builder to accomplish this. I wish I could do that with LabVIEW though...
    Enrique
    www.vartortech.com

Maybe you are looking for

  • Positioning an image which is a link

    Using Oracle 11.2, Apex 4.1.0.00.32, Windows 7 Enterprise, IE 8, Theme 17 Sapphire with unmodifed Reports Region and Standard Reports templates. I have a report region of type SQL Query.  (I hope that's the correct way to identify it.)  I have contro

  • Password Recovery of HP Mini 1000

    My mother just gave my son her old HP 1000. She does not remember the password to get into it. We have tried everything!! We are getting a fatal error code of CNU93230GF. I would appreciate any assistance in getting this to open. Also, what do we nee

  • HT2534 i can't select the NONE tab in credit card section, how do i select it?

    I want to set up an account without a credit card and it won't let me.  It doesn't give you the option to select none.

  • I can't pin websites to newtab page

    My New Tab page has the nine boxes outlined, but no pin icons in the corner. When I try to drag a website to pin it in the page, the page just opens, instead of getting pinned to the New Tab page.

  • 3.4.0.2710 Will not install.

    Having some problems installing Air.  Logs show the following: [2012-10-28:02:00:39] Runtime Installer begin with version 3.5.0.520 on Windows 7 x86 [2012-10-28:02:00:39] Commandline is: [2012-10-28:02:00:39] No installed runtime detected Installing