2009 Jul 22 5:49 PM
when iam passing system date TO IT_ALLOCVALUESNUM-VALUE_FROM .
IT_ALLOCVALUESNUM-CHARACT = 'CHANGE_TIME'.
IT_ALLOCVALUESNUM-VALUE_FROM = SY-UZEIT..
APPEND IT_ALLOCVALUESNUM.
CLEAR IT_ALLOCVALUESNUM.
after executing BAPI_OBJCL_CREATE it is giving error.
It is giving error , some out of bound time is coming like 04:88:78.
is there any method to convert.
when iam passing system date TO IT_ALLOCVALUESNUM-VALUE_FROM .
IT_ALLOCVALUESNUM-CHARACT = 'CHANGE_TIME'.
IT_ALLOCVALUESNUM-VALUE_FROM = SY-UZEIT..
APPEND IT_ALLOCVALUESNUM.
CLEAR IT_ALLOCVALUESNUM.
after executing BAPI_OBJCL_CREATE it is giving error.
It is giving error , some out of bound time is coming like 04:88:78.
is there any method to convert.
2009 Jul 22 6:01 PM
2009 Jul 22 6:17 PM
2009 Jul 22 6:42 PM
I ahve never use this before. Stillu can try this way to convert it into float.
when 'NUM' or 'DATE' or 'TIME'.
call function 'CKCVAL_COSTING_CHARVAL_CONVERT'
exporting
i_characteristic_name = it_charact_valuation-characteristic
i_characteristic_value = it_charact_valuation-chara_val
importing
e_value_internal_float = lt_valuesnum-value_from.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |