<?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: Doubt in Selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-selection-screen/m-p/2369234#M524792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; In the selection-screen , u need to keep a pushbuttom with Function code (say PO)..&lt;/P&gt;&lt;P&gt;U need to record all the screen s using SHDB for tcode ME21.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that :in the coding:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAse sy-ucomm.&lt;/P&gt;&lt;P&gt;when 'PO'.&lt;/P&gt;&lt;P&gt;,,,,,,,&lt;/P&gt;&lt;P&gt;,,,,&lt;/P&gt;&lt;P&gt;logic of recording of ME21 tcode.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert back if any issues,&lt;/P&gt;&lt;P&gt;Reward with points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Naveen Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jun 2007 07:33:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-01T07:33:48Z</dc:date>
    <item>
      <title>Doubt in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-selection-screen/m-p/2369232#M524790</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;My doubt is , from selection screen , i need to go to transaction (say ME21N) and then create the PO and saved it.the entered values should be updated in table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I handle it? Is it through BDC or anything else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u provide any sample code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be rewarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 07:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-selection-screen/m-p/2369232#M524790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T07:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-selection-screen/m-p/2369233#M524791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot run bdc for me21n. You will have to use BAPI function module for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean by selection screen? You will be importing the value (data) from selection screen? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using function module : BAPI_PO_CREATE1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 07:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-selection-screen/m-p/2369233#M524791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T07:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-selection-screen/m-p/2369234#M524792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; In the selection-screen , u need to keep a pushbuttom with Function code (say PO)..&lt;/P&gt;&lt;P&gt;U need to record all the screen s using SHDB for tcode ME21.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that :in the coding:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAse sy-ucomm.&lt;/P&gt;&lt;P&gt;when 'PO'.&lt;/P&gt;&lt;P&gt;,,,,,,,&lt;/P&gt;&lt;P&gt;,,,,&lt;/P&gt;&lt;P&gt;logic of recording of ME21 tcode.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert back if any issues,&lt;/P&gt;&lt;P&gt;Reward with points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Naveen Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 07:33:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-selection-screen/m-p/2369234#M524792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T07:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-selection-screen/m-p/2369235#M524793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can do it by calling the Tcode.. but i want to know about your selection screen..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 07:34:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-selection-screen/m-p/2369235#M524793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T07:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-selection-screen/m-p/2369236#M524794</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 a report such that you go to ME21N straight away after execution.&lt;/P&gt;&lt;P&gt;in start of selection write&lt;/P&gt;&lt;P&gt;call transaction 'ME21N' .&lt;/P&gt;&lt;P&gt;But how many records you create? just a single PO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wants to create multiple PO's write the BDC for ME21 alone (as you can't write BDC for ME21N, as it is enjoy transaction and have to use only a BAPI like BAPI_PO_CREATE) such that&lt;/P&gt;&lt;P&gt;fiirst put the data of PO ina flat fiel/excel sheet&lt;/P&gt;&lt;P&gt;Upload that using GUI_UPLOAD into an internal table.&lt;/P&gt;&lt;P&gt;Then loop that internal table and process the BDC screens in that loop.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 07:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-selection-screen/m-p/2369236#M524794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T07:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-selection-screen/m-p/2369237#M524795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;why don't you use &lt;/P&gt;&lt;P&gt;call transaction &amp;lt;Tcode&amp;gt; and skip first screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before doing this, you will have to set the parameter IDs of all the mandatory fields of the transaction's first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save this and you can come back to your selection screen on pressing the back button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 07:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-selection-screen/m-p/2369237#M524795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T07:43:18Z</dc:date>
    </item>
  </channel>
</rss>

