Organizational unit address inherit to lower unit

Hi Experts,
We need to maintain addresses (IT1028) on Organiational Units. We want to maintain this info only on the top nodes of a certain organizational branches, because the organizational units below have the same address. But it looks like the inheritance principle is not active for this infotype. So the reporting organizational units needs to be maintain again.
Is there a way to activate the inheritance of Address data to lower level org units, or does it have to be maintain one by one?
Thanks in advace,
T

Hi,
Please check this thread :
OM - how to inherit IT 1028 along the OrgChart
It says that there are no standard configuration for this case. You can use exit/badi to make it inheritable.

Similar Messages

  • Changing high and low units while tangosol is running

    Hi,
         i've a 3 machine setup. on the first one i've weblogic and tangosol with local storage as false.
         on the other two i've have tangosol running with local storage enabled and i'm running a distributed service.
         initially i've kept high units as 1000 and low units as 500. i would like to provide a screen to the amdin user where by he can change the high and low unit limit.
         i'm accessing the local cache using the following code
         CacheService service = dealCacheCoarseGrained.getCacheService() ;
         Map mapReadWrite = ( ( DefaultConfigurableCacheFactory.Manager ) service.getBackingMapManager() ) .getBackingMap( bundle.getString( "DistCache" ) ) ;
         if ( mapReadWrite instanceof ReadWriteBackingMap ) {
         rdwMap = ( ReadWriteBackingMap ) mapReadWrite;
         Map mapLocal = rdwMap.getInternalCache() ;
         if ( mapLocal instanceof LocalCache ) {
         localCache = ( LocalCache ) mapLocal;
         localCache.setHighUnits( evictionDetails.getHighUnits() ) ;
         localCache.setLowUnits( evictionDetails.getLowUnits() ) ;
         but in the above case as the tangosol operating within the weblogic JVM has local storage as false,
         the condition if ( mapLocal instanceof LocalCache ) {...
         is never fulfilled and as a result
         i'm not able to bring about the changes from the GUI.
         Can i achieve my objective with this setup?
         Please help
         Thanks
         Jigs

    Hi jigs,
         I would have the GUI kick off an Invocation Task that uses the code that you have here. Then send that Invocation Task to all storage enabled nodes. You can retreive the set of storage enabled nodes from DistributedCacheService.getStorageEnabledMembers().
         Later,
         Rob Misek
         Tangosol, Inc.

  • CRMD_BUS2000108 - organizational unit and attributes for org. unit

    Hi all!
    As I'm customizing Lead creation (and in a second step lead generation)
    I would like to receive tips about "selection of organizational unit and attributes for org. unit".
    I expected that, by entering a BP number of a prospect or sold-to party, the organizational unit and its attributes would be displayed automatically on the tab "organization".
    This is not the case. When I start the lead creation, there is a pop-up screen inviting me to choose the organizational unit. afterwards a pop-up screen for the attributes of the org unit. Only after setting a flag in both pop-ups, I see the actual "lead" transaction. When I enter a BP number, the sales assistant and sales rep are found automatically.
    Could anybody please explain how to change the customizing?
    I would like to see the lead transaction (create) first, enter a bp number and than have the org unit and its attributes, the sales rep and sales assistant found automatically.
    Any usefull answer (would make my day ), will be rewarded.
    Thank you very much for your suggestions and time in advance!
    I. Van Acker

    hi
    this is happening because you have not done the org data determination in your transaction,just go to SPRO and there in org data determination ,you have many standard ORGMAN rules available which you can use which will pick the data according to the user ,BPs etc.
    it will enable you to first give BP and then the org data will be driven automatically from the system according to the rule in org data determination.
    so first go and use rule ,try using rule ORGMAN_12
    then attach this rule to the org data profile and then add this org data profile to the transaction in basic settings in transaction where you have defined your lead transaction.
    it will solve your purpose
    best regards
    ashish

  • After buying items in eBay, noticed that somehow my shipping address is missing the unit number.

    After buying a few items in eBay noticed that my shipping address is missing my unit number.I assumed my registration address will be copied to "shipping address" properly but it did not. How can I get a hold of the shipping company to make informed them of the unit number?

    Is the GSP involved?  At any rate FIRST correct your Paypal address. Then contact the seller and if he has not yet shipped, he can correct the address manually.If he has shipped, hmmm.Apartment building? Put a big Note on your box for the postie that you are expecting a parcel and this is where the delivery notice should go.If the supervisor or concierge normally collects tenants parcels, there shouldn't be a problem, but let her know that you are expecting this one in particular.Commercial or Industrial building? Is the company name on the parcel? Does Reception usually accept parcels? Talk to her about it. You should also talk to the Post OFFICE (not outlet) where your postie sorts his bag. A message there would also be helpful. The bottom line is communication.If the parcel is undeliverable, it will eventually be returned to your seller. 

  • High-units watermark reached but cache does not shrink back to low-units mark

    Here is our config:
        <caching-scheme-mapping>
            <cache-mapping>
                <cache-name>Cache2</cache-name>
                <scheme-name>Scheme2</scheme-name>
            </cache-mapping>
        </caching-scheme-mapping>
        <caching-schemes>
            <distributed-scheme>
                <scheme-name>Scheme2</scheme-name>
                <service-name>Service2</service-name>
                <backing-map-scheme>
                    <local-scheme>
                        <eviction-policy>LRU</eviction-policy>
                        <high-units>700m</high-units>
                        <unit-calculator>BINARY</unit-calculator> 
                        <expiry-delay>2h</expiry-delay>
                    </local-scheme>
                </backing-map-scheme>
                <autostart>true</autostart>
            </distributed-scheme>
    We're running on two storage 4 GB JVMs.
    We run a load test that will eventually make caches reach 700 MB (734003200 kb) on each JVM/node.
    When the high-unit is reached (as advertized in JMX console), prune is triggered (CachePrunes is incremented in JMX console) but cache size (Units) stays around limit, never falls to (default) low-units mark (587202560 kb).
    Is this normal behaviour?  I thought when high-units mark was reached, size was brought down to low-units mark.

    I think that it is something wrong with kernel and graphic drivers but i'm not able to solve it from the beginning of using of Arch by me.
    I'm not so sure this issue is software-related only because in my case it seems the laptop screen enters power-saving mode (10-min timeout) on its own without any events logged (as shown by dmesg) so my next thought was OK, I'm going to get rid of this issue disabling the screen power-saving timeout in the BIOS and set it to never power down or something like that and from then on managing power mode manually; ie: when I want to power down I will just use systemctl suspend/hibernate which work fine ... problem is: there are no related options in my BIOS for such timeout.
    The only timeouts I have are in /etc/systemd/logind.conf set to 30min (#IdleActionSec) (commented) by default so these are not in effect because the screens goes blank after 10m which is less than the (default) 30m in logind. Maybe setting loggind to 9m (un-commented) to catch the event before the machine-default one ?
    IdleActionSec=9min
    IdleAction=suspend
    Will check it and report back.

  • One organizational unit reports to two org unit

    Hi All,
    I am new in HR, please help me to achieve the following:
    We required that one organizational unit reports to two org unit .
    How can we achieve that??
    Thanks,
    Anumit

    Hi,
    In SAP there is one-to-one relationship maintained in the system. In your case you want one org unit should report to 2 Org units, which is not possible as per my knowledge.
    The relation betwn thm will be A-002 (Reports to), also if you try to maintain the same for both the Org units then it will ask to delete one of the relationship in the system.
    Regards,
    Prasad

  • HT1918 on my account settings the shipping address is set on United States and it seems I cannot change it to UK... so my address is not accepted, what can I do?

    on my account settings the shipping address is set on United States and it seems I cannot change it to UK... so my address is not accepted, what can I do?

    To change it, you have delete the existing account.  However you can avoid losing any pictures in the process.  To avoid losing photo stream photos, save them to your camera roll (if not already there) before deleting the account.  To do this, open your my photo stream album, tap Edit, tap the photos, tap Share, then tap Save to Camera Roll.  (Camera roll photos are not effected by deleting the account.)
    Then go to Settings>iCloud, tap Delete Account, then sign back in with the new ID.  This deletes the account and your iCloud data from your device, but not from iCloud.  Provided you are signing back into the same account, your iCloud data will reappear on your device when you sign back in.

  • Convert quantity in one unit to quantity in another unit

    Hi all,
    I have to convert quantity in one unit to quantity in another unit.
    please suggest me a function module which converts.
    Ex :
    i have quantity : MVKE-SCMNG = 20
           Unit     : MVKE-SCHME = UUE
    now  convert the quantity
           quantity : ?
           Unit     : PCE
    i have used : UNIT_CONVERSION_SIMPLE, but it did not work.
    i think the conv is material specific.
    i can get values from MARM Table .. but i am looking for a function module which can convert.
    Thank you all in advance.

    Hi
    see this may be helpfull
    i had changed the sobid (45 char) to objid (8 numc)
    reward if usefull
    SELECT OTYPE
             OBJID
             RELAT
             BEGDA
             ENDDA
             SCLAS
             SOBID FROM HRP1001 INTO TABLE IT_HRP1001
                        WHERE OTYPE = 'D'
                            AND OBJID IN S_OBJID
                            AND BEGDA GE DATE-LOW
                            AND ENDDA LE DATE-HIGH
                            AND ( SCLAS = 'E' OR SCLAS = 'ET' ).
      IF SY-SUBRC NE 0.
        MESSAGE 'NO RECORD FOUND FOR THE GIVEN SELECTION CRITERIA ' TYPE 'E'.
      ENDIF.
      LOOP AT IT_HRP1001 INTO WA_HRP1001.
        WA_SOBID-OTYPE = WA_HRP1001-OTYPE.
        WA_SOBID-OBJID = WA_HRP1001-OBJID.
        WA_SOBID-RELAT = WA_HRP1001-RELAT.
        WA_SOBID-BEGDA = WA_HRP1001-BEGDA.
        WA_SOBID-ENDDA = WA_HRP1001-ENDDA.
        WA_SOBID-SCLAS = WA_HRP1001-SCLAS.
        WA_SOBID-SOBID = WA_HRP1001-SOBID.
        APPEND WA_SOBID TO IT_SOBID.
      ENDLOOP.
    regards
    naresh

  • How to get subordinate org units for a given org unit within specific dates

    hi,
    How to get subordinate org units for a given org unit within specific dates

    Use the following Func module ..
    HRWPC_RFC_STRUCTURE_GET
    *--Get the sub org.unts for the given selection.
        CALL FUNCTION 'HRWPC_RFC_STRUCTURE_GET'
          EXPORTING
            ROOT           = root_org   <-- Give the Org unit 
            EVPATH         = 'O-O_DOWN'
            BEGDA          = s_date-low
            ENDDA          = s_date-high
          TABLES
            T_OBJEC        = t_objec
            T_STRUC        = t_struc
          EXCEPTIONS
            NOTHING_FOUND  = 1
            INTERNAL_ERROR = 2
            OTHERS         = 3.
        IF SY-SUBRC <> 0.
          MESSAGE i000 WITH 'No Sub Orgunits for ' s_objid-low.
        else.
    *--Prepare final sub org.units tabl.
          loop at t_objec.
            if t_objec-objid ne s_objid-low.
              it_orgunit = t_objec-objid.
              it_orgunit-begda   = t_objec-begda.
              it_orgunit-endda   = t_objec-endda.
              APPEND it_orgunit.
            endif.
          endloop.
        endif.

  • One Org unit reports to 2 org.units

    We required that one organizational unit reports to two org unit .
    How can we achieve that??
    Thanks,

    Hi,
    I don't think we could give 50 for the priority because the data is overlapped if the start date and end date between two objects are same. For Relationship A002 Reports (line) to, we couldn't fill the weighting percentage too. I think you can use another another relationship A/B 262 Reports to. Is it exactly reports to two org. units or there is a priority reporting and additional reporting? If both are priority reporting, I think you can use matrix organization.

  • PO error in Process-Order Unit PU not convertible into unit lot of req

    Hi ALL,
    SRM 5.0 SP13 ECS
    Service based req with order unit LOT was pushed to SRM . SC got approved in SRM with order unit LOT, PO got approved with order unit LOT and now the PO is in error in process state. I looked up RZ20 to find the message "Order unit PU not covertible into unit Lot of req. We are using material groups and not material masters.
    Any idea what is causing this error? order unit seems to be the same, right though the scenario, It was never tried to change at any point of time in the cycle
    Krishna

    krishna
    update here your findings.it helps others too when they are in trouble.
    Muthu

  • Determine the superior Org Unit for a given Organisation Unit.

    Hi,
    I am using the Sequential Access method of accessing the PCH Logical Database.
    Is there any macro available to determine the superior Org Unit of the current Organisation Unit being looped at using the GET OBJEC statement.
    I cannot access the STRUC internal table as I do not want to use structural access.
    At the moment I am using the function module RH_ENTH_READ_STRUCTURE. Is this a good way of doing this or is there any PCH functionality for this?
    Any help would be much appreciated.
    Thanks and regards,
    Priya

    Thanks for the input.
    I just was concerned if either way would cause a performance issue while i'm already in the GET OBJEC loop.
    Anyway, for now I think I'll continue using the function module. I guess a direct SELECT on HRP1001 would require explicit authority check.
    If someone else has a comment on this topic do post it in. I have time till next week to finalize on my approach.
    Thanks once again Suresh!!!
    Regards,
    Priya

  • Inbound Delivery Shipping Unit and Outbound Delivery Shipping Unit Mismatch

    Hi All,
    At the time of creating the outbound delivery, I am getting the error"Inbound Delivery Shipping Unit and Outbound Delivery Shipping Unit Mismatch".
    Please help me to resolve the above error.
    Please let me know the cause for the above error.
    Regards,

    Hai Shafi,
    PLease check these threads,
    http://help.sap.com/saphelp_40b/helpdata/pt/a4/613275e24bd111950d0060b03c6b76/content.htm
    http://help.sap.com/saphelp_46b/helpdata/en/ac/f6fe78931a11d184d10000e81ddea0/content.htm
    http://education.feedfury.com/content/18638791-processing-shipping-units-in-sap-sd.html
    And hope you are using the same material received in inbound for outbound also.
    If material is different please check UNIT in Material master for both materials.
    Regards,
    Mani

  • For printing: Is it possible to organize the address book in columns to save space in printed page? Otherwise the right half of the page remains empty.

    In the old Outlook Express it was possible to organize the address book printed page in double columns so you don't need to waist half of the page leaving empty areas. I can't find the way to do it in thunderbird. Thanks for your help.

    I don't have a calendar to test this, but you may have some success following these instructions:
    https://kb.wisc.edu/helpdesk/page.php?id=22769

  • Apple shows me as living in the United Kingdom instead of the United States. How do I change this?

    Apple shows me as living in the United Kingdom instead of the United States.  How do I change it?

    Changing Account Information
    http://support.apple.com/kb/HT1918
    See  >  Change your iTunes Store country
    Here  >  http://support.apple.com/kb/HT1311

Maybe you are looking for

  • Table in webdynpro

    hi, i have  displayed a table in webdynpro in that the first column is a listbox. when i select a value it should display the corresponding details in the other columns.

  • Purchase Reqs created through work orders

    Currently when I attach a non-stock item into a work order it create a purchase req. The purchase req is automatically released, or is released when the work order is. The problem is that we have a release strategy that we must follow here at my comp

  • Can't Delete Some Files on Media Vault

     I have hundreds of files on my Media Vault, and I often delete old files I no longer need. But once in a while I can't delete a file, and get this error message:"You require permission from Unix User\nobody to make changes to this file." Does anyone

  • HT1222 I have a problem for downloading

    How can I installing application?

  • 27" intel imac audio isn't working

    I recently had my 27" intel imac logic board replaced. But when i got it home i noticed that there was a start up sound but all other sounds were disabbled. Atleast they look disabled. When i press the sound key(f12) there is a small icon indicating