<?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: 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/1782813#M337308</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;Try using POPUP_GET_VALUES FM..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Dec 2006 23:35:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-19T23:35:25Z</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/1782812#M337307</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;have to display data vertically as below in editable format, &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; 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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also F4 help needs to be attached with each field.&lt;/P&gt;&lt;P&gt;I think it can be done through step loop. can anybody give sample code or tell me where to find in SAP or somewhere else?&lt;/P&gt;&lt;P&gt;&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 22:59:58 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/1782812#M337307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T22:59:58Z</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/1782813#M337308</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;Try using POPUP_GET_VALUES FM..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 23:35:25 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/1782813#M337308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T23:35:25Z</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/1782814#M337309</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;Check this sample code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: t_val LIKE sval OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;DATA: v_returncode TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_val-fieldname = 'MATNR'.&lt;/P&gt;&lt;P&gt;t_val-tabname = 'MARA'.&lt;/P&gt;&lt;P&gt;t_val-field_obl = 'X'.&lt;/P&gt;&lt;P&gt;APPEND t_val.&lt;/P&gt;&lt;P&gt;CLEAR t_val.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_val-fieldname = 'WERKS'.&lt;/P&gt;&lt;P&gt;t_val-tabname = 'MARC'.&lt;/P&gt;&lt;P&gt;APPEND t_val.&lt;/P&gt;&lt;P&gt;CLEAR t_val.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'POPUP_GET_VALUES'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;          no_value_check  = 'X'&lt;/P&gt;&lt;P&gt;          popup_title     = 'Test '&lt;/P&gt;&lt;P&gt;          START_COLUMN = '0'&lt;/P&gt;&lt;P&gt;          START_ROW  = '0'&lt;/P&gt;&lt;P&gt;     IMPORTING&lt;/P&gt;&lt;P&gt;          returncode      = v_returncode&lt;/P&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;          fields          = t_val&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;          error_in_fields = 1&lt;/P&gt;&lt;P&gt;          OTHERS          = 2.&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;  MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;          WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT t_val.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF t_val-fieldname  = 'MATNR'.&lt;/P&gt;&lt;P&gt;    WRITE: / 'Material', t_val-value.&lt;/P&gt;&lt;P&gt;  ELSEIF t_val-fieldname  = 'WERKS'.&lt;/P&gt;&lt;P&gt;    WRITE: / 'Plant', t_val-value.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&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;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 23:42:33 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/1782814#M337309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T23:42:33Z</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/1782815#M337310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naren,&lt;/P&gt;&lt;P&gt;Thanks for your quick response,but this solution won't work because i need to display data on lower half of the screen and fields are not related to any table. Also, I need to attached F4 help for which i will create values in the program.&lt;/P&gt;&lt;P&gt;Please let me know if it can be done using step loop. Can you give me sample code for the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 23:53:30 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/1782815#M337310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T23:53:30Z</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/1782816#M337311</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;Do you want to display the data like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Material _________&lt;/P&gt;&lt;P&gt;Werks _____&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Material       Werks&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;Meaning can the user enter multiple rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 23:59:37 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/1782816#M337311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T23:59:37Z</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/1782817#M337312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to display data vertically like this as oyu have mentioned,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Material _________&lt;/P&gt;&lt;P&gt;Werks _____&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data can be in multiple row. For that I need to gives buttons to move back and forth.&lt;/P&gt;&lt;P&gt;But only one record will be displayed at one time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 00:11:22 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/1782817#M337312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T00:11:22Z</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/1782818#M337313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this really helped me. How to give points? Please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot!&lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 03:57:41 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/1782818#M337313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T03:57:41Z</dc:date>
    </item>
  </channel>
</rss>

