2011 Nov 16 5:59 AM
Hi
i want standard futures in my zalvreport
I HAD USED THE CODING AS MENTIONED BELOW .. PROBLEM I AM NOT GETTING THIS FUTURES IN MY ZREPORT
please tel me wat is the problem
I_CALLBACK_PF_STATUS_SET = 'ZPM_MOTOR_HISTORY'
**********************************************************************
* FORM ZPM_MOTOR_HISTORY *
**********************************************************************
FORM ZPM_MOTOR_HISTORY USING rt_extab TYPE slis_t_extab.
SET PF-STATUS 'ZMSTATUS'.
ENDFORM.
Thanks a lot
Edited by: raghu111 on Nov 16, 2011 6:59 AM
Hi
i want standard futures in my zalvreport
I HAD USED THE CODING AS MENTIONED BELOW .. PROBLEM I AM NOT GETTING THIS FUTURES IN MY ZREPORT
please tel me wat is the problem
I_CALLBACK_PF_STATUS_SET = 'ZPM_MOTOR_HISTORY'
**********************************************************************
* FORM ZPM_MOTOR_HISTORY *
**********************************************************************
FORM ZPM_MOTOR_HISTORY USING rt_extab TYPE slis_t_extab.
SET PF-STATUS 'ZMSTATUS'.
ENDFORM.
Thanks a lot
Edited by: raghu111 on Nov 16, 2011 6:59 AM
2011 Nov 16 6:51 AM
Hi,
do you use fm REUSE_ALV_GRID_DISPLAY where you pass the parameter I_CALLBACK_PF_STATUS_SET ?
Did you set a break-point to see, whether command line
SET PF-STATUS 'ZMSTATUS'.
will be processed?
If you double-click on 'ZMSTATUS', can this status be found?
If all of this is okay, maybe the PF-STATUS was defined in a wrong kind. You can select several different kinds for a status, but only the right one will work correctly.
Regards,
Klaus
2011 Nov 16 10:43 AM
Hi Thanks For ur reply .
I set Break point It is not Processing The SET PF-STATUS 'ZMSTATUS'.
every thing is ok apart from this .
May i know How Can I resolve this
2011 Nov 16 8:06 PM
Pass the I_CALLBACK_PROGRAM also and you should get the PF Status set.
2011 Nov 17 5:01 AM
i had written gd-repid = sy-repid in my fm reuse_alv_grid display now it is processing the PFSTATUS .
Thanka a lot
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |