Need clarification  in usage of  premise and connection object

Hi everyone,
   I  am working on a project and for that i have  do move in  for around 30 customers. i did up to move in . I assumed 5 customers from a single appartment and grouped  them. so i  used same connection object and premise for them. After move- in is done  i checked the Equipment numbers  generated for all the 5 in that group. The  address in equipment display(ie03) and also the customer display (XD03)  is overlapped  with the connection objects address. so it is showing same address for all 5 customers. After that i changed the premise but used the same conection object. But again the customer address is overlapped with the given connection object address. can anyone help me how to solve this if i have a scenario  like this :  5 customers from same appartment. how to create the connection obj and premise .
Thanks,
Archana

Archana,
Please have a look at the IS-U data model. The connection objects relates to the building and the premises to the appartments. The 5 customers/consumers/business partners live in their own premise. On premise level you may detail the address with such as "1st floor last door to the right".
Devices (meters) are installed technically in a devlice location that can be is linked to premise and connection object. Finally the utility installation holds all billing relevant data while the contract is the link between the technical master data and the business master data. During a move-in the address list of a BP is completed by the address of the connection object (if customized).
As you can see there are various factors affecting the address of a business partner and a installed device.
Kind regards,
Fritz

Similar Messages

  • Premise and Connection object

    Is it possible to have different addresses for Premise and Connection Object? If yes, then what configuration is needed??

    [IS-U Master Data|http://help.sap.com/saphelp_utilities472/helpdata/en/f8/196c35a018d041e10000009b38f839/frameset.htm]
    for each connection we can maintain multiple premises.
    Premise address can maintain additional information as like (Additional street data enables you to manage additional information on the street name of the connection object. You can also store different street names. )
    Regards,
    Siva

  • HT4623 My iPhone screen is locked and says it is not backed up. That it needs to be plugged in, locked and connected to wi-fi, Ive done all that and nothing is happening!

    My iPhone screen is locked and is saying it is not backed up, it says that it needs to be plugged in, locked and connected to a wi-fi network but I have done this and nothing is working!

    Settings > iCloud > Storage & Backup > Back Up Now

  • HT4623 My Ipad has locked me out. It says ipad has not been backed up. Needs to be plugged in, locked, and connected to wifi. How do I fix this?

    My ipad has locked me out. It says ipad hasnt been backed up. Needs to be plugged in, locked, and connected to wifi. It won't let me do anything. How do I fix it?

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased. http://support.apple.com/kb/ht1430http://support.apple.com/kb/ht1430
     Cheers, Tom

  • Unassing a Premise froma Connection Object

    Hi ISU Experts!
    I juste wanted to ask you if it is possible to unassing a Premise from a Connection Object.
    A user created a new ConnObject/Premise/Installation, but when creating the Premise he assigned it to another Connection Object. Is it possible to reassing the premise? Or Unassign the Premise from the Actual Connection Object?
    Or the should create a new Premise/installation again?
    Thak you very much in advance,
    Best regards
    LUCAS

    Hi,
    There is no reversal process where you can reverse the assignment of a premise with connection object. You need to create a new set of these technical master data once more.
    You can set the 'Delete' flag available at connection object/premise/installation level. It will be archived from the system during archive run.
    Thanks.
    Nirmalya

  • Need to unpair the hands off and connect again freshly

    Hi Friends,
    I am using handoff,
    Suddenly i unable to call phone calls on iPhone through mac book, But i am getting the in coming calls,
    Messages are not working,
    I would like to unpair completely and need to connect freshly, Kindly advise how to do this.
    Looking forward a best support on this,
    Thanks in advance,
    Dinesh.N

    Hi dineshnn,
    Welcome to the Apple Support Communities!
    I understand that you are using Continuity features between your iPhone and Mac for services like phone calls and Messages, but these services have stopped working. Most of these continuity features such as Handoff, phone calls, and Messages use a combination of your iCloud account, Wi-Fi network, and bluetooth to communicate together as described in the article below. To troubleshoot phone calls and Messages not working as you would expect, I would suggest reading over the attached article to verify that these services are set up correctly. 
    Connect your iPhone, iPad, iPod touch, and Mac using Continuity - Apple Support
    Best regards,
    Joe

  • Need clarification - Rreg Servlets init method and construction

    Hi,
    My friends asks me 'Is init method of servlet is necessary? Can't we do whatever we want to do in Init method, in the constructor of the servlet? Why is init method is necessary?'
    Thanks in advance,
    Guhan

    byte[] tripleDesKeyData = key.getBytes();
    Instead of getting Bytes directly from that Hex string now i am getting in the following way......
    byte[] tripleDesKeyData = Encryption.tempHexStringToByteArray(key);
    public static byte[] tempHexStringToByteArray(String hexString){
         byte[] bytes = new byte[hexString.length() / 2];
         for (int i = 0; i < bytes.length; i++) {
              bytes[i] = (byte) Integer.parseInt(hexString.substring(2*i, 2*i+2), 16);
         return bytes;
    And using that key to decrypt....as of now its working fine now
    Why i am posting this is for others to use further....

  • Insert Academic Work Usage for Student and Studies object

    Hello all, I need your help with something.
    For severals module bookings, I have to insert usage in infotype 1725 (Academic Work Usage) for the student, and in infotype 1724  (Academic Work Usage) for studies object, as in the booking process those infotypes were not updated (due to an error in inserting the context data in the HRIQ_STUDENT_BOOKING FM).
    I am using the FM HRIQ_AW_INSERT_USAGE with the folowing parameters:
    IV_PLVAR=01
    IV_STUDENT=STID
    IS_ACWORK-AWOTYPE=SM
    IS_ACWORK-AWOBJID=SMID
    IS_ACWORK-AWBEGDATE=SESSION BEGDA
    IS_ACWORK-AWENDDATE=SESSION ENDDA
    IS_ACWORK-AWSTATUS=01
    IS_ACWORK-BOOKDATE=18.09.2009
    IS_ACWORK-ACAD_SESSION=ACAD SESSION
    IS_ACWORK-ACAD_YEAR=ACAD YEAR
    IS_ACWORK-CPATTEMP=3,00000
    IS_ACWORK-CPUNIT=CRH
    IT_PROGRAMTYPE=MS          
    IT_PROGRAM=SCID
    IV_AWID=MODREGID for the current booking
    IV_MODE=C
    But when I run it, nothing is updated!!
    Does anyone can tell me if I am missing something?
    Or maybe there is a better way to do what I need that you can reccomend...
    Many thanks in advance.
    Diego

    Hello Prabhat, thanks for your answer. You are right, the IV_MODE expects the INS parameter. But in spite I ran the FM with INS, I still don't get any result. Do you think I have to run after this FM another one to commit th changes?? Any other idea?
    Thanks,
    Diego

  • Jva.lang.reflect and Connection objects

    I am not sure in wich forum i should post this, i hope this is the right one.
    I have a class that have one constructor like this:
    classConstructor(String id, Connection conn)
    I am trying to load and use it in runtime using the java.lang.reflect package:
    String id = "Some value";
    Connection conn = dbcm.getConnection(pool);
    className = "Name of the class";
    Class theClass = Class.forName(className);
    Class classArgs[] = { id.getClass(), conn.getClass() }
    Constructor constructor = theClass.getConstructor(classArgs);
    At this time i get the NoSuchMethodException, because the conn.getClass() returns oracle.jdbc.driver.OracleConnection instead of java.sql.Connection.
    Am i doing something wrong here? Is there any way of getting the return value as java.sql.Connection?
    Thanks in advance,
    Rafael Dittberner
    null

    Why not use the following:
    Class classArgs[] = { String.class, java.sql.Connection.class };
    Constructor constructor = theClass.getConstructor(classArgs);
    Actually, the constructor is something you may even want to determine (and use) statically if you repeatedly execute this code.

  • HT4847 My iPad has the message, "iCloud backup - hasn't been backed up in 2 weeks.  Back ups happen when the iPad is plugged in and connected to WiFi. The device will not let me click "ok" it is frozen and will not turn off allow access to other functions

    My iPad is locked up, the message "iCloud backup hasn't been backed up in 2 weeks, needs to be plugged in, locked and connected to WiFi." It is unresponsive to the "ok" command to move forward with the backup.  It is stuck.  

    Reset it by holding the power and home buttons at the same time until you see the Apple logo, then release.

  • Backup Assistant verses Sync and Connect

    The new Sync and Connect service looks neat, however, both of the lines on my account doesn't need the GMAIL, Yahoo, etc., integration. For my line, I have all my third party emails set to forward over to my MobileMe account, and on my mother's line, she doesn't have a data plan.
    So do we really need to switch over to Sync and Connect, or should we just stay on Backup Assistant?
    Thanks!

    Thanks for the info! I'll probably just use Backup Assistant since I have all my other emails forwarded to MobileMe, so it seems I don't need Sync and Connect. Nice included service though for those that manage multiple inboxes though! I'll sure recommend it to friends!
    AntonioC_VZW wrote:
    parkernathan wrote:
    The new Sync and Connect service looks neat, however, both of the lines on my account doesn't need the GMAIL, Yahoo, etc., integration. For my line, I have all my third party emails set to forward over to my MobileMe account, and on my mother's line, she doesn't have a data plan.
    So do we really need to switch over to Sync and Connect, or should we just stay on Backup Assistant?
    Thanks!
    As indicated by SuzyQ (thank you!), the Sync and Connect is a feature that works with Smartphones. This feature allows you to Synchronize your Google™, Gmail™, Yahoo!® Mail, AOL and Microsoft® Windows Live® Hotmail® email accounts with your Verizon Wireless Sync & Connect capable Smart-phone and My Verizon website. For more details please visit the link below:
    Sync and Connect Information

  • Connection Object validation

    Hi,
    During the migration of Connection Object, the (postal code and street)data does not match 100% with the Regional Structure data. I have turned off the Street validation using the "Flag Street Directory" from ADRCITY but EMIGALL does not let me migrate connection objects whose postal codes does not already exist. Is there a way to turn this validation off or to circumvent this issue? The problem arises because Regional Structure and Connection Object/Premise are being extracted from two different source systems.

    Hi,
    You  need to turn off the flag "city file active" (IMG -> SAP Netweaver -> General Settings -> Set countries ->  Set country-specific checks. Please check the Guildines ISMW for implication in not having the address validation turned off.
    Cheers,
    Fritz

  • I need to connect my iPad to a projector and USB ports. What do I need to do this and where can I get the suitable fittings? I really need to have more than one USB connection port. Help

    I need to connect my iPad to a projector and have USB ports. What do I need to do this and where can I get the suitable fittings? I really need to have more than one USB connection port. Help

    You can connect via a cable or wireless using an Apple TV.
    http://ipad.about.com/od/iPad_Guide/a/How-To-Connect-Your-Ipad-To-Your-Tv.htm
    Connect an iPad to a Television or Projector
    http://www.everymac.com/systems/apple/ipad/ipad-faq/how-to-connect-ipad-to-tv-te levision-projector.html
    Connecting iPad iPhone or iPod to TV or Projector
    http://www.disabled-world.com/assistivedevices/computer/ipad-tv.php
    iPad Accessories: Connections for a TV or Projector
    http://www.dummies.com/how-to/content/ipad-accessories-connections-for-a-tv-or-p rojector.html
    You may be interested in AirPlay on the Apple TV:
    http://www.apple.com/airplay/
    Alternately, there are Apple Digital AV Adapters for hardwired connections:
    http://support.apple.com/kb/ht4108
    If your location does’t have wifi to use with the Apple TV, use a portable router.
    Portable routers http://compnetworking.about.com/od/routers/tp/travel_routers.htm
     Cheers, Tom

  • I have just brought 2 mini's for my boys for xmas.  1. can I connect them both to my existing Itunes account or do I need to set up something different. and 2. can they be used on their dads account as well as mine, or only one?

    I have just brought 2 mini's for my boys for xmas.  1. can I connect them both to my existing Itunes account or do I need to set up something different. and 2. can they be used on their dads account as well as mine, or only one?

    You can set them up with your Apple ID if you want to. You can also set them up with their dad's Apple ID. Depending on how old the boys are, you can even let then have their own Apple ID's. The one thing that you don't want to do is have them use more than one Apple ID on their iPads.
    If you want to be able to share purchased content, then setting them up with either your ID or your husband's (?) ID would be the way to go. If the boys share an ID with one of you, they can download content that you have already purchased without having to pay for it again.
    If you and have the financial wherewithal to allow them to purchase their own individual content, I would recommend letting them have their own Apple ID. This way, as they grow older and eventually move on, they will have their own accounts, their own purchases .... No ties needed to your ID or to dad's ID. FaceTime and Messages will be a little easier to set up if they have their own ID's and they can have their own iCloud accounts as well. However, they must be 13 years old in order to have an Apple ID and iTunes account. If they are under 13, then it's a no brainer you will have to use yours or their father's ID.
    Whatever you decide to do, just don't switch from one ID to another ID on the iPads. That gets confusing and they could end up locking themselves out of one of the ID's for 90 days if they download a past purchase using a different ID.

  • TS1538 i need help because i need help getting my ipod touch to connect to windows vista and

    i need help getting my ipod touch to connect to windows because it keeps saying udb device not recognized and i tr\]ied restarting the settings!!!!!

    Have you tried here:
    iOS: Device not recognized in iTunes for Windows

Maybe you are looking for

  • Adding contacts via Mail app not working

    New feature for iOS 8 will capture information from a mail message and allow you to add a contact. It works most of the time, but I have had several mail messages with contact information (phone number, different Email, address) that will not allow m

  • Copying and pasting frames

    Hello I have found a nice online form in a tutorial. Is it possible to simply copy and paste the frames into my FLA file - will it copy the Action Script as well? I can import the library items, but wondered if there were any drawbacks to doing it th

  • Burning music and video as data files onto DVD-R?

    How can I (using what program) burn music and videos to a DVD-R on my MBP? To be clear, I just want to use the DVD's as storage, not to watch them on a DVD player Thanks (and sorry for the potentially stupid question)

  • Using AppleTV as an Airport Base Station?

    Can I connect the ATV using ethernet and then use the AirPort part to extend the range of my WiFi network? I'd like that, because my house is made from thick reinforced concrete and WiFi signals have a hard time getting through. Connected like this,

  • InfoSet Query modification error

    Hi, I am trying to modify a InfoSet Query in SQ01 developed by a SD consultant last time. I already assigned my user ID in the User Group (in SQ03) which is referred by this Query. At the same time, I also assigned the Change Authorization to my ID.