<?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: problem with EXIT_SAPLMEREQ_010 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378254#M1543793</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am getting the below error in badi.&lt;/P&gt;&lt;P&gt;"exception_cx_sy_no_handler triggered and while debugging it is "cx_sy_move_cast_error"&lt;/P&gt;&lt;P&gt;i am proceeding with your code logic only.&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Nov 2010 06:55:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-11T06:55:12Z</dc:date>
    <item>
      <title>problem with EXIT_SAPLMEREQ_010</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378242#M1543781</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;I have created a restriction in me51n that if someone put "K" as account assignment type it should check a ztable and if not permitted it should throw a error message.&lt;/P&gt;&lt;P&gt;if i open existing pr it is working fine.&lt;/P&gt;&lt;P&gt;but when i create new then it is repeating the msg again and again .&lt;/P&gt;&lt;P&gt;the table IM_T_EBAN is not getting refreshed after the error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 08:31:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378242#M1543781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-09T08:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: problem with EXIT_SAPLMEREQ_010</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378243#M1543782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to refresh IM_T_EBAN explicitly befor throwing an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Refresh IM_T_EBAN[].&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;message 'Error'  type 'E'.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 10:14:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378243#M1543782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-09T10:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: problem with EXIT_SAPLMEREQ_010</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378244#M1543783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;but i am not able to refresh im_t_eban in exit,giving me error that it cant be changed.&lt;/P&gt;&lt;P&gt;where else can i refresh it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 10:24:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378244#M1543783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-09T10:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: problem with EXIT_SAPLMEREQ_010</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378245#M1543784</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;Account assignment category is respective to an item so what it does is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 10:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378245#M1543784</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-11-09T10:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: problem with EXIT_SAPLMEREQ_010</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378246#M1543785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the solution for this?&lt;/P&gt;&lt;P&gt;if the account assignment catagory "k" has no permission the user should be able to change it.&lt;/P&gt;&lt;P&gt;how can this be possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 10:35:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378246#M1543785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-09T10:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem with EXIT_SAPLMEREQ_010</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378247#M1543786</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;instead of error message give termination message(Type A), so that if condition satisfies and error required than after message, screen will be terminated and will take user to easy access, from there user will have to go for transaction again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 10:52:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378247#M1543786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-09T10:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: problem with EXIT_SAPLMEREQ_010</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378248#M1543787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi umang,&lt;/P&gt;&lt;P&gt;but the requirement is like that na that the use can only change in me51n only it should not have to login again in that transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 11:03:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378248#M1543787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-09T11:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: problem with EXIT_SAPLMEREQ_010</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378249#M1543788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Drahmule,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hmmmm, if that error is persisting in that Function exit &lt;STRONG&gt;EXIT_SAPLMEREQ_010&lt;/STRONG&gt; then you can go for BADI : &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;ME_PROCESS_REQ_CUST&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the code in method &lt;STRONG&gt;PROCESS_ITEM&lt;/STRONG&gt;. Check the following Example code :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  DATA : L_ITEM TYPE MEREQ_ITEM.

  CALL METHOD IM_ITEM-&amp;gt;GET_DATA
    RECEIVING
      RE_DATA = L_ITEM.

**-----------------------------------------------**
***Account Assignment Category based on ZTABLE***
**-----------------------------------------------**

    IF L_ITEM-KNTTP = 'K'.
