<?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: Regarding bdcdata structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdcdata-structure/m-p/2008232#M409588</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unable to see fval at all or just the value of fval?&lt;/P&gt;&lt;P&gt;ok_code is what is used for user-interaction. On every screen the user has to press, save, enter , next page etc. &lt;/P&gt;&lt;P&gt;OK_code represents this in bdc.&lt;/P&gt;&lt;P&gt;So if yuo have a transaction where you hit enter then hit save, thats what your ok_codes will have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2007 16:44:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-12T16:44:33Z</dc:date>
    <item>
      <title>Regarding bdcdata structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdcdata-structure/m-p/2008231#M409587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my query:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I declared &lt;/P&gt;&lt;P&gt;data : jtab type bdcdata  occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when in debugging i am unable to see the field fval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why it happens.&lt;/P&gt;&lt;P&gt;- Also tell me the functionality of bdc_okcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 15:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdcdata-structure/m-p/2008231#M409587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T15:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding bdcdata structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdcdata-structure/m-p/2008232#M409588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unable to see fval at all or just the value of fval?&lt;/P&gt;&lt;P&gt;ok_code is what is used for user-interaction. On every screen the user has to press, save, enter , next page etc. &lt;/P&gt;&lt;P&gt;OK_code represents this in bdc.&lt;/P&gt;&lt;P&gt;So if yuo have a transaction where you hit enter then hit save, thats what your ok_codes will have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 16:44:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdcdata-structure/m-p/2008232#M409588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T16:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding bdcdata structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdcdata-structure/m-p/2008233#M409589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi....&lt;/P&gt;&lt;P&gt;       The structure of the bdcdata is tooo large to show the complete line in debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this ... In the line ( in which all the field names are given in debugger) u just delete some empty space and write the field name FVAL there and press enter ...&lt;/P&gt;&lt;P&gt;it will show the values of fval also..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope u understood..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Placing a function code with '=' before it in bdc_okcode  (like '=back' ) is equivalent to triggering the functionality of that code.. i.e try doing this in SE38 screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write one of ur program name and press Change .&lt;/P&gt;&lt;P&gt;come back and place '=CHAP' in the ok_code.. i,e the input field where u generally enter SE38 to start that transaction.. see what happens..&lt;/P&gt;&lt;P&gt;both the actions give the same results...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps u...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if it helps u...&lt;/P&gt;&lt;P&gt;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 17:03:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdcdata-structure/m-p/2008233#M409589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T17:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding bdcdata structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdcdata-structure/m-p/2008234#M409590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thanks for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more thing i want to ask , in which table bdc_okcode reside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 05:14:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdcdata-structure/m-p/2008234#M409590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T05:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding bdcdata structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdcdata-structure/m-p/2008235#M409591</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; bdc_okcode depends on the transaction that u r using&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 05:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdcdata-structure/m-p/2008235#M409591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T05:16:05Z</dc:date>
    </item>
  </channel>
</rss>

