<?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: os level programming using ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/os-level-programming-using-abap/m-p/2746959#M638646</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To execute an OS level command from SAP:&lt;/P&gt;&lt;P&gt;First you define the OS command in SAP in transaction SM69. Then you can execute it from SAPGUI using SM49 or from ABAP code by: CALL FUNCTION 'SXPG_COMMAND_EXECUTE'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Sep 2007 14:01:21 GMT</pubDate>
    <dc:creator>Maciej_DomagaBa</dc:creator>
    <dc:date>2007-09-17T14:01:21Z</dc:date>
    <item>
      <title>os level programming using ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/os-level-programming-using-abap/m-p/2746958#M638645</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 a requirement where i have to pick up date and time of the generation of a file from a folder in the application server and then place the time and date in and excel sheet.&lt;/P&gt;&lt;P&gt;till now this process is done manually where we have to go to the respective folder and pick up the data and time.&lt;/P&gt;&lt;P&gt;this process has to be automated and hence we need to write ABAP code for the os instructions which are now done manually like double clicking and navigating to another folder.&lt;/P&gt;&lt;P&gt;please provide me whatever info u have on this subject (os level programming).The os used is UNIX.&lt;/P&gt;&lt;P&gt;basics are also required so if u have a good document plz forward this to&lt;/P&gt;&lt;P&gt;manish.sharma@wipro.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 13:19:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/os-level-programming-using-abap/m-p/2746958#M638645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T13:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: os level programming using ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/os-level-programming-using-abap/m-p/2746959#M638646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To execute an OS level command from SAP:&lt;/P&gt;&lt;P&gt;First you define the OS command in SAP in transaction SM69. Then you can execute it from SAPGUI using SM49 or from ABAP code by: CALL FUNCTION 'SXPG_COMMAND_EXECUTE'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 14:01:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/os-level-programming-using-abap/m-p/2746959#M638646</guid>
      <dc:creator>Maciej_DomagaBa</dc:creator>
      <dc:date>2007-09-17T14:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: os level programming using ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/os-level-programming-using-abap/m-p/2746960#M638647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can build a unix command and execute as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA  unixcmd(200) TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE g_dirn lh_rpt1-filen INTO unixcomm.&lt;/P&gt;&lt;P&gt;        CONCATENATE 'mv' unixcomm g_dirn INTO unixcomm SEPARATED BY space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        CONCATENATE unixcomm 'bpcs/' lh_rpt1-filen INTO unixcomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Executing the system commands witin ABAP.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        CALL 'SYSTEM' ID 'COMMAND' FIELD  unixcomm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 14:28:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/os-level-programming-using-abap/m-p/2746960#M638647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T14:28:09Z</dc:date>
    </item>
  </channel>
</rss>

