I am using a type into component to input calculated numbers into SAP, and the calculation logic is shown in the figure. However, I found that there is a very low probability of inputting incorrect numbers. May I ask what the possible reason may be,
Could you please share a scenario and what is the error
Check the values before hitting the calculation logic and verify whether you are able to get the proper values for that operation.
and then you can do your operation.
before writing, check what it is going to write.
use debug mode apply the breakpoints and verify the outputs
there might be multiple reasons. as a first resort open locals panel and check each step of calculation to see if expected value is coming…I see split on - if multiple are there or if there are non it would effect. similarly depending on values read…so better check when it is failing what parameter of the whole formula is effecting
cheers
@jmy,
I see you are typing this in SAP, you can use Set Text instead of Type into.
In SAP some fields have some background validation which might result in this behaviour as type into types character by character whereas Set text will type full value in one go.