Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error activating integration model for Purchase order

Former Member
0 Likes
429

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
401

Hi Dubey ,

try to pass time as 23.59.59, i dont think SAP will consider time 24.00.00.

regards

Prabhu

Hi Dubey ,

try to pass time as 23.59.59, i dont think SAP will consider time 24.00.00.

regards

Prabhu

1 REPLY 1
Read only

Former Member
0 Likes
402

Hi Dubey ,

try to pass time as 23.59.59, i dont think SAP will consider time 24.00.00.

regards

Prabhu