<?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: doubt in user exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-user-exit/m-p/1784451#M337945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use IMPORT &amp;amp; EXPORT statements and try to store previous values in these. Each value in each variable and when u import them u can check or compare as required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Dec 2006 11:32:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-28T11:32:04Z</dc:date>
    <item>
      <title>doubt in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-user-exit/m-p/1784444#M337938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      i need to keep an exit in include zxmbcu02 (enh. MBCF0002) ...the parameters for this fn. module are i_mseg, i_mkpf....the txn for which am using this for is QA11...there, we have 7 input fields and i need to keep a check for the 7th field based on the values of the first 6 fields...but i find that each and every time the parameter i_mseg gets filled for the corresponding line item and then, the prog. goes for some other two standard programs and when it returns for the next line (2nd field in QA11), i_mseg is cleared...so finally, am able to get the value for the last field only...how should i capture the values that's falling in i_mseg before clearing so that when it goes for the 7th item in the txn. i should have the previous values of the 6 fields somewhere in an int. table? Is there any other option avbl? pl shed some light friends...thanks all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 10:21:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-user-exit/m-p/1784444#M337938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T10:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-user-exit/m-p/1784445#M337939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;store each field in memory &amp;amp; compare using EXPORT TO MEMORY &amp;amp; IMPORT FROM MEMORY statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 10:25:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-user-exit/m-p/1784445#M337939</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-12-28T10:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-user-exit/m-p/1784446#M337940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tx for the reply...but can u be a bit more specific? some sample coding would be appreciated...moreover, the situation is i want to read data from the same prog. only...before the table is cleared, i want to store it, then for the next loop, i should get the prev. values, like that till the final value...some eg. will of great help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 10:45:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-user-exit/m-p/1784446#M337940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T10:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-user-exit/m-p/1784447#M337941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sathish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare one static internal table inthe user exit include and append the lines of i_mseg to that internal table. then i think you have all the field values to check...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satya.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 10:50:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-user-exit/m-p/1784447#M337941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T10:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-user-exit/m-p/1784448#M337942</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 already tried that...even that int. table is getting cleared when it comes for the next time inside the include....what are the other possible avenues? how to use export...i have used export itab to memory id, but that's to pass the int. table from one prog. to another prog...but my scenario is, i need to append the values to memory, then in the next pass, get the old values + append with new values exprot to memory, so on till i come to the last pass..not just the prev records...when i come to the last record, i should capture all the values...pl guide...thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 10:56:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-user-exit/m-p/1784448#M337942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T10:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-user-exit/m-p/1784449#M337943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can populate the required data into an internal table and EXPORT the contents of it to a memoryid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once, you have all the contents thru IMPORT statement, where you get all your values, process the data, clear the memory and free the memoryid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 11:03:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-user-exit/m-p/1784449#M337943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T11:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-user-exit/m-p/1784450#M337944</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;     but isn't export int table to memory id to pass data between progs...can we use to it store the data in teh same prog. and retrieve it again in the same prog...moreover, when we give the export statement again, won't it replace teh contents of the int. table in the memory id? am kind of unclear here..need more inputs friends!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 11:23:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-user-exit/m-p/1784450#M337944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T11:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-user-exit/m-p/1784451#M337945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use IMPORT &amp;amp; EXPORT statements and try to store previous values in these. Each value in each variable and when u import them u can check or compare as required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 11:32:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-user-exit/m-p/1784451#M337945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T11:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-user-exit/m-p/1784452#M337946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tx...but can u please tell me how to use these statements with syntax or with some example code? i see a lot of export, import syntaxes around in the library..kind of unclear...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 11:42:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-user-exit/m-p/1784452#M337946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T11:42:04Z</dc:date>
    </item>
  </channel>
</rss>

