<?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: Problem with Call Transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/5193857#M1201953</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may not like it that you are using batch input. You could try setting NOBINPT in the option table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Feb 2009 20:46:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-26T20:46:58Z</dc:date>
    <item>
      <title>Problem with Call Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/5193853#M1201949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have looked through the posts and have not seen this question or answer. I have a custom ALV report with a hotspot that calls transaction FBL3N. I am calling it passing bdcdata for all of the options on the selection screen. It brings up the list for FBL3N just fine. But when the user clicks on a drill down on that report, the screen goes back to my custom report. Therefore the user can not drill down into FBL3N. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is how I am calling the transaction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'FBL3N' USING bdctab MODE 'E'&lt;/P&gt;&lt;P&gt;          MESSAGES INTO t_mess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something or is this standard?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I also tried calling this from the FM ABAP4_CALL_TRANSACTION STARTING NEW TASK 'GLTEST' and had the same results. It would open the transaction in the new window but as soon as the I click the drill down the screen would disappear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 20:20:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/5193853#M1201949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T20:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Call Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/5193854#M1201950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Since you are using mode E , may be there is no error raised when there is a call transaction made due to which it directly goes to the list.&lt;/P&gt;&lt;P&gt;Mode 'E' stops only when there is an error message raised otherwise the transaction is run at the backround.&lt;/P&gt;&lt;P&gt;better to use mode 'A' if you want the user to see the transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddarth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 20:23:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/5193854#M1201950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T20:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Call Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/5193855#M1201951</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;Try using SUBMIT RFITEMGL as the program behind it is a report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the help for the SUBMIT statement on how to pass the parameters..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SUBMIT RFITEMGL 
               AND RETURN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 20:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/5193855#M1201951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T20:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Call Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/5193856#M1201952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using this.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: i_rsparam TYPE TABLE OF rsparams.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SUBMIT rfitemgl&lt;/P&gt;&lt;P&gt;        WITH SELECTION-TABLE i_rsparam&lt;/P&gt;&lt;P&gt;        AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maintain the selection criteria in i_rsparam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 20:27:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/5193856#M1201952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T20:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Call Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/5193857#M1201953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may not like it that you are using batch input. You could try setting NOBINPT in the option table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 20:46:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/5193857#M1201953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T20:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Call Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/5193858#M1201954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I tried using 'A' but it shows the intial screen with the OK-Code of '\8' and I have to hit enter to get to the second screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 20:58:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/5193858#M1201954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T20:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Call Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/5193859#M1201955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try this next. Will this allow the user to drill down into FBL3N? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 21:11:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/5193859#M1201955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T21:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Call Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/5193860#M1201956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm doing the same as you but no problems drilling down into FBL3N and coming back to my program. Here's my code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CLASS lcl_handle_events DEFINITION.
  PUBLIC SECTION.
    METHODS:
      on_link_click
        FOR EVENT link_click OF cl_salv_events_table
        IMPORTING row
                  column.
ENDCLASS.                    "lcl_handle_events DEFINITION

CLASS lcl_handle_events IMPLEMENTATION.
  METHOD on_link_click.
    PERFORM process_my_link_click USING row
                                        column.
  ENDMETHOD.                 "on_link_click
ENDCLASS.                    "lcl_handle_events IMPLEMENTATION

FORM process_my_link_click USING    pv_row    TYPE salv_de_row
                                    pv_column TYPE salv_de_column.
  FIELD-SYMBOLS: &amp;lt;ls_contr_det&amp;gt; TYPE ty_contr_det.

* Get the values for the selected report line.
  READ TABLE gt_contr_det ASSIGNING &amp;lt;ls_contr_det&amp;gt; INDEX pv_row.
  CHECK sy-subrc EQ 0.
  PERFORM call_transaction_fbl3n USING &amp;lt;ls_contr_det&amp;gt;-objectid.

ENDFORM.                    " process_my_link_click

