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

deactivating function code of pf-status

Former Member
0 Likes
1,964

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

1 ACCEPTED SOLUTION
Read only

MarcinPciak
Active Contributor
0 Likes
789

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

3 REPLIES 3
Read only

Former Member
0 Likes
789

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.

Read only

Former Member
0 Likes
789

Use the below command to deactivate fucntion codes:

SET PF-STATUS statusname EXCLUDING fcode.

Regards,

Kiran Bobbala

Read only

MarcinPciak
Active Contributor
0 Likes
790

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