Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dump while selecting a variant in SE11

Former Member
0 Likes
2,178

When I select a variant for table EKKO in SE11, it dumps.

Short text: Error when attempting to IMPORT object "I8".

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_IMPORT_MISMATCH_ERROR', was

not caught in

procedure "%_IMPORT_VARI_CLNT" "(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:

When importing the object "I8", the component no. 3 in the

dataset has a different type from the corresponding component

of the target object in the program "/1BCDWB/DBEKKO".

The data type is "C" in the dataset, but "D" in the program.

Any clues plz.

Thanks,

Kiran

When I select a variant for table EKKO in SE11, it dumps.

Short text: Error when attempting to IMPORT object "I8".

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_IMPORT_MISMATCH_ERROR', was

not caught in

procedure "%_IMPORT_VARI_CLNT" "(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:

When importing the object "I8", the component no. 3 in the

dataset has a different type from the corresponding component

of the target object in the program "/1BCDWB/DBEKKO".

The data type is "C" in the dataset, but "D" in the program.

Any clues plz.

Thanks,

Kiran

10 REPLIES 10
Read only

Former Member
0 Likes
1,806

Hi,

You changed the fields (via F8) for the selection screen?

When this occurs you have to delete and recreate the variant.

Best regards,

Leandro Mengue

Read only

0 Likes
1,806

Hi Leandro,

What did you mean by changing the fields via F8(execute the selection screen?)

Its dumping at the moment I select the variant from the selection screen.

Thanks,

Kiran

Read only

0 Likes
1,806

Hi,

In the first screen of SE16 at menu Table -> Generate program (shortcut = F8).

Best regards,

Leandro Mengue

Read only

0 Likes
1,806

Hi Leandro,

After generating the program in SE16, I could display the variant in one system. I tried the same in another system and its dumping again there. Is there any other solution that you are aware of.

Thanks for your help.

Kiran

Edited by: kiran dasari on May 27, 2010 7:20 PM

Read only

0 Likes
1,806

Hi,

You have transported the variant from one system to another or re-create the variant in the another system?

Best regards,

Leandro Mengue

Read only

Former Member
0 Likes
1,806

See if running program RSVARDOC_610 for program /1BCDWB/DBEKKO helps.

Rob

Read only

0 Likes
1,806

Hi Rob,

It did not work.

Thanks,

Kiran

Read only

former_member214857
Contributor
0 Likes
1,806

Hi Kiran

You can use report RSVARDOC to restore variant.

Use transaction SE38 to run this report.

Kind regards

Read only

0 Likes
1,806

We had a program in production with a parameter on the selection screen.  Some users created variants with that parameter.  We then changed the parameter to a select-option.  At that point, when the users attempted to use their variants, the program would dump with this error.  The fix was to delete and recreate the variants.

Read only

former_member763659
Discoverer
0 Likes
1,806