cancel
Showing results for 
Search instead for 
Did you mean: 

Message no. RP016

former_member202689
Participant
0 Kudos

Hi ALL,

I have a problem while copying the record of infotype 0294. I want to copy existing record for example 28.06.2006 - 31.12.9999 and create new one 05.01.2014 - 31.12.9999. System brings an error message like:

"Interval of dates 05.01.2014 - 31.12.9999 conflicts with interval 28.06.2006 - 31.12.9999"

How can I fix it?

regards,

Samir Mamedov

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Samir,

You can get details in this doc http://scn.sap.com/docs/DOC-43941, you can try by changing time constraint class of info type.

former_member202689
Participant
0 Kudos

Hi Kedhar,

I have changed time constraint for 0294 infotype from 2 to 3. But it is unuseful. Because with time constraint 3 I can create number of records with the same date. I know russian-specific infotypes are strange. I have no any problem with other infotypes which have t/c 2. I can easily copy existing record and change BEGDA and save. But with 0294 I can't do. Have any idea besides time constraint?

regards,

Samir Mamedov

Former Member
0 Kudos

Hi Samir,

I think may be you are getting yellow color error which don't need to worry & you can save the record.

If not pl let met know.

former_member202689
Participant
0 Kudos

I am getting red error message. Thats's why I opened this issue

Former Member
0 Kudos

For the activity type, can you check if "check of dates interval" flag is active in table T7RUACTCAT1? If that flag is checked, that activity type will not be included in check of intersection of dates intervals.

Hope this helps.

Donnie

former_member202689
Participant
0 Kudos

thank you very much. It was the correct answer.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Samir,

Can you check the time constraint value for infotype 0294 in table T582A? You may have a '2' over there. '2' means only one record may be available at one time, but time gaps are permitted.

The error you are seeing comes straight from MP029400.

  IF gv_zeitb = 2.
    MESSAGE e016 WITH c_mes1 c_mes2.
  ELSE.
   

MESSAGE w016 WITH c_mes1 c_mes2.

Hope this helps.

Donnie