cancel
Showing results for 
Search instead for 
Did you mean: 

Occupational Health - EHSVU11 - Creating Examinations runtime error

Former Member
0 Kudos

Hi Gurus,

In Occupational Health in Tcode EHSVU11, while creating Examinations the system gives runtime error CALL_FUNCTION_CONFLICT_GEN_TYP with exception CX_SY_DYN_CALL_ILLEGAL_TYPE once I complete all fileds with these values:

Field Field value

Category 01 (Examination Category exists in Exam groups table T7EHS00_EGROUP)

Exam Number BP-001

Examination Test

Grouping empty

Service Provider 2 (Service provider exists with role HEA030)

Start Date 13.05.2011

End Date 31.12.9999

How can I rectify this information so as not to be affected by this runtime error?

Thanks in advance

Regards,

Sergio

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The type of actual parameter does not meet the requirements of the function interface.

Runtime Error: CALL_FUNCTION_CONFLICT_GEN_TYP .

Thats why it is throwing error.

Regards

Keerthi

Former Member
0 Kudos

Hi Keerthi,

Thank you for your answer.

But, analising the dump report, I note that the source of the error is because the function is called with the Category field's value. The problem is that I cannot change the parameter as this value is obtained from the table T7EHS00_EGROUP (where this field is part of the table's key and is defined as numeric: NUMC).

It would be great if you can help me with this problem.

Regards

Sergio