Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Call SE16 transaction

Former Member
0 Kudos

Hi,

I am calling the transaction SE16 by skipping the first screen. But when I am coming back it comes through the first screen. Is there any way to avoid this. I should not be taken to the first screen when I am coming back. I should directly go to the called program.

Regards,

Krish.

3 REPLIES 3

former_member194669
Active Contributor
0 Kudos

Instead of calling SE16 please use function SE16N_INTERFACE passing table name

former_member188685
Active Contributor
0 Kudos

You can try this function module

SE16N_INTERFACE

Former Member
0 Kudos

You can try this way.


call function 'RS_TOOL_ACCESS'
  exporting
    operation                 = 'TAB_CONT'
   OBJECT_NAME               = 'EKPO' "Table name
   OBJECT_TYPE               = 'TABL'.