SAP ABAP Message Class 5P Message Number 432 (& recursive call of schema & is not permitted)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PA-PA (Application Component) Personnel Administration
     PBAS (Package) SAP HR Master Data Application Development
Attribute
Message class 5P  
Short Description Error Messages for Schema, Pers.Calc.Rule and Feature Checks    
Message Number 432  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
& recursive call of schema & is not permitted
Help Document

Diagnosis

The COPY function allows you to integrate the subschema source code in main schemas. You have tried to integrate subschema SUB1, which is already integrated, and in turn integrates subschema SUB2. This would lead to an infinite integration of COPY functions (recursive COPY functions).

Example:

  • Schema MAIN: COPY SUB1
  • Schema SUB1: COPY SUB2
  • Schema SUB2: COPY SUB1

Procedure

Check the COPY function in your (sub)schema (SUB2) and delete the impermissible recursive call.

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