SAP ABAP Message Class 00 Message Number 125 (No field defined for the function code)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-SC (Application Component) UI Services, Screen, Batch Input
     SDYN (Package) DYNP
Attribute
Message class 00  
Short Description General Basis texts    
Message Number 125  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20130531   
Message Text
No field defined for the function code
Help Document

Diagnosis

The function code field (OK code field) has not been defined on this screen. If the user selects an application function (not a system function), the system usually provides it in the function code field (OK code field) as well as in SY-UCOMM. This is no longer possible.

System Response

The system is unable to inform the application of the current function code. The application should not use field SY_COMM. This field always contains the code of the last function chosen, which is not always identical to the application-relevant code.

Procedure

You should always define a field for the function code on every screen. The Screen Painter always proposes such a field (OK category), you only need to assign a name and include the definition in the ABAP program.

History
Last changed on/by 20140121  SAP 
SAP Release Created in