cancel
Showing results for 
Search instead for 
Did you mean: 

Error activating integration model for Purchase order

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi chandan,

"Parameter has invalid value: Parameter DATE1/TIME has invalid value

20080328/240000"

There is never a 240000 in the time..it is always 235959 and 000000. Check your parameter Date/Time...

Answers (1)

Answers (1)

gustavo_prez
Explorer
0 Kudos

Hello Chandan,

It looks to be a code error; which is the name of the program which is dump in. Be sure this is not a user exit; in case of standar SAP, open a OSS message.

Best regards,

Gustavo Pérez