<?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 FBL5N in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n/m-p/6271871#M1386724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to call transaction FBL5N using a submit ; so this is my code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: seltab TYPE TABLE OF rsparams.&lt;/P&gt;&lt;P&gt;data: seltab_wa LIKE LINE OF seltab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seltab_wa-selname = 'DD_BUKRS'.&lt;/P&gt;&lt;P&gt;seltab_wa-kind    = 'P'.&lt;/P&gt;&lt;P&gt;seltab_wa-sign    = 'I'.&lt;/P&gt;&lt;P&gt;seltab_wa-option  = 'EQ'.&lt;/P&gt;&lt;P&gt;seltab_wa-low     = p_bukrs.&lt;/P&gt;&lt;P&gt;APPEND seltab_wa TO seltab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seltab_wa-selname = 'DD_KUNNR'.&lt;/P&gt;&lt;P&gt;seltab_wa-kind    = 'S'.&lt;/P&gt;&lt;P&gt;seltab_wa-sign    = 'I'.&lt;/P&gt;&lt;P&gt;seltab_wa-option  = 'BT'.&lt;/P&gt;&lt;P&gt;seltab_wa-low     = p_kunnr1.&lt;/P&gt;&lt;P&gt;seltab_wa-high    = p_kunnr2.&lt;/P&gt;&lt;P&gt;APPEND seltab_wa TO seltab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seltab_wa-selname = 'SO_BUDAT'.&lt;/P&gt;&lt;P&gt;seltab_wa-kind    = 'S'.&lt;/P&gt;&lt;P&gt;seltab_wa-sign    = 'I'.&lt;/P&gt;&lt;P&gt;seltab_wa-option  = 'BT'.&lt;/P&gt;&lt;P&gt;seltab_wa-low     = p_budat1.&lt;/P&gt;&lt;P&gt;seltab_wa-high    = p_budat2.&lt;/P&gt;&lt;P&gt;APPEND seltab_wa TO seltab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seltab_wa-selname = 'X_AISEL'.&lt;/P&gt;&lt;P&gt;seltab_wa-kind    = 'S'.&lt;/P&gt;&lt;P&gt;seltab_wa-sign    = 'I'.&lt;/P&gt;&lt;P&gt;seltab_wa-option  = 'EQ'.&lt;/P&gt;&lt;P&gt;seltab_wa-low     = 'X'.&lt;/P&gt;&lt;P&gt;APPEND seltab_wa TO seltab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT rfitemar WITH SELECTION-TABLE seltab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works fine but now I have to add Business Area (GSBER) and Assignment (ZUONR) as selection parameters which are in dynamic selections.&lt;/P&gt;&lt;P&gt;How do I have to call them to be able to add in my seltab ? I've already tried  calling the 1st  "%%DYN017" ( screen name ) and the 2nd %%DYN010 (screen name) but doesn't work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco Cerdelli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2009 09:06:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-26T09:06:56Z</dc:date>
    <item>
      <title>FBL5N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n/m-p/6271871#M1386724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to call transaction FBL5N using a submit ; so this is my code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: seltab TYPE TABLE OF rsparams.&lt;/P&gt;&lt;P&gt;data: seltab_wa LIKE LINE OF seltab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seltab_wa-selname = 'DD_BUKRS'.&lt;/P&gt;&lt;P&gt;seltab_wa-kind    = 'P'.&lt;/P&gt;&lt;P&gt;seltab_wa-sign    = 'I'.&lt;/P&gt;&lt;P&gt;seltab_wa-option  = 'EQ'.&lt;/P&gt;&lt;P&gt;seltab_wa-low     = p_bukrs.&lt;/P&gt;&lt;P&gt;APPEND seltab_wa TO seltab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seltab_wa-selname = 'DD_KUNNR'.&lt;/P&gt;&lt;P&gt;seltab_wa-kind    = 'S'.&lt;/P&gt;&lt;P&gt;seltab_wa-sign    = 'I'.&lt;/P&gt;&lt;P&gt;seltab_wa-option  = 'BT'.&lt;/P&gt;&lt;P&gt;seltab_wa-low     = p_kunnr1.&lt;/P&gt;&lt;P&gt;seltab_wa-high    = p_kunnr2.&lt;/P&gt;&lt;P&gt;APPEND seltab_wa TO seltab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seltab_wa-selname = 'SO_BUDAT'.&lt;/P&gt;&lt;P&gt;seltab_wa-kind    = 'S'.&lt;/P&gt;&lt;P&gt;seltab_wa-sign    = 'I'.&lt;/P&gt;&lt;P&gt;seltab_wa-option  = 'BT'.&lt;/P&gt;&lt;P&gt;seltab_wa-low     = p_budat1.&lt;/P&gt;&lt;P&gt;seltab_wa-high    = p_budat2.&lt;/P&gt;&lt;P&gt;APPEND seltab_wa TO seltab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seltab_wa-selname = 'X_AISEL'.&lt;/P&gt;&lt;P&gt;seltab_wa-kind    = 'S'.&lt;/P&gt;&lt;P&gt;seltab_wa-sign    = 'I'.&lt;/P&gt;&lt;P&gt;seltab_wa-option  = 'EQ'.&lt;/P&gt;&lt;P&gt;seltab_wa-low     = 'X'.&lt;/P&gt;&lt;P&gt;APPEND seltab_wa TO seltab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT rfitemar WITH SELECTION-TABLE seltab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works fine but now I have to add Business Area (GSBER) and Assignment (ZUONR) as selection parameters which are in dynamic selections.&lt;/P&gt;&lt;P&gt;How do I have to call them to be able to add in my seltab ? I've already tried  calling the 1st  "%%DYN017" ( screen name ) and the 2nd %%DYN010 (screen name) but doesn't work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco Cerdelli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 09:06:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n/m-p/6271871#M1386724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T09:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: FBL5N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n/m-p/6271872#M1386725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please go through this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://www.sapfans.com/forums/viewtopic.php?f=13&amp;amp;t=175884&amp;amp;start=0&amp;amp;st=0&amp;amp;sk=t&amp;amp;sd=a]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 09:26:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl5n/m-p/6271872#M1386725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T09:26:53Z</dc:date>
    </item>
  </channel>
</rss>

