Do you have any question about this error?
Message type: E = Error
Message class: CNV_20100 - Messageclass for chart of account conversion
Message number: 367
Message text: Priority routine is called with an initial parameter value
Priority routine is called with an initial parameter value.
The priority routine &V1& is called for account number/cost element =
&V2& with parameter &V3& = <initial>.
This has the following consequences:
If standard duplicate handling (SUMUP-A ) with priority is used, the
data record does not have priority. An existing data record takes
priority.
If the <ZK>Copy Rows</> indicator is set and standard duplicate
handling (SUMUP-A ) with priority is used, the data record is not
converted. (The existing data record - the one that takes priority - is
identical with the original data record.)
Depending on the scenario: Either error or warning message
Check the conversion logic of the table.
Check the data records that caused this message to appear.
Error message extract from SAP system. Copyright SAP SE.
CNV_20100367
- Priority routine is called with an initial parameter value ?The SAP error message CNV_20100367 indicates that a priority routine is being called with an initial parameter value, which typically means that the routine is not receiving the expected input values. This can occur during data migration or conversion processes, particularly when using SAP's data migration tools.
Cause:
Initial Parameter Value: The error suggests that the routine is being invoked without the necessary initial values. This could be due to:
- Missing or incorrect configuration in the migration settings.
- Data inconsistencies or missing data in the source system.
- Issues in the mapping or transformation logic that leads to the routine being called without valid parameters.
Data Quality Issues: If the data being processed has null or default values where valid data is expected, this can trigger the error.
Custom Code: If there are custom routines or modifications in the migration process, they may not be handling initial values correctly.
Solution:
Check Configuration: Review the configuration settings for the migration or conversion process to ensure that all required parameters are correctly set.
Data Validation: Validate the source data to ensure that it contains the necessary values. Look for any null or default values that should be populated.
Debugging: If you have access to the code, debug the priority routine to identify where the initial parameter value is being set and why it is not being populated correctly.
Review Mapping Logic: Ensure that the mapping and transformation logic is correctly defined and that it handles all possible scenarios, including cases where data might be missing.
Consult Documentation: Refer to SAP documentation or notes related to the specific migration tool or process you are using. There may be known issues or additional configuration steps required.
SAP Support: If the issue persists, consider reaching out to SAP support for assistance. Provide them with detailed information about the error, including the context in which it occurs and any relevant logs.
Related Information:
By following these steps, you should be able to identify the root cause of the error and implement a solution to resolve it.
Get instant SAP help. Start your 7-day free trial now.
CNV_20100366
TAB=&1,CYCLE=&2: No org. unit; &3=&4 will be converted org.-independently
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CNV_20100365
No data read from table CNV_20100_TABCHK; error
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CNV_20100368
Merge of charts of accounts
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CNV_20100369
Multicopy table &1 without CoA field in the key. Contact SAP for support
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.