<?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: Populating Fields in FB60 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-fields-in-fb60/m-p/3982860#M951405</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 think probably you can use the Enhancement: LMR1M001.&lt;/P&gt;&lt;P&gt;SMOD -&amp;gt; LMR1M001 -&amp;gt; components.&lt;/P&gt;&lt;P&gt;This has a component EXIT_SAPLMR1M_003 - Customer Exit: Pass On Document Header Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THis takes you to a FM:&lt;/P&gt;&lt;P&gt;FUNCTION EXIT_SAPLMR1M_003.&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Lokale Schnittstelle:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(I_RBKPV) TYPE  MRM_RBKPV&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE ZXM08U15 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on the 'Z' include and write the code to populate the I_RBKPV-ZLSCH and I_RBKPV-UZAWE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jun 2008 22:13:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-23T22:13:09Z</dc:date>
    <item>
      <title>Populating Fields in FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-fields-in-fb60/m-p/3982859#M951404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to populate 2 fields in MIRO. Basically, when you go to tcode MIRO and you fill in the PO number and press enter, on the Payment Tab, the fields Pmt Method (INVFO-ZLSCH) and Pmt Mtd Suppl. (INVFO-UZAWE) should be populated with some values automatically (which i'm going to get from another transaction). The case is when i get this value, how I'm I goint to send them to this field in the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I go around doing this. Do i use enhancement point, or user exit. Which one? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me. I dont have a clue on how to go around this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward will be given.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 21:32:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-fields-in-fb60/m-p/3982859#M951404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T21:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Populating Fields in FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-fields-in-fb60/m-p/3982860#M951405</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 think probably you can use the Enhancement: LMR1M001.&lt;/P&gt;&lt;P&gt;SMOD -&amp;gt; LMR1M001 -&amp;gt; components.&lt;/P&gt;&lt;P&gt;This has a component EXIT_SAPLMR1M_003 - Customer Exit: Pass On Document Header Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THis takes you to a FM:&lt;/P&gt;&lt;P&gt;FUNCTION EXIT_SAPLMR1M_003.&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Lokale Schnittstelle:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(I_RBKPV) TYPE  MRM_RBKPV&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE ZXM08U15 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on the 'Z' include and write the code to populate the I_RBKPV-ZLSCH and I_RBKPV-UZAWE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 22:13:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-fields-in-fb60/m-p/3982860#M951405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T22:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Populating Fields in FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-fields-in-fb60/m-p/3982861#M951406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found out that the fields on the screen are been populated from INVFO which is a structure and its not define in the UserExit you provided. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 15:27:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-fields-in-fb60/m-p/3982861#M951406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T15:27:24Z</dc:date>
    </item>
  </channel>
</rss>

