<?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: SAMPLE_INTERFACE_PM000020 bte in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sample-interface-pm000020-bte/m-p/5202231#M1203531</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;Can you see or access the EQUI internal table from the BADI?&lt;/P&gt;&lt;P&gt;If yes, then you can change this table even if it is NOT available in the importing parameters .. using the following method.&lt;/P&gt;&lt;P&gt;Please see the example below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field-symbols: &amp;lt;zmseg&amp;gt; type mseg.&lt;/P&gt;&lt;P&gt;assign ('(SAPLQPL1)MSEG') to &amp;lt;zmseg&amp;gt;.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;SAPLQPL1 is the main user exit program name and MSEG is the program internal table name.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move your_field to &amp;lt;zmseg&amp;gt;-anyfield.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;By changing the content of your field symbol, you actually changing the value of that table directly.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lim...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Feb 2009 02:54:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-18T02:54:21Z</dc:date>
    <item>
      <title>SAMPLE_INTERFACE_PM000020 bte</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sample-interface-pm000020-bte/m-p/5202226#M1203526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use SAMPLE_INTERFACE_PM000020  to update Equipment Record.&lt;/P&gt;&lt;P&gt;But it looks like another function is required as subsequent one as this BTE doesn't provide any change option. Have any one used this BTE successfully? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 00:46:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sample-interface-pm000020-bte/m-p/5202226#M1203526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T00:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAMPLE_INTERFACE_PM000020 bte</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sample-interface-pm000020-bte/m-p/5202227#M1203527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not tried this BTE myself.&lt;/P&gt;&lt;P&gt;By looking at the interface of the function module, I would guess that we need to pass the changes using internal table IHPA_NEW.&lt;/P&gt;&lt;P&gt;Sorry if you have tried that before &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lim...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 01:52:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sample-interface-pm000020-bte/m-p/5202227#M1203527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T01:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAMPLE_INTERFACE_PM000020 bte</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sample-interface-pm000020-bte/m-p/5202228#M1203528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lim,&lt;/P&gt;&lt;P&gt;Our requirments are to change Equiment master records i.e. in EQUI itself not IHPA. &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 17:25:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sample-interface-pm000020-bte/m-p/5202228#M1203528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T17:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAMPLE_INTERFACE_PM000020 bte</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sample-interface-pm000020-bte/m-p/5202229#M1203529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try BAPI_EQUI_CHANGE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 20:18:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sample-interface-pm000020-bte/m-p/5202229#M1203529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T20:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAMPLE_INTERFACE_PM000020 bte</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sample-interface-pm000020-bte/m-p/5202230#M1203530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI_CHANGE doesn't seem to be working as I have to use it within SAMPLE_INTERFACE_PM000020. I could capture enough data for a change in this BTE , but I couldn't force the data change when an equipment record is created from a sales order.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 23:25:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sample-interface-pm000020-bte/m-p/5202230#M1203530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T23:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAMPLE_INTERFACE_PM000020 bte</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sample-interface-pm000020-bte/m-p/5202231#M1203531</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;Can you see or access the EQUI internal table from the BADI?&lt;/P&gt;&lt;P&gt;If yes, then you can change this table even if it is NOT available in the importing parameters .. using the following method.&lt;/P&gt;&lt;P&gt;Please see the example below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field-symbols: &amp;lt;zmseg&amp;gt; type mseg.&lt;/P&gt;&lt;P&gt;assign ('(SAPLQPL1)MSEG') to &amp;lt;zmseg&amp;gt;.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;SAPLQPL1 is the main user exit program name and MSEG is the program internal table name.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move your_field to &amp;lt;zmseg&amp;gt;-anyfield.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;By changing the content of your field symbol, you actually changing the value of that table directly.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lim...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 02:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sample-interface-pm000020-bte/m-p/5202231#M1203531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T02:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAMPLE_INTERFACE_PM000020 bte</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sample-interface-pm000020-bte/m-p/5202232#M1203532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me try. Thanks for your time to reply my questions &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Feb 2009 00:42:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sample-interface-pm000020-bte/m-p/5202232#M1203532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-21T00:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAMPLE_INTERFACE_PM000020 bte</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sample-interface-pm000020-bte/m-p/5202233#M1203533</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 used BAPI_EQUI_CHANGE inside this BTE and it worked..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 00:35:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sample-interface-pm000020-bte/m-p/5202233#M1203533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T00:35:51Z</dc:date>
    </item>
  </channel>
</rss>

