SAP AT PFNN ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for AT_LIST_EVENT

AT PF

Short Reference
• AT PF ABAP Statement

ABAP Syntax(Obsolete)AT PFnn.

What does it do? Response to an obsolete list event. This obsolete statement defines an event block whose event is triggered by the ABAP runtime environment when a list is displayed - provided the screen cursor is on a list line and a function is selected using the function code PFnn, where nn stands for a number between 01 and 24. In the standard list status, these function codes are assigned to the function keys of the input device.



Latest notes:AT USER-COMMAND should
always be used instead of AT PFnn, and special function codes should be assigned to the required function keys.
INTHINT The tokens PF1 to PF9 can also be used. They work
INTHINT principally like PF01 to PF09, i.e. AT PFn handles function
INTHINT code 'PF0n'. But if several event blocks AT PFn and AT
INTHINT PF0n are listed in one program, not all of them are executed.

Return to menu