<?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: Storage Location in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/storage-location/m-p/1166811#M121971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; THe best bet is to create a search help and attach the same to your Ztable WERKS field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shobana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Feb 2006 12:55:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-15T12:55:18Z</dc:date>
    <item>
      <title>Storage Location</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storage-location/m-p/1166809#M121969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a new table for restricted value of storage location!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and some addition Z-fields!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like the F4 on the field wERKS of My Z-table to show the liste of the werks in the table + the field NAME1 of the Standard table of storage location!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would you do this ? The F4 possibility ? Any foreign key etc ? I'd like to say in fact the text is the field NAME1 of standard!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 12:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storage-location/m-p/1166809#M121969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T12:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Storage Location</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storage-location/m-p/1166810#M121970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should create an Z-SEARCH HELP based on view created by a join with your Z-TABLE and master table of storage location (T001L).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 12:54:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storage-location/m-p/1166810#M121970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T12:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Storage Location</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storage-location/m-p/1166811#M121971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; THe best bet is to create a search help and attach the same to your Ztable WERKS field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shobana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 12:55:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storage-location/m-p/1166811#M121971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T12:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Storage Location</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storage-location/m-p/1166812#M121972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also achieve this by creating a foreign key relationship for the field WERKS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All you need to do is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) select field WERKS in your table and click on Foreign key button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Click YES on the pop up window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Another window will be poped up for creating foreign key relationship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Change the Check Table name to T001L.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) It will ask to Create proposal for field assignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) Click YES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7) Press ENTER and activate your table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; While making the entries, F4 Help will appear with Plant and Storage Location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neeraj Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 13:10:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storage-location/m-p/1166812#M121972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T13:10:34Z</dc:date>
    </item>
  </channel>
</rss>

