2009 Feb 22 9:54 AM
Hello Abap Experts.
Pls call tcode se16 enter there the
table Name -> MARA press F7 (or press enter directly ) and then F8 to execute.
You will see result entries of Table MARA.
Pls go and choose now from the menu Settings/User Paramters and
go to the tabstrip Data Browser. Right here choose pls "ALV GRID display" and press enter key.
You will see now the entries in ALV Format. And now if you hit now
Settings/Layout/Change there will be displayed a split popup window with
Display Columns on the left side Column Set on right side.
Dear Friends please tell me << removed >> what is this a strange window.
How can I create such a window. Is there any tutorial or guide
about how to do that.
I would be very glad if somebody could support me in this matter
Reagards
Ilhan
Edited by: Rob Burbank on Feb 22, 2009 3:32 PM
2009 Feb 22 5:40 PM
2009 Feb 22 9:57 AM
Hi,
That is a standard setting in the ALV grid
Where you can change the display order and hide the fields also you can filter the data with the records you want to see. you can also save a layout in many transaction ( I have to check if that option is available in Se16 or not). and you can call your layout anytime in some transactions you can also give the layout name in the selection screen.
2009 Feb 22 11:01 AM
Hi IIhan,
This window enables you to create a layout of your choice..
Just click on the fields that you want to see in the O/P and push it right side using the direction key.. after choosing all the fields needed enter and save your layout with any name and use this when ever required....
Thanks
Rajesh
2009 Feb 22 12:06 PM
For goodness sake are you humbug me ?
I think Navneet and Rajesh didnt understand the question.
HOW CAN I CREATE WITH ABAP (ALV ) SUCH A WINDOW ?
2009 Feb 22 12:39 PM
if u want change/save layout option in ALV ...
call the alv like dis...
DATA gs_variant LIKE disvariant.
gs_variant-report = sy-repid.
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
i_structure_name = '<struc-name>'
i_grid_title = text-044
i_save = 'A' "for save layout
is_variant = gs_variant
TABLES
t_outtab = <table-name>.
2009 Feb 22 12:57 PM
TT thanks.
To specify my problem a bit more.
It is actually the "CHANGE LAYOUT" window what I need exactly
I want to create such a split window as this mentioned CHANGE LAYOUT window.
Regards
Ilhan
2009 Feb 22 5:40 PM
2009 Feb 22 5:58 PM
tarla I dont need demo alv programms.
Pls read my question carefully
2009 Feb 22 6:02 PM
i have read ur question, there are some demo programs that deal with alv split screen so thought it may help u anyways its difficult to get guide for the requirement as its very specific what u can probably do is to debug and studey the code ur self. in the status bar u can see the current standard program and the screen number so using it u may study the code.
I will analyse the screen element u r reffering once i get to my sap system.
кu03B1ятu03B9к
2009 Feb 22 6:29 PM
кu03B1ятu03B9к
I am very glad about you , I will wait on your notes.
Thank you very much.
Reagrds
Ilhan Ertas