<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2303221#M503581</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;in d below code everything is fine but am not able to get what values should i put ther in the SUBMIT statement.please give me examples of what should be given in the SUBMIT statement especially for BUDAT &amp;amp; SAKNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES:SKB1,bsis.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;types: begin of gty_acccoco,&lt;/P&gt;&lt;P&gt;saknr like ska1-saknr,&lt;/P&gt;&lt;P&gt;bukrs like skb1-bukrs,&lt;/P&gt;&lt;P&gt;gvtyp like ska1-gvtyp,&lt;/P&gt;&lt;P&gt;end of gty_acccoco.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;tables: b0sg, rfxpo, itemset.&lt;/P&gt;&lt;P&gt;tables: sscrfields.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;data: gt_accoco type standard table of gty_acccoco,&lt;/P&gt;&lt;P&gt;gt_accoco_bs type standard table of gty_acccoco,&lt;/P&gt;&lt;P&gt;gd_accoco type gty_acccoco.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;selection-screen function key 1.&lt;/P&gt;&lt;P&gt;selection-screen begin of block glaccount with frame title text-w02.&lt;/P&gt;&lt;P&gt;select-options: GLACCT for skb1-saknr modif id wkl no database selection.&lt;/P&gt;&lt;P&gt;selection-screen end of block glaccount.&lt;/P&gt;&lt;P&gt;selection-screen begin of block company with frame title text-w03.&lt;/P&gt;&lt;P&gt;select-options: CODE for skb1-bukrs modif id wkl no database&lt;/P&gt;&lt;P&gt;selection.&lt;/P&gt;&lt;P&gt;selection-screen end of block company.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;selection-screen begin of block items with frame title text-007.&lt;/P&gt;&lt;P&gt;selection-screen begin of block status with frame title text-002.&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;parameters x_opsel like itemset-xopsel radiobutton group rad1. .&lt;/P&gt;&lt;P&gt;selection-screen comment 3(20) text-003 for field x_opsel.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;parameters pa_stida like rfpdo-allgstid default sy-datlo.&lt;/P&gt;&lt;P&gt;selection-screen skip.&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;parameters x_clsel like itemset-xclsel radiobutton group rad1.&lt;/P&gt;&lt;P&gt;selection-screen comment 3(25) text-004 for field x_clsel.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;select-options so_augdt for bsis-augdt no database selection.&lt;/P&gt;&lt;P&gt;parameters pa_stid2 like rfpdo-allgstid.&lt;/P&gt;&lt;P&gt;selection-screen skip.&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;parameters x_aisel like itemset-xaisel radiobutton group rad1 DEFAULT 'X'.&lt;/P&gt;&lt;P&gt;selection-screen comment 3(20) text-005 for field x_aisel.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;select-options so_budat for bsis-budat no database selection.&lt;/P&gt;&lt;P&gt;selection-screen end of block status.&lt;/P&gt;&lt;P&gt;selection-screen begin of block type with frame title text-006.&lt;/P&gt;&lt;P&gt;parameters: x_norm like itemset-xnorm as checkbox default 'X',&lt;/P&gt;&lt;P&gt;x_shbv like itemset-xshbv no-display,&lt;/P&gt;&lt;P&gt;x_merk like itemset-xmerk as checkbox,&lt;/P&gt;&lt;P&gt;x_park like itemset-xpark as checkbox,&lt;/P&gt;&lt;P&gt;x_apar like itemset-xarit no-display.&lt;/P&gt;&lt;P&gt;selection-screen end of block type.&lt;/P&gt;&lt;P&gt;selection-screen end of block items.&lt;/P&gt;&lt;P&gt;selection-screen begin of block list with frame title text-001.&lt;/P&gt;&lt;P&gt;selection-screen end of block list.&lt;/P&gt;&lt;P&gt;*select-options so_faedt for it_pos-faedt no-display.&lt;/P&gt;&lt;P&gt;parameters: pa_cent type c no-display.&lt;/P&gt;&lt;P&gt;data: gp_yrper type rwcoom-fiscper.&lt;/P&gt;&lt;P&gt;select-options: so_yrper for gp_yrper no-display.&lt;/P&gt;&lt;P&gt;parameters: pa_inet type c no-display.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;SUBMIT RFITEMGL&lt;/P&gt;&lt;P&gt;        WITH ALCUR &lt;/P&gt;&lt;P&gt;        WITH EXCDT &lt;/P&gt;&lt;P&gt;        WITH PA_CENT&lt;/P&gt;&lt;P&gt;        WITH PA_GRID&lt;/P&gt;&lt;P&gt;        WITH PA_INET &lt;/P&gt;&lt;P&gt;        WITH PA_NMAX &lt;/P&gt;&lt;P&gt;        WITH PA_STID2 &lt;/P&gt;&lt;P&gt;        WITH PA_STIDA &lt;/P&gt;&lt;P&gt;        WITH PA_VARI &lt;/P&gt;&lt;P&gt;        WITH PA_WLBUK&lt;/P&gt;&lt;P&gt;        WITH PA_WLSAK&lt;/P&gt;&lt;P&gt;        WITH SD_APOPT&lt;/P&gt;&lt;P&gt;        WITH SD_AUGDT&lt;/P&gt;&lt;P&gt;        WITH SD_BSCHL&lt;/P&gt;&lt;P&gt;        WITH SD_BUDAT &lt;/P&gt;&lt;P&gt;        WITH SD_BUKRS&lt;/P&gt;&lt;P&gt;        WITH SD_FILES &lt;/P&gt;&lt;P&gt;        WITH SD_GSBER&lt;/P&gt;&lt;P&gt;        WITH SD_GSB_B&lt;/P&gt;&lt;P&gt;        WITH SD_IARCH &lt;/P&gt;&lt;P&gt;        WITH SD_KOSTL &lt;/P&gt;&lt;P&gt;        WITH SD_KTOPL &lt;/P&gt;&lt;P&gt;        WITH SD_MEMOR&lt;/P&gt;&lt;P&gt;        WITH SD_NOAUT &lt;/P&gt;&lt;P&gt;        WITH SD_NOOAP&lt;/P&gt;&lt;P&gt;        WITH SD_OBJEC &lt;/P&gt;&lt;P&gt;        WITH SD_OPOPT &lt;/P&gt;&lt;P&gt;        WITH SD_SAKNR &lt;/P&gt;&lt;P&gt;        WITH SD_SHKZG &lt;/P&gt;&lt;P&gt;        WITH SD_STIDA&lt;/P&gt;&lt;P&gt;        WITH SD_TPC &lt;/P&gt;&lt;P&gt;        WITH SD_USEAR &lt;/P&gt;&lt;P&gt;        WITH SD_USEAS &lt;/P&gt;&lt;P&gt;        WITH SD_USEDB &lt;/P&gt;&lt;P&gt;        WITH SD_VBUND &lt;/P&gt;&lt;P&gt;        WITH SD_WERKS&lt;/P&gt;&lt;P&gt;        WITH SD_ZUONR &lt;/P&gt;&lt;P&gt;        WITH SO_ASKTO &lt;/P&gt;&lt;P&gt;        WITH SO_AUGDT &lt;/P&gt;&lt;P&gt;        WITH SO_BUDAT &lt;/P&gt;&lt;P&gt;        WITH SO_BWWR2&lt;/P&gt;&lt;P&gt;        WITH SO_BWWR3&lt;/P&gt;&lt;P&gt;        WITH SO_BWWRT&lt;/P&gt;&lt;P&gt;        WITH SO_DMBE2 &lt;/P&gt;&lt;P&gt;        WITH SO_DMBE3 &lt;/P&gt;&lt;P&gt;        WITH SO_DMSHB&lt;/P&gt;&lt;P&gt;        WITH SO_FAEDT &lt;/P&gt;&lt;P&gt;        WITH SO_GSBER &lt;/P&gt;&lt;P&gt;        WITH SO_HWAE2 &lt;/P&gt;&lt;P&gt;        WITH SO_HWAE3 &lt;/P&gt;&lt;P&gt;        WITH SO_HWAER&lt;/P&gt;&lt;P&gt;        WITH SO_JAMON &lt;/P&gt;&lt;P&gt;        WITH SO_KKBWR&lt;/P&gt;&lt;P&gt;        WITH SO_KOART&lt;/P&gt;&lt;P&gt;        WITH SO_KURSE&lt;/P&gt;&lt;P&gt;        WITH SO_QBSHB&lt;/P&gt;&lt;P&gt;        WITH SO_QSFBT &lt;/P&gt;&lt;P&gt;        WITH SO_QSSHB &lt;/P&gt;&lt;P&gt;        WITH SO_SHKZG &lt;/P&gt;&lt;P&gt;        WITH SO_SKFBT &lt;/P&gt;&lt;P&gt;        WITH SO_SKNTO&lt;/P&gt;&lt;P&gt;        WITH SO_VERZ1 &lt;/P&gt;&lt;P&gt;        WITH SO_VERZN &lt;/P&gt;&lt;P&gt;        WITH SO_WAERS &lt;/P&gt;&lt;P&gt;        WITH SO_WLBUK &lt;/P&gt;&lt;P&gt;        WITH SO_WLSAK &lt;/P&gt;&lt;P&gt;        WITH SO_WRSHB&lt;/P&gt;&lt;P&gt;        WITH SO_WSKTO&lt;/P&gt;&lt;P&gt;        WITH SO_YRPER &lt;/P&gt;&lt;P&gt;        WITH SO_ZALDT&lt;/P&gt;&lt;P&gt;        WITH SO_ZINSZ &lt;/P&gt;&lt;P&gt;        WITH XX_BUKRS&lt;/P&gt;&lt;P&gt;        WITH XX_KTOPL&lt;/P&gt;&lt;P&gt;        WITH X_AISEL &lt;/P&gt;&lt;P&gt;        WITH X_APAR &lt;/P&gt;&lt;P&gt;        WITH X_CLSEL.&lt;/P&gt;&lt;P&gt;        WITH X_MERK &lt;/P&gt;&lt;P&gt;        WITH X_NORM &lt;/P&gt;&lt;P&gt;        WITH X_OPSEL &lt;/P&gt;&lt;P&gt;        WITH X_PARK &lt;/P&gt;&lt;P&gt;        WITH X_SHBV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2007 09:18:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-23T09:18:18Z</dc:date>
    <item>
      <title>SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2303221#M503581</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;in d below code everything is fine but am not able to get what values should i put ther in the SUBMIT statement.please give me examples of what should be given in the SUBMIT statement especially for BUDAT &amp;amp; SAKNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES:SKB1,bsis.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;types: begin of gty_acccoco,&lt;/P&gt;&lt;P&gt;saknr like ska1-saknr,&lt;/P&gt;&lt;P&gt;bukrs like skb1-bukrs,&lt;/P&gt;&lt;P&gt;gvtyp like ska1-gvtyp,&lt;/P&gt;&lt;P&gt;end of gty_acccoco.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;tables: b0sg, rfxpo, itemset.&lt;/P&gt;&lt;P&gt;tables: sscrfields.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;data: gt_accoco type standard table of gty_acccoco,&lt;/P&gt;&lt;P&gt;gt_accoco_bs type standard table of gty_acccoco,&lt;/P&gt;&lt;P&gt;gd_accoco type gty_acccoco.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;selection-screen function key 1.&lt;/P&gt;&lt;P&gt;selection-screen begin of block glaccount with frame title text-w02.&lt;/P&gt;&lt;P&gt;select-options: GLACCT for skb1-saknr modif id wkl no database selection.&lt;/P&gt;&lt;P&gt;selection-screen end of block glaccount.&lt;/P&gt;&lt;P&gt;selection-screen begin of block company with frame title text-w03.&lt;/P&gt;&lt;P&gt;select-options: CODE for skb1-bukrs modif id wkl no database&lt;/P&gt;&lt;P&gt;selection.&lt;/P&gt;&lt;P&gt;selection-screen end of block company.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;selection-screen begin of block items with frame title text-007.&lt;/P&gt;&lt;P&gt;selection-screen begin of block status with frame title text-002.&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;parameters x_opsel like itemset-xopsel radiobutton group rad1. .&lt;/P&gt;&lt;P&gt;selection-screen comment 3(20) text-003 for field x_opsel.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;parameters pa_stida like rfpdo-allgstid default sy-datlo.&lt;/P&gt;&lt;P&gt;selection-screen skip.&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;parameters x_clsel like itemset-xclsel radiobutton group rad1.&lt;/P&gt;&lt;P&gt;selection-screen comment 3(25) text-004 for field x_clsel.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;select-options so_augdt for bsis-augdt no database selection.&lt;/P&gt;&lt;P&gt;parameters pa_stid2 like rfpdo-allgstid.&lt;/P&gt;&lt;P&gt;selection-screen skip.&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;parameters x_aisel like itemset-xaisel radiobutton group rad1 DEFAULT 'X'.&lt;/P&gt;&lt;P&gt;selection-screen comment 3(20) text-005 for field x_aisel.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;select-options so_budat for bsis-budat no database selection.&lt;/P&gt;&lt;P&gt;selection-screen end of block status.&lt;/P&gt;&lt;P&gt;selection-screen begin of block type with frame title text-006.&lt;/P&gt;&lt;P&gt;parameters: x_norm like itemset-xnorm as checkbox default 'X',&lt;/P&gt;&lt;P&gt;x_shbv like itemset-xshbv no-display,&lt;/P&gt;&lt;P&gt;x_merk like itemset-xmerk as checkbox,&lt;/P&gt;&lt;P&gt;x_park like itemset-xpark as checkbox,&lt;/P&gt;&lt;P&gt;x_apar like itemset-xarit no-display.&lt;/P&gt;&lt;P&gt;selection-screen end of block type.&lt;/P&gt;&lt;P&gt;selection-screen end of block items.&lt;/P&gt;&lt;P&gt;selection-screen begin of block list with frame title text-001.&lt;/P&gt;&lt;P&gt;selection-screen end of block list.&lt;/P&gt;&lt;P&gt;*select-options so_faedt for it_pos-faedt no-display.&lt;/P&gt;&lt;P&gt;parameters: pa_cent type c no-display.&lt;/P&gt;&lt;P&gt;data: gp_yrper type rwcoom-fiscper.&lt;/P&gt;&lt;P&gt;select-options: so_yrper for gp_yrper no-display.&lt;/P&gt;&lt;P&gt;parameters: pa_inet type c no-display.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;SUBMIT RFITEMGL&lt;/P&gt;&lt;P&gt;        WITH ALCUR &lt;/P&gt;&lt;P&gt;        WITH EXCDT &lt;/P&gt;&lt;P&gt;        WITH PA_CENT&lt;/P&gt;&lt;P&gt;        WITH PA_GRID&lt;/P&gt;&lt;P&gt;        WITH PA_INET &lt;/P&gt;&lt;P&gt;        WITH PA_NMAX &lt;/P&gt;&lt;P&gt;        WITH PA_STID2 &lt;/P&gt;&lt;P&gt;        WITH PA_STIDA &lt;/P&gt;&lt;P&gt;        WITH PA_VARI &lt;/P&gt;&lt;P&gt;        WITH PA_WLBUK&lt;/P&gt;&lt;P&gt;        WITH PA_WLSAK&lt;/P&gt;&lt;P&gt;        WITH SD_APOPT&lt;/P&gt;&lt;P&gt;        WITH SD_AUGDT&lt;/P&gt;&lt;P&gt;        WITH SD_BSCHL&lt;/P&gt;&lt;P&gt;        WITH SD_BUDAT &lt;/P&gt;&lt;P&gt;        WITH SD_BUKRS&lt;/P&gt;&lt;P&gt;        WITH SD_FILES &lt;/P&gt;&lt;P&gt;        WITH SD_GSBER&lt;/P&gt;&lt;P&gt;        WITH SD_GSB_B&lt;/P&gt;&lt;P&gt;        WITH SD_IARCH &lt;/P&gt;&lt;P&gt;        WITH SD_KOSTL &lt;/P&gt;&lt;P&gt;        WITH SD_KTOPL &lt;/P&gt;&lt;P&gt;        WITH SD_MEMOR&lt;/P&gt;&lt;P&gt;        WITH SD_NOAUT &lt;/P&gt;&lt;P&gt;        WITH SD_NOOAP&lt;/P&gt;&lt;P&gt;        WITH SD_OBJEC &lt;/P&gt;&lt;P&gt;        WITH SD_OPOPT &lt;/P&gt;&lt;P&gt;        WITH SD_SAKNR &lt;/P&gt;&lt;P&gt;        WITH SD_SHKZG &lt;/P&gt;&lt;P&gt;        WITH SD_STIDA&lt;/P&gt;&lt;P&gt;        WITH SD_TPC &lt;/P&gt;&lt;P&gt;        WITH SD_USEAR &lt;/P&gt;&lt;P&gt;        WITH SD_USEAS &lt;/P&gt;&lt;P&gt;        WITH SD_USEDB &lt;/P&gt;&lt;P&gt;        WITH SD_VBUND &lt;/P&gt;&lt;P&gt;        WITH SD_WERKS&lt;/P&gt;&lt;P&gt;        WITH SD_ZUONR &lt;/P&gt;&lt;P&gt;        WITH SO_ASKTO &lt;/P&gt;&lt;P&gt;        WITH SO_AUGDT &lt;/P&gt;&lt;P&gt;        WITH SO_BUDAT &lt;/P&gt;&lt;P&gt;        WITH SO_BWWR2&lt;/P&gt;&lt;P&gt;        WITH SO_BWWR3&lt;/P&gt;&lt;P&gt;        WITH SO_BWWRT&lt;/P&gt;&lt;P&gt;        WITH SO_DMBE2 &lt;/P&gt;&lt;P&gt;        WITH SO_DMBE3 &lt;/P&gt;&lt;P&gt;        WITH SO_DMSHB&lt;/P&gt;&lt;P&gt;        WITH SO_FAEDT &lt;/P&gt;&lt;P&gt;        WITH SO_GSBER &lt;/P&gt;&lt;P&gt;        WITH SO_HWAE2 &lt;/P&gt;&lt;P&gt;        WITH SO_HWAE3 &lt;/P&gt;&lt;P&gt;        WITH SO_HWAER&lt;/P&gt;&lt;P&gt;        WITH SO_JAMON &lt;/P&gt;&lt;P&gt;        WITH SO_KKBWR&lt;/P&gt;&lt;P&gt;        WITH SO_KOART&lt;/P&gt;&lt;P&gt;        WITH SO_KURSE&lt;/P&gt;&lt;P&gt;        WITH SO_QBSHB&lt;/P&gt;&lt;P&gt;        WITH SO_QSFBT &lt;/P&gt;&lt;P&gt;        WITH SO_QSSHB &lt;/P&gt;&lt;P&gt;        WITH SO_SHKZG &lt;/P&gt;&lt;P&gt;        WITH SO_SKFBT &lt;/P&gt;&lt;P&gt;        WITH SO_SKNTO&lt;/P&gt;&lt;P&gt;        WITH SO_VERZ1 &lt;/P&gt;&lt;P&gt;        WITH SO_VERZN &lt;/P&gt;&lt;P&gt;        WITH SO_WAERS &lt;/P&gt;&lt;P&gt;        WITH SO_WLBUK &lt;/P&gt;&lt;P&gt;        WITH SO_WLSAK &lt;/P&gt;&lt;P&gt;        WITH SO_WRSHB&lt;/P&gt;&lt;P&gt;        WITH SO_WSKTO&lt;/P&gt;&lt;P&gt;        WITH SO_YRPER &lt;/P&gt;&lt;P&gt;        WITH SO_ZALDT&lt;/P&gt;&lt;P&gt;        WITH SO_ZINSZ &lt;/P&gt;&lt;P&gt;        WITH XX_BUKRS&lt;/P&gt;&lt;P&gt;        WITH XX_KTOPL&lt;/P&gt;&lt;P&gt;        WITH X_AISEL &lt;/P&gt;&lt;P&gt;        WITH X_APAR &lt;/P&gt;&lt;P&gt;        WITH X_CLSEL.&lt;/P&gt;&lt;P&gt;        WITH X_MERK &lt;/P&gt;&lt;P&gt;        WITH X_NORM &lt;/P&gt;&lt;P&gt;        WITH X_OPSEL &lt;/P&gt;&lt;P&gt;        WITH X_PARK &lt;/P&gt;&lt;P&gt;        WITH X_SHBV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 09:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2303221#M503581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T09:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2303222#M503582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;put values from select option GLACCT in saknr&lt;/P&gt;&lt;P&gt;and values from select option  so_budat  in saknr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 09:50:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2303222#M503582</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2007-05-23T09:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2303223#M503583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;vijay    ,....  i did for your   program use  it  .. just copy and try  it  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;









REPORT z_find_userexit NO STANDARD PAGE HEADING.
TABLES:SKB1,bsis.
types: begin of gty_acccoco,
saknr like ska1-saknr,
bukrs like skb1-bukrs,
gvtyp like ska1-gvtyp,
end of gty_acccoco.


tables: b0sg, rfxpo, itemset.
tables: sscrfields.

data: gt_accoco type standard table of gty_acccoco,
gt_accoco_bs type standard table of gty_acccoco,
gd_accoco type gty_acccoco.

selection-screen function key 1.
selection-screen begin of block glaccount with frame title text-w02.
select-options: GLACCT for skb1-saknr modif id wkl no database selection.
selection-screen end of block glaccount.
selection-screen begin of block company with frame title text-w03.
select-options: CODE for skb1-bukrs modif id wkl no database
selection.
selection-screen end of block company.


selection-screen begin of block items with frame title text-007.
selection-screen begin of block status with frame title text-002.
selection-screen begin of line.
parameters x_opsel like itemset-xopsel radiobutton group rad1. .
selection-screen comment 3(20) text-003 for field x_opsel.
selection-screen end of line.
parameters pa_stida like rfpdo-allgstid default sy-datlo.
selection-screen skip.
selection-screen begin of line.
parameters x_clsel like itemset-xclsel radiobutton group rad1.
selection-screen comment 3(25) text-004 for field x_clsel.
selection-screen end of line.
select-options so_augdt for bsis-augdt no database selection.
parameters pa_stid2 like rfpdo-allgstid.
selection-screen skip.
selection-screen begin of line.
parameters x_aisel like itemset-xaisel radiobutton group rad1 DEFAULT 'X'.
selection-screen comment 3(20) text-005 for field x_aisel.
selection-screen end of line.
select-options so_budat for bsis-budat no database selection.
selection-screen end of block status.
selection-screen begin of block type with frame title text-006.
parameters: x_norm like itemset-xnorm as checkbox default 'X',
x_shbv like itemset-xshbv no-display,
x_merk like itemset-xmerk as checkbox,
x_park like itemset-xpark as checkbox,
x_apar like itemset-xarit no-display.
selection-screen end of block type.
selection-screen end of block items.
selection-screen begin of block list with frame title text-001.
selection-screen end of block list.
*select-options so_faedt for it_pos-faedt no-display.
parameters: pa_cent type c no-display.
data: gp_yrper type rwcoom-fiscper.
select-options: so_yrper for gp_yrper no-display.
parameters: pa_inet type c no-display.



