<?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: Check table values restrict? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table-values-restrict/m-p/2304866#M504087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you talking about F4 help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a search help and attach it t oYFIELDNAME.&lt;/P&gt;&lt;P&gt;Within Search help you can specify that you need TABNAME = MARA only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 May 2007 18:43:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-24T18:43:49Z</dc:date>
    <item>
      <title>Check table values restrict?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table-values-restrict/m-p/2304865#M504086</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 have declared a table with the following fields and check tables associated with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Field           Data Element    Data Type 	Check table
MANDT		MANDT		CLNT	                              
YFIELDNAME	FIELDNAME	CHAR		DD03L
YFIELDDESC	AS4TEXT		CHAR	                              
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check table values against field YFIELDNAME as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Check table ChkTablFld For.key table Foreign key fielGeneric  Constant                    
DD03L       TABNAME                                                                   
DD03L       FIELDNAME  YFE078        YFIELDNAME                                           
DD03L       AS4LOCAL                                                                  
DD03L       AS4VERS                                                                   
DD03L       POSITION                                                                  
  
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have maintained a Table maintenance Generator for this table. But problem is while entering&lt;/P&gt;&lt;P&gt;values for this table thru table maintenance system should show only field names that beling to MARA &lt;/P&gt;&lt;P&gt;table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to give constant value MARA in check table parameter against TABNAME as shown above, but is not accepting &lt;/P&gt;&lt;P&gt;that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 18:35:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-table-values-restrict/m-p/2304865#M504086</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-05-24T18:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Check table values restrict?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table-values-restrict/m-p/2304866#M504087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you talking about F4 help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a search help and attach it t oYFIELDNAME.&lt;/P&gt;&lt;P&gt;Within Search help you can specify that you need TABNAME = MARA only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 18:43:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-table-values-restrict/m-p/2304866#M504087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T18:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Check table values restrict?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table-values-restrict/m-p/2304867#M504088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don;t need a search help. I want values entered to be restricted .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;aRs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 19:28:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-table-values-restrict/m-p/2304867#M504088</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-05-24T19:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Check table values restrict?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table-values-restrict/m-p/2304868#M504089</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;You can create the  table like below for field FIELDNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YFIELDNAME	MATNR	CHAR18		MARA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sksingh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 19:43:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-table-values-restrict/m-p/2304868#M504089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T19:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Check table values restrict?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table-values-restrict/m-p/2304869#M504090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think you have not understand my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to restrict the check table values while entering values .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 19:55:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-table-values-restrict/m-p/2304869#M504090</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-05-24T19:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Check table values restrict?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table-values-restrict/m-p/2304870#M504091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey you can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a database view on DD03L.&lt;/P&gt;&lt;P&gt;Under 'Selection condition' tab, you can specify the condition that TABNAME = 'MARA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this Database view as a Checktable for YFIELDNAME.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 21:12:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-table-values-restrict/m-p/2304870#M504091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T21:12:16Z</dc:date>
    </item>
  </channel>
</rss>

