Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error in using The Standard PF-STATUS .

Former Member
0 Likes
670

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

4 REPLIES 4
Read only

Former Member
0 Likes
646

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

Read only

0 Likes
646

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

Read only

0 Likes
646

Pass the I_CALLBACK_PROGRAM also and you should get the PF Status set.

Read only

Former Member
0 Likes
646

i had written gd-repid = sy-repid in my fm reuse_alv_grid display now it is processing the PFSTATUS .

Thanka a lot