<?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: ALV dump. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327708#M1537720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; do a consistency check for you ALV.&lt;/P&gt;&lt;P&gt;It will help to remove other inconsistencies in your ALV too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Press shift in empty area of ALV and right double click.
You will see all the incosistencies your ALV.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sumit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Sep 2010 05:49:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-24T05:49:56Z</dc:date>
    <item>
      <title>ALV dump.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327703#M1537715</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 written a alv program using function "REUSE_ALV_LIST_DISPLAY".  When I execute program , alv list gets displayed, however, when I press change layout or select all or back button it gives below error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The current statement only supports character-type data objects."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"In statement&lt;/P&gt;&lt;P&gt;   "STRLEN( obj )..."&lt;/P&gt;&lt;P&gt;the argument "obj" can only take a character-type data object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, the operand "obj" has the non-character type "P"."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not getting why this error is coming only after pressing button on alv toolbar.  I have given checkbox in front of each record.  I can manually select each check box.  but if i press select all button on the toolbar, it gives above error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 05:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327703#M1537715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-24T05:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: ALV dump.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327704#M1537716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh&lt;/P&gt;&lt;P&gt;you are getting dump on the statement...&lt;/P&gt;&lt;P&gt;"STRLEN( obj )..."  is it from your code or from std sap code ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please paste your code here to find out the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sachin Patil on Sep 24, 2010 11:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 05:39:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327704#M1537716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-24T05:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: ALV dump.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327705#M1537717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error is valid .&lt;/P&gt;&lt;P&gt;STRLEN will not work for data type P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 05:42:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327705#M1537717</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2010-09-24T05:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: ALV dump.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327706#M1537718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting error in below program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main Program : SAPLKKBL&lt;/P&gt;&lt;P&gt;Source code of : LKKBLF01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is the dump text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The termination occurred in the ABAP program "SAPLKKBL" in "FIELDS_READ".&lt;/P&gt;&lt;P&gt;The main program was "ZCOLLECTION_AGENCY_REPORT ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The termination occurred in line 5310 of the source code of the (Include)&lt;/P&gt;&lt;P&gt; program "LKKBLF01"&lt;/P&gt;&lt;P&gt;of the source code of program "LKKBLF01" (when calling the editor 53100)."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 05:43:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327706#M1537718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-24T05:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: ALV dump.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327707#M1537719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cehck this program ZCOLLECTION_AGENCY_REPORT  for strlen and rectify it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 05:48:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327707#M1537719</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2010-09-24T05:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: ALV dump.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327708#M1537720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; do a consistency check for you ALV.&lt;/P&gt;&lt;P&gt;It will help to remove other inconsistencies in your ALV too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Press shift in empty area of ALV and right double click.