SUBMIT RFITEMGL
        WITH ALCUR in  GLACCT
*        WITH EXCDT ...
        WITH PA_CENT = pa_cent
*        WITH PA_GRID ...
        WITH PA_INET = pa_inet
*        WITH PA_NMAX ...
        WITH PA_STID2 = pa_stid2
        WITH PA_STIDA = pa_stida
*        WITH PA_VARI ...
*        WITH PA_WLBUK ...
*        WITH PA_WLSAK ...
*        WITH SD_APOPT ...
        WITH SD_AUGDT in so_augdt
*        WITH SD_BSCHL ...
*        WITH SD_BUDAT ...
        WITH SD_BUKRS in CODE
*        WITH SD_FILES ...
*        WITH SD_GSBER ...
*        WITH SD_GSB_B ...
*        WITH SD_IARCH ...
*        WITH SD_KOSTL ...
*        WITH SD_KTOPL ...
*        WITH SD_MEMOR ...
*        WITH SD_NOAUT ...
*        WITH SD_NOOAP ...
*        WITH SD_OBJEC ...
*        WITH SD_OPOPT ...
*        WITH SD_SAKNR ...
*        WITH SD_SHKZG ...
*        WITH SD_STIDA ...
*        WITH SD_TPC ...
*        WITH SD_USEAR ...
*        WITH SD_USEAS ...
*        WITH SD_USEDB ...
*        WITH SD_VBUND ...
*        WITH SD_WERKS ...
*        WITH SD_ZUONR ...
*        WITH SO_ASKTO ...
*        WITH SO_AUGDT ...
*        WITH SO_BUDAT ...
*        WITH SO_BWWR2 ...
*        WITH SO_BWWR3 ...
*        WITH SO_BWWRT ...
*        WITH SO_DMBE2 ...
*        WITH SO_DMBE3 ...
*        WITH SO_DMSHB ...
*        WITH SO_FAEDT ...
*        WITH SO_GSBER ...
*        WITH SO_HWAE2 ...
*        WITH SO_HWAE3 ...
*        WITH SO_HWAER ...
*        WITH SO_JAMON ...
*        WITH SO_KKBWR ...
*        WITH SO_KOART ...
*        WITH SO_KURSE ...
*        WITH SO_QBSHB ...
*        WITH SO_QSFBT ...
*        WITH SO_QSSHB ...
*        WITH SO_SHKZG ...
*        WITH SO_SKFBT ...
*        WITH SO_SKNTO ...
*        WITH SO_VERZ1 ...
*        WITH SO_VERZN ...
*        WITH SO_WAERS ...
*        WITH SO_WLBUK ...
*        WITH SO_WLSAK ...
*        WITH SO_WRSHB ...
*        WITH SO_WSKTO ...
        WITH SO_YRPER in  so_yrper
*        WITH SO_ZALDT ...
*        WITH SO_ZINSZ ...
*        WITH XX_BUKRS ...
*        WITH XX_KTOPL ...
        WITH X_AISEL = X_AISEL
        WITH X_APAR  = X_APAR
        WITH X_CLSEL =  x_clsel
        WITH X_MERK = x_merk
        WITH X_NORM = x_norm
        WITH X_OPSEL  = x_opsel
        WITH X_PARK =  X_PARK
        WITH X_SHBV = X_SHBV
and return .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 10:20:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2303223#M503583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T10:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2303224#M503584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Girish&lt;/P&gt;&lt;P&gt;the code u gave me a runtime error  at the WITH ALCUR in  GLACCT....Please look into into it i tried with WITH SAKNR IN GLACCT But am getting no text selected...please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 10:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2303224#M503584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T10:52:06Z</dc:date>
    </item>
  </channel>
</rss>

