<?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: FM Object Exists in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-object-exists/m-p/2087436#M433590</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for something like RH_GET_OTYPE_TEXT which gives you the text of a object type that you can compare with your text?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2007 20:29:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-28T20:29:09Z</dc:date>
    <item>
      <title>FM Object Exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-object-exists/m-p/2087431#M433585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a function module that checks if a PD (O, S, C) object exists based on its short text?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;~Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 18:46:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-object-exists/m-p/2087431#M433585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T18:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: FM Object Exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-object-exists/m-p/2087432#M433586</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;  Please explain your requirement in detail..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 18:50:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-object-exists/m-p/2087432#M433586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T18:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: FM Object Exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-object-exists/m-p/2087433#M433587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naren, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating PD objects and using special names in the short text of these objects. I want to check if I am not recreating an existing object by checking the short text as I dont have any other way of testing it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it makes sense &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;~Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 18:54:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-object-exists/m-p/2087433#M433587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T18:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: FM Object Exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-object-exists/m-p/2087434#M433588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I couldn't find any function modules that seemed to fit what you're looking for.  I haven't tried this, but I wonder if you might be able to do a select directly from the table.  Something along these lines perhaps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT objid INTO wa_objid FROM HRP1000 WHERE STEXT CS 'insert special wording here'.&lt;/P&gt;&lt;P&gt;ws_found = 'X'.&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would search for whatever string of special wording you put between the apostrophes.  I haven't worked much with infotype 1000, so I'm not sure if this is possible.  But maybe it will help &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; - April King&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 19:24:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-object-exists/m-p/2087434#M433588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T19:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: FM Object Exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-object-exists/m-p/2087435#M433589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would agree with April.. a small correction to the SELECT though..&lt;/P&gt;&lt;P&gt;data: w_text(4) value 'TEST',&lt;/P&gt;&lt;P&gt;        w_objid type objid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT objid INTO wa_objid up to 1 rows&lt;/P&gt;&lt;P&gt;                FROM HRP1000 WHERE STEXT like w_text.&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;if sy-subrc eq 0 .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Object laredy exists.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 20:19:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-object-exists/m-p/2087435#M433589</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-03-28T20:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: FM Object Exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-object-exists/m-p/2087436#M433590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for something like RH_GET_OTYPE_TEXT which gives you the text of a object type that you can compare with your text?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 20:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-object-exists/m-p/2087436#M433590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T20:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: FM Object Exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-object-exists/m-p/2087437#M433591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also check BAPI_PDOTYPES_GETDETAILEDLIST&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 20:30:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-object-exists/m-p/2087437#M433591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T20:30:25Z</dc:date>
    </item>
  </channel>
</rss>

