<?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: error while using box_fieldname in ALV layout in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-box-fieldname-in-alv-layout/m-p/4536222#M1071859</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you want check box or box_field ? which one you want.&lt;/P&gt;&lt;P&gt;if you want box field ,then use only one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;p_t_layout-box_fieldname = 'CHK'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want check box then use this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;wa_fieldcat-fieldname = 'CHK'.
wa_fieldcat-reptext_ddic = 'IDOC SELECTED'.
wa_fieldcat-tabname = 'T_MISC_OUTPUT1'.
wa_fieldcat-outputlen = 2.
wa_fieldcat-checkbox = 'X'.
wa_fieldcat-input = 'X'.
wa_fielcat-edit = 'X'.
APPEND wa_fieldcat TO t_fieldcat.
CLEAR wa_fieldcat.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't use both together.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2008 12:24:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-03T12:24:16Z</dc:date>
    <item>
      <title>error while using box_fieldname in ALV layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-box-fieldname-in-alv-layout/m-p/4536216#M1071853</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 use alv block display for my report.In that i have checkbox in my first block inorder to select few lines from my output and perform a user command(i want to post those documents).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i click on my user command i get the dump 'Field symbol not assigned' from some standard program.Kindly guide me on what it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subasree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 12:04:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-box-fieldname-in-alv-layout/m-p/4536216#M1071853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T12:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: error while using box_fieldname in ALV layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-box-fieldname-in-alv-layout/m-p/4536217#M1071854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is known error, the error causing from the fieldcatalog or layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show the code related to fieldcatalog and function call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 12:07:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-box-fieldname-in-alv-layout/m-p/4536217#M1071854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T12:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: error while using box_fieldname in ALV layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-box-fieldname-in-alv-layout/m-p/4536218#M1071855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi..&lt;/P&gt;&lt;P&gt;check whether u hav declared a variable for the box in final internal table as A(1)  TYPE C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;padma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 12:07:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-box-fieldname-in-alv-layout/m-p/4536218#M1071855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T12:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: error while using box_fieldname in ALV layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-box-fieldname-in-alv-layout/m-p/4536219#M1071856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What r u giving is_layout-BOX_FIELDNAME = ?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 12:08:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-box-fieldname-in-alv-layout/m-p/4536219#M1071856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T12:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: error while using box_fieldname in ALV layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-box-fieldname-in-alv-layout/m-p/4536220#M1071857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you provide the &lt;STRONG&gt;wrong fieldname&lt;/STRONG&gt; or if you mention it in &lt;STRONG&gt;small letters&lt;/STRONG&gt; then chances of getting the dump.just check it once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 12:11:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-box-fieldname-in-alv-layout/m-p/4536220#M1071857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T12:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: error while using box_fieldname in ALV layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-box-fieldname-in-alv-layout/m-p/4536221#M1071858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;layout :  p_t_layout-box_fieldname         = 'CHK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fieldcatalog :   wa_fieldcat-fieldname     = 'CHK'.&lt;/P&gt;&lt;P&gt;  wa_fieldcat-reptext_ddic  = 'IDOC SELECTED'.&lt;/P&gt;&lt;P&gt;  wa_fieldcat-tabname       = 'T_MISC_OUTPUT1'.&lt;/P&gt;&lt;P&gt;  wa_fieldcat-outputlen     = 2.&lt;/P&gt;&lt;P&gt;  APPEND wa_fieldcat TO t_fieldcat.&lt;/P&gt;&lt;P&gt;  CLEAR wa_fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field chk is present in my output internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure why the error is occuring.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 12:20:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-box-fieldname-in-alv-layout/m-p/4536221#M1071858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T12:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: error while using box_fieldname in ALV layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-box-fieldname-in-alv-layout/m-p/4536222#M1071859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you want check box or box_field ? which one you want.&lt;/P&gt;&lt;P&gt;if you want box field ,then use only one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;p_t_layout-box_fieldname = 'CHK'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want check box then use this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;wa_fieldcat-fieldname = 'CHK'.
wa_fieldcat-reptext_ddic = 'IDOC SELECTED'.
wa_fieldcat-tabname = 'T_MISC_OUTPUT1'.
wa_fieldcat-outputlen = 2.
wa_fieldcat-checkbox = 'X'.
wa_fieldcat-input = 'X'.
wa_fielcat-edit = 'X'.
APPEND wa_fieldcat TO t_fieldcat.
CLEAR wa_fieldcat.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't use both together.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 12:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-box-fieldname-in-alv-layout/m-p/4536222#M1071859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T12:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: error while using box_fieldname in ALV layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-box-fieldname-in-alv-layout/m-p/4536223#M1071860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the line selected by using the checkbox does not have value 'X' in the chk field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 13:25:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-box-fieldname-in-alv-layout/m-p/4536223#M1071860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T13:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: error while using box_fieldname in ALV layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-box-fieldname-in-alv-layout/m-p/4536224#M1071861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subhashree,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also having a similar requirement to edit the IDOC from AVL.&lt;/P&gt;&lt;P&gt;Could you please share the code of it?.I will use it as base template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Elini.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 05:23:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-box-fieldname-in-alv-layout/m-p/4536224#M1071861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-22T05:23:27Z</dc:date>
    </item>
  </channel>
</rss>

