简体   繁体   中英

How can I deactivate a function code in ABAP?

I know it is possible to inactivate functions codes in ABAP. In my reports I can code it:

  DATA pf_exclude TYPE TABLE OF repid.
  APPEND 'MYFUNC' TO pf_exclude.   
  SET PF-STATUS 'LIST' EXCLUDING pf_exclude.

But there is also a way to do it in the GUI status, but how?

In the status maintenance (SE41) is a button to set the function to (in)active:

截图

This button is only visible in change mode.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM