<?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 Disp. Data dynamically based on fields and its value defined in int. table. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/disp-data-dynamically-based-on-fields-and-its-value-defined-in-int-table/m-p/1747958#M324355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to display data in a internal table for editing in a screen.&lt;/P&gt;&lt;P&gt;you have a internal table with field name , data types and its value. I need to display data in a screen ( sceen painter not in a report) row by row in vrtical format.&lt;/P&gt;&lt;P&gt;The internal table's structure not fix. you can have any number of fields in the internal table.&lt;/P&gt;&lt;P&gt;Can you please send me code if it is available with you or send me any senario in SAP if any ...so that i can debug to extract the code..&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;it will be great help to me..&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Dec 2006 05:05:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-19T05:05:43Z</dc:date>
    <item>
      <title>Disp. Data dynamically based on fields and its value defined in int. table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disp-data-dynamically-based-on-fields-and-its-value-defined-in-int-table/m-p/1747958#M324355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to display data in a internal table for editing in a screen.&lt;/P&gt;&lt;P&gt;you have a internal table with field name , data types and its value. I need to display data in a screen ( sceen painter not in a report) row by row in vrtical format.&lt;/P&gt;&lt;P&gt;The internal table's structure not fix. you can have any number of fields in the internal table.&lt;/P&gt;&lt;P&gt;Can you please send me code if it is available with you or send me any senario in SAP if any ...so that i can debug to extract the code..&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;it will be great help to me..&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 05:05:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disp-data-dynamically-based-on-fields-and-its-value-defined-in-int-table/m-p/1747958#M324355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T05:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Disp. Data dynamically based on fields and its value defined in int. table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disp-data-dynamically-based-on-fields-and-its-value-defined-in-int-table/m-p/1747959#M324356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sanjeev&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case I would recommend to use an editable ALV grid. Here is a possible scenario for development:&lt;/P&gt;&lt;P&gt;(1) Create your dynamic itab at runtime&lt;/P&gt;&lt;P&gt;(2) Make a dynamic SELECT to fetch the data&lt;/P&gt;&lt;P&gt;(3) Display the itab in an editable ALV grid&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>Tue, 19 Dec 2006 06:13:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disp-data-dynamically-based-on-fields-and-its-value-defined-in-int-table/m-p/1747959#M324356</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-12-19T06:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Disp. Data dynamically based on fields and its value defined in int. table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disp-data-dynamically-based-on-fields-and-its-value-defined-in-int-table/m-p/1747960#M324357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjeev ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopw this will help you out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main Steps Required&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following are the main steps that are to be performed for defining a dynamic Alv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.       Defining a field catalog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.       Defining the dynamic table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.       Filling data into the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.       Displaying ALV list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Defining a field catalog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The purpose of defining a field catalog first in case of Dynamic ALV is somewhat different than in case of normal ALV. In case of Dynamic ALV the field catalog is used to define the final internal table that will hold the data, and would be used to display the final output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Þ It is very important to remember that the field catalog table be refreshed first, else it might give an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: T_FIELDCAT TYPE LVC_T_FCAT,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L_FIELDCAT TYPE LVC_S_FCAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Refresh T_FIELDCAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   CLEAR L_FIELDCAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  L_FIELDCAT-FIELDNAME = 'LIFNR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  L_FIELDCAT-INTTYPE = ''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  L_FIELDCAT-OUTPUTLEN  = 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  L_FIELDCAT-COLTEXT  = TEXT-002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  APPEND L_FIELDCAT TO T_FIELDCAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Defining the dynamic table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This table will hold the final data that needs to be displayed. To declare the table the following things need to be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare a field symbol &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Displaying Alv List&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is done in the same way as we do for normal Alv. Call function &amp;#147;REUSE_ALV_GRID_DISPLAY&amp;#148; and pass the field catalog table in the export parameters and the dynamic table in Tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Kiran I&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 07:04:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disp-data-dynamically-based-on-fields-and-its-value-defined-in-int-table/m-p/1747960#M324357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T07:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Disp. Data dynamically based on fields and its value defined in int. table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disp-data-dynamically-based-on-fields-and-its-value-defined-in-int-table/m-p/1747961#M324358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your quick response. &lt;/P&gt;&lt;P&gt;I need to display data vertically as below in editable format, is it possible with ALV option? please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. &lt;/P&gt;&lt;P&gt;data will be display like this vertically...one row at one time vertically, &lt;/P&gt;&lt;P&gt;Airline&lt;/P&gt;&lt;P&gt; Flight Number&lt;/P&gt;&lt;P&gt; Flight date&lt;/P&gt;&lt;P&gt; Flight price&lt;/P&gt;&lt;P&gt; Airline Currency&lt;/P&gt;&lt;P&gt; Plane Type&lt;/P&gt;&lt;P&gt; Maximum capacity&lt;/P&gt;&lt;P&gt; Occupied econ.&lt;/P&gt;&lt;P&gt; Total&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No of fields will change. &lt;/P&gt;&lt;P&gt;Is it possible using ALV grip or some other option. If yes can u please send me sample code. I would be great help to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 17:29:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disp-data-dynamically-based-on-fields-and-its-value-defined-in-int-table/m-p/1747961#M324358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T17:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Disp. Data dynamically based on fields and its value defined in int. table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disp-data-dynamically-based-on-fields-and-its-value-defined-in-int-table/m-p/1747962#M324359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uwe,&lt;/P&gt;&lt;P&gt;Thanks a lot for your quick response. &lt;/P&gt;&lt;P&gt;I need to display data vertically as below in editable format, is it possible with ALV option? please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. &lt;/P&gt;&lt;P&gt;data will be display like this vertically...one row at one time vertically, &lt;/P&gt;&lt;P&gt;Airline&lt;/P&gt;&lt;P&gt;Flight Number&lt;/P&gt;&lt;P&gt;Flight date&lt;/P&gt;&lt;P&gt;Flight price&lt;/P&gt;&lt;P&gt;Airline Currency&lt;/P&gt;&lt;P&gt;Plane Type&lt;/P&gt;&lt;P&gt;Maximum capacity&lt;/P&gt;&lt;P&gt;Occupied econ.&lt;/P&gt;&lt;P&gt;Total&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No of fields will change. &lt;/P&gt;&lt;P&gt;Is it possible using ALV grip or some other option. If yes can u please send me sample code. I would be great help to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 17:30:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disp-data-dynamically-based-on-fields-and-its-value-defined-in-int-table/m-p/1747962#M324359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T17:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Disp. Data dynamically based on fields and its value defined in int. table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disp-data-dynamically-based-on-fields-and-its-value-defined-in-int-table/m-p/1747963#M324360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this can be done through step loop...but i don't know how&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 18:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disp-data-dynamically-based-on-fields-and-its-value-defined-in-int-table/m-p/1747963#M324360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T18:07:20Z</dc:date>
    </item>
  </channel>
</rss>

