Get Example source ABAP code based on a different SAP table
ID DYNPRO% • SET USER-COMMAND ABAP Statement
SET USER-COMMAND> Short Reference >
ABAP_SYNTAX SET USER-COMMAND fcode.>
What does it do? Raises a list event with a function code specified in fcode>. fcode> must be a character-like data object>. This statement can be used when creating a list. After completion, but before display of the current list, the runtime framework responds as if a user action were performed in the displayed list using the function code specified in fcode>. The assignment of list events to function codes corresponds to the description under AT USER-COMMAND>>:
The predefined function codes of the tables specified under AT USER-COMMAND> are caught by the runtime framework
The function codes PICK> and PFnn> raise the events AT LINE-SELECTION>> or AT PFnn>>