‎2008 Jun 23 1:13 PM
experts,
how to deactivate a function code in the report when the report consists of a pf-status.
what is the default pf-status for a report
‎2008 Jun 23 1:42 PM
1) Deactivating f_code for status:
SET PF-STATUS your_status EXCLUDING f_code.
2) If you want to get standard status use:
SET PF-STATUS space.
Alternatively go to SE41-> write program name -> choose your status ->
from menu choose Extras->Adjust Template-> choose List Status.
System will activate any necessary functions for you:)
You can choose other templates i.e. for LIST VIEWER (ALV) or TREE STATUS.
Pls reward if helpfull.
Best Regards,
Marcin
‎2008 Jun 23 1:18 PM
hi,
For this PF-Status you do not give anything for standard buttons like Save,exit in the function code.They would be disabled.To activate you have to write the code for them in a module.
‎2008 Jun 23 1:32 PM
Use the below command to deactivate fucntion codes:
SET PF-STATUS statusname EXCLUDING fcode.
Regards,
Kiran Bobbala
‎2008 Jun 23 1:42 PM
1) Deactivating f_code for status:
SET PF-STATUS your_status EXCLUDING f_code.
2) If you want to get standard status use:
SET PF-STATUS space.
Alternatively go to SE41-> write program name -> choose your status ->
from menu choose Extras->Adjust Template-> choose List Status.
System will activate any necessary functions for you:)
You can choose other templates i.e. for LIST VIEWER (ALV) or TREE STATUS.
Pls reward if helpfull.
Best Regards,
Marcin