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 | ![]() |
PROFPARAM - INT_VALUE | Integer between -(2**31) and 2**31-1 | |
2 | ![]() |
PROFPARAM - INT_VALUE | Integer between -(2**31) and 2**31-1 | SOURCE VALUE(INTEGER) LIKE PROFPARAM-INT_VALUE |
3 | ![]() |
PROFPARAM - LONG_VALUE | Integer value with 31 figures and signs | |
4 | ![]() |
PROFPARAM - LONG_VALUE | Integer value with 31 figures and signs | SOURCE VALUE(LONG) LIKE PROFPARAM-LONG_VALUE |
5 | ![]() |
PROFPARAM - VALUE | Value of a profile parameter | SOURCE VALUE(STRING) LIKE PROFPARAM-VALUE |
6 | ![]() |
PROFPARAM - VALUE | Value of a profile parameter | |