FORM call_transaction_fbl3n USING pv_objectid    TYPE saknr.

  DATA: ls_bdcdata   TYPE bdcdata,
        lt_bdcdata   TYPE bdcdata_tab,
        ls_opt       TYPE ctu_params.         "&amp;lt;-----check this

  ls_bdcdata-program  = 'RFITEMGL'.
  ls_bdcdata-dynpro   = '1000'.
  ls_bdcdata-dynbegin = 'X'.
  APPEND ls_bdcdata TO lt_bdcdata.

  CLEAR ls_bdcdata.
  ls_bdcdata-fnam = 'BDC_CURSOR'.
  ls_bdcdata-fval = 'SD_SAKNR-LOW'.
  APPEND ls_bdcdata TO lt_bdcdata.

  CLEAR ls_bdcdata.
  ls_bdcdata-fnam = 'SD_SAKNR-LOW'.
  ls_bdcdata-fval = pv_objectid.
  APPEND ls_bdcdata TO lt_bdcdata.

  CLEAR ls_bdcdata.
  ls_bdcdata-fnam = 'SD_BUKRS-LOW'.
  ls_bdcdata-fval = gv_bukrs.
  APPEND ls_bdcdata TO lt_bdcdata.

  CLEAR ls_bdcdata.
  ls_bdcdata-fnam = 'X_OPSEL'.
  ls_bdcdata-fval = aba_true.
  APPEND ls_bdcdata TO lt_bdcdata.

  CLEAR ls_bdcdata.
  ls_bdcdata-fnam = 'PA_STIDA'.
  ls_bdcdata-fval = gv_date.
  APPEND ls_bdcdata TO lt_bdcdata.

  CLEAR ls_bdcdata.
  ls_bdcdata-fnam = 'BDC_OKCODE'.
  ls_bdcdata-fval = '=ONLI'.
  APPEND ls_bdcdata TO lt_bdcdata.

  ls_opt-dismode = 'E'.

  CALL FUNCTION 'AUTHORITY_CHECK_TCODE'
    EXPORTING
      tcode  = 'FBL3N'
    EXCEPTIONS
      ok     = 0
      not_ok = 1
      OTHERS = 2.

  IF sy-subrc NE 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
  ELSE.
    CALL TRANSACTION 'FBL3N' USING lt_bdcdata OPTIONS FROM ls_opt.
  ENDIF.

ENDFORM.                    " CALL_TRANSACTION_FBL3N
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Below is additional information on how I'm calling the SLV&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FORM show_slv.

  IF gt_contr_det IS NOT INITIAL.
    IF go_container IS BOUND.
      CALL METHOD go_container-&amp;gt;free
        EXCEPTIONS
          cntl_error        = 1
          cntl_system_error = 2
          OTHERS            = 3.

      CREATE OBJECT go_container
        EXPORTING
          repid          = sy-repid
          dynnr          = '0100'
          container_name = 'CONTROL1'.
    ENDIF.

    TRY.
        cl_salv_table=&amp;gt;factory(
          EXPORTING
            r_container  = go_container
          IMPORTING
            r_salv_table = go_table
          CHANGING
            t_table      = gt_contr_det ).
      CATCH cx_salv_msg.
    ENDTRY.

    PERFORM: define_layout,
             define_layout_save_restriction,
             define_functions,
             define_events.

    go_table-&amp;gt;display( ).
  ELSE.
    IF go_container IS BOUND AND go_table IS BOUND.
      CALL METHOD go_container-&amp;gt;free
        EXCEPTIONS
          cntl_error        = 1
          cntl_system_error = 2
          OTHERS            = 3.
    ENDIF.
  ENDIF.

ENDFORM.                    " SHOW_SLV

FORM define_events .

  DATA: lo_events TYPE REF TO cl_salv_events_table,
        lo_event_handler TYPE REF TO lcl_handle_events.

* register to the events of cl_salv_table
  lo_events = go_table-&amp;gt;get_event( ).

* create object for handling the events of cl_salv_table
  CREATE OBJECT lo_event_handler.
* - register the event after link / hotspot click
  SET HANDLER lo_event_handler-&amp;gt;on_link_click FOR lo_events.

ENDFORM.                    " DEFINE_EVENTS
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code is working and no issues with drilldown on FBL3N, can you look into what's missing in your code from this one? May be the option: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: ls_opt  TYPE ctu_params.
.........
" then when calling the transaction, the OPTIONS parameter.....
CALL TRANSACTION 'FBL3N' USING lt_bdcdata OPTIONS FROM ls_opt.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I'm on ECC6.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sougata.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 23:49:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/5193860#M1201956</guid>
      <dc:creator>Sougata</dc:creator>
      <dc:date>2009-02-26T23:49:09Z</dc:date>
    </item>
  </channel>
</rss>

