Application Development and Automation 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: 
Read only

se16n

Former Member
0 Likes
1,231

i have this Fm 'RS_TABLE_LIST_CREATE' to se table in se16.

what is the FM to see table in <b>SE16N</b>

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,086

Hi,

Function Module: SE16N_START

Regards,

Sumant.

i have this Fm 'RS_TABLE_LIST_CREATE' to se table in se16.

what is the FM to see table in <b>SE16N</b>

5 REPLIES 5
Read only

Former Member
0 Likes
1,086

Hi Rani,

Have you looked this FM <b>SE16N_INTERFACE</b>?

Hope this will help.

Regards,

Ferry Lianto

Read only

0 Likes
1,086

Hi,

did you check this FM <b>SE16N_INTERFACE</b> , pass the table name to the FM, and see.

Regards

vijay

Read only

Former Member
0 Likes
1,087

Hi,

Function Module: SE16N_START

Regards,

Sumant.

Read only

0 Likes
1,086

call FM SE16N_INTERFACE

and pass

I_TAB = <TABLE NAME>

I_DISPLAY = 'X'

AND IN

IT_SELFIELDS table pass the filter criteria. (its like select option)

Read only

Former Member
0 Likes
1,086

Hi

Check out the FM 'SE16N_START'.

Pass the table name to parameter I_TAB.

Regards

Swathi