<?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 function module to modify fields in an interactive report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-modify-fields-in-an-interactive-report/m-p/2168019#M459435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use fm POPUP_GET_VALUES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : itabt like sval occurs 0 with header line.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;itabt-TABNAME = 'MARA'.&lt;/P&gt;&lt;P&gt;itabt-FIELDNAME = 'MATNR'.&lt;/P&gt;&lt;P&gt;append itabt.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;itabt-TABNAME = 'MARD'.&lt;/P&gt;&lt;P&gt;itabt-FIELDNAME = 'LGORT'.&lt;/P&gt;&lt;P&gt;append itabt.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'POPUP_GET_VALUES'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NO_VALUE_CHECK        = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    POPUP_TITLE           = 'Give value'&lt;/P&gt;&lt;P&gt;   START_COLUMN          = '5'&lt;/P&gt;&lt;P&gt;   START_ROW             = '5'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RETURNCODE            =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    FIELDS                = itabt&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;          .&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; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is in this I want only the second fields on changemode,The first fields should be dsiabled as it is a primary field.&lt;/P&gt;&lt;P&gt;Is this the right function module ?If so how do I incorporate the above functionality else what is alrternative functiuon module.&lt;/P&gt;&lt;P&gt;very urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2007 09:52:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-07T09:52:20Z</dc:date>
    <item>
      <title>function module to modify fields in an interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-modify-fields-in-an-interactive-report/m-p/2168019#M459435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use fm POPUP_GET_VALUES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : itabt like sval occurs 0 with header line.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;itabt-TABNAME = 'MARA'.&lt;/P&gt;&lt;P&gt;itabt-FIELDNAME = 'MATNR'.&lt;/P&gt;&lt;P&gt;append itabt.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;itabt-TABNAME = 'MARD'.&lt;/P&gt;&lt;P&gt;itabt-FIELDNAME = 'LGORT'.&lt;/P&gt;&lt;P&gt;append itabt.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'POPUP_GET_VALUES'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NO_VALUE_CHECK        = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    POPUP_TITLE           = 'Give value'&lt;/P&gt;&lt;P&gt;   START_COLUMN          = '5'&lt;/P&gt;&lt;P&gt;   START_ROW             = '5'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RETURNCODE            =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    FIELDS                = itabt&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;          .&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; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is in this I want only the second fields on changemode,The first fields should be dsiabled as it is a primary field.&lt;/P&gt;&lt;P&gt;Is this the right function module ?If so how do I incorporate the above functionality else what is alrternative functiuon module.&lt;/P&gt;&lt;P&gt;very urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 09:52:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-modify-fields-in-an-interactive-report/m-p/2168019#M459435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T09:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: function module to modify fields in an interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-modify-fields-in-an-interactive-report/m-p/2168020#M459436</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;use&lt;/P&gt;&lt;P&gt;itabt-TABNAME = 'MARA'.&lt;/P&gt;&lt;P&gt;itabt-FIELDNAME = 'MATNR'.&lt;/P&gt;&lt;P&gt;itabt-FIELD_ATTR = '03'.&lt;/P&gt;&lt;P&gt;"but then you must give an input for the field&lt;/P&gt;&lt;P&gt;itabt-VALUE= 1000.&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append itabt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Andreas Mann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 10:19:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-modify-fields-in-an-interactive-report/m-p/2168020#M459436</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2007-05-07T10:19:22Z</dc:date>
    </item>
  </channel>
</rss>

