<?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: Problem in sm35 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sm35/m-p/4149617#M992322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there is a problem in the recording ....so it is better to get the program from the sm35 and process it .....without correcting the error we cannot go further ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to sm35---&amp;gt; select the recording ---&amp;gt;choose program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jul 2008 12:26:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-23T12:26:36Z</dc:date>
    <item>
      <title>Problem in sm35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sm35/m-p/4149616#M992321</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;I have created a session for batch input in transaction fb01. But, when i try to run it in sm35 in background, I am getting a message 'Field BSEG-ZTERM. does not exist in the screen SAPMF05A 0300' and after which it is going to the next record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i try to run in foreground even though this message comes it goes to the next screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to suppress this message so that i can run it in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 12:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sm35/m-p/4149616#M992321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T12:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in sm35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sm35/m-p/4149617#M992322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there is a problem in the recording ....so it is better to get the program from the sm35 and process it .....without correcting the error we cannot go further ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to sm35---&amp;gt; select the recording ---&amp;gt;choose program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 12:26:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sm35/m-p/4149617#M992322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T12:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in sm35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sm35/m-p/4149618#M992323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi nihil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while doing recording in SHDB check the option&lt;/P&gt;&lt;P&gt;not an batch input session in create recording window&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 12:28:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sm35/m-p/4149618#M992323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T12:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in sm35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sm35/m-p/4149619#M992324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is that this field depends on other fields. This field appears on the screen for some records and is not there for some other records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 12:30:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sm35/m-p/4149619#M992324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T12:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in sm35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sm35/m-p/4149620#M992325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then u have to make condition within your program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if that prevoius field contain a entry then u have to pass data to next entry else pass blank...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think like that u have to do some coding within program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 12:33:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sm35/m-p/4149620#M992325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T12:33:08Z</dc:date>
    </item>
  </channel>
</rss>

