<?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: XXL_SIMPLE_API in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/xxl-simple-api/m-p/1183159#M126289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i know that but for what is that used for&lt;/P&gt;&lt;P&gt;XMPLT_P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;besause i am buliding a list i do not what to fill in that column XMPLT_P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sarangan r&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Feb 2006 06:41:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-06T06:41:09Z</dc:date>
    <item>
      <title>XXL_SIMPLE_API</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xxl-simple-api/m-p/1183157#M126287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am using the above fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to know what is the use of &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     print_text              = xmplt_p&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is in the parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sarang r&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 06:26:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xxl-simple-api/m-p/1183157#M126287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T06:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: XXL_SIMPLE_API</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xxl-simple-api/m-p/1183158#M126288</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 used  for printing a list texts(header,etc..).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can pass the texts differently...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; XMPLT_O-LINE_NO    = 1.
  XMPLT_O-INFO_NAME  = 'Report-Type'.
  XMPLT_O-INFO_VALUE = 'Central'.
  APPEND XMPLT_O.

  XMPLT_O-LINE_NO    = 2.
  XMPLT_O-INFO_NAME  = 'Responsible'.
  XMPLT_O-INFO_VALUE = 'Craig Young, DP/III'.
  APPEND XMPLT_O.

  XMPLT_O-LINE_NO    = 3.
  XMPLT_O-INFO_NAME  = 'Checks'.
  XMPLT_O-INFO_VALUE = 'OK'.
  APPEND XMPLT_O.

  XMPLT_P-HF         = 'H'.
  XMPLT_P-LCR        = 'C'.
  XMPLT_P-LINE_NO    = 1.
  XMPLT_P-TEXT       = 'Periodical Report:'.
  APPEND XMPLT_P.

  XMPLT_P-LINE_NO    = 2.
  XMPLT_P-TEXT       = 'Performance per Year'.
  APPEND XMPLT_P.

  XMPLT_P-HF         = 'F'.
  XMPLT_P-LCR        = 'R'.
  XMPLT_P-LINE_NO    = 1.
  XMPLT_P-TEXT       = 'Distribution:'.
  APPEND XMPLT_P.

  XMPLT_P-LINE_NO    = 2.
  XMPLT_P-TEXT       = 'all Sales Accountants'.
  APPEND XMPLT_P.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 06:33:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xxl-simple-api/m-p/1183158#M126288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T06:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: XXL_SIMPLE_API</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xxl-simple-api/m-p/1183159#M126289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i know that but for what is that used for&lt;/P&gt;&lt;P&gt;XMPLT_P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;besause i am buliding a list i do not what to fill in that column XMPLT_P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sarangan r&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 06:41:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xxl-simple-api/m-p/1183159#M126289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T06:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: XXL_SIMPLE_API</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xxl-simple-api/m-p/1183160#M126290</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;Sarangan Did you check this example program &amp;lt;b&amp;gt; XXLSTEST&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if tried commenting that it gave dump, but if you pass it blank there will not be a problem.&lt;/P&gt;&lt;P&gt;just pass blank internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 06:53:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xxl-simple-api/m-p/1183160#M126290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T06:53:20Z</dc:date>
    </item>
  </channel>
</rss>