You will see all the incosistencies your ALV.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sumit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 05:49:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327708#M1537720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-24T05:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: ALV dump.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327709#M1537721</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;       Check if your program contains any fields of type P in the fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 05:58:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327709#M1537721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-24T05:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: ALV dump.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327710#M1537722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem lies in your fieldcatalog.please provide field details of your field catalog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 06:00:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327710#M1537722</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2010-09-24T06:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: ALV dump.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327711#M1537723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt; FORM build_catalogue .

  CLEAR g_fieldcat.
  g_fieldcat-fieldname = 'SEL'.
  g_fieldcat-tabname   = 'IT_DATA'.
  g_fieldcat-seltext_l = 'Sel'.
  g_fieldcat-checkbox = 'X'.
  g_fieldcat-input    = 'X'.
  IF r_report = 'X'.
    g_fieldcat-no_out    = 'X'.
  ENDIF.
  APPEND g_fieldcat TO g_fieldcat_tab.

  CLEAR g_fieldcat.
  g_fieldcat-fieldname = 'XBLNR'.
  g_fieldcat-tabname   = 'IT_DATA'.
  g_fieldcat-seltext_l = 'Agent'.
  g_fieldcat-no_out    = 'X'.
  APPEND g_fieldcat TO g_fieldcat_tab.

  CLEAR g_fieldcat.
  g_fieldcat-fieldname = 'POST_DOC'.
  g_fieldcat-tabname   = 'IT_DATA'.
  g_fieldcat-seltext_l = 'Posted Document'.
  IF r_post = 'X'.
    g_fieldcat-no_out    = 'X'.
  ENDIF.
  APPEND g_fieldcat TO g_fieldcat_tab.

  CLEAR g_fieldcat.
  g_fieldcat-fieldname = 'VERTN'.
  g_fieldcat-tabname   = 'IT_DATA'.
  g_fieldcat-seltext_l = 'Contract'.
  APPEND g_fieldcat TO g_fieldcat_tab.

  CLEAR g_fieldcat.
  g_fieldcat-fieldname = 'KUNNR'.
  g_fieldcat-tabname   = 'IT_DATA'.
  g_fieldcat-seltext_l = 'Hirer Code'.
  APPEND g_fieldcat TO g_fieldcat_tab.

  CLEAR g_fieldcat.
  g_fieldcat-fieldname = 'NAME1'.
  g_fieldcat-tabname   = 'IT_DATA'.
  g_fieldcat-seltext_l = 'Hirer Name                             .'.
  APPEND g_fieldcat TO g_fieldcat_tab.

  CLEAR g_fieldcat.
  g_fieldcat-fieldname = 'XREF3'.
  g_fieldcat-tabname   = 'IT_DATA'.
  g_fieldcat-seltext_l = 'Receipt No.'.
  APPEND g_fieldcat TO g_fieldcat_tab.

  CLEAR g_fieldcat.
  g_fieldcat-fieldname = 'BLDAT'.
  g_fieldcat-tabname   = 'IT_DATA'.
  g_fieldcat-seltext_l = 'Base Line Dt'.
  APPEND g_fieldcat TO g_fieldcat_tab.

  CLEAR g_fieldcat.
  g_fieldcat-fieldname = 'XREF1'.
  g_fieldcat-tabname   = 'IT_DATA'.
  g_fieldcat-seltext_l = 'Receipt Amt'.
  APPEND g_fieldcat TO g_fieldcat_tab.

  CLEAR g_fieldcat.
  g_fieldcat-fieldname = 'BELNR'.
  g_fieldcat-tabname   = 'IT_DATA'.
  g_fieldcat-seltext_l = 'Document No.'.
  APPEND g_fieldcat TO g_fieldcat_tab.

  CLEAR g_fieldcat.
  g_fieldcat-fieldname = 'WRBTR'.
  g_fieldcat-tabname   = 'IT_DATA'.
  g_fieldcat-seltext_l = 'Commision Charges'.
  APPEND g_fieldcat TO g_fieldcat_tab.

  IF r_post = 'X'.
    CLEAR g_fieldcat.
    g_fieldcat-fieldname = 'C_WRBTR'.
    g_fieldcat-tabname   = 'IT_DATA'.
    g_fieldcat-seltext_l = 'Add Amount'.
    g_fieldcat-input     = 'X'.
    APPEND g_fieldcat TO g_fieldcat_tab.

    CLEAR g_fieldcat.
    g_fieldcat-fieldname = 'D_WRBTR'.
    g_fieldcat-tabname   = 'IT_DATA'.
    g_fieldcat-seltext_l = 'Subtract Amt'.
    g_fieldcat-input     = 'X'.
    APPEND g_fieldcat TO g_fieldcat_tab.
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 06:18:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327711#M1537723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-24T06:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: ALV dump.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327712#M1537724</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;     Check your fields  'WRBTR' , 'C_WRBTR' , 'D_WRBTR' in internal table  'IT_DATA' .. &lt;/P&gt;&lt;P&gt;     These should be declared as char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 06:23:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327712#M1537724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-24T06:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: ALV dump.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327713#M1537725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is in your field catalogue internal table. When you change the layout, you must have written a code to modify the fieldcatalogue internal table as per the new layout. While modifying the field catalogue internal table, check if the 'DATATYPE' field of that internal table is getting populated with 'CHAR' and 'INTTYPE' is getting populated with 'C' for amount fields, . If yes,make this 'DATATYPE' and 'INTTYPE' fields blank for amount fileds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pranjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 07:57:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327713#M1537725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-24T07:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: ALV dump.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327714#M1537726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thats why you do a REUSE_ALV_FIELDCATALOG_MERGE instead of building it manually.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 08:08:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327714#M1537726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-24T08:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: ALV dump.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327715#M1537727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This problem is not coming in development &amp;amp; quality server.  it is only coming in production server.  i dont know why this happening ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 10:54:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327715#M1537727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-24T10:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: ALV dump.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327716#M1537728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why dnt you use Grid instead of list i.e.'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: drahulmore on Sep 24, 2010 1:20 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 11:19:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327716#M1537728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-24T11:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: ALV dump.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327717#M1537729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a hunch &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you trying to sum a character field ??? or something related to currency &amp;amp; quantity field.&lt;/P&gt;&lt;P&gt;Anyways as said you can perform the consistency check and find it out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 11:21:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7327717#M1537729</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-09-24T11:21:43Z</dc:date>
    </item>
  </channel>
</rss>

