2008 Dec 29 3:42 PM
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
2008 Dec 29 3:59 PM
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
2008 Dec 29 6:15 PM
Hi neha,
thanks for your reply.
In module pool, do i need to create new program for that ?
Regards,
Chintan
2008 Dec 29 7:30 PM
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.
2008 Dec 30 6:39 AM
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
2008 Dec 29 7:37 PM
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
2008 Dec 30 6:48 AM
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
2008 Dec 30 7:03 AM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |