Function Converts a value from user format to internal format
Example s10userinput( exporting   uservalue = myuservalue changing   result = myresult ).
Format data:
  myuservalue type string,
  myresult type any.

  s10userinput(
    exporting
      uservalue = myuservalue
    changing
      result = myresult ).
Parameters
Name Type Description
uservalue string
Value in user format
result any
Resulting internal value
Description The method s10userinput() converts a value from the external format (user input) into the internal format of the result variable.

The user settings regarding decimal and date representation as well as a possible conversion exit are taken into account.

Components S10 Framework