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

Display table in transaction

Former Member
0 Likes
4,110

Hi all,

i want to display table in new transaction code.

In selection screen, there are certain fields that should be as mandatory.

i tried it creating new t-code using option of " with transaction variant of SE16N".

But in that i am not able to make fields as mandatory.

Please suggest way for doing this.

Thanks in advance.

chintan

Hi all,

i want to display table in new transaction code.

In selection screen, there are certain fields that should be as mandatory.

i tried it creating new t-code using option of " with transaction variant of SE16N".

But in that i am not able to make fields as mandatory.

Please suggest way for doing this.

Thanks in advance.

chintan

7 REPLIES 7
Read only

Former Member
0 Likes
3,182

Hi Chintan

First option you can create a Module pool with few screen fileds mandatory .

Another option can be create Z report and make few fields mandatory in the selection-screen.

Neha

Read only

0 Likes
3,182

Hi neha,

thanks for your reply.

In module pool, do i need to create new program for that ?

Regards,

Chintan

Read only

former_member156446
Active Contributor
0 Likes
3,182

Hi there....

if making a selection screen element mandatory... that can be done using a variant.. when you save a variant there are options/checkboxes to make it mandatory for selection.

Read only

0 Likes
3,182

Hi,

I have tried creating variant in SE16N, but it is not showing screen to make fields mandatory like we normally do with selection screens.

Regards,

chintan

Read only

naimesh_patel
Active Contributor
0 Likes
3,182

You can

1. Create a Z report with your required fields as the Selection Screen

2. Call the FM SE16N_INTERFACE to call SE16N.

Check [Call a New Standard Table Display (SE16N) from Report |http://help-abap.blogspot.com/2008/10/call-new-standard-table-display-se16n.html]

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
3,182

Hi,

You can create TCODE using se93 with option Transaction with parameters.

In that,Give Transaction SM30 and check skip initial screen.

check all checkboxes in GUI Support Tab.

Default values will be:

Name of screen field Value

VIEWNAME should be Tablename

SHOW X

Read only

Former Member
0 Likes
3,182

Hi,

Use tcode se93 and select the last r.b. and give the table parameters at the end of page as

VIEWNAME = Tablename

SHOW = X

update = x.

and save, check and test it

Thanks and Regards,

Thiru. R