<?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: some querry in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/some-querry/m-p/2201967#M470548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;i am not getting still.&lt;/P&gt;&lt;P&gt;Then please tell me where i am rong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2007 11:23:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-09T11:23:19Z</dc:date>
    <item>
      <title>some querry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/some-querry/m-p/2201963#M470544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;actually i am calling ME23n transaction.&lt;/P&gt;&lt;P&gt; when i click it is going on that transaction&lt;/P&gt;&lt;P&gt;but that field is not coming in purchase order field.&lt;/P&gt;&lt;P&gt;i don't know how to assign&lt;/P&gt;&lt;P&gt;i am sending my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CASE r_ucomm.&lt;/P&gt;&lt;P&gt;    WHEN '&amp;amp;IC1'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     read table t_ekpo index rs_selfield-tabindex.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     if sy-subrc = 0.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     Concatenat0e 'I got it' t_ekpo-ebeln into var separated by space.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     MESSAGE var TYPE 'I'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*IF rs_selfield-fieldname = 'EBELN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      READ TABLE t_ekpo  INDEX rs_selfield-tabindex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      SET PARAMETER ID 'SAN' FIELD t_ekko-ebeln.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Sxecute transaction ME23N, and skip initial data entry screen&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     CALL TRANSACTION 'ME23N'  using t_ekpo ."AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'ABAP4_CALL_TRANSACTION'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          tcode = 'ME23N'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 10:36:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/some-querry/m-p/2201963#M470544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T10:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: some querry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/some-querry/m-p/2201964#M470545</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;SET PARAMETER ID&amp;lt;b&amp;gt; 'BES'&amp;lt;/b&amp;gt; FIELD t_ekko-ebeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BES not SAN..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can chek in the dataelement od purchase order for parameter ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if correct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nazeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 10:39:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/some-querry/m-p/2201964#M470545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T10:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: some querry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/some-querry/m-p/2201965#M470546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;write like this and use: use the paramter ID BES instead of SAN. Where from you got it? check the data element of EBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE r_ucomm.&lt;/P&gt;&lt;P&gt;WHEN '&amp;amp;IC1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF rs_selfield-fieldname = 'EBELN'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    Read data table, using index of row user clicked on&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        READ TABLE t_ekpo INDEX rs_selfield-tabindex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    Set parameter ID for transaction screen field&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        SET PARAMETER ID 'BES' FIELD t_ekko-ebeln.&lt;/P&gt;&lt;P&gt;        CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Anji Reddy Vangala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 10:41:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/some-querry/m-p/2201965#M470546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T10:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: some querry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/some-querry/m-p/2201966#M470547</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 ID parameter is BES:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*SET PARAMETER ID 'SAN' FIELD t_ekko-ebeln.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SET PARAMETER ID 'BES' FIELD t_ekko-ebeln.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 10:42:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/some-querry/m-p/2201966#M470547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T10:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: some querry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/some-querry/m-p/2201967#M470548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;i am not getting still.&lt;/P&gt;&lt;P&gt;Then please tell me where i am rong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 11:23:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/some-querry/m-p/2201967#M470548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T11:23:19Z</dc:date>
    </item>
  </channel>
</rss>

