2007 Jul 12 12:20 PM
hi freinds,
Can anybody tell me how to do this.................?
Like in SE11 we can select input fields and outputfields...........
same i need to implement in ALV report ...........
Regards,
Imran
2007 Jul 12 12:23 PM
Hi
There are 2 ways wherein you can make a field as input enabled.
One is by setting the edit = 'X' in the fieldcatalog for that field.
Loop at l_fcat.
if l_fcat-fieldname = 'FIELD'.
l_fcat-edit = 'X'.
modify l_fcat.
endif.
Endloop.
Second method is by using Styles by which you enable a field, disable a field or make it a pushbutton etc..Using Styles can be found in any basic document on ALV.
hi freinds,
Can anybody tell me how to do this.................?
Like in SE11 we can select input fields and outputfields...........
same i need to implement in ALV report ...........
Regards,
Imran
2007 Jul 12 12:23 PM
Hi
There are 2 ways wherein you can make a field as input enabled.
One is by setting the edit = 'X' in the fieldcatalog for that field.
Loop at l_fcat.
if l_fcat-fieldname = 'FIELD'.
l_fcat-edit = 'X'.
modify l_fcat.
endif.
Endloop.
Second method is by using Styles by which you enable a field, disable a field or make it a pushbutton etc..Using Styles can be found in any basic document on ALV.
2007 Jul 12 12:24 PM
Hi Imran,
Try with the <b>Change Layout</b> option in the ALV and Save the variant.
You can select the layout based on the ALV variant saved before.
Reward points if this helps.
Nanda
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |