<?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 Problem with BDC call transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-call-transaction/m-p/6561495#M1431414</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;i have a scenario in which i have to call BD87 transaction and have to skip the first screen of BD87, so i made a selection screen whoose values i am passing to BD87, then it is working fine but problem is that when get output and click on back then i get the standard selection screen of BD87 while i need to skip that screen and come back to my customized selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone please help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   perform bdc_dynpro      using 'RBDMON00' '1100'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'SX_DOCNU-LOW'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_DOCNU-LOW'&lt;/P&gt;&lt;P&gt;                                  s_DOCNUM-low. &lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_DOCNU-HIGH'&lt;/P&gt;&lt;P&gt;                                  s_DOCNUM-high.  &lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_CREDA-LOW'&lt;/P&gt;&lt;P&gt;                                  s_CREDAT-low.    &lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_CREDA-HIGH'&lt;/P&gt;&lt;P&gt;                                  s_CREDAT-high.     &lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_CRETI-LOW'&lt;/P&gt;&lt;P&gt;                                  s_CRETIM-low.        &lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_CRETI-HIGH'&lt;/P&gt;&lt;P&gt;                                  s_CRETIM-high.             &lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_UPDDA-LOW'&lt;/P&gt;&lt;P&gt;                                  gv_upd.            &lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_UPDDA-LOW'&lt;/P&gt;&lt;P&gt;                                   gv_upd.           "s_UPDDAT-low.                  &lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_UPDTI-LOW'&lt;/P&gt;&lt;P&gt;                                  s_UPDTIM-low.     "'00:00:00'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_UPDTI-HIGH'&lt;/P&gt;&lt;P&gt;                                  s_UPDTIM-high.      "'00:00:00'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_STATU-LOW'&lt;/P&gt;&lt;P&gt;                                  s_STATUS-low.             "'51'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_STATU-HIGH'&lt;/P&gt;&lt;P&gt;                                  s_STATUS-high.            "'51'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_MESTY-LOW'&lt;/P&gt;&lt;P&gt;                                  gv_mstyp.    "s_MESTYP-low.        "'cond_a'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_MESTY-HIGH'&lt;/P&gt;&lt;P&gt;                                  gv_mstyp1.    "s_MESTYP-high.        "'cond_a'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '=CRET'.&lt;/P&gt;&lt;P&gt;    opt-dismode = 'E'.&lt;/P&gt;&lt;P&gt;    opt-defsize = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL TRANSACTION 'BD87' USING bdcdata OPTIONS FROM opt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Feb 2010 08:43:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-08T08:43:20Z</dc:date>
    <item>
      <title>Problem with BDC call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-call-transaction/m-p/6561495#M1431414</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;i have a scenario in which i have to call BD87 transaction and have to skip the first screen of BD87, so i made a selection screen whoose values i am passing to BD87, then it is working fine but problem is that when get output and click on back then i get the standard selection screen of BD87 while i need to skip that screen and come back to my customized selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone please help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   perform bdc_dynpro      using 'RBDMON00' '1100'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'SX_DOCNU-LOW'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_DOCNU-LOW'&lt;/P&gt;&lt;P&gt;                                  s_DOCNUM-low. &lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_DOCNU-HIGH'&lt;/P&gt;&lt;P&gt;                                  s_DOCNUM-high.  &lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_CREDA-LOW'&lt;/P&gt;&lt;P&gt;                                  s_CREDAT-low.    &lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_CREDA-HIGH'&lt;/P&gt;&lt;P&gt;                                  s_CREDAT-high.     &lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_CRETI-LOW'&lt;/P&gt;&lt;P&gt;                                  s_CRETIM-low.        &lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_CRETI-HIGH'&lt;/P&gt;&lt;P&gt;                                  s_CRETIM-high.             &lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_UPDDA-LOW'&lt;/P&gt;&lt;P&gt;                                  gv_upd.            &lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_UPDDA-LOW'&lt;/P&gt;&lt;P&gt;                                   gv_upd.           "s_UPDDAT-low.                  &lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_UPDTI-LOW'&lt;/P&gt;&lt;P&gt;                                  s_UPDTIM-low.     "'00:00:00'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_UPDTI-HIGH'&lt;/P&gt;&lt;P&gt;                                  s_UPDTIM-high.      "'00:00:00'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_STATU-LOW'&lt;/P&gt;&lt;P&gt;                                  s_STATUS-low.             "'51'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_STATU-HIGH'&lt;/P&gt;&lt;P&gt;                                  s_STATUS-high.            "'51'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_MESTY-LOW'&lt;/P&gt;&lt;P&gt;                                  gv_mstyp.    "s_MESTYP-low.        "'cond_a'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'SX_MESTY-HIGH'&lt;/P&gt;&lt;P&gt;                                  gv_mstyp1.    "s_MESTYP-high.        "'cond_a'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '=CRET'.&lt;/P&gt;&lt;P&gt;    opt-dismode = 'E'.&lt;/P&gt;&lt;P&gt;    opt-defsize = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL TRANSACTION 'BD87' USING bdcdata OPTIONS FROM opt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 08:43:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-call-transaction/m-p/6561495#M1431414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T08:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-call-transaction/m-p/6561496#M1431415</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;use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'BD87' USING bdcdata OPTIONS FROM opt and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;shivraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 08:48:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-call-transaction/m-p/6561496#M1431415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T08:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-call-transaction/m-p/6561497#M1431416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shivraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx for reply, but it is not syntactically correct.&lt;/P&gt;&lt;P&gt;actually during execution i m able to skip the screen and getting output but problem is that when i click on 'BACK' button on output screen then it is going back to standard selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 09:30:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-call-transaction/m-p/6561497#M1431416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T09:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-call-transaction/m-p/6561498#M1431417</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;then from the recording you may need to edit the code which contains the recoding for the back button so that it skips the screen of that particular transaction for which u wanna skip the first screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;shivraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ShivrajSinha on Feb 8, 2010 10:54 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 09:53:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-call-transaction/m-p/6561498#M1431417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T09:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-call-transaction/m-p/6561499#M1431418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiiii &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i did'nt take the OK_CODE for back in recording.  so plz tell me if any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 10:11:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-call-transaction/m-p/6561499#M1431418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T10:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-call-transaction/m-p/6561500#M1431419</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;in sy-ucomm of the program.......in function code of back button write the recording of the BDC  in which 1st screen in skiped......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 10:14:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-call-transaction/m-p/6561500#M1431419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T10:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-call-transaction/m-p/6561501#M1431420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx for reply, can u please explain it in detail?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 11:56:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-call-transaction/m-p/6561501#M1431420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T11:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-call-transaction/m-p/6561502#M1431421</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;As per my understanding, &lt;STRONG&gt;the answer is no using BDC.&lt;/STRONG&gt; You may have to search for some other options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because the flow is like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your Z-program=&amp;gt;CALL TRANSACTION BD87=&amp;gt; Control entered into BD87 program(Where you don't have the control)=&amp;gt;Once you click back button from output screen control comes to screen 100 of BD87(Where you don't have the control)=&amp;gt;Again click back(Where you don't have the control)=&amp;gt;Control enters back to your Z-program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can verify this by executing the BD87 seperately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where you don't have the control:&lt;/STRONG&gt; Means that you can't write your own code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 12:13:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-call-transaction/m-p/6561502#M1431421</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-02-08T12:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-call-transaction/m-p/6561503#M1431422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vinod thanx for reply....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so please tell me if there is any other way to do the same?&lt;/P&gt;&lt;P&gt;is there any exit or BADI to control the BACK button?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 04:39:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-call-transaction/m-p/6561503#M1431422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T04:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-call-transaction/m-p/6561504#M1431423</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;Not sure if this sounds good. How about opening a new screen for BD87? If you are OK then what you need to do is...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a RFC enabled FM. Instead of calling the transaction from program, call this FM with STARTING NEW TASK. FM interface should be similar to the FM CALL_CIC_TRANSACTION. Infact your RFC FM can be a wrapper FM to above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just call this standard FM inside your RFC FM and pass the interface parameters to standard FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 05:13:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-call-transaction/m-p/6561504#M1431423</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-02-09T05:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-call-transaction/m-p/6561505#M1431424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I have exactly the same requirement as yours.Can you please tell me how you fixed this issue.?Thanx!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 08:50:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-call-transaction/m-p/6561505#M1431424</guid>
      <dc:creator>former_member760528</dc:creator>
      <dc:date>2012-02-27T08:50:35Z</dc:date>
    </item>
  </channel>
</rss>

