<?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: Input Output Field Value Update Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809479#M347194</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 this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Select single MAKTX from makt&lt;/P&gt;&lt;P&gt;  into ws_maktx&lt;/P&gt;&lt;P&gt;  where matnr = "matnr value in the screen"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   ZWM460-Maktx = ws_maktx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Dec 2006 15:24:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-20T15:24:04Z</dc:date>
    <item>
      <title>Input Output Field Value Update Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809471#M347186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;amp;#305; am using 'DYNP_VALUES_UPDATE' FM for setting value for input output field.&lt;/P&gt;&lt;P&gt;I am using below code. But it doesn't update my ZWM460-MAKTX input output field value. When I debugging code it is return sy-subrc = 0 ????? But cann't update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I fix this? Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DynpFields-Fieldname  = 'ZWM460-MAKTX'.&lt;/P&gt;&lt;P&gt;DynpFields-FieldValue = 'BLABLA'.&lt;/P&gt;&lt;P&gt;DynpFields-stepl      = l_stepl.&lt;/P&gt;&lt;P&gt;Append DynpFields.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'DYNP_VALUES_UPDATE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    DYNAME                     = 'ZHYT_WM_RPR_460'&lt;/P&gt;&lt;P&gt;    DYNUMB                     = P_0064&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    DYNPFIELDS                 = DynpFields&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   INVALID_ABAPWORKAREA       = 1&lt;/P&gt;&lt;P&gt;   INVALID_DYNPROFIELD        = 2&lt;/P&gt;&lt;P&gt;   INVALID_DYNPRONAME         = 3&lt;/P&gt;&lt;P&gt;   INVALID_DYNPRONUMMER       = 4&lt;/P&gt;&lt;P&gt;   INVALID_REQUEST            = 5&lt;/P&gt;&lt;P&gt;   NO_FIELDDESCRIPTION        = 6&lt;/P&gt;&lt;P&gt;   UNDEFIND_ERROR             = 7&lt;/P&gt;&lt;P&gt;   OTHERS                     = 8.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 14:51:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809471#M347186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T14:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Input Output Field Value Update Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809472#M347187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where are you calling this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 14:52:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809472#M347187</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-12-20T14:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Input Output Field Value Update Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809473#M347188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In PAI I am calling a subroutine. This code in subroutine...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 14:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809473#M347188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T14:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Input Output Field Value Update Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809474#M347189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DynpFields-Fieldname = 'ZWM460-MAKTX'.
DynpFields-FieldValue = 'BLABLA'.
DynpFields-stepl = l_stepl.
Append DynpFields.  
CALL FUNCTION 'DYNP_VALUES_UPDATE'
       EXPORTING
            DYNAME                 = SY-CPROG
            DYNUMB                 = SY-DYNNR
       TABLES
            DYNPFIELDS             = DynpFields
       EXCEPTIONS
            INVALID_ABAPWORKAREA   = 1
            INVALID_DYNPROFIELD    = 2
            INVALID_DYNPRONAME     = 3
            INVALID_DYNPROW_NUMMER = 4
            INVALID_REQUEST        = 5
            NO_FIELDDESCRIPTION    = 6
            UNDEFIND_ERROR         = 7
            OTHERS                 = 8.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 14:56:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809474#M347189</guid>
      <dc:creator>LucianoBentiveg</dc:creator>
      <dc:date>2006-12-20T14:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Input Output Field Value Update Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809475#M347190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume after checking ok_code?   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why can't you just fill the field directly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZWM460-MAKTX = 'BLABLA'.&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;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 15:01:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809475#M347190</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-12-20T15:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Input Output Field Value Update Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809476#M347191</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;   R u trying to update the screen field for an F4 help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 15:05:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809476#M347191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T15:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Input Output Field Value Update Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809477#M347192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I use ZWM460-MAKTX = 'BLABLA'. it is give me ZWM460-MAKTX is not defined. When debugging mode I can see value of ZWM460-MAKTX but In module code lines cann't use it directly... When I define a variable named ZWM460-MAKTX it doesn't contain screen elemnet name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you know how can I set directly input output field in code I will be happy. I was search for updating screen element (input output field) with new value . I give only SET_DYNP_VALUE FM...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 15:08:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809477#M347192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T15:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Input Output Field Value Update Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809478#M347193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I am developing an Mobile screen. It is contain (Screen 100) 4 input/output field. One field is Matnr. When user press enter I want set maktx field value from makt-maktx... I have been handling enter key and getting maktx value but I cann't set this value on maktx field (on screen ZWM460-Maktx input output element)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 15:11:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809478#M347193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T15:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Input Output Field Value Update Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809479#M347194</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 this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Select single MAKTX from makt&lt;/P&gt;&lt;P&gt;  into ws_maktx&lt;/P&gt;&lt;P&gt;  where matnr = "matnr value in the screen"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   ZWM460-Maktx = ws_maktx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 15:24:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809479#M347194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T15:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Input Output Field Value Update Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809480#M347195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just make sure that the ZWM460-MAKTX field is defined globally in the program and that this is the name of your screen field.  Then simply fill it,  problem solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 15:25:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809480#M347195</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-12-20T15:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Input Output Field Value Update Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809481#M347196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mr. Rich Heilman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I defined a variable at my top include like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : LTBP-MENGE Type LTBP-MENGE. " Definin screen element on top incl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And PAI of screen I am setting  LTBP-MENGE = 1. for this variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I cann't see it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you write me a simple example. Where I am doing mistake?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all persons interest.. I will give my points after question will answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 15:49:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809481#M347196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T15:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Input Output Field Value Update Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809482#M347197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Rich&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you forget my this topic. I need your valuable help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 14:33:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809482#M347197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T14:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Input Output Field Value Update Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809483#M347198</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, 06 Jan 2011 14:21:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-output-field-value-update-problem/m-p/1809483#M347198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-06T14:21:19Z</dc:date>
    </item>
  </channel>
</rss>

