<?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 in custom user exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-custom-user-exit/m-p/10969187#M1894086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #333333; background: #ffffff;"&gt;field-symbols: &amp;lt;dl_imseg&amp;gt; type whatever your type is. &lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #333333; background: #ffffff;"&gt;loop at io_interface-dl_imseg assigning &amp;lt;dl_imseg&amp;gt;.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp; if &lt;SPAN style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&amp;lt;dl_imseg&amp;gt;&lt;/SPAN&gt;-bwart = 252.&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #333333; background: #ffffff;"&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MOVE lc_lgort TO &lt;SPAN style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&amp;lt;dl_imseg&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background: transparent;"&gt;-lgort .&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #333333; background: #ffffff;"&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Mar 2015 20:52:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-03-25T20:52:50Z</dc:date>
    <item>
      <title>error in custom user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-custom-user-exit/m-p/10969179#M1894078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi every one , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am working with custom user&amp;nbsp; exit . in my function module there is a changing parameter with io_interface with type &amp;lt; &amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;based on that i coded below logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;loop &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;at &lt;/SPAN&gt;io_interface&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;dl_imseg &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;lw_dl_imseg&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;If &lt;/SPAN&gt;IO_INTERFACE&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;DL_IMSEG&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;BWART &lt;SPAN class="L0S52"&gt;EQ &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;252&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MOVE &lt;/SPAN&gt;lc_lgort &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;lw_dl_imseg&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;lgort &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODIFY &lt;/SPAN&gt;io_interface&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;dl_imseg &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;lw_dl_imseg &lt;SPAN class="L0S52"&gt;TRANSPORTING &lt;/SPAN&gt;lgort&amp;nbsp; &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;but am getting an error io_interfaace is not defined as internall table , neither table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Please help me out.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 01:08:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-custom-user-exit/m-p/10969179#M1894078</guid>
      <dc:creator>former_member1311160</dc:creator>
      <dc:date>2015-03-25T01:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: error in custom user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-custom-user-exit/m-p/10969180#M1894079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sridevei,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN class="L0S52"&gt;loop &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;at &lt;/SPAN&gt;io_interface&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;dl_imseg &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;lw_dl_imseg&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; * &lt;SPAN class="L0S52"&gt;If &lt;/SPAN&gt;IO_INTERFACE&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;DL_IMSEG&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;BWART &lt;SPAN class="L0S52"&gt;EQ &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;252&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;. " ---&amp;gt;comment this line&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S55"&gt;&amp;nbsp;&amp;nbsp; if lw_dl_imseg&lt;SPAN class="L0S55"&gt;.-bwart = 252.&amp;nbsp;&amp;nbsp; "add this line&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MOVE &lt;/SPAN&gt;lc_lgort &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;lw_dl_imseg&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;lgort &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODIFY &lt;/SPAN&gt;io_interface&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;dl_imseg &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;lw_dl_imseg &lt;SPAN class="L0S52"&gt;TRANSPORTING &lt;/SPAN&gt;lgort&amp;nbsp; &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 06:23:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-custom-user-exit/m-p/10969180#M1894079</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2015-03-25T06:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: error in custom user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-custom-user-exit/m-p/10969181#M1894080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sridevi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As suggested by &lt;STRONG style="font-size: 10.8000001907349px; color: #333333; background: #ffffff;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="1098" data-externalid="" data-presence="null" data-userid="205373" data-username="mukhtar.mohammed" href="https://answers.sap.com/people/mukhtar.mohammed" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #3778c7; background: transparent;"&gt;Always Learner&lt;/A&gt; &lt;/STRONG&gt;use work area instead of internal table in your 'IF' condition under the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will resolve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishna Chaitanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 06:39:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-custom-user-exit/m-p/10969181#M1894080</guid>
      <dc:creator>former_member185177</dc:creator>
      <dc:date>2015-03-25T06:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: error in custom user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-custom-user-exit/m-p/10969182#M1894081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;Sorry&amp;nbsp;&amp;nbsp; actually i am using wa only in my&amp;nbsp; if condition . I have miss type in the form.&amp;nbsp; Still the Same error is coming&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 13:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-custom-user-exit/m-p/10969182#M1894081</guid>
      <dc:creator>former_member1311160</dc:creator>
      <dc:date>2015-03-25T13:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: error in custom user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-custom-user-exit/m-p/10969183#M1894082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;Sorry&amp;nbsp;&amp;nbsp; actually i am using wa only in my&amp;nbsp; if condition . I have miss type in the form.&amp;nbsp; Still the Same error is coming&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 13:27:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-custom-user-exit/m-p/10969183#M1894082</guid>
      <dc:creator>former_member1311160</dc:creator>
      <dc:date>2015-03-25T13:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: error in custom user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-custom-user-exit/m-p/10969184#M1894083</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;The syntax should be &lt;SPAN class="L0S52" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;loop &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;at &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;io_interface&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;dl_imseg &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;INTO &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;lw_dl_imseg&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 14:13:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-custom-user-exit/m-p/10969184#M1894083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-25T14:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: error in custom user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-custom-user-exit/m-p/10969185#M1894084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;hope you used &lt;SPAN style="color: #333333; font-size: 12px;"&gt;lw_dl_imseg in if condition.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please copy and paste the same code here, and paste the error too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if so, how you declare the internal table? check type of&amp;nbsp; &lt;SPAN style="color: #333333; font-size: 12px;"&gt;io_interface&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;dl_imseg ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are not declaring, then it may be field symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;sampath &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 14:14:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-custom-user-exit/m-p/10969185#M1894084</guid>
      <dc:creator>former_member185054</dc:creator>
      <dc:date>2015-03-25T14:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: error in custom user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-custom-user-exit/m-p/10969186#M1894085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;in my case io_interface a changing parameter in my&amp;nbsp; function module of user exit&lt;/P&gt;&lt;P&gt;&lt;SPAN class="im" style="color: #500050; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="im" style="color: #500050; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;loop at io_interface-dl_imseg INTO lw_dl_imseg.&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&lt;SPAN style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp; if lw_dl_imseg.-bwart = 252. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="im" style="color: #500050; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;. &lt;SPAN style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&amp;nbsp; MOVE lc_lgort TO lw_dl_&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;imseg-lgort .&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&amp;nbsp; MODIFY io_interface-dl_imseg FROM lw_dl_imseg TRANSPORTING lgort&amp;nbsp; .&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;ENDLOOP.&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;error : &lt;SPAN style="color: #333333; font-size: 12px;"&gt; error io_interfaace-dl_imseg&amp;nbsp;&amp;nbsp; neither is not defined under table or neither&amp;nbsp; internall table&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="im" style="color: #500050; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 15:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-custom-user-exit/m-p/10969186#M1894085</guid>
      <dc:creator>former_member1311160</dc:creator>
      <dc:date>2015-03-25T15:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: error in custom user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-custom-user-exit/m-p/10969187#M1894086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #333333; background: #ffffff;"&gt;field-symbols: &amp;lt;dl_imseg&amp;gt; type whatever your type is. &lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #333333; background: #ffffff;"&gt;loop at io_interface-dl_imseg assigning &amp;lt;dl_imseg&amp;gt;.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp; if &lt;SPAN style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&amp;lt;dl_imseg&amp;gt;&lt;/SPAN&gt;-bwart = 252.&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #333333; background: #ffffff;"&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MOVE lc_lgort TO &lt;SPAN style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&amp;lt;dl_imseg&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background: transparent;"&gt;-lgort .&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #333333; background: #ffffff;"&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 20:52:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-custom-user-exit/m-p/10969187#M1894086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-25T20:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: error in custom user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-custom-user-exit/m-p/10969188#M1894087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sridevi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;issue resolved? if not please let us know the exit you are working on . so that it will help in understanding the issue better and suggest solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 21:06:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-custom-user-exit/m-p/10969188#M1894087</guid>
      <dc:creator>senthil_kumar37</dc:creator>
      <dc:date>2015-03-25T21:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: error in custom user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-custom-user-exit/m-p/10969189#M1894088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i hope it may be structure, or else field symbol. KIndly briefly explain the user exit fm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sampath kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 04:48:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-custom-user-exit/m-p/10969189#M1894088</guid>
      <dc:creator>former_member185054</dc:creator>
      <dc:date>2015-03-26T04:48:31Z</dc:date>
    </item>
  </channel>
</rss>

