2009 Jan 09 1:17 PM
Hi Experts,
While activating the integration model containing purchase orders, the JOB FAILS.
Following is the dum message I get. Can somebody suggest a quick fix.
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_PARAMETER_INVALID_RANGE', was not
caught in
procedure "FILL_EKPO" "(FORM)", nor was it propagated by a RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
Parameter has invalid value: Parameter DATE1/TIME has invalid value
20080328/240000.
SAP CODE: -
12 * convert pair 1 to UTC tstmp1
13 convert date date1 time time1
14 into time stamp l_tstmp1 time zone ' '.
15 if sy-subrc <> 4.
16 create object ex_range type cx_parameter_invalid_range.
17 ex_range->parameter = 'DATE1/TIME'.
18 concatenate DATE1 '/' TIME1 into ex_range->value.
>>>>> raise exception ex_range.
20 endif.
Thanks in Advance,
Chandan
2009 Feb 16 8:05 AM
Hi Dubey ,
try to pass time as 23.59.59, i dont think SAP will consider time 24.00.00.
regards
Prabhu
Hi Experts,
While activating the integration model containing purchase orders, the JOB FAILS.
Following is the dum message I get. Can somebody suggest a quick fix.
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_PARAMETER_INVALID_RANGE', was not
caught in
procedure "FILL_EKPO" "(FORM)", nor was it propagated by a RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
Parameter has invalid value: Parameter DATE1/TIME has invalid value
20080328/240000.
SAP CODE: -
12 * convert pair 1 to UTC tstmp1
13 convert date date1 time time1
14 into time stamp l_tstmp1 time zone ' '.
15 if sy-subrc <> 4.
16 create object ex_range type cx_parameter_invalid_range.
17 ex_range->parameter = 'DATE1/TIME'.
18 concatenate DATE1 '/' TIME1 into ex_range->value.
>>>>> raise exception ex_range.
20 endif.
Thanks in Advance,
Chandan
2009 Feb 16 8:05 AM
Hi Dubey ,
try to pass time as 23.59.59, i dont think SAP will consider time 24.00.00.
regards
Prabhu
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |