<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: documentation for the function module 'RH_OM_MAINTAIN_RELATION' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/documentation-for-the-function-module-rh-om-maintain-relation/m-p/1701480#M307504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Smitha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the name of the function module implies you can insert, cut and move relationships between OM objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using transaction PO10 and PO13 I created a single orgunit ('O ') and a single position ('S '). If we want to link the position to the orgunit we have to create an infotype '1001' of subtype 'B003' (orgunit INCORPORATES position). To create this infotype you have to feed function module 'RH_OM_MAINTAIN_RELATION' with the following parameters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ACT_FCODE                       INSE      
ACT_PLVAR                       01        
ACT_ISTAT                       1         
VBEGDA                          26.11.2006
VENDDA                          31.12.9999&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARENT_OBJECT                                                                                
PLVAR                          01          
       OTYPE                          O           
       OBJID                          50003125    
       BEGDA                                      
       ENDDA                                      
       ISTAT                                      
       HISTO                                      
       SHORT                          ZUS_ORGEINH1
       STEXT                                      
       REALO                          50003125&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ACT_INFTY                       1001  
ACT_SUBTY                       B003&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CHILD_OBJECT                                                                                
PLVAR                          01            
       OTYPE                          S             
       OBJID                          50007250      
       BEGDA                                        
       ENDDA                                        
       ISTAT                                        
       HISTO                                        
       SHORT                          ZUS_PLANSTL1  
       STEXT                                        
       REALO                          50007250   &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;If you set NO_DIALOG = ' ' then a popup will appear where you see link between the two OM objects. Push the SAVE button to create the linkage and check the result in transaction PPOSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function codes are:&lt;/P&gt;&lt;P&gt;- INSE = insert&lt;/P&gt;&lt;P&gt;- DEL = delete&lt;/P&gt;&lt;P&gt;- CUTI = I guess cut &amp;amp; insert = move (In this case you probably have to provide OLD_PARENT_OBJECT and set MOVE = 'X').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 26 Nov 2006 06:42:22 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2006-11-26T06:42:22Z</dc:date>
    <item>
      <title>documentation for the function module 'RH_OM_MAINTAIN_RELATION'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/documentation-for-the-function-module-rh-om-maintain-relation/m-p/1701479#M307503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;Can anyone provide the documentation for the FM 'RH_OM_MAINTAIN_RELATION'&lt;/P&gt;&lt;P&gt;? Also could anyone tell me where this FM is used and if possible provide a sample code? Looks like there isn't any documentation for this FM anywhere on the net. Please help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Smitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 08:58:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/documentation-for-the-function-module-rh-om-maintain-relation/m-p/1701479#M307503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T08:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: documentation for the function module 'RH_OM_MAINTAIN_RELATION'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/documentation-for-the-function-module-rh-om-maintain-relation/m-p/1701480#M307504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Smitha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the name of the function module implies you can insert, cut and move relationships between OM objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using transaction PO10 and PO13 I created a single orgunit ('O ') and a single position ('S '). If we want to link the position to the orgunit we have to create an infotype '1001' of subtype 'B003' (orgunit INCORPORATES position). To create this infotype you have to feed function module 'RH_OM_MAINTAIN_RELATION' with the following parameters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ACT_FCODE                       INSE      
ACT_PLVAR                       01        
ACT_ISTAT                       1         
VBEGDA                          26.11.2006
VENDDA                          31.12.9999&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARENT_OBJECT                                                                                
PLVAR                          01          
       OTYPE                          O           
       OBJID                          50003125    
       BEGDA                                      
       ENDDA                                      
       ISTAT                                      
       HISTO                                      
       SHORT                          ZUS_ORGEINH1
       STEXT                                      
       REALO                          50003125&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ACT_INFTY                       1001  
ACT_SUBTY                       B003&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CHILD_OBJECT                                                                                
PLVAR                          01            
       OTYPE                          S             
       OBJID                          50007250      
       BEGDA                                        
       ENDDA                                        
       ISTAT                                        
       HISTO                                        
       SHORT                          ZUS_PLANSTL1  
       STEXT                                        
       REALO                          50007250   &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;If you set NO_DIALOG = ' ' then a popup will appear where you see link between the two OM objects. Push the SAVE button to create the linkage and check the result in transaction PPOSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function codes are:&lt;/P&gt;&lt;P&gt;- INSE = insert&lt;/P&gt;&lt;P&gt;- DEL = delete&lt;/P&gt;&lt;P&gt;- CUTI = I guess cut &amp;amp; insert = move (In this case you probably have to provide OLD_PARENT_OBJECT and set MOVE = 'X').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Nov 2006 06:42:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/documentation-for-the-function-module-rh-om-maintain-relation/m-p/1701480#M307504</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-11-26T06:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: documentation for the function module 'RH_OM_MAINTAIN_RELATION'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/documentation-for-the-function-module-rh-om-maintain-relation/m-p/1701481#M307505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Uwe for your reply. It really helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Smitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 09:45:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/documentation-for-the-function-module-rh-om-maintain-relation/m-p/1701481#M307505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T09:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: documentation for the function module 'RH_OM_MAINTAIN_RELATION'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/documentation-for-the-function-module-rh-om-maintain-relation/m-p/1701482#M307506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your effort: the function module RH_OM_MAINTAIN_RELATION is very usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However i've a problem using this function module for a massive deletion of BP relationships. After a few iterations (few BP relationships deleted succesfully) the following error message appear: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Message no. 5A503&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Diagnosis&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The object Organizational unit 0000005831 (object-ID 50017175) is already being processed by you. Perhaps you are currently processing the object in another session.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to solve my problem installing sap notes 934438 and 528352, but unfortunately the lock problem does not disappear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrizio Gemma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 11:17:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/documentation-for-the-function-module-rh-om-maintain-relation/m-p/1701482#M307506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-04T11:17:26Z</dc:date>
    </item>
  </channel>
</rss>

