<?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: Generate Sapscript Programmatically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-sapscript-programmatically/m-p/6419026#M1409043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx for the replies guys, I will definitely take a look at RSTXSCRP. Maybe i can find out how the report imports/exports and generates  'FORM' object and hopefully it will point to the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Off topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I generated a report program, via 'insert report..' and I added its own entry to TADIR manually (TRDIR was automatically generated). I checked everything in the program attributes  and it contains all the correct info (author,date created,dev class etc..) however when I used se80 to list down the programs under my name, the program I created with 'insert report' did not appear in the list, it can only be accessed and viewed in se38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: afro100 on Dec 17, 2009 1:17 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Dec 2009 14:35:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-16T14:35:30Z</dc:date>
    <item>
      <title>Generate Sapscript Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-sapscript-programmatically/m-p/6419022#M1409039</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;Is there a way for abaper to import/export sapscript form through abap coding? As for abap programs this can be done with 'read/insert report....' and likewise dialog module with the 'export/import dynpro ...' statements. So perhaps sapscript can also be generated similarly like the first two.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is greatly appreciated &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Dec 2009 11:34:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-sapscript-programmatically/m-p/6419022#M1409039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-13T11:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Sapscript Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-sapscript-programmatically/m-p/6419023#M1409040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be done, however this is not easy because SAPscript consists of multiple objects that are linked to each other (windows, paragraphs, ...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To start take a look via SE80 to the function group STXS.&lt;/P&gt;&lt;P&gt;Function group STXS contains a set of function modules to create, edit, delete, activate, ... different objects in a SAPscript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Furhermore you have all function modules (SE37) that start with SAPSCRIPT*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course it will not be easy to combine all these functions in order to create dynamically a working SAPscript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Success and let us know the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Dec 2009 12:02:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-sapscript-programmatically/m-p/6419023#M1409040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-13T12:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Sapscript Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-sapscript-programmatically/m-p/6419024#M1409041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not possible. You have to design the layout &amp;amp; write a driver program to generate it. There is no way you can generate a sap script programmatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Abhii&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Dec 2009 12:08:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-sapscript-programmatically/m-p/6419024#M1409041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-13T12:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Sapscript Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-sapscript-programmatically/m-p/6419025#M1409042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi afro100,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;simple: This is report RSTXSCRP. If you do not want to use the report, look what they did in the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anything else is not what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Dec 2009 14:01:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-sapscript-programmatically/m-p/6419025#M1409042</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-12-13T14:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Sapscript Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-sapscript-programmatically/m-p/6419026#M1409043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx for the replies guys, I will definitely take a look at RSTXSCRP. Maybe i can find out how the report imports/exports and generates  'FORM' object and hopefully it will point to the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Off topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I generated a report program, via 'insert report..' and I added its own entry to TADIR manually (TRDIR was automatically generated). I checked everything in the program attributes  and it contains all the correct info (author,date created,dev class etc..) however when I used se80 to list down the programs under my name, the program I created with 'insert report' did not appear in the list, it can only be accessed and viewed in se38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: afro100 on Dec 17, 2009 1:17 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 14:35:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-sapscript-programmatically/m-p/6419026#M1409043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-16T14:35:30Z</dc:date>
    </item>
  </channel>
</rss>

