2008 Apr 28 11:18 AM
Hi,
I've used FM REUSE_ALV_GRID_DISPLAY to display an ALV.
When i run the report, and go to menu bar (Edit->Calculate->Count) then 'Count' is disabled.
How can i enable this Count functionality of the ALV.
Regards,
Archana
Hi,
I've used FM REUSE_ALV_GRID_DISPLAY to display an ALV.
When i run the report, and go to menu bar (Edit->Calculate->Count) then 'Count' is disabled.
How can i enable this Count functionality of the ALV.
Regards,
Archana
2008 Apr 28 11:27 AM
Hi,
Go to PF-STATUS-> MENU Bar>EDIT->double click on it--->Give the Function code for calulate
activate the program...
Regards,
Raj.
2008 Apr 28 12:58 PM
2008 Apr 28 1:24 PM
Hi
Actually, in your ALV report program, the standard PF-Status is not active.
You can call the standard PF-Status of program SAPLSALV in the ALV by using the following steps.
1. In the event catalog, you need to assign a form name for the FORM field for the record
with NAME field value as 'PF_STATUS_SET'.
for example,
event-name = 'PF_STATUS_SET'.
event-form = 'F4200_PF_STATUS_SET'.
2. In the form (in the example, it is 'F4200_PF_STATUS_SET') you have to write the below code.
SET PF-STATUS 'STANDARD' OF PROGRAM 'SAPLSALV'.
Actually, while executing the first step, it will call the form (sub-routine) for the pf-status and
in the send step it will set the standard PF-STATUS to your report.
Points if useful.
Satya.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |