<?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: Creating and using elements in Sapscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-and-using-elements-in-sapscript/m-p/11730597#M1948845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems to be a SAPscript basic question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - How to create an element?&lt;/P&gt;&lt;P&gt;SE71 -&amp;gt; create a window -&amp;gt; create an element&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 - How to call an element?&lt;BR /&gt;Function module WRITE_FORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please elaborate your question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Jun 2016 16:36:27 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2016-06-11T16:36:27Z</dc:date>
    <item>
      <title>Creating and using elements in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-and-using-elements-in-sapscript/m-p/11730596#M1948844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I am updating a copy of standard form MR_PRINT and in the info box I need to include data that is going to have multiple rows. I would like to know how i can create a element and call it to return the data. I was thinking about using a perform but do not believe that a perform can call an element. Please let me know if this is also correct.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 15:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-and-using-elements-in-sapscript/m-p/11730596#M1948844</guid>
      <dc:creator>former_member244850</dc:creator>
      <dc:date>2016-06-10T15:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating and using elements in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-and-using-elements-in-sapscript/m-p/11730597#M1948845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems to be a SAPscript basic question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - How to create an element?&lt;/P&gt;&lt;P&gt;SE71 -&amp;gt; create a window -&amp;gt; create an element&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 - How to call an element?&lt;BR /&gt;Function module WRITE_FORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please elaborate your question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2016 16:36:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-and-using-elements-in-sapscript/m-p/11730597#M1948845</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-06-11T16:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating and using elements in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-and-using-elements-in-sapscript/m-p/11730598#M1948846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a standard print program or custom one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its a standard print program, then better go for INCLUDE command in SAP Script. You could write the logic in a Include Program and call it in your SAP Script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 04:16:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-and-using-elements-in-sapscript/m-p/11730598#M1948846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-13T04:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating and using elements in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-and-using-elements-in-sapscript/m-p/11730599#M1948847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; It is the standard print driver program for script MR_PRINT, which I have copied to a z program. Right now I have to put 2 lines of data Name, phone number and email these could be for up to 5 people. At the moment I am calling a perform and just using&amp;nbsp; the 3 variables I require and changing 15 variable the 3 X 5 possible entries returned from the perform. I am just looking for a cleaner way of doing it and thought the element may be a better way, but did not want to change too much of the driver program. So any info would be appreciated I have not done SAPScript before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the window I am putting this in is the Info window which used to be a CONSTANT window I have changed it to VARIABLE, however it is not expanding with the data.. Any suggestions as to how I can correct this as well?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks for any input,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Jim &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 15:55:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-and-using-elements-in-sapscript/m-p/11730599#M1948847</guid>
      <dc:creator>former_member244850</dc:creator>
      <dc:date>2016-06-13T15:55:57Z</dc:date>
    </item>
  </channel>
</rss>

