<?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: Call transaction problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/5013723#M1166820</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;You can do recording for slected tab by clicking on that perticular tab while recording and make use of that the screen number and okcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Deepa Kulkarni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jan 2009 10:35:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-05T10:35:24Z</dc:date>
    <item>
      <title>Call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/5013717#M1166814</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 my program I have scene where i have to call the transaction ME22N with a PO number. Not only do I have to go that transaction, I have to go there with the 'confirmation' tab open. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I can succesfully go to ME22N with my PO number (SET PARAMETER), but i'm yet to figure out how to go that particular tab.&lt;/P&gt;&lt;P&gt;I tried to call the transaction using bdcdata but then its happenning at the background and my program screen is remaining. Am I doing something wrong? I tried to do it in the foreground mode and I can navigate to the desired tab. But I wonder if there is a better and fullproof way to do it.&lt;/P&gt;&lt;P&gt;Plz help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shinjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 13:51:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/5013717#M1166814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T13:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/5013718#M1166815</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;Do the recording on Tcode ME22N using SHDB tcode and you you come to know how to handle them.&lt;/P&gt;&lt;P&gt;But the better way is not to BDC on Enjoy transaction instead try to use the ME22 or BAPI/FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 14:00:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/5013718#M1166815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T14:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/5013719#M1166816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think BDC is the only way ,have u tried the bdc with error mode?i think it should work.&lt;/P&gt;&lt;P&gt;i have done bdc for me23  in one of my program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform bdc_dynpro using 'SAPMM06E'   '0105'.&lt;/P&gt;&lt;P&gt;  perform bdc_field  using 'BDC_OKCODE' '/00'.&lt;/P&gt;&lt;P&gt;  perform bdc_field  using 'RM06E-BSTNR' lt_data-ebeln.&lt;/P&gt;&lt;P&gt;  call transaction 'ME23' using lt_bdcdata mode 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just add the next part as per ur requirement and check it. use me22 instead me22n&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 14:14:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/5013719#M1166816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T14:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/5013720#M1166817</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;check this thread (fm ME_CONFIRMATION_UPDATE might be useful):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="thread" id="103801"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pablo Casamayor on Jan 2, 2009 3:56 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 14:51:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/5013720#M1166817</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2009-01-02T14:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/5013721#M1166818</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;Go to SHDB and do the recording with ME22 transaction instead of ME22N with the mode 'E'. I think BDC will work now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise find out is there any BAPI or FM is available instead of calling call transaction for ME22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jyothi CH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 06:05:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/5013721#M1166818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T06:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/5013722#M1166819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;thanks for all your suggestion.&lt;/P&gt;&lt;P&gt;I tried the links and also searched for badi's. Still nowhere :(.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have noticed on thing that whenever i click on a tab (say confirmation tab) on ME22N and then exit the transaction and enter again, it shows the confirmation tab only. &lt;/P&gt;&lt;P&gt;Which means it has set some parameter or has stored some value somewhere to show the previously used tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you gimme a direction this way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 10:29:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/5013722#M1166819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T10:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/5013723#M1166820</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;You can do recording for slected tab by clicking on that perticular tab while recording and make use of that the screen number and okcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Deepa Kulkarni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 10:35:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/5013723#M1166820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T10:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/5013724#M1166821</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;  &lt;STRONG&gt;code to go to confirmation tab in bdc&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   perform bdc_dynpro      using 'SAPLMEGUI' '0014'.&lt;/P&gt;&lt;P&gt;   perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=TABIDT14'.&lt;/P&gt;&lt;P&gt;   perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                               'MEPO_TOPLINE-BSART'.&lt;/P&gt;&lt;P&gt;   perform bdc_field       using 'MEPO_TOPLINE-BSART'&lt;/P&gt;&lt;P&gt;                              'NB'.&lt;/P&gt;&lt;P&gt;   perform bdc_field       using 'DYN_6000-LIST'&lt;/P&gt;&lt;P&gt;                              '   1'.&lt;/P&gt;&lt;P&gt;   perform bdc_field       using 'MEPO1319-SPINF'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sateesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 10:48:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/5013724#M1166821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T10:48:21Z</dc:date>
    </item>
  </channel>
</rss>

