<?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: object transportation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819668#M2026175</link>
    <description>&lt;P&gt;Yes, I added a new method into the class and it asks me for "R3TR CLAS Class_name" as you said. When I added this to the request I moved, my method was also seen.&lt;/P&gt;&lt;P&gt;The question I'm asking is: Why doesn't all the elements of the class also be included when you add it directly to the request?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2235645-image.png" /&gt;&lt;BR /&gt;&lt;BR /&gt;In the image above, it shows me all the methods connected to the object and I throw the object into the request.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2235646-image.png" /&gt;&lt;BR /&gt;&lt;BR /&gt;But I cannot see the methods in the request I sent the object to. (Therefore, the methods will not be moved)&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jan 2024 11:57:23 GMT</pubDate>
    <dc:creator>yalcin_mete</dc:creator>
    <dc:date>2024-01-11T11:57:23Z</dc:date>
    <item>
      <title>object transportation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819664#M2026171</link>
      <description>&lt;P&gt;Hi Masters,&lt;BR /&gt;&lt;BR /&gt;We have 3 systems.&lt;/P&gt;
  &lt;P&gt;1-S4D (Development system. Where we write the code.)&lt;/P&gt;
  &lt;P&gt;2-S4C (Test System. Where we test the code)&lt;/P&gt;
  &lt;P&gt;3-S4P (Live System. Where SAP is used by users.)&lt;/P&gt;
  &lt;P&gt;I want to move the methods in the ZCL_PP_UTIL class in S4D. To do this, I right-click on the 'Object Name' and throw the object directly into the request. In this case, don't I also move the methods of the class? To move the methods of the class, do I need to add the methods one by one into the request?&lt;BR /&gt;There are methods within the Methods inside the ZCL_PP_UTIL object. When I move the object, do these methods also move?&lt;/P&gt;
  &lt;P&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2235639-image.png" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2235640-image.png" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2235642-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 10:55:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819664#M2026171</guid>
      <dc:creator>yalcin_mete</dc:creator>
      <dc:date>2024-01-11T10:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: object transportation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819665#M2026172</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="mention-scrubbed"&gt;yalcin.mete&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Your transport will transfer the entire class, with all its elements, i.e. methods, attributes, properties etc.&lt;/P&gt;&lt;P&gt;However, you don't need to manually assign objects to transport requests. You could've just modified the class, the system would've asked for a transport request and entered transport objects to the request automatically.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dominik Tylczynski&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 11:27:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819665#M2026172</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2024-01-11T11:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: object transportation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819666#M2026173</link>
      <description>&lt;P&gt;Hello Yalcin,&lt;/P&gt;&lt;P&gt;If Class is transported for the first time in TR there will be entry R3TR	CLAS Class_name. This will bring full class contents to target system. In subsequent TRs only what is changed will be automatically recorded to TR: class definition, private/protected/public sections and methods. You need to record method name to transport only if transportation done not for the first time and change was applied to method. If you use Transport of Copies, you can include full object list from Workbench or Customizing request in se09 -&amp;gt; Include Objects. &lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Tatjana&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 11:36:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819666#M2026173</guid>
      <dc:creator>listat</dc:creator>
      <dc:date>2024-01-11T11:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: object transportation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819667#M2026174</link>
      <description>&lt;P&gt;Hello  &lt;SPAN class="mention-scrubbed"&gt;3a9e4ce873a94034b33dc62b0ce600ee&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2235643-image.png" /&gt;&lt;BR /&gt;&lt;BR /&gt;Transports are not transported with all their elements. For example, I cannot see individual methods in the moved request. (In the example above, I did not throw the object (ZCL_UTIL_CLASS) directly into the request, I threw it into two method requests one by one)&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2235644-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 11:47:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819667#M2026174</guid>
      <dc:creator>yalcin_mete</dc:creator>
      <dc:date>2024-01-11T11:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: object transportation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819668#M2026175</link>
      <description>&lt;P&gt;Yes, I added a new method into the class and it asks me for "R3TR CLAS Class_name" as you said. When I added this to the request I moved, my method was also seen.&lt;/P&gt;&lt;P&gt;The question I'm asking is: Why doesn't all the elements of the class also be included when you add it directly to the request?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2235645-image.png" /&gt;&lt;BR /&gt;&lt;BR /&gt;In the image above, it shows me all the methods connected to the object and I throw the object into the request.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2235646-image.png" /&gt;&lt;BR /&gt;&lt;BR /&gt;But I cannot see the methods in the request I sent the object to. (Therefore, the methods will not be moved)&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 11:57:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819668#M2026175</guid>
      <dc:creator>yalcin_mete</dc:creator>
      <dc:date>2024-01-11T11:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: object transportation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819669#M2026176</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;yalcin.mete&lt;/SPAN&gt; "Former Member"? LOL we don't all see the same thing / bug in SAP Community?&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2235649-image.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2235648-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 12:44:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819669#M2026176</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2024-01-11T12:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: object transportation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819670#M2026177</link>
      <description>&lt;P&gt;Sorry to repeat the answers, but you don't seem to understand:&lt;/P&gt;&lt;P&gt;This one entry "R3TR CLAS ZZZZ" moves everything contained in the class ZZZZ, methods and so on. You don't have to see them.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 12:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819670#M2026177</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2024-01-11T12:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: object transportation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819671#M2026178</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt;  are you sure?&lt;/P&gt;&lt;P&gt;While carrying, you should not be able to carry things that you cannot see. SAP is a program with many rules. I don't think he will allow this. I think the programmer would want to see what he's carrying.&lt;/P&gt;&lt;P&gt;On the other hand, when I move the methods in the entire class, wouldn't I also move the method that another programmer worked on (maybe he did not complete his work on the method)?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 12:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819671#M2026178</guid>
      <dc:creator>yalcin_mete</dc:creator>
      <dc:date>2024-01-11T12:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: object transportation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819672#M2026179</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt; Good catch! SAP Community migrates to a new platform. Thus no one will bother with fixing this problem. Hopefully the new platform will solve that.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 13:03:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819672#M2026179</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2024-01-11T13:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: object transportation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819673#M2026180</link>
      <description>&lt;P&gt;When you select the first one, it shows as "Former Member".&lt;BR /&gt;Sorry.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2235652-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 13:04:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819673#M2026180</guid>
      <dc:creator>yalcin_mete</dc:creator>
      <dc:date>2024-01-11T13:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: object transportation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819674#M2026181</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;yalcin.mete&lt;/SPAN&gt; I guess that is a side effect of SAP Community accounts consolidation.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 13:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819674#M2026181</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2024-01-11T13:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: object transportation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819675#M2026182</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;yalcin.mete&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2235653-image.png" /&gt;&lt;/P&gt;&lt;P&gt;(1) Transfers only the methods specified&lt;/P&gt;&lt;P&gt;(2) Transfers the entire class with all its elements, even if those elements are not explicitly displayed on the above screen.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 13:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819675#M2026182</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2024-01-11T13:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: object transportation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819676#M2026183</link>
      <description>&lt;P&gt;When you transport a main object (R3TR) every suboblject (LIMU) is also transported&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Examples : Class &amp;gt;  Methiods,  Class &amp;gt; Attributes, Function Group &amp;gt; Dynpro, Function Group &amp;gt; Function Modules, etc.&lt;/LI&gt;&lt;LI&gt;First time, transport the whole main object, then you could only transport changed sub objects&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 11 Jan 2024 13:39:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819676#M2026183</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2024-01-11T13:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: object transportation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819677#M2026184</link>
      <description>&lt;P&gt;I created and moved new classes and methods within classes between systems.&lt;/P&gt;&lt;P&gt;You are right. It also moves all child objects.&lt;/P&gt;&lt;P&gt;Since my colleagues work separately for each method of the class (other programmers also work), when I make a change in the class, I have to move the entire class (main object). That's what SAP wants. For example, let's say I created a new method inside the class and when I want to move this method, it asks me to move the main class (main object). But in this case, I either carry the methods that my other friends are working on, or I have to check their methods one by one.&lt;/P&gt;&lt;P&gt;Thank you for your valuable comments and help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 13:49:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819677#M2026184</guid>
      <dc:creator>yalcin_mete</dc:creator>
      <dc:date>2024-01-11T13:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: object transportation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819678#M2026185</link>
      <description>&lt;P&gt;You are right. It also moves all child objects.&lt;/P&gt;&lt;P&gt;Since my colleagues work separately for each method of the class (other programmers also work), when I make a change in the class, I have to move the entire class (main object). That's what SAP wants. For example, let's say I created a new method inside the class and when I want to move this method, it asks me to move the main class (main object). But in this case, I either carry the methods that my other friends are working on, or I have to check their methods one by one.&lt;/P&gt;&lt;P&gt;Thanks .&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 13:52:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819678#M2026185</guid>
      <dc:creator>yalcin_mete</dc:creator>
      <dc:date>2024-01-11T13:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: object transportation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819679#M2026186</link>
      <description>&lt;P&gt;You are right  &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 13:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819679#M2026186</guid>
      <dc:creator>yalcin_mete</dc:creator>
      <dc:date>2024-01-11T13:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: object transportation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819680#M2026187</link>
      <description>&lt;P&gt;In fact, if several developers need to work on the same object at the same time, that object is "too big".&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Actually seems you should transport only those static methods after first import, &lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 11 Jan 2024 13:58:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-transportation/m-p/12819680#M2026187</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2024-01-11T13:58:52Z</dc:date>
    </item>
  </channel>
</rss>

