2010 May 17 8:04 PM
Hi Gurus,
I had a editable checkbox in my alv report
when i check the checkbox for a particular record at the header level and click on the custom function code , the corresponding line items should display in another alv grid.
But my problem is when i check the check box and click on the custom function code, iam getting shot dump.
my code is
CLEAR ls_fieldcat.
read table it_fieldcat into ls_fieldcat
with key FIELDNAME = 'CHECKFLAG'.
if sy-subrc = 0.
* ls_fieldcat-fieldname = 'CHECKFLAG'.
*
ls_fieldcat-checkbox = 'X'.
ls_fieldcat-edit = 'X'.
modify it_fieldcat from ls_fieldcat index sy-tabix.Please suggest me how to proceed.
Thanks
Srinivas M
Hi Gurus,
I had a editable checkbox in my alv report
when i check the checkbox for a particular record at the header level and click on the custom function code , the corresponding line items should display in another alv grid.
But my problem is when i check the check box and click on the custom function code, iam getting shot dump.
my code is
CLEAR ls_fieldcat.
read table it_fieldcat into ls_fieldcat
with key FIELDNAME = 'CHECKFLAG'.
if sy-subrc = 0.
* ls_fieldcat-fieldname = 'CHECKFLAG'.
*
ls_fieldcat-checkbox = 'X'.
ls_fieldcat-edit = 'X'.
modify it_fieldcat from ls_fieldcat index sy-tabix.Please suggest me how to proceed.
Thanks
Srinivas M
2010 May 17 8:08 PM
>
> But my problem is when i check the check box and click on the custom function code, iam getting shot dump.
This is the way users tal to programmers - not very helpful.
What dump are you getting?
Rob
2010 Jun 08 9:09 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |