<?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: Read Screen Value through BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-value-through-bdc/m-p/5450855#M1249438</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I use Parameter Id? But I have to create parameter Id for WRBTR. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggest me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Apr 2009 09:15:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-08T09:15:26Z</dc:date>
    <item>
      <title>Read Screen Value through BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-value-through-bdc/m-p/5450847#M1249430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one BDC Program in which I am passing some field values, one of them is Amount.&lt;/P&gt;&lt;P&gt;Amount value passing through the text file which is populated on the screen at the time of BDC, but user can change that amount value in between BDC execution. I want to restrict user that he should not be able to change or replace passed value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want to be grayout that field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible for me to read that changed value from screen value and compare with Text file amount value so that I will give you the error that Amount value is not matched and exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I grayout this Amount value only for this BDC program (zProgram). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest something if u have solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mukul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 08:22:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-value-through-bdc/m-p/5450847#M1249430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-08T08:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Read Screen Value through BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-value-through-bdc/m-p/5450848#M1249431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC for F-47. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amount field is WRBTR. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mukul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 08:26:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-value-through-bdc/m-p/5450848#M1249431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-08T08:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Read Screen Value through BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-value-through-bdc/m-p/5450849#M1249432</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;If you are BDC is running is the foreground then what ever changes used had done that cannot be tracked while running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even you cannot grayout the field of the BDC. What ever you see in the Recording that cannot be changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want user interaction to be restricted then run the BDC in &lt;STRONG&gt;No screen mode&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Mode = 'N'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 08:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-value-through-bdc/m-p/5450849#M1249432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-08T08:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Read Screen Value through BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-value-through-bdc/m-p/5450850#M1249433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Amount value passing through the text file which is populated on the screen at the time of BDC, but &amp;gt; &amp;gt; user can change that amount value in between BDC execution. I want to restrict user that he should &amp;gt; &amp;gt; not be able to change or replace passed value&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello Mukul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean "user can change the amount value during BDC"? I have never heard of any BDC which is run in online mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using CALL TRANSACTION for F-47?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 08:30:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-value-through-bdc/m-p/5450850#M1249433</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-04-08T08:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Read Screen Value through BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-value-through-bdc/m-p/5450851#M1249434</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;Yes in F-47 BDC, user want in forground mode thats the main issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and during BDC execution, if sombody change Amount value then it should restrict that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main problem is I am unable to read changed value in my Z BDC program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mukul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 08:32:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-value-through-bdc/m-p/5450851#M1249434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-08T08:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Read Screen Value through BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-value-through-bdc/m-p/5450852#M1249435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is any other method like.. Create parameter for WRBTR field and Get paramter in the program? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggestions are welcomes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mukul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 08:39:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-value-through-bdc/m-p/5450852#M1249435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-08T08:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Read Screen Value through BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-value-through-bdc/m-p/5450853#M1249436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mukul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does not make sense to me. Suppose the file has 10,000 entries then this is not feasible solution at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways i donot think that you can restrict the user from changing the values (e.g., make that field non-editable). I donot know if you can capture the changes in the screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will always prefer "No User" interaction in this type of cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;Is any other method like.. Create parameter for WRBTR field and Get paramter in the program? &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I donot know how this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 08:42:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-value-through-bdc/m-p/5450853#M1249436</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-04-08T08:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Read Screen Value through BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-value-through-bdc/m-p/5450854#M1249437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mukul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                      Just mention as  Mode 'N' in call transaction statment, no body cannot change the values  which ur uploading  data Using BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anil.D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 08:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-value-through-bdc/m-p/5450854#M1249437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-08T08:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Read Screen Value through BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-value-through-bdc/m-p/5450855#M1249438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I use Parameter Id? But I have to create parameter Id for WRBTR. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggest me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 09:15:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-value-through-bdc/m-p/5450855#M1249438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-08T09:15:26Z</dc:date>
    </item>
  </channel>
</rss>

