Table/Structure Field list used by SAP ABAP Function Module SAPTUNE_A_TO_I (String Conversion like C atoi() Function)
SAP ABAP Function Module SAPTUNE_A_TO_I (String Conversion like C atoi() Function) is using
# Object Type Object Name Object Description Note
     
1 Table/Structure Field  PROFPARAM - INT_VALUE Integer between -(2**31) and 2**31-1
2 Table/Structure Field  PROFPARAM - INT_VALUE Integer between -(2**31) and 2**31-1 SOURCE VALUE(INTEGER) LIKE PROFPARAM-INT_VALUE
3 Table/Structure Field  PROFPARAM - LONG_VALUE Integer value with 31 figures and signs
4 Table/Structure Field  PROFPARAM - LONG_VALUE Integer value with 31 figures and signs SOURCE VALUE(LONG) LIKE PROFPARAM-LONG_VALUE
5 Table/Structure Field  PROFPARAM - VALUE Value of a profile parameter SOURCE VALUE(STRING) LIKE PROFPARAM-VALUE
6 Table/Structure Field  PROFPARAM - VALUE Value of a profile parameter