Do you have any question about this error?
Message type: E = Error
Message class: DPR_FC - Field Control for Project Management
Message number: 014
Message text: Assurez-vous que la condition &1 est compatible avec le type d'obj. &2
For each condition that SAP delivers in field control, an appropriate
include exists with a schema program that the system uses to generate
the field control class.
Example: The include 'EVAL_CONDS_C001' exists for the condition 'C001'.
<EX>/>EVAL_CI_C001<(><<)>/</>
<EX>,,data: lr_<(>&<)>objectname& type ref to cl_dpr_<(>&<)>objectname&.
</>
<EX>,,data: ls_condition type ts_condition_per_node.</>
<EX>,,* check if object is released</>
<EX>,,lr_<(>&<)>objectname& ?= ir_root_object.</>
<EX>,,if lr_<(>&<)>objectname&->is_released( ) eq cl_dpr_co=>sc_true.</>
<EX>,, ls_condition-condition_value = cl_dpr_co=>sc_true.</>
<EX>,,else.</>
<EX>,, ls_condition-condition_value = cl_dpr_co=>sc_false.</>
<EX>,,endif.</>
<EX>,,ls_condition-node_name = iv_node_name.</>
<EX>,,ls_condition-node = ir_object.</>
<EX>,,ls_condition-condition_id = 'MV_C001'.</>
<EX>,,insert ls_condition into table mt_conditions.</>
<EX>,,/>END<(><<)>/</>
When it generates the field control class, the system replaces the
variable '<NP><(>&<)>objectname<(>&<)>'</> by the appropriate object
category.
Example: When you assign the condition 'C001' to the object category
'DPO' (project definition), the system replaces <NP>'<(>&<)>objectname
<(>&<)>'</> by <NP>'PROJECT_O'</> during generation. Therefore, the
first line from this example would be:
<EX>,,data: lr_PROJECT_O type ref to cl_dpr_PROJECT_O.</>
The object-specific method or value assignment calls used in the
implementation must be valid for the object category.
Example: The following is an example of the coding generated for the
object category 'DPO':
<EX>,,lr_PROJECT_O ?= ir_root_object.</>
<EX>,,if lr_PROJECT_O->is_released( ) eq cl_dpr_co=>sc_true.</>
The corresponding method <NP>lr_PHASE_T->is_released()</> does not exist
for the object 'PPT' (phase in template) because this would cause a
syntax error in the generated class.
The system cannot automatically check whether the condition is
compatible with the object category.
If the assignments are incompatible, the system generates a syntax error
or the program may terminate when the field control class or its usage
is generated in the application.
Check the schema program to see if it is compatible with the object
category.
If the program terminates, check your field control settings and field
control classes.
If the selected condition is not compatible with the object category,
create a customer-specific condition and assign it to the object
category (see SAP Note 947936).
For more information about setting up field control, see:
Customizing for <LS>Project Management</> under <ZK>Global Enhancements
to Project Elements</> -> <ZK>Set Up Field Control</>
SAP Note 947936
Le système émet un message d'erreur et ne vous permettra pas de poursuivre cette transaction tant que l'erreur n'est pas résolue.
Extrait du message d'erreur du système SAP. Copyright SAP SE.
DPR_FC014
- Assurez-vous que la condition &1 est compatible avec le type d'obj. &2 ?Get instant SAP help. Start your 7-day free trial now.
DPR_FC013
Génération de la classe &1 (&2 de &3)
Message auto-explicatif Étant donné que SAP estime que ce message d'erreur spécifique est 'auto-explicatif', aucune autre information n'a été fou...
DPR_FC012
Définissez un profil de pilotage propre des zones dans le Customizing.
Quelle est la cause de ce problème? In Release 3.10, you defined customer fields and assigned a specific editing mode (display, input with write au...
DPR_FC015
Vous étendez l'autorisation pour la gestion des zones (ÉCRIRE -> ADMIN.).
Message auto-explicatif Étant donné que SAP estime que ce message d'erreur spécifique est 'auto-explicatif', aucune autre information n'a été fou...
DPR_FC020
La structure &1 n'est pas autorisée pour ce programme.
Message auto-explicatif Étant donné que SAP estime que ce message d'erreur spécifique est 'auto-explicatif', aucune autre information n'a été fou...
Cliquez sur ce lien pour rechercher tous les messages SAP.