2007 Sep 05 5:02 PM
Hi all!!!
Use SALV class.
Have a container on screen.
ALV doesn't tied to container so it's fullscreen. I've made such conclusion when i delete container from the form. But i need ALV to be limeted by container. Here my code.
try.
cl_salv_table=>factory(
exporting
r_container = gr_container
container_name = 'CONTAINER'
importing
r_salv_table = gr_table
changing
t_table = gt_outtab ).
catch cx_salv_msg. "#EC NO_HANDLER
endtry.
gr_table->display( ).Tell me pls where my mistake?
2007 Sep 05 5:06 PM
Put that code in the PBO of your screen. Make sure that you are creating the GR_CONTAINER before this inside the PBO of the screen.
REgards,
Rich Heilman
2007 Sep 05 5:06 PM
2007 Sep 06 7:22 AM
Hi Rich. I make it for the fist time and you was truely right. I haven't create an object for container. Thanks for help!!!
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |