<?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 setting initial values check box for append structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-initial-values-check-box-for-append-structure/m-p/5460384#M1251079</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;i have appended a zstucture to a standard table , but how can i set the check box for initial values for the appended  fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Apr 2009 11:29:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-29T11:29:07Z</dc:date>
    <item>
      <title>setting initial values check box for append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-initial-values-check-box-for-append-structure/m-p/5460384#M1251079</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;i have appended a zstucture to a standard table , but how can i set the check box for initial values for the appended  fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 11:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-initial-values-check-box-for-append-structure/m-p/5460384#M1251079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-29T11:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: setting initial values check box for append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-initial-values-check-box-for-append-structure/m-p/5460385#M1251080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u explain lil bit..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ur issue is not clear....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 11:50:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-initial-values-check-box-for-append-structure/m-p/5460385#M1251080</guid>
      <dc:creator>RahulKeshav</dc:creator>
      <dc:date>2009-04-29T11:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: setting initial values check box for append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-initial-values-check-box-for-append-structure/m-p/5460386#M1251081</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;Directly its not possible....&lt;/P&gt;&lt;P&gt;instead there is a way for doing it....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the data element level of that checkbox...&lt;/P&gt;&lt;P&gt;in the further characteristic tab of the data element ...&lt;/P&gt;&lt;P&gt;specify a name for parameter ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then write a small program to set the parameter ID to the value 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say for example you give the parameter ID name as DPK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in the program,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data : w_chk type c default 'X'
SET PARAMETER ID DPK FIELD W_CHK.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the value X will be default for the checkbox field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 12:29:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-initial-values-check-box-for-append-structure/m-p/5460386#M1251081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-29T12:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: setting initial values check box for append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-initial-values-check-box-for-append-structure/m-p/5460387#M1251082</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;thanks for replies...actually i have appended a zstructure to standard table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as we know that the initial values check box will be automatically checked when we first activate a table&lt;/P&gt;&lt;P&gt;after creating...my issue was to get all fields of my zstructure to be checked for iniial entries....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the problem is sloved....what i did is in se14 we need to select force change..so all the fields will be checked for initial entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnaks for replies n time..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 14:27:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-initial-values-check-box-for-append-structure/m-p/5460387#M1251082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-29T14:27:09Z</dc:date>
    </item>
  </channel>
</rss>

