Application Development 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: 

program is not compatible while running in another system of same version

Former Member
0 Kudos

Hi,

I am currently working on a BADI implementation.

The requirement is to create BADI implemetation As Is in legacy SAP system.

Both Dev system and legacy systems are ECC 6.0 version.

But a short-dump is coming while executing in transaction at a statement

lt_data[] = it_outtab[].

where lt_data is declared inside the method and it_outtab is importing parameter of the method.

But, in the legacy system it is working properly.

Can any body suggests why this problem comes and what is the solution ?

2 REPLIES 2

former_member404244
Active Contributor
0 Kudos

Hi,

check if both lt_data and it_outtab are of same type.

Regards,

Nagaraj

0 Kudos

But, same code is running fine in legacy SAP system.

The requirement is remain the AS IS in dev system.