<?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: A Table field needed in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105965#M104792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The date is temporarily going to be stored in the field RM06E-EEIND in the program. Later on, an FM is called to convert the date into the internal format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'PERIOD_AND_DATE_CONVERT_INPUT'
     EXPORTING
          DIALOG_DATE_IS_IN_THE_PAST = SPACE
          EXTERNAL_DATE              = RM06E-EEIND
          EXTERNAL_PERIOD            = RM06E-LPEIN
     IMPORTING
          INTERNAL_DATE              = VEKET-EINDT
          INTERNAL_PERIOD            = VEKET-LPEIN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Nov 2005 09:36:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-14T09:36:45Z</dc:date>
    <item>
      <title>A Table field needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105963#M104790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;while creating Purchase order, the delivery date which we give in ME21 screen ..where that is going to be stored for &amp;lt;b&amp;gt;temporatily...&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;I know after saving that document .it goes to EKET table..&lt;/P&gt;&lt;P&gt;but before where that field is going to store?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cud anybody know this ..plz help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 09:21:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105963#M104790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T09:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: A Table field needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105964#M104791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;initially it is stored at:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table name: RM06E&lt;/P&gt;&lt;P&gt;field name: EEIND&lt;/P&gt;&lt;P&gt;program name: SAPMM06E&lt;/P&gt;&lt;P&gt;check the above program and search for field and table given above you will get all info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for screen information:&lt;/P&gt;&lt;P&gt;screen no: 0100&lt;/P&gt;&lt;P&gt;screen field: RM06E-EEIND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Hemendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 09:28:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105964#M104791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T09:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: A Table field needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105965#M104792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The date is temporarily going to be stored in the field RM06E-EEIND in the program. Later on, an FM is called to convert the date into the internal format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'PERIOD_AND_DATE_CONVERT_INPUT'
     EXPORTING
          DIALOG_DATE_IS_IN_THE_PAST = SPACE
          EXTERNAL_DATE              = RM06E-EEIND
          EXTERNAL_PERIOD            = RM06E-LPEIN
     IMPORTING
          INTERNAL_DATE              = VEKET-EINDT
          INTERNAL_PERIOD            = VEKET-LPEIN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 09:36:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105965#M104792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T09:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: A Table field needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105966#M104793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt; I think it will be temporarily in the XEKET Structure.&lt;/P&gt;&lt;P&gt;This is declared in the main program SAPMM06E and will not be available outside the program.(If you want it will be available for modification in the User Exit).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 09:40:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105966#M104793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T09:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: A Table field needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105967#M104794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Thanks for ur replies.&lt;/P&gt;&lt;P&gt;cud any body look into my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the price based on delivery date which we provide in ME21 at the time of creation.currently it is taking Po cretiondate instead of delivery date.&lt;/P&gt;&lt;P&gt;I need to fetch the price from Inforecords where iam maintaining the dates &amp;amp; corresponding prices.&lt;/P&gt;&lt;P&gt;your hlep will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 09:45:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105967#M104794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T09:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: A Table field needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105968#M104795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi,&lt;/P&gt;&lt;P&gt;can u tell me in which userexit will it availble?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 09:46:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105968#M104795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T09:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: A Table field needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105969#M104796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raja,&lt;/P&gt;&lt;P&gt; Try this exit, EXIT_SAPMM06E_013. I'm not sure about this, but the XEKET strcuture is passed to this Exit.&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 09:53:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105969#M104796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T09:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: A Table field needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105970#M104797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi,&lt;/P&gt;&lt;P&gt;How cud i solve my problem as i explained in my previous post..&lt;/P&gt;&lt;P&gt;can u give me some idea..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: raja gurrala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 10:01:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105970#M104797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T10:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: A Table field needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105971#M104798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raja,&lt;/P&gt;&lt;P&gt; Go to the program SAPMM06E.&lt;/P&gt;&lt;P&gt;Press find button and choose the radio-button&lt;/P&gt;&lt;P&gt;In main Program,&lt;/P&gt;&lt;P&gt;Type in the exit name in the find.&lt;/P&gt;&lt;P&gt;You will get the list of hits for the string you have searched for(User exits in your case).&lt;/P&gt;&lt;P&gt;Double click on the hit list.&lt;/P&gt;&lt;P&gt;This will take you to the exit.&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja, I am not sure abt the correct Exit as already mentioned. Thats the reason, I don't want to take a chance. I think expert advice is needed in this regard.&lt;/P&gt;&lt;P&gt;Let wait for more answers. Cheers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ravi Kanth Talagana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 10:04:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105971#M104798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T10:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: A Table field needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105972#M104799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto Tx:smod:&lt;/P&gt;&lt;P&gt;write enhancement: MM06E005&lt;/P&gt;&lt;P&gt;in componant find function module: EXIT_SAPMM06E_013&lt;/P&gt;&lt;P&gt;double click you will goto exit and find: INCLUDE ZXM06U44&lt;/P&gt;&lt;P&gt;double click ignore warning and write your code in this exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Hemendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 10:08:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105972#M104799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T10:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: A Table field needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105973#M104800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hemendra,&lt;/P&gt;&lt;P&gt;I expect you read my requirement.&lt;/P&gt;&lt;P&gt;are u sure this userexit suits to my requirement.&lt;/P&gt;&lt;P&gt;ravi,&lt;/P&gt;&lt;P&gt;told he is not sure about this exit.&lt;/P&gt;&lt;P&gt;what do u say?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 10:35:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105973#M104800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T10:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: A Table field needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105974#M104801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;since this exit is to "Update Customer's Own Data in Purchasing Document" the here you can probably change price. wether the fields are available inside exit or not depends : &lt;/P&gt;&lt;P&gt;1st they must be defined in import, tables or changing fields of module.&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;2nd inside topinclude of function group.&lt;/P&gt;&lt;P&gt;you can add your attributes also in top include.&lt;/P&gt;&lt;P&gt;check fn gp and pkg: from exits attributes.&lt;/P&gt;&lt;P&gt;go to Tx: se80 look inside package the function group-&amp;gt; includes-&amp;gt;ztopinclude.&lt;/P&gt;&lt;P&gt;in your case they are.&lt;/P&gt;&lt;P&gt;pkg: ME.&lt;/P&gt;&lt;P&gt;Fn gp: XMO06.&lt;/P&gt;&lt;P&gt;top include:MM06ITOP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope further information you will find out.&lt;/P&gt;&lt;P&gt;In case of exits we have to do lot by ourself.&lt;/P&gt;&lt;P&gt;try to put debug . becoz the values you are changing might be changing siomewhere else also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Hemendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 11:14:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-table-field-needed/m-p/1105974#M104801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T11:14:02Z</dc:date>
    </item>
  </channel>
</rss>

