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: 

Selection Screen

Former Member
0 Kudos

Hello friends,

I have a report with a selection screen and only one user input field.

When the user enters name of any table in this field it should create another selection screen which would shown all the primary key fields for the user to enter data.

Any advice,

Shreekant

5 REPLIES 5

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

You mean, something like transaction SE16?

Regards,

Rich Heilman

0 Kudos

yes something like se16. But in my second screen when I enter data some other action has to be performed.

Shreekant

0 Kudos

ANy suggestions.

Shreekant

Former Member
0 Kudos

Hi,

You can use the BDC Recording for the Transaction 'SE16' upto entering the

Table name & Pressing 'Enter' Button. Then you perform the whichever action you want.

Thanks,

Sreenivas

ferry_lianto
Active Contributor
0 Kudos

Hi Shreekant,

Please check this FM.

SE16N_CREATE_OR_SELTAB

SE16N_CREATE_SELTAB

SE16N_GET_DATE_INTERVAL

SE16N_INTERFACE

SE16N_MULTI_FIELD_INPUT

SE16N_SHOW_GRID_LINE

SE16N_START

Hope this will help.

Regards,

Ferry Lianto