<?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 and transaction code SAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-and-transaction-code-sap/m-p/9815963#M1781925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TSTCP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are you trying to achieve as concerned about questions you are asking?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Oct 2013 07:00:46 GMT</pubDate>
    <dc:creator>Colleen</dc:creator>
    <dc:date>2013-10-25T07:00:46Z</dc:date>
    <item>
      <title>Object and transaction code SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-and-transaction-code-sap/m-p/9815959#M1781921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need access for view authorization object, before assign transaction code in PFCG.&lt;/P&gt;&lt;P&gt;If from SU24 there are object display :&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/308151" height="292" width="558" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if using table name USOBT, display same with SU24 :&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/308152" height="190" width="401" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but after assign transaction code F-63 in PFCG menu transaction, automatically system generate object in PFCG and different from SU24.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/308171" height="230" width="535" /&gt;&lt;/P&gt;&lt;P&gt;How system generate object in role? are there the step logic ?&lt;/P&gt;&lt;P&gt;system not only read from table USOBT or SU24.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any table or linking table in SAP for all authorization object if before assigned transaction code in role?&lt;/P&gt;&lt;P&gt;After saving role, i can use table &lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;AGR_1251.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nov&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 05:02:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-and-transaction-code-sap/m-p/9815959#M1781921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-25T05:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Object and transaction code SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-and-transaction-code-sap/m-p/9815960#M1781922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a parameter transaction. For those objects it does not have it's own values for, it inherits the SU24 proposals of the parameterised transaction it is calling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SE93 you can see this and whether there is a "hard wired" inheritance (used for some OO-transactions).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 05:12:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-and-transaction-code-sap/m-p/9815960#M1781922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-25T05:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Object and transaction code SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-and-transaction-code-sap/m-p/9815961#M1781923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nov&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SU24 data does default PFCG values. Customer tables are USOBT_C and USOBX_C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, SE93 transaction definition also used. In case of transaction F-63, it is a Parameter Transaction based on FBV1. Check to see if defaults are coming from FBV1 as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Colleen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 05:18:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-and-transaction-code-sap/m-p/9815961#M1781923</guid>
      <dc:creator>Colleen</dc:creator>
      <dc:date>2013-10-25T05:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Object and transaction code SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-and-transaction-code-sap/m-p/9815962#M1781924</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 for answer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It means one transaction have another link transaction, and system generate object not only from one source transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already check in SE93, and like you said. it's true..&lt;/P&gt;&lt;P&gt;Then could you let me know table name where&amp;nbsp; linking transaction code and another Parameter Transaction stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nov&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 06:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-and-transaction-code-sap/m-p/9815962#M1781924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-25T06:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Object and transaction code SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-and-transaction-code-sap/m-p/9815963#M1781925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TSTCP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are you trying to achieve as concerned about questions you are asking?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 07:00:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-and-transaction-code-sap/m-p/9815963#M1781925</guid>
      <dc:creator>Colleen</dc:creator>
      <dc:date>2013-10-25T07:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Object and transaction code SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-and-transaction-code-sap/m-p/9815964#M1781926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Analyze value object to be concern before execute by authorization admin.&lt;/P&gt;&lt;P&gt;so.. i need to know all object generate in PFCG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 08:12:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-and-transaction-code-sap/m-p/9815964#M1781926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-25T08:12:58Z</dc:date>
    </item>
  </channel>
</rss>

