<?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: abap sub in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sub/m-p/2247084#M485209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i mean where the text we wrote for the select-options will also be transported with program r we need 2 transport that sepecrately&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2007 11:26:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-30T11:26:56Z</dc:date>
    <item>
      <title>abap sub</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sub/m-p/2247080#M485205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys, i have a set of questions in abap. kindly answer. looking forward for ur available guidence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. how to do BDC for transcation code FA00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.how to debugg smartforms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.in reports selection screen, does the text elements get transported along with the program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 07:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sub/m-p/2247080#M485205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T07:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: abap sub</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sub/m-p/2247081#M485206</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;2.Follow these steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Execute the smartform.It will open a FM in se37 screen. &lt;/P&gt;&lt;P&gt;2. Press Display. &lt;/P&gt;&lt;P&gt;3. Press find(CTRL+F).&lt;/P&gt;&lt;P&gt;4. Enter command here at which you want to put the break point.&lt;/P&gt;&lt;P&gt;5. Select the radio button 'in main program'.It will open the point at which you want to put the breakpoint.&lt;/P&gt;&lt;P&gt;6. Put the breakpoint here and execute the smartform again.It will stop at the point where you put the breakpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use SMARTFORM_TRACE to trace smart forms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 07:08:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sub/m-p/2247081#M485206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T07:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: abap sub</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sub/m-p/2247082#M485207</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;1) First do the Recording for the transaction code, then generate a Program from the Reocrding, then you will have a BDC generated program, look at the program and do the Modifications accordingly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) In the Smartform, create a Code Node and within the Code Node you can hardcode a normal abap Break Point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Use Report RSTXTRAN to transport the Text elements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 07:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sub/m-p/2247082#M485207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T07:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: abap sub</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sub/m-p/2247083#M485208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srihari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. By the term 'transported' what do you mean - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    If you mean whether values of the text symbols get mapped at selection   &lt;/P&gt;&lt;P&gt;    screen, then the answer is 'YES'.&lt;/P&gt;&lt;P&gt;    If you mean transporting from one server to other, the answer to your question &lt;/P&gt;&lt;P&gt;    is 'YES' in that case also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Indrajit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 08:02:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sub/m-p/2247083#M485208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T08:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: abap sub</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sub/m-p/2247084#M485209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i mean where the text we wrote for the select-options will also be transported with program r we need 2 transport that sepecrately&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 11:26:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sub/m-p/2247084#M485209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T11:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: abap sub</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sub/m-p/2247085#M485210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you don't need to transport them separately.&lt;/P&gt;&lt;P&gt;Object REPT (Report Texts) is transported directly with the program. However, if you want, you can put REPT in a different Change Request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This often occurs when you copy a program from a system to another using CR. &lt;/P&gt;&lt;P&gt;If you miss to insert report text into the CR, they will be missing in destination system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Roby.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 16:03:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sub/m-p/2247085#M485210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-05T16:03:47Z</dc:date>
    </item>
  </channel>
</rss>

