<?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 LOG Internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/log-internal-table/m-p/2791486#M651289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are in the process ogf upgrading form 4.6c to ECC. In one of the program the code is like this. Could u pls tell me what is the meaning of this. I never came across this type of statment so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOG GT_LOG_TMP: 'Message:',&lt;/P&gt;&lt;P&gt;                  'TYP =', MSGTY,&lt;/P&gt;&lt;P&gt;                  'ID  =', MSGID,&lt;/P&gt;&lt;P&gt;                  'NO  =', MSGNO,&lt;/P&gt;&lt;P&gt;                  'V1  =', MSGV1,&lt;/P&gt;&lt;P&gt;                  'V2  =', MSGV2,&lt;/P&gt;&lt;P&gt;                  'V3  =', MSGV3,&lt;/P&gt;&lt;P&gt;                  'V4  =', MSGV4.&lt;/P&gt;&lt;P&gt;  AL GT_LOG_TMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the same program it is giving error in the below code:&lt;/P&gt;&lt;P&gt;LOG LPT_LOG:&lt;/P&gt;&lt;P&gt;        'Undefined ws_used_flags-value', LPT-EVA,&lt;/P&gt;&lt;P&gt;        'for curr.key', LPT-WAERS.&lt;/P&gt;&lt;P&gt;      AL LPT_LOG.&lt;/P&gt;&lt;P&gt;Error : "LPT-EVA" must be a character-type data object (data type C, N, D, T or	STRING). field string).	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LPT-EVA is a type X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i know the which value is coming into that. Pls help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Swapna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2007 11:52:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-13T11:52:39Z</dc:date>
    <item>
      <title>LOG Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/log-internal-table/m-p/2791486#M651289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are in the process ogf upgrading form 4.6c to ECC. In one of the program the code is like this. Could u pls tell me what is the meaning of this. I never came across this type of statment so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOG GT_LOG_TMP: 'Message:',&lt;/P&gt;&lt;P&gt;                  'TYP =', MSGTY,&lt;/P&gt;&lt;P&gt;                  'ID  =', MSGID,&lt;/P&gt;&lt;P&gt;                  'NO  =', MSGNO,&lt;/P&gt;&lt;P&gt;                  'V1  =', MSGV1,&lt;/P&gt;&lt;P&gt;                  'V2  =', MSGV2,&lt;/P&gt;&lt;P&gt;                  'V3  =', MSGV3,&lt;/P&gt;&lt;P&gt;                  'V4  =', MSGV4.&lt;/P&gt;&lt;P&gt;  AL GT_LOG_TMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the same program it is giving error in the below code:&lt;/P&gt;&lt;P&gt;LOG LPT_LOG:&lt;/P&gt;&lt;P&gt;        'Undefined ws_used_flags-value', LPT-EVA,&lt;/P&gt;&lt;P&gt;        'for curr.key', LPT-WAERS.&lt;/P&gt;&lt;P&gt;      AL LPT_LOG.&lt;/P&gt;&lt;P&gt;Error : "LPT-EVA" must be a character-type data object (data type C, N, D, T or	STRING). field string).	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LPT-EVA is a type X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i know the which value is coming into that. Pls help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Swapna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 11:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/log-internal-table/m-p/2791486#M651289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T11:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: LOG Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/log-internal-table/m-p/2791487#M651290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't tell much just from this segment but the problem is that the field LPT-EVA is type X, which is a String type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here it looks like someone is trying to use this field in a message (look up ABAP help on MESSAGE comand) and it's not possible to use variables of type String for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the type of LPT-EVA from X to CHAR with some length that will work for this program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 20:46:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/log-internal-table/m-p/2791487#M651290</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2007-09-13T20:46:06Z</dc:date>
    </item>
  </channel>
</rss>

