<?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: sap script - layout in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-layout/m-p/5133883#M1189937</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;place the write form with in loop at itab..Hope ur requirement is done.And also in declaring elements give /E  ELEMENT NAME&lt;/P&gt;&lt;P&gt;       /    itab-matnr.. Like this&lt;/P&gt;&lt;P&gt;LOOP AT ITAB(contains the data to be displayed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WRITE_FORM'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   ELEMENT                        = 'ITAB1'      "element name&lt;/P&gt;&lt;P&gt;   FUNCTION                       = 'APPEND'&lt;/P&gt;&lt;P&gt;   TYPE                           = 'BODY'&lt;/P&gt;&lt;P&gt;   WINDOW                         = 'MAIN'&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jan 2009 07:04:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-30T07:04:14Z</dc:date>
    <item>
      <title>sap script - layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-layout/m-p/5133882#M1189936</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;is there a way to create paragragh format or character format which will add the description at the of the sentence?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will try to explain better', &lt;/P&gt;&lt;P&gt;i am writing a layout for material movments and each time when i want to write the no (mseg-matnr) of the materials it writites it at the same place and not next to the matnr that is already there i want to write all the description in 1 line &lt;/P&gt;&lt;P&gt;mseg-matnr(loop no1)  mseg-matnr(loop no2)  mseg-matnr(loop no3)&lt;/P&gt;&lt;P&gt;now what i have is that mseg-matnr(loop2) delete mseg-matnr(loop no1) what can i do in order to write them one next to each other &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 07:00:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-layout/m-p/5133882#M1189936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-30T07:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: sap script - layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-layout/m-p/5133883#M1189937</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;place the write form with in loop at itab..Hope ur requirement is done.And also in declaring elements give /E  ELEMENT NAME&lt;/P&gt;&lt;P&gt;       /    itab-matnr.. Like this&lt;/P&gt;&lt;P&gt;LOOP AT ITAB(contains the data to be displayed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WRITE_FORM'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   ELEMENT                        = 'ITAB1'      "element name&lt;/P&gt;&lt;P&gt;   FUNCTION                       = 'APPEND'&lt;/P&gt;&lt;P&gt;   TYPE                           = 'BODY'&lt;/P&gt;&lt;P&gt;   WINDOW                         = 'MAIN'&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 07:04:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-layout/m-p/5133883#M1189937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-30T07:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: sap script - layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-layout/m-p/5133884#M1189938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i cannt do it this way cause each time i get the matnr in a loop and when i try to write it in the footer section is always starts at the beginig of the line not after the matnr that already there&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 07:15:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-layout/m-p/5133884#M1189938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-30T07:15:06Z</dc:date>
    </item>
  </channel>
</rss>

