<?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 Question about elements in ABAP programming. Please see.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-elements-in-abap-programming-please-see/m-p/4596895#M1083796</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know what is the way to find more info about an element eg SPOS in the structure ALV_S_SORT.  The short description doesnt tell much. When I was reading a word file (tutorial on ALV reports) I came to know that this is used to provide sort criteria for the different fields. But I don't know what should be the value of SPOS? I see that it is a NUMC2 (length=2) type data.  This info is used in the function call REUSE_ALV_LIST_DISPLAY, but no info on what values to give to it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know what is the right approach to tackle such issues at clients place.. Should I ask at this forum each time.. Please let me know about the field spos and how did you find out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Charles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2008 21:58:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-08T21:58:12Z</dc:date>
    <item>
      <title>Question about elements in ABAP programming. Please see..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-elements-in-abap-programming-please-see/m-p/4596895#M1083796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know what is the way to find more info about an element eg SPOS in the structure ALV_S_SORT.  The short description doesnt tell much. When I was reading a word file (tutorial on ALV reports) I came to know that this is used to provide sort criteria for the different fields. But I don't know what should be the value of SPOS? I see that it is a NUMC2 (length=2) type data.  This info is used in the function call REUSE_ALV_LIST_DISPLAY, but no info on what values to give to it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know what is the right approach to tackle such issues at clients place.. Should I ask at this forum each time.. Please let me know about the field spos and how did you find out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Charles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 21:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-elements-in-abap-programming-please-see/m-p/4596895#M1083796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T21:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Question about elements in ABAP programming. Please see..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-elements-in-abap-programming-please-see/m-p/4596896#M1083797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your first step should be to read the documentation for this FM. If that doesn't help, search the forum for answers (this FM has been discussed before). If you still have questions, &lt;EM&gt;then&lt;/EM&gt; ask the forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 01:05:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-elements-in-abap-programming-please-see/m-p/4596896#M1083797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T01:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Question about elements in ABAP programming. Please see..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-elements-in-abap-programming-please-see/m-p/4596897#M1083798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Charles&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to start with ALV programming but are not yet comfortable enough with class-based ALV list (CL_GUI_ALV_GRID, CL_SALV_TABLE) then I highly recommend to use fm &lt;STRONG&gt;REUSE_ALV_GRID_DISPLAY_LVC&lt;/STRONG&gt;. The interface of the fm is very similar (if not identical) to method SET_TABLE_FOR_FIRST_DISPLAY of CL_GUI_ALV_GRID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to understand the function of its parameters have a look at the excellent tutorial [An Easy Reference For ALV Grid Control|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tutorial is intended for OO-based ALV lists but using the fm I suggested you can use this documentation as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 06:18:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-elements-in-abap-programming-please-see/m-p/4596897#M1083798</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-10-09T06:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Question about elements in ABAP programming. Please see..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-elements-in-abap-programming-please-see/m-p/4596898#M1083799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 06:49:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-elements-in-abap-programming-please-see/m-p/4596898#M1083799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T06:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Question about elements in ABAP programming. Please see..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-elements-in-abap-programming-please-see/m-p/4596899#M1083800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 04:22:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-elements-in-abap-programming-please-see/m-p/4596899#M1083800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T04:22:23Z</dc:date>
    </item>
  </channel>
</rss>

