<?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: ABAP runtime errors &amp;quot;DYNPRO_MSG_IN_HELP&amp;quot; in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors-quot-dynpro-msg-in-help-quot/m-p/8117121#M1618076</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;The problem is a Warning message is triggered in a process for F4 (I suppose you're in PROCESS ON VALUE-REQUEST)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This kind of message isn't supported there, you can use a message type S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Aug 2011 16:38:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-26T16:38:07Z</dc:date>
    <item>
      <title>ABAP runtime errors "DYNPRO_MSG_IN_HELP"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors-quot-dynpro-msg-in-help-quot/m-p/8117120#M1618075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me to solve the ABAP runtime errors "DYNPRO_MSG_IN_HELP"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP dump occurred executing transaction "ZQ01". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dump occurs in standard program "SAPMZQ01 " of transaction "ZQ01" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error Comes during "F4" processing, the program tried to send a " " message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not allowed at this point in processing.The program had to be terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;search criteria of error is shown below:&lt;/P&gt;&lt;P&gt;Program Name:   "SAPMZQ01 "&lt;/P&gt;&lt;P&gt;Include Name:    "MZQ01F01 "&lt;/P&gt;&lt;P&gt;Form Name:       "KTAAR_SIMPLE_F4"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error in Source code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;024030               INVALID_ABAPWORKAREA = 1&lt;/P&gt;&lt;P&gt;024040               INVALID_DYNPROFIELD  = 2&lt;/P&gt;&lt;P&gt;024050               INVALID_DYNPRONAME   = 3&lt;/P&gt;&lt;P&gt;024060               INVALID_DYNPRONUMMER = 4&lt;/P&gt;&lt;P&gt;024070               INVALID_REQUEST      = 5&lt;/P&gt;&lt;P&gt;024080               NO_FIELDDESCRIPTION  = 6&lt;/P&gt;&lt;P&gt;024090               INVALID_PARAMETER    = 7&lt;/P&gt;&lt;P&gt;024100               UNDEFIND_ERROR       = 8&lt;/P&gt;&lt;P&gt;024110               OTHERS               = 9.&lt;/P&gt;&lt;P&gt;024120&lt;/P&gt;&lt;P&gt;024130     CLEAR V_IDX.&lt;/P&gt;&lt;P&gt;024140     CALL FUNCTION 'HELP_VALUES_GET_WITH_DD_NAME'&lt;/P&gt;&lt;P&gt;024150          EXPORTING&lt;/P&gt;&lt;P&gt;024160               SELECTFIELD                   = 'KTAAR'&lt;/P&gt;&lt;P&gt;024170               TABLENAME                     = 'ZTQ_KTAAR'&lt;/P&gt;&lt;P&gt;024180               TITEL                         = TEXT-P04&lt;/P&gt;&lt;P&gt;024190               SHOW_ALL_VALUES_AT_FIRST_TIME = 'X'&lt;/P&gt;&lt;P&gt;024200          IMPORTING&lt;/P&gt;&lt;P&gt;024210               IND                           = V_IDX&lt;/P&gt;&lt;P&gt;024220          TABLES&lt;/P&gt;&lt;P&gt;024230               FULL_TABLE                    = T_KTAAR&lt;/P&gt;&lt;P&gt;024240          EXCEPTIONS&lt;/P&gt;&lt;P&gt;024250               NO_TABLEFIELDS_IN_DICTIONARY  = 1&lt;/P&gt;&lt;P&gt;024260               NO_TABLESTRUCTURE_GIVEN       = 2&lt;/P&gt;&lt;P&gt;024270               MORE_THEN_ONE_SELECTFIELD     = 3&lt;/P&gt;&lt;P&gt;024280               NO_SELECTFIELD                = 4&lt;/P&gt;&lt;P&gt;024290               OTHERS                        = 5.&lt;/P&gt;&lt;P&gt;024300     IF SY-SUBRC NE 0. MESSAGE W044. EXIT. ENDIF.&lt;/P&gt;&lt;P&gt;024310     READ TABLE T_KTAAR INDEX V_IDX.&lt;/P&gt;&lt;P&gt;     -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt;     IF SY-SUBRC NE 0. MESSAGE W045. EXIT. ENDIF.&lt;/P&gt;&lt;P&gt;024330     READ TABLE LT_DYN WITH KEY FIELDNAME = 'ZTQ_FLDS-KTAAR'.&lt;/P&gt;&lt;P&gt;024340     CHECK SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking You,&lt;/P&gt;&lt;P&gt;Rahul Asthana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 16:33:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors-quot-dynpro-msg-in-help-quot/m-p/8117120#M1618075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-26T16:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime errors "DYNPRO_MSG_IN_HELP"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors-quot-dynpro-msg-in-help-quot/m-p/8117121#M1618076</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;The problem is a Warning message is triggered in a process for F4 (I suppose you're in PROCESS ON VALUE-REQUEST)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This kind of message isn't supported there, you can use a message type S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 16:38:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-errors-quot-dynpro-msg-in-help-quot/m-p/8117121#M1618076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-26T16:38:07Z</dc:date>
    </item>
  </channel>
</rss>

