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

call transaction FM

Former Member
0 Likes
474

as you gave me a FM for se16

there is a FM fro SE16n that replace

SET PARAMETER ID 'DTB' FIELD 'zloc_mstr' .

CALL TRANSACTION 'SE16n' AND SKIP FIRST SCREEN.

1 ACCEPTED SOLUTION
Read only

athavanraja
Active Contributor
0 Likes
380

Reward points and close your previous thread

coming to this question.

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)

Regards

Raja

1 REPLY 1
Read only

athavanraja
Active Contributor
0 Likes
381

Reward points and close your previous thread

coming to this question.

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)

Regards

Raja