<?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 input through abap programs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-through-abap-programs/m-p/3829748#M920953</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi , i want to design a input selection screen through abap program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have following fields in table input master&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 Form type,&lt;/P&gt;&lt;P&gt;2 step no,&lt;/P&gt;&lt;P&gt;3 step desc,&lt;/P&gt;&lt;P&gt;4 value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to bring programatically first three values of input master on selection screen and fourth value should be given by user and after user fills the value it should get store in input master.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to do it through abap program ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 May 2008 04:28:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-09T04:28:00Z</dc:date>
    <item>
      <title>input through abap programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-through-abap-programs/m-p/3829748#M920953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi , i want to design a input selection screen through abap program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have following fields in table input master&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 Form type,&lt;/P&gt;&lt;P&gt;2 step no,&lt;/P&gt;&lt;P&gt;3 step desc,&lt;/P&gt;&lt;P&gt;4 value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to bring programatically first three values of input master on selection screen and fourth value should be given by user and after user fills the value it should get store in input master.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to do it through abap program ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 04:28:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-through-abap-programs/m-p/3829748#M920953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T04:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: input through abap programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-through-abap-programs/m-p/3829749#M920954</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; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block b1 with frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_form like form type,&lt;/P&gt;&lt;P&gt;                  p_stepno like step no,&lt;/P&gt;&lt;P&gt;                  p_stepdes like step desc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen end of block b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;Modify value.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;message ' text ' &amp;lt;type&amp;gt;.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward if Helpful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 04:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-through-abap-programs/m-p/3829749#M920954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T04:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: input through abap programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-through-abap-programs/m-p/3829750#M920955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write the code in INTIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write the code at selection-screen on input. for the second requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;madan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 04:38:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-through-abap-programs/m-p/3829750#M920955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T04:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: input through abap programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-through-abap-programs/m-p/3829751#M920956</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;Please make ur requirement clear..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is understood is..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Four fileds.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First , 3 fields should be enabled with F4 help.. that is selecton of some values which is already in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fourth field should be input enabled.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is the case...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : Formtype TYPE Tablename-Formtype ,&lt;/P&gt;&lt;P&gt;                         Stepno   TYPE Tablename-Stepno,&lt;/P&gt;&lt;P&gt;                         Stepdesc TYPE Tablename-stepdesc,&lt;/P&gt;&lt;P&gt;                          Value TYPE I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Points&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 06:10:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-through-abap-programs/m-p/3829751#M920956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T06:10:27Z</dc:date>
    </item>
  </channel>
</rss>

