‎2009 Apr 14 1:47 PM
I'm receiving the error "CONNE_IMPORT_CONVERSION_ERROR" when I attempt to go into transaction QA32. If I go into SE38 for program RQEEAL10 and try to display the variant SAP_TCODE_QA32 I get the same short dump.
I went into the configuration thru transaction OQI4 and everything with this variant seems OK.
Guru's, please advise on where I can go from here.
Thanks
Jayden
‎2009 Apr 14 2:28 PM
Hi,
maybe an obsolete variant...
Try to adjust by Variant Adjust function:
Run the report RSVARDOC_610 with:
S_REPORT = RQEEAL10
SYSVAR = 'X' then ' '
After the execution of the adjust report try to fetch the variant from RQEEAL10 and tell us if short dump occurs again.
Kind regards.
Andrea
‎2009 Apr 14 4:26 PM
Is there a reason that this only is happening in our QA system and not Production or Development? If this variant is in fact Obsolete, then I would like to prevent from having short dumps in the Production system.
‎2009 Apr 14 5:14 PM
In theory you could schedule it in background with range of programs actually used, but i suggest you to run only when necessary (i.e. when the dump occurs).
About your question, I don't know why it occurs only in quality system, perhaps because it is a copy of another system?
However I have used this program after an upgrade in order to adjust the variants of some reports that were corrupted, although the upgade automatically handles the conversion during the PREPARE from the rel. 4.7 .
Kind Regards.
Andrea
‎2009 Apr 14 5:27 PM
Hey Andrea thanks for your help, but I received the same short dump after running the program that you specified.
Here's a snippit from the "Error Analysis:
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_CONVERSION_CODEPAGE', was not
caught in
procedure "%_IMPORT_VARI_DYN" "(FORM)", nor was it propagated by a RAISING clause.
‎2009 Apr 14 5:36 PM
Hi,
In SE38 provide the program name RQEEAL10 and select the Variants radio button and press display button.
Select the Variant SAP&TCODE_QA32 from the F4 help and select the radio button Value and press display.
Now check the values in the screen fields. There might be conversion problem with values in these fields
‎2009 Apr 14 5:55 PM
When I run these steps with variant "SAP&TCODE_QA32" the values are displayed and they look fine. When I run these steps with variant "SAP_TCODE_QA32" I get the short dump. I guess there lies my problem. There must be a value in this variant that is causing the issue. How can I change the value if I can't even get into the variant?
Thanks in advance
‎2009 Apr 14 6:02 PM
Hi Jayden
the problem is that the variants SAP& is a standard variant and is located in the client 000.
Since in development system the variant works, try to create manually a workbench request and include in the object editor the following object:
LIMU VARI RQEEAL10SAP&TCODE_QA32
Release the transport request and import it in quality system.
Let me know.
Kind regards.
Andrea