2008 Nov 12 7:32 AM
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 ?
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 ?
2008 Nov 12 7:36 AM
Hi,
check if both lt_data and it_outtab are of same type.
Regards,
Nagaraj
2008 Nov 12 9:01 AM
But, same code is running fine in legacy SAP system.
The requirement is remain the AS IS in dev system.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |