<?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 how to use standard T-CODE fields..... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-standard-t-code-fields/m-p/3262922#M779673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all ABAP masters,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to use 2 field values of standard T-CODE ME11 they r NET VALUE and MATERIAL.&lt;/P&gt;&lt;P&gt;i want to use the values entered in the textboxes against these to fields in my program. how can i refer to them without any modification in the standard program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;usefuk help will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;devender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Jan 2008 09:42:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-05T09:42:37Z</dc:date>
    <item>
      <title>how to use standard T-CODE fields.....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-standard-t-code-fields/m-p/3262922#M779673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all ABAP masters,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to use 2 field values of standard T-CODE ME11 they r NET VALUE and MATERIAL.&lt;/P&gt;&lt;P&gt;i want to use the values entered in the textboxes against these to fields in my program. how can i refer to them without any modification in the standard program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;usefuk help will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;devender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jan 2008 09:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-standard-t-code-fields/m-p/3262922#M779673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-05T09:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to use standard T-CODE fields.....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-standard-t-code-fields/m-p/3262923#M779674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the package of ME11, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;find suitable cusotmer exit / BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in import parameters of function module (for cusotmer exit )&lt;/P&gt;&lt;P&gt;                              or method in class ( for BADI)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you shud be able to import the fields mentioned by you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then you can play as you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jan 2008 19:16:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-standard-t-code-fields/m-p/3262923#M779674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-05T19:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to use standard T-CODE fields.....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-standard-t-code-fields/m-p/3262924#M779675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Devender ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use User Exit and you have to write your code in perticular exit include program. &lt;/P&gt;&lt;P&gt;Please find below user exits belongs to ME11 . you can select suitable to your requirement from below .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LMEDR001            Enhancements to print program&lt;/P&gt;&lt;P&gt;LMELA002            Adopt batch no. from shipping notification when posting a GR&lt;/P&gt;&lt;P&gt;LMELA010            Inbound shipping notification: Transfer item data from IDOC&lt;/P&gt;&lt;P&gt;LMEQR001            User exit for source determination&lt;/P&gt;&lt;P&gt;LMEXF001            Conditions in Purchasing Documents Without Invoice Receipt&lt;/P&gt;&lt;P&gt;LWSUS001            Customer-Specific Source Determination in Retail&lt;/P&gt;&lt;P&gt;M06B0001            Role determination for purchase requisition release&lt;/P&gt;&lt;P&gt;M06B0002            Changes to comm. structure for purchase requisition release&lt;/P&gt;&lt;P&gt;M06B0003            Number range and document number&lt;/P&gt;&lt;P&gt;M06B0004            Number range and document number&lt;/P&gt;&lt;P&gt;M06B0005            Changes to comm. structure for overall release of requisn.&lt;/P&gt;&lt;P&gt;M06E0004            Changes to communication structure for release purch. doc.&lt;/P&gt;&lt;P&gt;M06E0005            Role determination for release of purchasing documents&lt;/P&gt;&lt;P&gt;ME590001            Grouping of requsitions for PO split in ME59&lt;/P&gt;&lt;P&gt;MEETA001            Define schedule line type (backlog, immed. req., preview)&lt;/P&gt;&lt;P&gt;MEFLD004            Determine earliest delivery date f. check w. GR (only PO)&lt;/P&gt;&lt;P&gt;MELAB001            Gen. forecast delivery schedules: Transfer schedule implem.&lt;/P&gt;&lt;P&gt;MEQUERY1            Enhancement to Document Overview ME21N/ME51N&lt;/P&gt;&lt;P&gt;MEVME001            WE default quantity calc. and over/ underdelivery tolerance&lt;/P&gt;&lt;P&gt;MM06E001            User exits for EDI inbound and outbound purchasing documents&lt;/P&gt;&lt;P&gt;MM06E003            Number range and document number&lt;/P&gt;&lt;P&gt;MM06E004            Control import data screens in purchase order&lt;/P&gt;&lt;P&gt;MM06E005            Customer fields in purchasing document&lt;/P&gt;&lt;P&gt;MM06E007            Change document for requisitions upon conversion into PO&lt;/P&gt;&lt;P&gt;MM06E008            Monitoring of contr. target value in case of release orders&lt;/P&gt;&lt;P&gt;MM06E009            Relevant texts for "Texts exist" indicator&lt;/P&gt;&lt;P&gt;MM06E010            Field selection for vendor address&lt;/P&gt;&lt;P&gt;MMAL0001            ALE source list distribution: Outbound processing&lt;/P&gt;&lt;P&gt;MMAL0002            ALE source list distribution: Inbound processing&lt;/P&gt;&lt;P&gt;MMAL0003            ALE purcasing info record distribution: Outbound processing&lt;/P&gt;&lt;P&gt;MMAL0004            ALE purchasing info record distribution: Inbound processing&lt;/P&gt;&lt;P&gt;MMDA0001            Default delivery addresses&lt;/P&gt;&lt;P&gt;MMFAB001            User exit for generation of release order&lt;/P&gt;&lt;P&gt;MRFLB001            Control Items for Contract Release Order&lt;/P&gt;&lt;P&gt;AMPL0001            User subscreen for additional data on AMPL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you give me brief i can help you out more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jan 2008 09:45:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-standard-t-code-fields/m-p/3262924#M779675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-06T09:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to use standard T-CODE fields.....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-standard-t-code-fields/m-p/3262925#M779676</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 need to fix the value in T-CODE mm02 and than need to ristrict the    net price field in T-CODE ME11 with that value.how or which user exit do i need to use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jan 2008 13:04:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-standard-t-code-fields/m-p/3262925#M779676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-06T13:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to use standard T-CODE fields.....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-standard-t-code-fields/m-p/3262926#M779677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the suggestion but can u give me some idea abt the BADI names where i can write my such type of logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 05:41:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-standard-t-code-fields/m-p/3262926#M779677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T05:41:54Z</dc:date>
    </item>
  </channel>
</rss>

