<?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: Conversion normal table fields into primary keys, then TMG  &amp; Lock objects? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-normal-table-fields-into-primary-keys-then-tmg-lock-objects/m-p/1768329#M331952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My task is to make two normal fields of the data base table into primary keys. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to do ?&lt;/P&gt;&lt;P&gt;Below are ZXYZ table fields : { MANDT, ZPRCTR are primary key fields at this moment, But I need to make ZGJAHR , ZMONAT as primary key fields by moving to be positioned after the ZPRCTR field . Regenerate the associated Maintenance View and check the associated Lock object for impact (EZXYZ). }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MANDT   ZMANDT CLNT 3 0 Client&lt;/P&gt;&lt;P&gt;ZPRCTR   ZPRCTR CHAR 10 0 SAP Profit Center&lt;/P&gt;&lt;P&gt;RPT_LOC   ZRPT_LOC CHAR 10 0 Reporting Location Number&lt;/P&gt;&lt;P&gt;ZGJAHR   ZGJAHR NUMC 4 0 Year&lt;/P&gt;&lt;P&gt;ZMONAT   ZMONAT NUMC 2 0 Period&lt;/P&gt;&lt;P&gt;Z500_XMIT   Z500_XMIT CHAR 1 0 0500 Transmit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me is it technically possible ? &lt;/P&gt;&lt;P&gt;If so how can ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Func consultant said as below :&lt;/P&gt;&lt;P&gt;The lock object can continue to lock on profit center even though we are adding period/year to the key, if that is technically possible. If not, I'll need to know because there may be additional changes needed to the programs to pass the period/year information when locking and unlocking.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Nov 2006 21:11:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-29T21:11:38Z</dc:date>
    <item>
      <title>Conversion normal table fields into primary keys, then TMG  &amp; Lock objects?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-normal-table-fields-into-primary-keys-then-tmg-lock-objects/m-p/1768328#M331951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My task is to make two normal fields of the data base table   into    primary keys. &lt;/P&gt;&lt;P&gt;Func specs  are below :&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;The lock object can continue to lock on profit center even though we are adding period/year to the key, if that is technically possible.  If not, I'll need to know because there may be additional changes needed to the programs to pass the period/year information when locking and unlocking.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to do ?&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Below are ZXYZ table fields&amp;lt;/b&amp;gt; : {  MANDT, ZPRCTR are primary key fields at this moment, But I need to make  ZGJAHR , ZMONAT as primary key fields by moving to be positioned after the ZPRCTR field . Regenerate the associated Maintenance View and check the associated Lock object for impact (EZXYZ).  }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MANDT	 ZMANDT	  CLNT	3	0	Client&lt;/P&gt;&lt;P&gt;ZPRCTR	 ZPRCTR	  CHAR	10	0	SAP Profit Center&lt;/P&gt;&lt;P&gt;RPT_LOC	 ZRPT_LOC CHAR	10	0	Reporting Location Number&lt;/P&gt;&lt;P&gt;ZGJAHR	 ZGJAHR	  NUMC	4	0	Year&lt;/P&gt;&lt;P&gt;ZMONAT	 ZMONAT	  NUMC	2	0	Period&lt;/P&gt;&lt;P&gt;Z500_XMIT	 Z500_XMIT CHAR	1	0	0500 Transmit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Can you tell me is it technically possible ? &lt;/P&gt;&lt;P&gt;If so how can ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 21:01:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-normal-table-fields-into-primary-keys-then-tmg-lock-objects/m-p/1768328#M331951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T21:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion normal table fields into primary keys, then TMG  &amp; Lock objects?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-normal-table-fields-into-primary-keys-then-tmg-lock-objects/m-p/1768329#M331952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My task is to make two normal fields of the data base table into primary keys. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to do ?&lt;/P&gt;&lt;P&gt;Below are ZXYZ table fields : { MANDT, ZPRCTR are primary key fields at this moment, But I need to make ZGJAHR , ZMONAT as primary key fields by moving to be positioned after the ZPRCTR field . Regenerate the associated Maintenance View and check the associated Lock object for impact (EZXYZ). }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MANDT   ZMANDT CLNT 3 0 Client&lt;/P&gt;&lt;P&gt;ZPRCTR   ZPRCTR CHAR 10 0 SAP Profit Center&lt;/P&gt;&lt;P&gt;RPT_LOC   ZRPT_LOC CHAR 10 0 Reporting Location Number&lt;/P&gt;&lt;P&gt;ZGJAHR   ZGJAHR NUMC 4 0 Year&lt;/P&gt;&lt;P&gt;ZMONAT   ZMONAT NUMC 2 0 Period&lt;/P&gt;&lt;P&gt;Z500_XMIT   Z500_XMIT CHAR 1 0 0500 Transmit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me is it technically possible ? &lt;/P&gt;&lt;P&gt;If so how can ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Func consultant said as below :&lt;/P&gt;&lt;P&gt;The lock object can continue to lock on profit center even though we are adding period/year to the key, if that is technically possible. If not, I'll need to know because there may be additional changes needed to the programs to pass the period/year information when locking and unlocking.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 21:11:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-normal-table-fields-into-primary-keys-then-tmg-lock-objects/m-p/1768329#M331952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T21:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion normal table fields into primary keys, then TMG  &amp; Lock objects?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-normal-table-fields-into-primary-keys-then-tmg-lock-objects/m-p/1768330#M331953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please read my second message and &lt;/P&gt;&lt;P&gt;Could you explain how can I proceed ?&lt;/P&gt;&lt;P&gt;I can say you ...if I was not clearly said my problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 21:13:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-normal-table-fields-into-primary-keys-then-tmg-lock-objects/m-p/1768330#M331953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T21:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion normal table fields into primary keys, then TMG  &amp; Lock objects?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-normal-table-fields-into-primary-keys-then-tmg-lock-objects/m-p/1768331#M331954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think all you have to do is move RPT_LOC after ZMONAT, mark ZGJAHR and ZMONAT as key fields and adjust the database (being careful to keep the data).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 21:20:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-normal-table-fields-into-primary-keys-then-tmg-lock-objects/m-p/1768331#M331954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T21:20:53Z</dc:date>
    </item>
  </channel>
</rss>

