<?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 web dynpro in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro/m-p/4463707#M1057700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me what i should do? Which bapi or normal FM should i use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The condition is :&lt;/P&gt;&lt;P&gt;there is a outbound delivery screen, and we can input outbound delivery number to see details,&lt;/P&gt;&lt;P&gt;when u input the right number, there is a message box popup which says 'the outbound deliver exists', and if u input the wrong number, the message is 'sorry, xx not exist'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to use service call to achieve this function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i do not which function can be used in service call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking forward to ur reply.&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Sep 2008 06:48:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-12T06:48:26Z</dc:date>
    <item>
      <title>web dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro/m-p/4463707#M1057700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me what i should do? Which bapi or normal FM should i use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The condition is :&lt;/P&gt;&lt;P&gt;there is a outbound delivery screen, and we can input outbound delivery number to see details,&lt;/P&gt;&lt;P&gt;when u input the right number, there is a message box popup which says 'the outbound deliver exists', and if u input the wrong number, the message is 'sorry, xx not exist'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to use service call to achieve this function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i do not which function can be used in service call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking forward to ur reply.&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2008 06:48:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro/m-p/4463707#M1057700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-12T06:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: web dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro/m-p/4463708#M1057701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the Function LIKP_READ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if there is entry it return the Information or else it will give the message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2008 07:10:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro/m-p/4463708#M1057701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-12T07:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: web dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro/m-p/4463709#M1057702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Vijay,&lt;/P&gt;&lt;P&gt;Thank you for ur replay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i use it, there is one error,that is &lt;/P&gt;&lt;P&gt;"The following error text was processed in the system AD1 : Exception NO_ENTRY_FOUND that Is Not Class-Based Occurred "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what should i do to correct it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2008 07:30:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro/m-p/4463709#M1057702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-12T07:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: web dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro/m-p/4463710#M1057703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After the Service call you have to make some changes to the excecute method. &lt;/P&gt;&lt;P&gt;comment the exception part.&lt;/P&gt;&lt;P&gt;based on likp node , you check the data and raise your own message using message manager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after the function call you have to use the sy-subrc check .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'LIKP_READ'
    EXPORTING
      i_vbeln =                         attr_i_vbeln
      line_exist =                      wd_this-&amp;gt;line_exist
"   importing
"      o_Answr =                         wd_This-&amp;gt;O_Answr
    TABLES
      e_likp =                          stru_c_e_likp
    EXCEPTIONS
      no_entry_found =                    1.
* error handling
  CASE sy-subrc.
    WHEN  1.
*      RAISE EXCEPTION TYPE cx_wd_no_handler
*        EXPORTING
*          textid =        cx_wd_no_handler=&amp;gt;kind_old
*          old_exception = `NO_ENTRY_FOUND`.
  ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2008 07:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro/m-p/4463710#M1057703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-12T07:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: web dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro/m-p/4463711#M1057704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue has been solved based on ur solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2008 08:03:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro/m-p/4463711#M1057704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-12T08:03:12Z</dc:date>
    </item>
  </channel>
</rss>

