<?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: Capturing Screen fields at runtime in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-screen-fields-at-runtime/m-p/1819536#M350418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try the fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IAC_GET_DYNPRO_INFO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it may be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jan 2007 05:45:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-11T05:45:08Z</dc:date>
    <item>
      <title>Capturing Screen fields at runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-screen-fields-at-runtime/m-p/1819529#M350411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAP Gurus,&lt;/P&gt;&lt;P&gt;Could you please let me know how to capture the screen fields ( which are input enabled ) at runtime for a particular Program name and screen number??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Dinakaran.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 05:16:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-screen-fields-at-runtime/m-p/1819529#M350411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T05:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Screen fields at runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-screen-fields-at-runtime/m-p/1819530#M350412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is Module pool then you will automatically get it in PAI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 05:24:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-screen-fields-at-runtime/m-p/1819530#M350412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T05:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Screen fields at runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-screen-fields-at-runtime/m-p/1819531#M350413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dinakar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to export the parameters to that program and have to use them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujatha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 05:25:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-screen-fields-at-runtime/m-p/1819531#M350413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T05:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Screen fields at runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-screen-fields-at-runtime/m-p/1819532#M350414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi it is  in PBO if it is a module pool prog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-input = '1'.&lt;/P&gt;&lt;P&gt;Vname = screen-name.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO you can get the field name by looping at screen.&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;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 05:30:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-screen-fields-at-runtime/m-p/1819532#M350414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T05:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Screen fields at runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-screen-fields-at-runtime/m-p/1819533#M350415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sanjay,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;It is not a module pool program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually i am trying to write a program which creates or changes the Condition type records using VK11 or VK12 for a selected condition type and key combination.&lt;/P&gt;&lt;P&gt;The user can select any condition type and key combination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My program should run for all the Condition types and selected key combination.&lt;/P&gt;&lt;P&gt;For each selected Condition type and key combination the Program name and the screen number varies. Also the screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to capture the Program name, Screen number and the fields at runtime for every condition type and key combination.&lt;/P&gt;&lt;P&gt;After this i will be able to pass the values from the input file to the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Dinakaran.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 05:31:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-screen-fields-at-runtime/m-p/1819533#M350415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T05:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Screen fields at runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-screen-fields-at-runtime/m-p/1819534#M350416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You will get this by looping on the screen table of that screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sunmit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 05:35:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-screen-fields-at-runtime/m-p/1819534#M350416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T05:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Screen fields at runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-screen-fields-at-runtime/m-p/1819535#M350417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are trying to create BDC, correct? That means, you want upload records using transaction VK11 &amp;amp; VK12. In that case, do recording of transactions using SHDB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 05:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-screen-fields-at-runtime/m-p/1819535#M350417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T05:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Screen fields at runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-screen-fields-at-runtime/m-p/1819536#M350418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try the fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IAC_GET_DYNPRO_INFO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it may be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 05:45:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-screen-fields-at-runtime/m-p/1819536#M350418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T05:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Screen fields at runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-screen-fields-at-runtime/m-p/1819537#M350419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There are around 15 condition types and each can have 6 to 10 key combinations.&lt;/P&gt;&lt;P&gt;If i do recording for each then it will be a tedious job and the program too will become a big one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hence i have planned to create a program more dynamic which can work for all the combinations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This needs to capture the screen fields at runtime.&lt;/P&gt;&lt;P&gt;I have a FM called IMPORT_DYNPRO which can give all the screen fields.&lt;/P&gt;&lt;P&gt;But i am unable to get the exact input enabled fields from this FM-Table.&lt;/P&gt;&lt;P&gt;I am able to capture the Program name and the Scree number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with RV13A098 --1000 and SAPMV13A -- 1098.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best Regards,&lt;/P&gt;&lt;P&gt;Dinakaran.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 05:46:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-screen-fields-at-runtime/m-p/1819537#M350419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T05:46:33Z</dc:date>
    </item>
  </channel>
</rss>

