on 2023 Jul 06 8:13 PM
Hi Experts,
How to update '<' and '>' interval along with the numeric characteristic value for the material?
For ex:
Characteristic | Value
C_Substance | <3.00
Using BAPI_OBJCL_CHANGE we able to update or it allows to update only the numeric value of 3.00 and when combines the interval symbol '<', it throws an error as "Cannot be interpreted as a number"
But, the system allows to create the same value manually.
Please reply by providing your valuable inputs.
Thanks.
Request clarification before answering.
Basically you must pass correct values in fields
Read first Data Element ATCOD documentation with SE11
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you sandra.rossi and raymond.giuseppi for your valuable answer.
One more doubt though this thread is answered now, hope you won't mind of answering it, though the characteristic value is NUM data type but passing the value to CHAR format and the system is allowing to record/update it without any errors / BAPI return messages.
For ex:
Characteristic | Value
C_Substance | <3.00 (accepted the same value whatever sent to CHAR value table, even this is same following by the functional as a direct value and no floating / simulating value is passed).
Will this be acceptable? any impact in the integrated flow?
Thanks once again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Comparison of CHAR and NUMC are completely different. Using CHAR, you will have the wrong result that 10 < 3 (because first character 1 < 3).
User | Count |
---|---|
112 | |
9 | |
6 | |
5 | |
3 | |
3 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.