<?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: Method in object type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-in-object-type/m-p/6235419#M1381306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is a standard search help field, this can automatically be done by SAP else you need to define it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write it more clearly like which field you are trying to use and what kind of criteria you have to use search help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, you will be creating a screen inside the FM so you can also have a process on value request event to create your own search help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Sep 2009 16:24:57 GMT</pubDate>
    <dc:creator>former_member191735</dc:creator>
    <dc:date>2009-09-28T16:24:57Z</dc:date>
    <item>
      <title>Method in object type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-in-object-type/m-p/6235414#M1381301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to create a method in an object type through TCODE SWO1, when we use this method in the workflow, a window will pop up to let us input some data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone knows, would you please tell me, thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Sep 2009 12:13:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-in-object-type/m-p/6235414#M1381301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-27T12:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Method in object type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-in-object-type/m-p/6235415#M1381302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if its just a Z- business object you can just open the object in SWO1 and click create on the method to create a method,&lt;/P&gt;&lt;P&gt;inside that method try using FM POPUP&lt;STRONG&gt;GET&lt;/STRONG&gt;ONE&lt;STRONG&gt;VALUE&lt;/STRONG&gt; FM.(use F4 on this FM as i am not sure about the exact name)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Sep 2009 19:51:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-in-object-type/m-p/6235415#M1381302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-27T19:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Method in object type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-in-object-type/m-p/6235416#M1381303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, I am using this kind of FM, but there is one question, the seach help for the input field should be changed depend on several conditions. How should I do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2009 15:41:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-in-object-type/m-p/6235416#M1381303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-28T15:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Method in object type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-in-object-type/m-p/6235417#M1381304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I had the same situation for one of my workflow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i did was, I have copied (you need to follow some rules - search forum) the business object to Z*** then i have created a function module in which i have developed a screen and required logic for my use then i have called this function module in the method that i have created in BO (Z**) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you create a method, you need to choose function module and then enter your newly created function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code will automatically be generated for you but you need to change it to handle the errors (if it is not already there . sorry i forgot its been long time). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before creating method, you need to create parameters and exceptions.... Handle these exceptions in your workflow &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need more help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2009 15:46:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-in-object-type/m-p/6235417#M1381304</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2009-09-28T15:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Method in object type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-in-object-type/m-p/6235418#M1381305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your relpy. Now my new problem is that the search help drop down list will be changed depended on some data. How can we do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2009 16:03:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-in-object-type/m-p/6235418#M1381305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-28T16:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Method in object type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-in-object-type/m-p/6235419#M1381306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is a standard search help field, this can automatically be done by SAP else you need to define it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write it more clearly like which field you are trying to use and what kind of criteria you have to use search help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, you will be creating a screen inside the FM so you can also have a process on value request event to create your own search help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2009 16:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-in-object-type/m-p/6235419#M1381306</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2009-09-28T16:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Method in object type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-in-object-type/m-p/6235420#M1381307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you select the data and pass it to REUSE_ALV_POPUP_TO_SELECT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2009 16:58:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-in-object-type/m-p/6235420#M1381307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-28T16:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Method in object type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-in-object-type/m-p/6235421#M1381308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I think pop up a dialog to let user to input a field and if click the search help button, if we select one, the value will return to the input field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If use FM reuse_alv_popup_to_select, only a list will pup up. No dialog to let user to input the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 05:27:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-in-object-type/m-p/6235421#M1381308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-29T05:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Method in object type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-in-object-type/m-p/6235422#M1381309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you get your answer for your post? If yes, please close the thread&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 14:40:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-in-object-type/m-p/6235422#M1381309</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2009-09-29T14:40:43Z</dc:date>
    </item>
  </channel>
</rss>

