Do you have any question about this error?
Message type: E = Error
Message class: FARR_INB_MIGR -
Message number: 102
Message text: Field &1 value '&2' is not a valid boolean value
Data plausibility check found an error for the line from &SY-MSGV3&
Affected line key (SRCDOC_COMP/SRCDOC_LOGSYS/SRCDOC_TYPE/SRCDOC_ID) -
&SY-MSGV4&
No contract is generated for affected data
Correct the source file data, load it and trigger migration
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
FARR_INB_MIGR102
- Field &1 value '&2' is not a valid boolean value ?The SAP error message FARR_INB_MIGR102 indicates that a field in your data is expected to contain a boolean value (typically
true
orfalse
, or1
or0
), but the value provided does not meet this requirement. This error often arises during data migration or when importing data into the SAP system.Cause:
- Invalid Value: The field in question is receiving a value that is not recognized as a valid boolean. For example, it might be receiving a string like "yes" or "no", or a numeric value that is not strictly
0
or1
.- Data Format Issues: The data being imported may not be formatted correctly, leading to the system not recognizing the boolean values.
- Mapping Errors: If you are migrating data from another system, there may be a mapping issue where the source values do not correspond correctly to the expected boolean values in SAP.
Solution:
- Check the Data: Review the data being imported or migrated to ensure that all boolean fields contain valid values. Replace any invalid values with
0
(false) or1
(true).- Data Transformation: If you are migrating data from another system, ensure that you have a proper transformation process in place that converts the source values to valid boolean values for SAP.
- Field Mapping: Verify the field mapping in your migration tool or process to ensure that the correct values are being sent to the correct fields in SAP.
- Testing: After making corrections, test the import or migration process with a small subset of data to ensure that the issue is resolved before proceeding with the full data load.
Related Information:
By ensuring that the data conforms to the expected boolean format, you should be able to resolve the error and successfully complete your data migration or import process.
Get instant SAP help. Start your 7-day free trial now.
FARR_INB_MIGR101
Field &1 value '&2' is not a valid time
What causes this issue? Data plausibility check found an error for the line from &SY-MSGV3& Affected line key (SRCDOC_COMP/SRCDOC_LOGSYS/SRCD...
FARR_INB_MIGR100
Field &1 value '&2' is not a valid date
What causes this issue? Data plausibility check found an error for the line from &SY-MSGV3& Affected line key (SRCDOC_COMP/SRCDOC_LOGSYS/SRCD...
FARR_INFLIGHT_CHECK000
Inflight check: Error &1&2&3&4 found before save to database
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
FARR_INFLIGHT_CHECK001
C01: Allocation error found for contract &1
What causes this issue? Sum DOC_AMT_CUMULATE and PRO_AMT_CUMULATE of deferral item for allocation conditions with 'LATEST' flag does not e...
Click on this link to search all SAP messages.