SAP ABAP Message Class OL Message Number 543 (Statement 'INCLUDE &.' is not permitted in BOR object type programs)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-BOB (Application Component) Business Object Builder
     SWO (Package) Business Object Repository Tools
Attribute
Message class OL  
Short Description Workflow object types: Run-time system    
Message Number 543  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20130531   
Message Text
Statement 'INCLUDE &.' is not permitted in BOR object type programs
Help Document

Diagnosis

You have tried to reference an include with the INCLUDE statement.

System Response

No includes are allowed in BOR object type programs, since code fragments could make their way into the program, which would jeopardize the object encapsulation (in particular by including DATA statements).

The only statements allowed in such an include could be TYPES and CONSTANTS. But these can also be implemented using a type group.

Procedure

Define your constants and types using a type group and include it via the statement TYPE-POOLS. For new data, use attributes.

Procedure for System Administration

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