<?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: SHDB giving problems in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/shdb-giving-problems/m-p/2071360#M429055</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please help me with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Johann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Mar 2007 09:57:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-23T09:57:27Z</dc:date>
    <item>
      <title>SHDB giving problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shdb-giving-problems/m-p/2071356#M429051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Appended the SAP Table KNA1 with 4 new fields and also added a Custom Screen(Tab) to the SAP Transaction XD01.The new screen works fine, the values in the new screen is also getting updated in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is when I doing a recording in SHDB transaction of XD01 transaction, I am not able to see my new screen which I had created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please help me in this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Johann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 02:46:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shdb-giving-problems/m-p/2071356#M429051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T02:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: SHDB giving problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shdb-giving-problems/m-p/2071357#M429052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes, SAP has built in screens which are to be thrown when doing records and the BDC instead of the normal one that you see when running the transaction online.  This may be what you are seeing.  Not sure how to get around it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 02:50:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shdb-giving-problems/m-p/2071357#M429052</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-23T02:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: SHDB giving problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shdb-giving-problems/m-p/2071358#M429053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll hate to tell you to do a direct db update for your custom fields immediatly following the BDC transaction.  Again, not sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 02:52:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shdb-giving-problems/m-p/2071358#M429053</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-23T02:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: SHDB giving problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shdb-giving-problems/m-p/2071359#M429054</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;Once you finish your BDC recording, go into your recording and manually insert the BDC sequence for populating field to your screen. Let's say when you execture the transaction you enter the data in screen1 then to your custom screen and then to screen. In BDC you have to add the BDC code sequesnce for your screen between screen1 and screen2 BDC sequence&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that you need to know the program name and scree number of your screen, ok code to get to your screen, name of the fields etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can take a referece of any standard screen BDC sequence and write your custom screen BDC sequence accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 04:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shdb-giving-problems/m-p/2071359#M429054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T04:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: SHDB giving problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shdb-giving-problems/m-p/2071360#M429055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please help me with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Johann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 09:57:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shdb-giving-problems/m-p/2071360#M429055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T09:57:27Z</dc:date>
    </item>
  </channel>
</rss>

