<?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 drop down menu in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-menu/m-p/5763665#M1305299</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 have the following requirements :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I have to make a customizing z_tabel to be filled via transaction sm30 with the following fields :&lt;/P&gt;&lt;P&gt;         a. Day : hier i want to make a drop down menu with the days of the weeks (monday .. sunday) .&lt;/P&gt;&lt;P&gt;                  if i choose monday i want the value 1 to be saved in the db table.&lt;/P&gt;&lt;P&gt;                  tuesday -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; 2 &lt;/P&gt;&lt;P&gt;                   ....etc&lt;/P&gt;&lt;P&gt;         b. To_be_used : here i want to use a checkbox via sm30.&lt;/P&gt;&lt;P&gt;                   with the values X or enpty in the database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Can anybody tell me how to achieve the isses a and b ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.  I have to build a z-program. This program can only be run om the background.&lt;/P&gt;&lt;P&gt;      The application server is of typw windows NT. &lt;/P&gt;&lt;P&gt;      Is it possible to make an excel file on the application server on the background? if yes , how ?&lt;/P&gt;&lt;P&gt;      with Fm i have to use ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jun 2009 19:29:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-30T19:29:39Z</dc:date>
    <item>
      <title>drop down menu</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-menu/m-p/5763665#M1305299</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 have the following requirements :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I have to make a customizing z_tabel to be filled via transaction sm30 with the following fields :&lt;/P&gt;&lt;P&gt;         a. Day : hier i want to make a drop down menu with the days of the weeks (monday .. sunday) .&lt;/P&gt;&lt;P&gt;                  if i choose monday i want the value 1 to be saved in the db table.&lt;/P&gt;&lt;P&gt;                  tuesday -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; 2 &lt;/P&gt;&lt;P&gt;                   ....etc&lt;/P&gt;&lt;P&gt;         b. To_be_used : here i want to use a checkbox via sm30.&lt;/P&gt;&lt;P&gt;                   with the values X or enpty in the database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Can anybody tell me how to achieve the isses a and b ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.  I have to build a z-program. This program can only be run om the background.&lt;/P&gt;&lt;P&gt;      The application server is of typw windows NT. &lt;/P&gt;&lt;P&gt;      Is it possible to make an excel file on the application server on the background? if yes , how ?&lt;/P&gt;&lt;P&gt;      with Fm i have to use ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 19:29:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-menu/m-p/5763665#M1305299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-30T19:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: drop down menu</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-menu/m-p/5763666#M1305300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Moo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  1 a) use domain or data element SDBA_DAY.&lt;/P&gt;&lt;P&gt;     b) use any data element that has domain XFELD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  2) Check SY-BATCH = 'X' and allow program to run only when SY-BATCH = 'X' otherwise error.&lt;/P&gt;&lt;P&gt;      you should create a normal tab delimited file in application server with .xls file type then tab will separate the column when you open the file with excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chaiphon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 19:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-menu/m-p/5763666#M1305300</guid>
      <dc:creator>chaiphon</dc:creator>
      <dc:date>2009-06-30T19:51:23Z</dc:date>
    </item>
  </channel>
</rss>