*Check your Z table data and put your conditions here
   ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Faheem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 11:13:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378249#M1543788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-09T11:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: problem with EXIT_SAPLMEREQ_010</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378250#M1543789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Faheem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I try that Badi but i am getting a error in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOW I READ SOME DOCUMENTATION FOR MEREQ01 AND I THINK THAT I CAN USE EXIT_SAPLMEREQ_010,&lt;/P&gt;&lt;P&gt;CAN YOU TELL ME HOW TO FIND THE FIELD FOR KNTTP AND GL ACCOUNT NO IN THAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;RAHUL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 04:25:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378250#M1543789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-11T04:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: problem with EXIT_SAPLMEREQ_010</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378251#M1543790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Drahulmore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find &lt;STRONG&gt;G/L&lt;/STRONG&gt; name in &lt;STRONG&gt;IM_T_EBKN-SAKTO&lt;/STRONG&gt; for the corresponding line item of PR. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Faheem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 04:37:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378251#M1543790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-11T04:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: problem with EXIT_SAPLMEREQ_010</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378252#M1543791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry actually i want to say EXIT_SAPLMEREQ_005.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 04:46:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378252#M1543791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-11T04:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: problem with EXIT_SAPLMEREQ_010</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378253#M1543792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Drahulmore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hmmm, I dont think you can get &lt;STRONG&gt;KNTTP&lt;/STRONG&gt; and &lt;STRONG&gt;G/L account&lt;/STRONG&gt; in &lt;STRONG&gt;EXIT_SAPLMEREQ_005&lt;/STRONG&gt;. To get the required functionality,either you can use &lt;STRONG&gt;EXIT_SAPLMEREQ_010&lt;/STRONG&gt;, where both the fields are available  or you have to use BADI &lt;STRONG&gt;ME_PROCESS_REQ_CUST&lt;/STRONG&gt; with IMPORT/EXPORT logic. Like in method &lt;STRONG&gt;PROCESS_ITEM&lt;/STRONG&gt; you have to export the EBAN table with item no and KNTTP and import the same in method &lt;STRONG&gt;PROCESS_ACCOUNT&lt;/STRONG&gt;(here you can get your G/L), and do the checking with &lt;STRONG&gt;KNTTP&lt;/STRONG&gt; and &lt;STRONG&gt;G/L account&lt;/STRONG&gt; fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Faheem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 06:27:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378253#M1543792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-11T06:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: problem with EXIT_SAPLMEREQ_010</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378254#M1543793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am getting the below error in badi.&lt;/P&gt;&lt;P&gt;"exception_cx_sy_no_handler triggered and while debugging it is "cx_sy_move_cast_error"&lt;/P&gt;&lt;P&gt;i am proceeding with your code logic only.&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 06:55:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378254#M1543793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-11T06:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: problem with EXIT_SAPLMEREQ_010</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378255#M1543794</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;Looks like some problem in your implementation. Check :&lt;/P&gt;&lt;P&gt;1)All the objects are active, like Z implementation of the class, there should be a class interface starting with&lt;STRONG&gt;ZCL_IM_&lt;/STRONG&gt; with your implementation name. &lt;/P&gt;&lt;P&gt;2)Check the parameter types which you are passing.&lt;/P&gt;&lt;P&gt;3) Just check your code. &lt;/P&gt;&lt;P&gt;In the method &lt;STRONG&gt;PROCESS_ITEM&lt;/STRONG&gt; :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  DATA : L_ITEM TYPE MEREQ_ITEM.

  CALL METHOD IM_ITEM-&amp;gt;GET_DATA
    RECEIVING
      RE_DATA = L_ITEM.

*Export L_ITEM here&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the method &lt;STRONG&gt;PROCESS_ACCOUNT&lt;/STRONG&gt; :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  DATA : L_ACCOUNT TYPE EXKN,
          L_ITEM TYPE MEREQ_ITEM.

  CALL METHOD IM_ACCOUNT-&amp;gt;GET_EXKN
    RECEIVING
      RE_EXKN = L_ACCOUNT.

