Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime error CALL_FUNCTION_CONFLICT_TYPE Except. CX_SY_DYN_CALL_ILLEGAL_TYPE #1

Closed
dimi309 opened this issue Jul 5, 2024 · 2 comments

Comments

@dimi309
Copy link
Contributor

dimi309 commented Jul 5, 2024

Great tool! Thanks so much for publishing it. VERY useful! I would like to report an error I have encountered while running it on a system with SAP_BASIS release 756.

The error produced is runtime error CALL_FUNCTION_CONFLICT_TYPE Except. CX_SY_DYN_CALL_ILLEGAL_TYPE near line 1520 of include "ZCF_DST_CLS":

CALL FUNCTION 'POINT_IN_TIME_CONVERT'

I have corrected it in my local installation. It is just that the data "guessed" by SAP a bit higher up:

DATA(lv_duration_sec_int4) = CONV int4( lv_duration_secs ).

... does not match the subsequently called POINT_IN_TIME_CONVERT function expects, to which it is passed as a parameter. It suffices to declare the datatype explicitly. I will introduce a pull request in case you are interested 😄

@vlutsas
Copy link
Owner

vlutsas commented Aug 20, 2024 via email

@dimi309
Copy link
Contributor Author

dimi309 commented Aug 20, 2024

With pleasure! I hope the pull request helps 😄

@dimi309 dimi309 closed this as completed Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants