<?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 SUBMIT Statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement/m-p/4523907#M1069476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to pass values to WPO1 transaction.&lt;/P&gt;&lt;P&gt;i passed all values through via selection screen table type of RSPARAMS.&lt;/P&gt;&lt;P&gt;All values are passed OK.&lt;/P&gt;&lt;P&gt;But for checkbox, in wpo1 tcode, when i pressed f1 to know the screen-field name "No documentation available " is came.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I pick the field name from SE51 by using program name and screen no. i got it as ZTEILWE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i pass 'X' to this field , it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls tell me how to pass space ot 'X' to this field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Sep 2008 04:50:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-30T04:50:00Z</dc:date>
    <item>
      <title>SUBMIT Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement/m-p/4523907#M1069476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to pass values to WPO1 transaction.&lt;/P&gt;&lt;P&gt;i passed all values through via selection screen table type of RSPARAMS.&lt;/P&gt;&lt;P&gt;All values are passed OK.&lt;/P&gt;&lt;P&gt;But for checkbox, in wpo1 tcode, when i pressed f1 to know the screen-field name "No documentation available " is came.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I pick the field name from SE51 by using program name and screen no. i got it as ZTEILWE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i pass 'X' to this field , it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls tell me how to pass space ot 'X' to this field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 04:50:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement/m-p/4523907#M1069476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T04:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement/m-p/4523908#M1069477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      CURR_REPORT           = 'report name'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      SELECTION_TABLE       =  SEL_TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this f.m and get all details of the selection screen into sel_tab and pass the value to submit and see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some time field may differ, u only should assign.&lt;/P&gt;&lt;P&gt;_______________________&lt;/P&gt;&lt;P&gt;IF C5 (field in ur program) = 'X'.&lt;/P&gt;&lt;P&gt;   C3 (think this as ur field that u want to pass to wpo1)= 'X'.&lt;/P&gt;&lt;P&gt;   C5 = ' '.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;_________________&lt;/P&gt;&lt;P&gt;shan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: shan palani on Sep 30, 2008 10:31 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 04:57:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement/m-p/4523908#M1069477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T04:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement/m-p/4523909#M1069478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the Checkbox in that transaction..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;keep the break point in the program RWPOB001 and see..what is happening.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 05:14:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement/m-p/4523909#M1069478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T05:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement/m-p/4523910#M1069479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Please check your field name i think it should be XTEILWE not ZTEILWE. Hope this will solve your problem. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 05:50:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-statement/m-p/4523910#M1069479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T05:50:01Z</dc:date>
    </item>
  </channel>
</rss>