*Import L_ITEM here
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If everything is fine. Then try delete the implementation and create a fresh implementation and write the code accordingly. You will get the desired result. I have tested here with the same code, I dont have any issues here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Faheem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 07:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378255#M1543794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-11T07:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: problem with EXIT_SAPLMEREQ_010</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378256#M1543795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i have done as you said, i delete the previous implementation and created a new one. write code in process item activated it also the class to but when i execute it the same error come.&lt;/P&gt;&lt;P&gt;am i missing something,but i have activated everything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 08:30:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378256#M1543795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-11T08:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: problem with EXIT_SAPLMEREQ_010</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378257#M1543796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Faheem, its working but i am not able to get g/l account field in l_item .&lt;/P&gt;&lt;P&gt;can you help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 09:06:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378257#M1543796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-11T09:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: problem with EXIT_SAPLMEREQ_010</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378258#M1543797</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;G/L account will be available in &lt;STRONG&gt;L_ACCOUNT&lt;/STRONG&gt; and KNTTP will be available in &lt;STRONG&gt;L_ITEM&lt;/STRONG&gt;. And G/L you will get in method &lt;STRONG&gt;PROCESS_ACCOUNT&lt;/STRONG&gt; and &lt;STRONG&gt;L_ITEM&lt;/STRONG&gt; you have to get using &lt;STRONG&gt;IMPORT&lt;/STRONG&gt; keyword.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Faheem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 09:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378258#M1543797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-11T09:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: problem with EXIT_SAPLMEREQ_010</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378259#M1543798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi but i am not getting how to import knttp.&lt;/P&gt;&lt;P&gt;CAN YOU PROVIDE SAMPLE CODE FOR IMPORT.&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;RAHUL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 09:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378259#M1543798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-11T09:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: problem with EXIT_SAPLMEREQ_010</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378260#M1543799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't export the data in &lt;STRONG&gt;PROCESS_ITEM&lt;/STRONG&gt; how you will get through IMPORT in &lt;STRONG&gt;PROCESS_ACCOUNT&lt;/STRONG&gt;. Just don't copy &amp;amp; paste, try to understand what that code is doing. Write the following in &lt;STRONG&gt;PROCESS_ITEM&lt;/STRONG&gt; method &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  DATA : L_ITEM TYPE MEREQ_ITEM.

  CALL METHOD IM_ITEM-&amp;gt;GET_DATA
    RECEIVING
      RE_DATA = L_ITEM.

  EXPORT KNTTP FROM L_ITEM-KNTTP TO MEMORY ID '1234'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the following in &lt;STRONG&gt;PROCESS_ACCOUNT&lt;/STRONG&gt; : &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

  DATA : L_ACCOUNT TYPE EXKN.
  DATA : L_ITEM TYPE MEREQ_ITEM.

  CALL METHOD IM_ACCOUNT-&amp;gt;GET_EXKN
    RECEIVING
      RE_EXKN = L_ACCOUNT.

  IMPORT KNTTP TO L_ITEM-KNTTP FROM MEMORY ID '1234'.

IF L_ITEM-KNTTP IS NOT INITIAL.

*Write code to check L_ITEM-KNTTP &amp;amp; L_ACCOUNT-SAKTO

ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Faheem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 11:07:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378260#M1543799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-11T11:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: problem with EXIT_SAPLMEREQ_010</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378261#M1543800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi faheem,&lt;/P&gt;&lt;P&gt;i write the code and put a breakpoint in process_item and process_account.&lt;/P&gt;&lt;P&gt;when i debug it comes to process_item but did not seem to go to process_account and also no msg is displayed.&lt;/P&gt;&lt;P&gt;my code in process_account is&lt;/P&gt;&lt;P&gt;"IMPORT KNTTP TO L_ITEM-KNTTP FROM MEMORY ID '1234'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF L_ITEM-KNTTP IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM zgldec INTO itab&lt;/P&gt;&lt;P&gt;                              WHERE SAKNR EQ L_ACCOUNT-SAKTO.&lt;/P&gt;&lt;P&gt;  MESSAGE 'ERROR' TYPE 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF. &lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;am i missing something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 11:55:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-exit-saplmereq-010/m-p/7378261#M1543800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-11T11:55:02Z</dc:date>
    </item>
  </channel>
</rss>

