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: 

DUMP CONNE_ILLEGAL_TRANSPORT_HEADER

Former Member
0 Kudos
714

Hi SDNers,

I have the following DUMP: CONNE_ILLEGAL_TRANSPORT_HEADER, when I execute several transactions in ECC 6.0:

For example:

- S_ALR_87012284

- FSE2

In both situations:

Program: SAPLFAGL_FSV

Screen: SAPMSSY0 1000

Screen Line: 6

Include: LFAGL_FSVF01

Line where program dumps

-> import x011p to lt_x011p

i011z to lt_x011z

x011v to lt_x011v

x011s to lt_x011s

x011f to lt_x011f

from database rfdt(bs) client p_mandt

id p_versn

accepting padding

ignoring conversion errors.

I have been looking for a note, but I didn't find.

Anyone had the same problem?

Thanks in advance for your help.

Best Regards

Leonardo

1 ACCEPTED SOLUTION

Sandra_Rossi
Active Contributor
0 Kudos
446

Why does it happen now ? Was there a recent upgrade, a new application server, a new database, a unicode conversion...? Note: this error happens during decompression of (database) clustered data into ABAP variables, the clustered data is corrupted.

4 REPLIES 4

Sandra_Rossi
Active Contributor
0 Kudos
447

Why does it happen now ? Was there a recent upgrade, a new application server, a new database, a unicode conversion...? Note: this error happens during decompression of (database) clustered data into ABAP variables, the clustered data is corrupted.

nishanthbhandar
Contributor
0 Kudos
446

Check this thread.

Sandra_Rossi
Active Contributor
0 Kudos
446

Hello Leonardo, could you give a feedback?

pruthvi_kosala
Explorer
0 Kudos
446

Is there any solution to avoid this error?