<?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: ERROR IN CODE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-code/m-p/3461241#M831634</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;Error is because ur last parameter &lt;STRONG&gt;p_salary&lt;/STRONG&gt; and first pushbutton are comming in same line......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the corrected code below..(/ added for push button)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;selection-screen begin of block v1 with frame title text-001.

parameters : p_name type char10 modif id g2,
p_id type char10 modif id g2,
p_age type i modif id g2,
p_salary type i modif id g2,
selection-screen end of block v1.

selection-screen: pushbutton /7(15) text-005 user-command fc02 modif id g2,
pushbutton /8(15) text-011 user-command fc01 modif id g2.

selection-screen begin of block v2 with frame title text-002.

select-options : s_name for e_name modif id g1.

selection-screen end of block v2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;jose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Feb 2008 07:12:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-29T07:12:16Z</dc:date>
    <item>
      <title>ERROR IN CODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-code/m-p/3461240#M831633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;i'm getting error in selection screen generation here is my code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block v1 with frame title text-001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters : p_name   type char10 modif id g2,&lt;/P&gt;&lt;P&gt;                   p_id     type char10 modif id g2,&lt;/P&gt;&lt;P&gt;                   p_age    type i      modif id g2,&lt;/P&gt;&lt;P&gt;                   p_salary type i      modif id g2,&lt;/P&gt;&lt;P&gt;selection-screen end of block v1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen: pushbutton 7(15) text-005 user-command fc02 modif id g2,&lt;/P&gt;&lt;P&gt;                          pushbutton 8(15) text-011 user-command fc01 modif id g2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block v2 with frame title text-002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options : s_name for e_name modif id g1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen end of block v2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 07:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-code/m-p/3461240#M831633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T07:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR IN CODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-code/m-p/3461241#M831634</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;Error is because ur last parameter &lt;STRONG&gt;p_salary&lt;/STRONG&gt; and first pushbutton are comming in same line......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the corrected code below..(/ added for push button)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;selection-screen begin of block v1 with frame title text-001.

parameters : p_name type char10 modif id g2,
p_id type char10 modif id g2,
p_age type i modif id g2,
p_salary type i modif id g2,
selection-screen end of block v1.

selection-screen: pushbutton /7(15) text-005 user-command fc02 modif id g2,
pushbutton /8(15) text-011 user-command fc01 modif id g2.

selection-screen begin of block v2 with frame title text-002.

select-options : s_name for e_name modif id g1.

selection-screen end of block v2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;jose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 07:12:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-code/m-p/3461241#M831634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T07:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR IN CODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-code/m-p/3461242#M831635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Please mention the starting of the second Pushbutton after 22 as the first pushbutton is taking upto 22 places(7+15) as  below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
selection-screen:pushbutton 7(15) text-005 user-command fc02 modif id g2,
pushbutton 22(15) text-011 user-command fc01 modif id g2.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 07:13:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-code/m-p/3461242#M831635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T07:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR IN CODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-code/m-p/3461243#M831636</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;What is  e_name  here.&lt;/P&gt;&lt;P&gt;when you are declaring fields the comparing structure should be in declaration of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES:   ADRC .&lt;/P&gt;&lt;P&gt;  s_name for adrc-name1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SKIP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen: pushbutton 7(15) text-005 user-command fc02 modif id g2,&lt;/P&gt;&lt;P&gt;pushbutton 8(15) text-011 user-command fc01 modif id g2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 07:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-code/m-p/3461243#M831636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T07:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR IN CODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-code/m-p/3461244#M831637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Refer tables for select-options. U have given some ename? Declare reference tables at top as TABLES: &amp;lt;tablename&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 07:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-code/m-p/3461244#M831637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T07:31:27Z</dc:date>
    </item>
  </channel>
</rss>

