<?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 answer for user exits question please in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/answer-for-user-exits-question-please/m-p/1901616#M376341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;this is vishnu vardhan&lt;/P&gt;&lt;P&gt;1. how many ways are there to see the function modules used of enhancements in user exits?&lt;/P&gt;&lt;P&gt;2.how to print a script on a news paper for 20 lines ,space and 20 lines?&lt;/P&gt;&lt;P&gt;3.is there any table for storing the source code of reports and MM flow? &lt;/P&gt;&lt;P&gt;4.wt is QRFC?&lt;/P&gt;&lt;P&gt;5. how to work on BAPI and BADI ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Jan 2007 10:01:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-21T10:01:31Z</dc:date>
    <item>
      <title>answer for user exits question please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/answer-for-user-exits-question-please/m-p/1901616#M376341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;this is vishnu vardhan&lt;/P&gt;&lt;P&gt;1. how many ways are there to see the function modules used of enhancements in user exits?&lt;/P&gt;&lt;P&gt;2.how to print a script on a news paper for 20 lines ,space and 20 lines?&lt;/P&gt;&lt;P&gt;3.is there any table for storing the source code of reports and MM flow? &lt;/P&gt;&lt;P&gt;4.wt is QRFC?&lt;/P&gt;&lt;P&gt;5. how to work on BAPI and BADI ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2007 10:01:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/answer-for-user-exits-question-please/m-p/1901616#M376341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-21T10:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: answer for user exits question please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/answer-for-user-exits-question-please/m-p/1901617#M376342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vishnu..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. how many ways are there to see the function modules used of enhancements in user exits?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Go SMOD and give the Exit name, there you can see the Function modules&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.how to print a script on a news paper for 20 lines ,space and 20 lines?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Try using SKIP 20.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.is there any table for storing the source code of reports and MM flow? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1. you can validate the existence of the report in table TRDIR.&lt;/P&gt;&lt;P&gt;2. If successful, read the report into internal table.&lt;/P&gt;&lt;P&gt;READ REPORT lrep INTO ITAB.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. how to work on BAPI and BADI ? &lt;/P&gt;&lt;P&gt;To work on BAPI function Modules call the FM for example use for uploading data &lt;/P&gt;&lt;P&gt;and if we want to use to create a BAPI we need to create Business Objects in SWO1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For BADI's we need to implement them in SE19 transaction .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2007 10:17:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/answer-for-user-exits-question-please/m-p/1901617#M376342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-21T10:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: answer for user exits question please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/answer-for-user-exits-question-please/m-p/1901618#M376343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. how many ways are there to see the function modules used of enhancements in user exits?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ans: 1. You can search the standard program with "CUSTOMER-FUNCTION" tag&lt;/P&gt;&lt;P&gt;        2. If you know the exit name you can go to CMOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.is there any table for storing the source code of reports and MM flow? &lt;/P&gt;&lt;P&gt;Ans: Explore the SAP Help to know the process flow in MM. For example you can check this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/f0/4228f5a97311d2897a0000e8216438/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/f0/4228f5a97311d2897a0000e8216438/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TSTC table contains the list of program names and transaction codes. Donno the table which stores source code. Doubt it exists!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.wt is QRFC?&lt;/P&gt;&lt;P&gt;Master the 5 types of RFCs in ABAP. Check this excellent link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f078394a-4469-2910-c4bf-853c75674694" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f078394a-4469-2910-c4bf-853c75674694&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. how to work on BAPI and BADI ? &lt;/P&gt;&lt;P&gt;Check these links:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.allsaplinks.com/bapi.html" target="test_blank"&gt;http://www.allsaplinks.com/bapi.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.allsaplinks.com/badi.html" target="test_blank"&gt;http://www.allsaplinks.com/badi.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And many more in this forum to search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the above stuff helps you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2007 21:24:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/answer-for-user-exits-question-please/m-p/1901618#M376343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-21T21:24:46Z</dc:date>
    </item>
  </channel>
</rss>

