<?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: Find  the function module from a screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-the-function-module-from-a-screen/m-p/12286421#M1989122</link>
    <description>&lt;P&gt;Yes, SAP connectors use the RFC protocol. Maybe there are some CRM_ORDER* function modules to read data corresponding to CIC0. Another solution is to identify what table contains the field you want, with the SQL trace, and from there it could be easier to ask. Maybe you could edit your question to define CRM as primary tag to get more visibility.&lt;/P&gt;</description>
    <pubDate>Fri, 28 Aug 2020 18:16:50 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2020-08-28T18:16:50Z</dc:date>
    <item>
      <title>Find  the function module from a screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-the-function-module-from-a-screen/m-p/12286417#M1989118</link>
      <description>&lt;P&gt;Hello, &lt;BR /&gt;I am new to SAP, im trying to retrieve data from a screen to VS, for example CIC0 want the customer number.. &lt;BR /&gt;but i cant find the name of the function from the screen it self! if i go to technical help i find few information like program name.&lt;BR /&gt;&lt;BR /&gt;But its not like when you open from /nse37 so you can see the input output ...etc &lt;BR /&gt;&lt;BR /&gt;there is away to find it from the screen itself (I find it very hard to get the right function in /nse37)&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 11:41:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-the-function-module-from-a-screen/m-p/12286417#M1989118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-08-27T11:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Find  the function module from a screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-the-function-module-from-a-screen/m-p/12286418#M1989119</link>
      <description>&lt;P&gt;Hi and welcome to
the SAP Community!&lt;/P&gt;&lt;P&gt;Thank
you for visiting SAP Community to get answers to your questions. Since you're
asking a question here for the first time, I recommend that you familiarize
yourself with &lt;A href="https://community.sap.com/resources/questions-and-answers"&gt;https://community.sap.com/resources/questions-and-answers&lt;/A&gt;
(if you haven't already), as it provides tips for preparing questions that draw
responses from our members. For example, you can outline what steps you took to
find answers (and why they weren't helpful) and share screenshots of what
you've seen/done. The more details you provide, the more likely it is that
members will be able to assist you.&lt;/P&gt;&lt;P&gt;Should
you wish, you can revise your question by selecting Actions, then Edit
(although once someone answers your question, you'll lose the ability to edit
the question -- but if that happens, you can leave more details in a comment).&lt;/P&gt;&lt;P&gt;Finally,
if you're hoping to connect with readers, please consider adding a picture to
your profile. Here's how you do it: &lt;A href="https://www.youtube.com/watch?v=F5JdUbyjfMA&amp;amp;list=PLpQebylHrdh5s3gwy-h6RtymfDpoz3vDS"&gt;https://www.youtube.com/watch?v=F5JdUbyjfMA&amp;amp;list=PLpQebylHrdh5s3gwy-h6RtymfDpoz3vDS&lt;/A&gt;.
By personalizing your profile with a photo of you, you encourage readers to
respond.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julia
SAP Community Moderator&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 11:41:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-the-function-module-from-a-screen/m-p/12286418#M1989119</guid>
      <dc:creator>former_member30</dc:creator>
      <dc:date>2020-08-27T11:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Find  the function module from a screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-the-function-module-from-a-screen/m-p/12286419#M1989120</link>
      <description>&lt;P&gt;You have several solutions to help you find the right objects. Either search the Web, or search among the BAPI function modules, or do an SQL trace to search the tables containing the data.&lt;/P&gt;&lt;P&gt;You say "retrieve data from a screen to VS". Do you mean you have a program in a non-SAP programming language, and you want to call a RFC-enabled function module of SAP backend?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 12:11:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-the-function-module-from-a-screen/m-p/12286419#M1989120</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-08-27T12:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Find  the function module from a screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-the-function-module-from-a-screen/m-p/12286420#M1989121</link>
      <description>&lt;P&gt;Hello Thanks for answering, im just new to it .&lt;BR /&gt;i mean if i open CIC0 i want to read the field X via visual studio with SAP connectors.&lt;BR /&gt;but still have issue how to search in the transaction &lt;BR /&gt;&lt;BR /&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 14:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-the-function-module-from-a-screen/m-p/12286420#M1989121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-08-28T14:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Find  the function module from a screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-the-function-module-from-a-screen/m-p/12286421#M1989122</link>
      <description>&lt;P&gt;Yes, SAP connectors use the RFC protocol. Maybe there are some CRM_ORDER* function modules to read data corresponding to CIC0. Another solution is to identify what table contains the field you want, with the SQL trace, and from there it could be easier to ask. Maybe you could edit your question to define CRM as primary tag to get more visibility.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 18:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-the-function-module-from-a-screen/m-p/12286421#M1989122</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-08-28T18:16:50Z</dc:date>
    </item>
  </channel>
</rss>

