<?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: dump when printing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-printing/m-p/1879614#M369484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sri!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The REUSE_ALV* function modules can not run in update task (there is a call screen included) - your printing seems to be in an update task (e.g. when you have a message output '4 - immediate'). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check, if it's possible to run this in background (in case of messages with 1 / 2: by job), otherwise you need to remove the FM module - no other help, sorry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jan 2007 16:19:56 GMT</pubDate>
    <dc:creator>christian_wohlfahrt</dc:creator>
    <dc:date>2007-01-19T16:19:56Z</dc:date>
    <item>
      <title>dump when printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-printing/m-p/1879613#M369483</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;getting dump  when using 'Print' command. the dump details are:&lt;/P&gt;&lt;P&gt;in debugging it is stopping a method for 'TOP OF PAGE' &lt;/P&gt;&lt;P&gt;I have used the FM for top page CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            it_list_commentary = vt_list_top_of_page.&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP/4 program "SAPLKKBL " had to be terminated because&lt;/P&gt;&lt;P&gt;one of the statements could not be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is probably due to an error in the ABAP/4 program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can you do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note the actions and input that caused the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inform your SAP system administrator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can print out this message by choosing "Print". Transaction ST22&lt;/P&gt;&lt;P&gt;allows you to display and manage termination messages, including keeping&lt;/P&gt;&lt;P&gt; them beyond their normal deletion date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;How to correct the error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the error occurred in a non-modified SAP program, you may be&lt;/P&gt;&lt;P&gt;able to find a solution in the SAP note system.&lt;/P&gt;&lt;P&gt;If you have access to the note system yourself, use the following&lt;/P&gt;&lt;P&gt;search criteria:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; "OBJECTS_NOT_CHARLIKE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"SAPLKKBL " or "LKKBLF99 "&lt;/P&gt;&lt;P&gt;"GEN_FIELD_OUT2"&lt;/P&gt;&lt;P&gt;f you cannot solve the problem yourself, please send the&lt;/P&gt;&lt;P&gt;ollowing documents to SAP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;. A hard copy print describing the problem.&lt;/P&gt;&lt;P&gt;  To obtain this, select the "Print" function on the current screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;. A suitable hardcopy prinout of the system log.&lt;/P&gt;&lt;P&gt;  To obtain this, call the system log with Transaction SM21&lt;/P&gt;&lt;P&gt;  and select the "Print" function to print out the relevant&lt;/P&gt;&lt;P&gt;  part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;. If the programs are your own programs or modified SAP programs,&lt;/P&gt;&lt;P&gt;  supply the source code.&lt;/P&gt;&lt;P&gt;  To do this, you can either use the "PRINT" command in the editor or&lt;/P&gt;&lt;P&gt;  print the programs using the report RSINCL00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;. Details regarding the conditions under which the error occurred&lt;/P&gt;&lt;P&gt;  or which actions and input led to the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 11:50:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-printing/m-p/1879613#M369483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T11:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: dump when printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-printing/m-p/1879614#M369484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sri!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The REUSE_ALV* function modules can not run in update task (there is a call screen included) - your printing seems to be in an update task (e.g. when you have a message output '4 - immediate'). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check, if it's possible to run this in background (in case of messages with 1 / 2: by job), otherwise you need to remove the FM module - no other help, sorry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 16:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-printing/m-p/1879614#M369484</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2007-01-19T16:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: dump when printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-printing/m-p/1879615#M369485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Somewhere object type you are using the type as 'P', here instead you need to take it as 'C' i mean take it as Charecter type ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 16:23:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-printing/m-p/1879615#M369485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T16:23:12Z</dc:date>
    </item>
  </channel>
</rss>

