cancel
Showing results for 
Search instead for 
Did you mean: 

Syntax error in program "SAPLHTTPTREE " during application of SAPKB70012

Former Member
0 Kudos

Hi everyone,

I am applying support pack SAPKB70012 when it stopped in the XPRA_EXECUTION phase. Anybody encountered this error "Syntax error in program "SAPLHTTPTREE "? Been looking for any notes on this but haven't found anything. I already created message to SAP but even though its high, nobody's picking it up. We're using Windows NT and database MSSQL.

***************************************************************************************************

Below is part of the import queue log:

The following details help you to analyze the problem:

- Error in phase: XPRA_EXECUTION

- Reason for error: TP_STEP_FAILURE

- Return code: 0012

- Error message: OCS Package SAPKB70012, tp step R, return code

0012

Notes on phase XPRA_EXECUTION

The XPRAs and after-import methods are executed in this phase. This

phase can terminate due to the following reasons:

o TP_INTERFACE_FAILURE: The system was unable to call the tp

interface.

o TP_FAILURE: The system was unable to execute the tp program. For

more information, see the SLOG or ALOG log file.

************************************************************************************************

When I check SM37, I found this ABAP runtime error:

*job: RDDEXEC

Runtime Errors SYNTAX_ERROR

Date and Time 16.01.2008 19:13:09

-

-


-

-


Short text

Syntax error in program "SAPLHTTPTREE ".

-

-


-

-


What happened?

Error in the ABAP Application Program

The current ABAP program "SAPLSCTS_EXE_EXP" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program "SAPLHTTPTREE " in include

"LHTTPTREETOP " in

line 9:

""ICFALIAS" must be a flat structure. You cannot use internal tables, s"

"trings, references, or structures as components ."

" "

" "

The include has been created and last changed by:

Created by: "SAP "

Last changed by: "SAP "

-

-


-

-


What can you do?

Please eliminate the error by performing a syntax check

(or an extended program check) on the program "SAPLHTTPTREE ".

You can also perform the syntax check from the ABAP Editor.

If the problem persists, proceed as follows:

Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system

administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look

at and manage termination messages, and you can also

keep them for a long time.

-

-


-

-


Error analysis

The following syntax error was found in the program SAPLHTTPTREE :

""ICFALIAS" must be a flat structure. You cannot use internal tables, s"

"trings, references, or structures as components ."

" "

" "

-

-


-

-


How to correct the error

Probably the only way to eliminate the error is to correct the program.

-

If you cannot solve the problem yourself and want to send an error

notification to SAP, include the following information:

1. The description of the current problem (short dump)

To save the description, choose "System->List->Save->Local File

(Unconverted)".

2. Corresponding system log

Display the system log by calling transaction SM21.

Restrict the time interval to 10 minutes before and five minutes

after the short dump. Then choose "System->List->Save->Local File

(Unconverted)".

3. If the problem occurs in a problem of your own or a modified SAP

program: The source code of the program

In the editor, choose "Utilities->More

Utilities->Upload/Download->Download".

4. Details about the conditions under which the error occurred or which

actions and input led to the error.

-

-


-

-


-

-


User and Transaction

Client.............. 000

User................ "DDIC"

Language key........ "E"

Transaction......... " "

Transactions ID..... "0224C4DC1741F1C28D9D001A4BDB2C98"

Program............. "SAPLSCTS_EXE_EXP"

Screen.............. "SAPMSSY0 1000"

Screen line......... 6

-

-


-

-


Information on where terminated

Termination occurred in the ABAP program "SAPLSCTS_EXE_EXP" - in

"CALL_IMP_METHODS_IN_CLIENT".

The main program was "RDDEXECU ".

In the source code you have the termination point in line 351

of the (Include) program "LSCTS_EXE_EXPF02".

The program "SAPLSCTS_EXE_EXP" was started as a background job.

Job Name....... "RDDEXECL"

Job Initiator.. "DDIC"

Job Number..... 19130500

-

-


-

-


Source Code Extract

-

-


Line

SourceCde

-

-


321

CLEAR: sy-msgid, sy-msgty, sy-msgno.

322

323

IF ps_spec_pars-with_data_file EQ 'X'.

324

CALL FUNCTION ps_method_call-method_fb

325

EXPORTING

326

iv_tarclient = ps_client-client

327

iv_is_upgrade = pv_is_upgrade

328

iv_datafile = ps_spec_pars-data_file

329

TABLES

330

tt_e071 = lt_e071

331

tt_e071k = lt_e071k.

332

ELSEIF ps_spec_pars-with_asynch_mode EQ 'X'.

333

CALL FUNCTION ps_method_call-method_fb

334

EXPORTING

335

iv_tarclient = ps_client-client

336

iv_is_upgrade = pv_is_upgrade

337

iv_asynchronous = ps_spec_pars-asynch_mode

338

TABLES

339

tt_e071 = lt_e071

340

tt_e071k = lt_e071k.

341

ELSEIF ps_spec_pars-with_cl_results EQ 'X'.

342

CALL FUNCTION ps_method_call-method_fb

343

EXPORTING

344

iv_trkorr = pv_trkorr

345

iv_is_upgrade = pv_is_upgrade

346

it_e071 = lt_e071

347

it_e071k = lt_e071k

348

CHANGING

349

it_client = ps_spec_pars-clients.

350

ELSE.

>>>>>

CALL FUNCTION ps_method_call-method_fb

352

EXPORTING

353

iv_tarclient = ps_client-client

354

iv_is_upgrade = pv_is_upgrade

355

TABLES

356

tt_e071 = lt_e071

357

tt_e071k = lt_e071k.

358

ENDIF.

359

*----

-


360

361

  • reset info on called method in memory.

362

CALL FUNCTION 'TRINT_RESET_STACK_KILLER'.

363

  • check if method call has deleted variables in global memory

364

  • and set those variables again

365

CALL FUNCTION 'TRINT_CHECK_VARS_IN_MEMORY'

366

IMPORTING

367

ev_ok = lv_ok.

368

IF lv_ok = ' '.

369

  • memory destroyed: set all clients to errornous for security

370

  • for methods of switch framework

-

-


-

-


Contents of system fields

-

-


Name

Val.

-

-


SY-SUBRC

0

SY-INDEX

0

SY-TABIX

1

SY-DBCNT

1

SY-FDPOS

2

SY-LSIND

0

SY-PAGNO

0

SY-LINNO

1

SY-COLNO

1

SY-PFKEY

SY-UCOMM

SY-TITLE

Execute Post-Import Methods and XPRAs for Transport Request

SY-MSGTY

SY-MSGID

SY-MSGNO

000

SY-MSGV1

ASYNCH_IAC_PUBLISH

SY-MSGV2

0011

SY-MSGV3

SY-MSGV4

SY-MODNO

0

SY-DATUM

20080116

SY-UZEIT

191309

SY-XPROG

SAPLSYST

SY-XFORM

SYSTEM_HOOK_OPEN_DATASET

-

-


-

-


Active Calls/Events

-

-


No. Ty. Program Include Line

Name

-

-


5 FUNCTION SAPLSCTS_EXE_EXP LSCTS_EXE_EXPF02 351

CALL_IMP_METHODS_IN_CLIENT

4 FORM SAPLSCTS_EXE_EXP LSCTS_EXE_EXPF02 351

CALL_IMP_METHODS_IN_CLIENT

3 FORM SAPLSCTS_EXE_EXP LSCTS_EXE_EXPF02 87

CALL_IMP_METHODS

2 FUNCTION SAPLSCTS_EXE_EXP LSCTS_EXE_EXPU02 103

TRINT_CALL_AFTER_IMP_METHOD

1 EVENT RDDEXECU RDDEXECU 171

START-OF-SELECTION

-

-


-

-


Chosen variables

-

-


Name

Val.

-

-


No. 5 Ty. FUNCTION

Name CALL_IMP_METHODS_IN_CLIENT

-

-


GC_GNS_NO_DIFF

/0*/

2322222222

F0AF000000

0000000000

0000000000

LT_E071

Table IT_137[21x360]

FUNCTION-POOL=SCTS_EXE_EXPFORM=CALL_IMP_METHODS_IN_CLIENTDATA=LT_E071

Table reference: 46

TABH+ 0(20) = B0A6D957FE07000050C8D957FE07000000000000

TABH+ 20(20) = 2E000000890000001500000068010000FFFFFFFF

TABH+ 40(16) = 044D0000F00B000015000000C9248001

store = 0xB0A6D957FE070000

ext1 = 0x50C8D957FE070000

shmId = 0 (0x00000000)

id = 46 (0x2E000000)

label = 137 (0x89000000)

fill = 21 (0x15000000)

leng = 360 (0x68010000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000049

occu = 21 (0x15000000)

access = 1 (ItAccessStandard)

idxKind = 1 (ItIndexLinear)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 1

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

>>>>> Shareable Table Header Data <<<<<

tabi = 0xF0C0E257FE070000

pgHook = 0x0000000000000000

idxPtr = 0x10A7D957FE070000

shmTabhSet = 0x0000000000000000

id = 111 (0x6F000000)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 21 (0x15000000)

lineAlloc = 21 (0x15000000)

shmVersId = 0 (0x00000000)

shmRefCount = 2 (0x02000000)

>>>>> 1st level extension part <<<<<

regHook = 0x90C4D957FE070000

collHook = 0x0000000000000000

ext2 = 0x0000000000000000

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

GC_GNS_NO_SPECIFIC

/*/

2222222222

FAF0000000

0000000000

0000000000

LT_E071K

Table[initial]

RELSET

RNO

544

2EF

000

000

PS_SPEC_PARS-WITH_CL_RESULTS

2

0

0

0

SY-XPROG

SAPLSYST

5454555522222222222222222222222222222222

310C393400000000000000000000000000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

PS_METHOD_CALL-METHOD_FB

SICF_AFTER_IMPORT

544454454554454552222222222222

3936F16452F9D0F240000000000000

000000000000000000000000000000

000000000000000000000000000000

GC_PARTNRPR_BACK_TO_STNDRD

1A&1B&1H&1I&2I&3R

34234234234234235

11612618619629632

00000000000000000

00000000000000000

PV_IS_UPGRADE

2

0

0

0

%_ARCHIVE

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

PV_TRKORR

SAPKB70012

54544333332222222222

310B2700120000000000

00000000000000000000

00000000000000000000

SYST-REPID

SAPLSCTS_EXE_EXP

5454545554545455222222222222222222222222

310C3343F585F580000000000000000000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

DEVC_PREFIXNS

N

4

E

0

0

PS_SPEC_PARS-CLIENTS

Table[initial]

%_PRINT

000 0###

2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

PS_CLIENT-CLIENT

222

000

000

000

%_DUMMY$$

2222

0000

0000

0000

-

-


No. 4 Ty. FORM

Name CALL_IMP_METHODS_IN_CLIENT

-

-


LT_E071

Table IT_137[21x360]

LT_E071K

Table[initial]

PS_SPEC_PARS-WITH_CL_RESULTS

2

0

0

0

PS_METHOD_CALL-METHOD_FB

SICF_AFTER_IMPORT

544454454554454552222222222222

3936F16452F9D0F240000000000000

000000000000000000000000000000

000000000000000000000000000000

PV_IS_UPGRADE

2

0

0

0

PV_TRKORR

SAPKB70012

54544333332222222222

310B2700120000000000

00000000000000000000

00000000000000000000

PS_SPEC_PARS-CLIENTS

Table[initial]

PS_CLIENT-CLIENT

222

000

000

000

-

-


No. 3 Ty. FORM

Name CALL_IMP_METHODS

-

-


PV_TRKORR

SAPKB70012

54544333332222222222

310B2700120000000000

00000000000000000000

00000000000000000000

PV_NO_WORK_FOUND

2

0

0

0

PT_CLIENT

Table IT_21[1x8]

PROGRAM=RDDEXECUDATA=GT_CLIENT

Table reference: 16

TABH+ 0(20) = B0311757FE070000000000000000000000000000

TABH+ 20(20) = 10000000150000000100000008000000FFFFFFFF

TABH+ 40(16) = 040000009008000010000000C1248001

store = 0xB0311757FE070000

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 16 (0x10000000)

label = 21 (0x15000000)

fill = 1 (0x01000000)

leng = 8 (0x08000000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000031

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 1

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

>>>>> Shareable Table Header Data <<<<<

tabi = 0x10311757FE070000

pgHook = 0x0000000000000000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 20 (0x14000000)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 16 (0x10000000)

lineAlloc = 16 (0x10000000)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x01000000)

>>>>> 1st level extension part <<<<<

regHook = Not allocated

collHook = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

LS_CLIENT_H

2222

0000

0000

0000

TTRA

T

5

4

0

0

SY

######################################f#######################################T######### ####

0000000000000000000000000000000000000060000000000000000000000000000000000000105000000080220000

0000104000000000000010201000100000000060000000000000000000000000000000000000604000000000000300

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000

000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C

PV_UPDATE_LOCKFLAG

X

5

8

0

0

PV_CTC

2

0

0

0

PV_STATLOG_FILE

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

PS_METHOD_CALL

AFTER_IMP SICF_AFTER_IMPORT ###Á#>#À#?###@#

44545544525444544545544545522222222222222000C030C0309040

16452F9D003936F16452F9D0F240000000000000000010E000F0F000

00000000000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000000000

PV_IS_UPGRADE

2

0

0

0

PV_TOP_LEVEL

2

3

2

0

0

PS_SPEC_PARS

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

PS_METHOD_CALL-CLIDEP

2

0

0

0

PS_SPEC_PARS-WITH_CL_RESULTS

2

0

0

0

%_VIASELSCR

#

0

4

-

-


No. 2 Ty. FUNCTION

Name TRINT_CALL_AFTER_IMP_METHOD

-

-


IS_E070

SAPKB70012 DRSAP SYSTSAPUSER 20080116185743

5454433333222222222245545222222255555455545222223333333333333322222222222222222222

310B270012000000000042310000000039343105352000002008011618574300000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000

IT_E071

Table IT_15[23207x360]

PROGRAM=RDDEXECUDATA=E071_TAB[]

Table reference: 10

TABH+ 0(20) = C0841857FE070000B0611757FE07000000000000

TABH+ 20(20) = 0A0000000F000000A75A000068010000FFFFFFFF

TABH+ 40(16) = 04000000C005000010000000C1248001

store = 0xC0841857FE070000

ext1 = 0xB0611757FE070000

shmId = 0 (0x00000000)

id = 10 (0x0A000000)

label = 15 (0x0F000000)

fill = 23207 (0xA75A0000)

leng = 360 (0x68010000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000016

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 1

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

>>>>> Shareable Table Header Data <<<<<

tabi = 0x206E1857FE070000

pgHook = 0x30047F57FE070000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 14 (0x0E000000)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 32752 (0xF07F0000)

lineAlloc = 23216 (0xB05A0000)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x01000000)

>>>>> 1st level extension part <<<<<

regHook = 0x0000000000000000

collHook = 0x0000000000000000

ext2 = 0x40611757FE070000

>>>>> 2nd level extension part <<<<<

tabhBack = 0xD0C31F57FE070000

delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000

pb_func = 0x0000000000000000

pb_handle = 0x0000000000000000

IT_E071K

Table IT_16[6045x564]

PROGRAM=RDDEXECUDATA=E071K_TAB[]

Table reference: 11

TABH+ 0(20) = 20851857FE070000F0611757FE07000000000000

TABH+ 20(20) = 0B000000100000009D17000034020000FFFFFFFF

TABH+ 40(16) = 040000005006000010000000C1248001

store = 0x20851857FE070000

ext1 = 0xF0611757FE070000

shmId = 0 (0x00000000)

id = 11 (0x0B000000)

label = 16 (0x10000000)

fill = 6045 (0x9D170000)

leng = 564 (0x34020000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000019

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 1

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

>>>>> Shareable Table Header Data <<<<<

tabi = 0x00C49357FE070000

pgHook = 0x60E75357FE070000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 15 (0x0F000000)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 8192 (0x00200000)

lineAlloc = 6048 (0xA0170000)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x01000000)

>>>>> 1st level extension part <<<<<

regHook = 0x0000000000000000

collHook = 0x0000000000000000

ext2 = 0xE06F1757FE070000

>>>>> 2nd level extension part <<<<<

tabhBack = 0x806F1757FE070000

delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000

pb_func = 0x0000000000000000

pb_handle = 0x0000000000000000

IV_CTC

2

0

0

0

IV_DATNAME

:D:T:S:data:F:IB70012.SAP

3435353667634344333332545222222222222222222222222222222222222222222222222222222222222222222222

A4A4A3A4141A6A9270012E310000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

IV_SFW_CALL

2

0

0

0

IV_STATLOG_FILE

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

IV_TRKORR

SAPKB70012

54544333332222222222

310B2700120000000000

00000000000000000000

00000000000000000000

IV_UPDATE_LOCKFLAG

X

5

8

0

0

IT_CLIENT

Table IT_21[1x8]

LS_SPEC_PARS-NOT_DURING_UPGRADE

2

0

0

0

ALLSTAT

RNODL

54444222222222222222222222

2EF4C000000000000000000000

00000000000000000000000000

00000000000000000000000000

LV_UPGRADE_IS_RUNNING

2

0

0

0

TMVD

E

4

5

0

0

RSJOBINFO

00000000000000 ##

2222222222222222222222222222222233333333333333222222222222222222222222222222222200

0000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000

<LS_METHOD_CALL>

AFTER_IMP SICF_AFTER_IMPORT ###Á#>#À#?###@#

44545544525444544545544545522222222222222000C030C0309040

16452F9D003936F16452F9D0F240000000000000000010E000F0F000

00000000000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000000000

LV_IS_UPGRADE

2

0

0

0

LV_TOP_LEVEL

2

3

2

0

0

LV_NO_WORK_FOUND

2

0

0

0

LS_SPEC_PARS

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SPACE

2

0

0

0

-

-


No. 1 Ty. EVENT

Name START-OF-SELECTION

-

-


SCREEN

%_17NNS0000691660_%_%_%_%_%_%_

2533445333333333352525252525252222222222222222222222222222222222222222222222222222222222222222

5F17EE30000691660F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SYST

######################################f#######################################T######### ####

0000000000000000000000000000000000000060000000000000000000000000000000000000105000000080220000

0000104000000000000010201000100000000060000000000000000000000000000000000000604000000000000300

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000

000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C

GT_CLIENT

Table IT_21[1x8]

GS_CLIENT

2222

0000

0000

0000

DATNAME

:D:T:S:data:F:IB70012.SAP

3435353667634344333332545222222222222222222222222222222222222222222222222222222222222222222222

A4A4A3A4141A6A9270012E310000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

%_DATNAME_%_APP_%

Data File Name (from TRBAT)

467624666246662267662554452222

4141069C50E1D50862FD0422149000

000000000000000000000000000000

000000000000000000000000000000

E071_TAB[]

Table IT_15[23207x360]

E071K_TAB[]

Table IT_16[6045x564]

SY-SUBRC

0

0000

0000

GV_CTC

2

0

0

0

GV_TRBAT_DATNAME

:D:T:S:data:F:IB70012.SAP

3435353667634344333332545222222222222222222222222222222222222222222222222222222222222222222222

A4A4A3A4141A6A9270012E310000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

<%_TABLE_E071>

???

??????

??????

<%_TABLE_E071K>

???

??????

??????

GV_STATLOG_FILE

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

COMFILE

SAPKB70012

54544333332222222222

310B2700120000000000

00000000000000000000

00000000000000000000

SY-LANGU

E

4

5

0

0

SY

######################################f#######################################T######### ####

0000000000000000000000000000000000000060000000000000000000000000000000000000105000000080220000

0000104000000000000010201000100000000060000000000000000000000000000000000000604000000000000300

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000

000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C

SPACE

2

0

0

0

-

-


-

-


Internal notes

The termination was triggered in function "ab_genprog"

of the SAP kernel, in line 1476 of the module

"//bas/700_REL/src/krn/runt/abgen.c#5".

The internal operation just processed is "FUNC".

Internal mode was started at 20080116191306.

Program name.........: "SAPLHTTPTREE ".

Error message........: ""ICFALIAS" must be a flat structure. You cannot use

internal tables, s".

-

-


-

-


Active Calls in SAP Kernel

-

-


Lines of C Stack in Kernel (Structure Differs on Each Platform)

-

-


SAP (R) - R/3(TM) Callstack, Version 1.0

Copyright (C) SAP AG. All rights reserved.

Callstack without Exception:

App : disp+work.EXE (pid=5012)

When : 1/16/2008 19:13:9.933

Number of Processors: 4

Processor Type: EM64T Family 6 Model 15 Stepping 6

Windows Version : 5.2 Current Build: 3790

State Dump for Thread Id d8c

FramePtr ReturnAd Param#1 Function Name

0000000007b231d0 0000000077d704bf 00000000003c4110 ntdll!ZwWaitForSingleObject

0000000007b23270 000000000169d3a1 0000000000000564 kernel32!WaitForSingleObjectEx

0000000007b234c0 0000000000606705 0000000000000001 disp+work!NTDebugProcess

0000000007b234f0 0000000000a8b52c 0000000000000001 disp+work!CTrcStack

0000000007b23540 0000000000a90720 0000000000000001 disp+work!rabax_CStackSave

0000000007b23f20 00000000009dd7ee 0000000001bff250 disp+work!ab_rabax

0000000007b26c10 000000000078416b 0000000007b26dec disp+work!ab_genprog

0000000007b26ce0 00000000007849f8 00000000ffffffff disp+work!newload

0000000007b26d40 0000000000784abe 0000000000000011 disp+work!ab_LoadProgOrTrfo

0000000007b26d70 00000000008c6e2f 0000000000000016 disp+work!ab_LoadProg

0000000007b26f00 000000000081a1bc 000000000000004b disp+work!ab_link

0000000007b2c890 00000000007cb6c5 0000000000000000 disp+work!ab_jfunc

0000000007b2ca10 00000000009a4857 0000000000000000 disp+work!ab_extri

0000000007b2ca60 00000000009a51f4 0000000000000000 disp+work!ab_xevent

0000000007b2cb00 0000000000b0bdec 0000000000000000 disp+work!ab_trigg

0000000007b2cba0 00000000006623bd 0000000000000016 disp+work!ab_run

0000000007b2cd20 000000000066699a 000007fe571ff11c disp+work!dynpmcal

0000000007b2cdc0 0000000000665f1a 0000000000000000 disp+work!dynppai0

0000000007b2ce70 0000000000625d59 0000000000000000 disp+work!dynprctl

0000000007b2fc30 00000000004d56f8 000000000000000c disp+work!dynpen00

0000000007b2feb0 000000000042d186 00000000081a4e00 disp+work!TskhLoop

0000000007b2fee0 0000000000401087 ffffffff00000003 disp+work!DpMain

0000000007b2ff10 0000000001929621 0000000000000000 disp+work!nlsui_main

0000000007b2ff70 0000000077d5964c 0000000000000000 disp+work!wmainCRTStartup

0000000007b2ffa0 0000000000000000 00000000019294b0 kernel32!BaseProcessStart

State Dump for Thread Id eb4

FramePtr ReturnAd Param#1 Function Name

000000000f27fe40 0000000077d5f691 0000000008150450 ntdll!NtFsControlFile

000000000f27feb0 000000000181cb3f 0000000000000000 kernel32!ConnectNamedPipe

000000000f27ff40 000007ff7fc411c4 0000000000000000 disp+work!SigIMsgFunc

000000000f27ff70 0000000077d6b6da 0000000077d6b6a0 msvcrt!endthreadex

000000000f27ffa0 0000000000000000 0000000000000000 kernel32!BaseThreadStart

-

-


-

-


List of ABAP programs affected

-

-


Index

Typ

Program

Group

Date

Time

Size

Lang.

-

-


0

Prg

RDDEXECU

0

16.01.2008

18:57:14

41984

E

1

Prg

SAPMSSY0

1

16.01.2008

18:43:58

90112

E

2

Prg

SAPMSSYD

1

12.09.2006

11:33:31

21504

E

3

Prg

SAPFSYSCALLS

1

09.09.2004

14:18:32

8192

E

4

Prg

RSDBRUNT

0

12.09.2006

11:33:23

254976

E

5

Typ

RSSCR

0

30.03.2005

10:21:45

5120

6

Prg

RSDBSPBL

0

30.03.2005

10:21:58

72704

E

7

Prg

SAPDB__S

0

30.03.2005

10:22:01

19456

E

8

Typ

VARID

0

12.05.1997

16:51:30

5120

9

Typ

SSCRFIELDS

0

13.05.1997

12:54:26

5120

10

Prg

%_CSYDB0

0

30.03.2005

10:21:45

36864

E

11

Prg

RSDBSPVA

0

04.05.2007

15:00:41

133120

E

12

Typ

RSVAMEMKEY

0

07.05.1997

13:07:49

2048

13

Prg

RSDBSPMC

0

12.09.2006

11:25:01

79872

E

14

Typ

DDSHDESCR

0

03.09.1997

03:05:16

4096

15

Typ

SPPARAMS

0

07.05.1997

13:10:38

2048

16

Prg

SAPLICON

16

12.09.2006

11:25:01

27648

E

17

Prg

%_CICON

16

07.02.2006

10:40:00

104448

E

18

Typ

ICONT

0

12.09.2006

11:25:01

2048

19

Prg

SAPLSABE

19

09.09.2004

14:18:36

16384

E

20

Prg

SAPLSECU

20

04.05.2007

14:50:20

87040

E

21

Typ

RSSUBINFO

0

14.10.1999

22:01:03

3072

22

Typ

RSEXFCODE

0

13.08.1997

12:52:57

2048

23

Prg

SAPLDSYA

23

04.05.2007

14:48:19

45056

E

24

Prg

SAPFSDS1

23

30.03.2005

10:22:01

53248

E

25

Typ

TDCLD

0

02.11.1998

09:51:35

5120

26

Prg

SAPLSDOD

26

15.06.2005

11:39:01

46080

E

27

Typ

DOKIL

0

12.05.1997

16:46:17

3072

28

Prg

SAPCNVE

28

09.09.2004

14:36:10

8192

E

29

Prg

SAPLLANG

29

04.05.2007

14:44:01

10240

E

30

Typ

T002

0

04.05.2007

14:44:01

2048

31

Prg

SAPFSPOR

0

09.09.2004

14:18:32

15360

E

32

Typ

RSPARINT

0

10.04.1995

09:58:38

4096

33

Prg

SAPLSTUP

33

08.03.2005

19:04:31

74752

E

34

Prg

SAPLCNDP

34

03.07.2006

10:36:48

194560

E

35

Prg

SAPLSCNT

35

18.02.2005

14:16:06

30720

E

36

Prg

SAPSHDTV

35

05.01.2005

16:26:16

33792

E

37

Prg

SAPFGUICNTL

1

18.02.2005

14:15:08

24576

E

38

Prg

SAPLOLEA

38

04.05.2007

14:58:18

96256

E

39

Prg

SAPLSGUI

39

16.01.2008

18:41:19

82944

E

40

Prg

SAPLSTTM

40

05.07.2005

13:10:18

69632

E

41

Prg

SAPLSBDC

41

05.07.2005

13:10:18

46080

E

42

Prg

SAPLSFES

42

16.01.2008

18:43:13

259072

E

43

Prg

SAPLTHFB

43

04.05.2007

15:00:50

392192

E

44

Typ

WPINFO

0

26.02.1999

14:49:01

6144

45

Prg

SAPLURFC

45

15.06.2005

11:39:01

22528

E

46

Prg

SAPLSPLUGIN

46

09.09.2004

14:18:36

8192

E

47

Typ

SWCBCONT

0

15.11.2000

17:55:11

3072

48

Typ

OLE_VERBS

0

04.04.1995

16:02:20

2048

49

Typ

OLE_PA

0

04.04.1995

16:02:19

2048

50

Typ

SSCRTEXTS

0

03.09.1997

03:12:33

3072

51

Prg

SAPLSTR9

51

19.10.2006

10:25:27

39936

E

52

Prg

CONTEXT_X_TR_SYS_PARAMS

51

19.10.2006

10:25:27

40960

E

53

Typ

TCONT

0

09.09.2004

14:18:43

2048

54

Typ

CONTEXTB

0

09.09.2004

14:15:52

6144

55

Typ

E070

0

10.07.1997

00:23:15

3072

56

Typ

E070C

0

10.07.1997

00:23:19

2048

57

Typ

E071

0

10.11.1999

17:38:59

3072

58

Typ

E071K

0

18.05.2004

10:29:33

4096

59

Prg

SAPLSTRI

59

16.01.2008

18:57:06

268288

E

60

Typ

E070A

0

10.11.1999

17:50:18

2048

61

Typ

E071KF

0

20.08.1998

10:52:34

3072

62

Prg

%_CTRWBO

59

18.02.2005

14:16:10

22528

E

63

Prg

SAPLSCTS_REQUEST_SELECTION

63

30.03.2005

10:22:01

163840

E

64

Typ

E07T

0

10.07.1997

00:23:34

2048

65

Prg

SAPLSLOG

65

04.05.2007

14:49:24

142336

E

66

Prg

SAPLSTRF

66

04.05.2007

14:44:52

84992

E

67

Prg

SAPLSTRS

67

16.01.2008

18:57:14

61440

E

68

Prg

SAPLSTFI

68

16.01.2008

18:41:53

66560

E

69

Prg

SAPLSCAL

69

09.09.2004

14:18:36

29696

E

70

Prg

SAPLSABC

70

08.03.2005

19:06:02

13312

E

71

Prg

SAPLSYST

71

13.02.2005

17:31:56

35840

E

72

Typ

SPTH

0

30.01.1997

19:00:13

3072

73

Typ

DDPRS

0

10.07.1997

00:23:10

2048

74

Typ

T100

0

28.08.1997

09:04:45

2048

75

Prg

%_CTRLOG

65

18.02.2005

14:16:09

11264

E

76

Typ

SCTS_CL_RESULT

0

08.12.2004

18:00:13

2048

77

Prg

SAPLSCTS_EXE_EXP

77

16.01.2008

18:57:14

145408

E

78

Prg

SAPLSCTO

78

07.03.2005

08:51:05

49152

E

79

Prg

%_CTRMTD

78

18.02.2005

14:16:10

9216

E

80

Typ

OBJM

0

09.11.2000

14:20:55

3072

81

Typ

OBJH

0

18.12.2001

16:56:41

5120

82

Typ

OBJT

0

14.02.1998

08:30:30

2048

83

Typ

OBJS

0

20.08.1998

11:36:58

6144

84

Typ

OBJSL

0

02.11.1998

09:46:04

4096

85

Prg

SAPLSTRX

85

18.02.2005

14:16:09

14336

E

86

Typ

SPROT_U

0

20.08.1998

10:58:34

3072

87

Prg

SAPLSPIAGENTCW

87

16.01.2008

18:57:10

13312

E

88

Prg

SAPLSPILS

88

16.01.2008

18:57:10

63488

E

89

Prg

CL_OS_TRANSACTION_END_NOTIFIERCP

89

05.07.2005

13:05:25

9216

E

90

Prg

CL_SYSTEM_TRANSACTION_STATE===CP

90

04.05.2007

15:00:50

103424

E

91

Prg

SAPLTMSP

91

16.01.2008

18:43:34

187392

E

92

Prg

%_CSTMS

91

26.12.2007

22:40:10

160768

E

93

Typ

TMSCSYS

0

04.05.2007

14:44:52

6144

94

Typ

STMSCALERT

0

02.11.1998

09:49:22

5120

95

Prg

SAPLTMSM

95

16.01.2008

18:43:34

551936

E

96

Typ

TMSPCONF

0

25.03.1999

11:30:49

5120

97

Typ

TMSPVERS

0

09.09.2004

14:18:47

3072

98

Typ

UVERS

0

09.11.2000

14:16:07

4096

99

Prg

SAPLSUGS

99

31.03.2006

11:23:11

47104

E

100

Prg

SAPLSUG2

100

13.03.2006

15:58:46

47104

E

101

Typ

CVERS

0

09.11.2000

14:05:49

2048

102

Typ

SVERS

0

30.07.1992

18:39:23

2048

103

Typ

TFDIR

0

13.02.2005

17:31:57

3072

104

Prg

%_CRSDS

0

18.02.2005

14:15:39

10240

E

105

Prg

%_CSYLDB

0

18.02.2005

14:15:48

8192

E

106

Prg

%_CSLIS

20

07.02.2006

10:40:01

89088

E

107

Typ

DTC_S_LAYO

0

04.12.2000

12:46:23

6144

108

Typ

CAT_SVARS

0

18.05.2004

10:32:36

4096

109

Typ

SYST

0

09.09.2004

14:18:12

31744

110

Typ

RSJOBINFO

0

29.04.1992

14:52:25

3072

-

-


-

-


Directory of Application Tables

-

-


Name Date Time Lngth

Val.

-

-


Program RDDEXECU

-

-


SYST 09.09.2004 14:18:12 00004612

000000x00040000000000000x00010x0002

SSCRFIELDS 09.09.2004 14:18:02 00001708

SSCRTEXTS . . : : 00000742

-

-


Program RSDBRUNT

-

-


VARID . . : : 00000252

-

-


Program SAPLICON

-

-


ICONT . . : : 00000130

-

-


Program SAPFSDS1

-

-


TDCLD . . : : 00000098

RE DOKU 8R XX XXLIMUDOKUX x001EXR3TRPROGX

-

-


Program SAPLSDOD

-

-


DOKIL . . : : 00000152

-

-


Program SAPLLANG

-

-


T002 . . : : 00000010

ES1EN

-

-


Program CONTEXT_X_TR_SYS_PARAMS

-

-


CONTEXTB . . : : 00002992

000EBTR_SYS_PARAMS 0000060001200801161900000000

TCONT . . : : 00000068

TR_SYS_PARAMS 20071001134943

-

-


Program SAPLSCTS_EXE_EXP

-

-


RSJOBINFO . . : : 00000164

00000000000000

-

-


Program SAPLSUG2

-

-


SVERS . . : : 00000144

700

-

-


-

-


ABAP Control Blocks (CONT)

-

-


Index

Name

Fl

PAR0

PAR1

PAR2

PAR3

PAR4

PAR5

PAR6

Source Code

Line

-

-


4313

PAR2

02

0000

0018

C000

LSCTS_EXE_EXPF02

342

4315

PAR2

02

0000

0019

C003

LSCTS_EXE_EXPF02

342

4317

PAR2

02

0000

005B

8005

LSCTS_EXE_EXPF02

342

4319

PAR2

02

0000

000E

8000

LSCTS_EXE_EXPF02

342

4321

FUNC

10

0003

LSCTS_EXE_EXPF02

342

4322

PAR2

00

0000

0056

C01D

LSCTS_EXE_EXPF02

342

4324

FUNC

FF

0000

LSCTS_EXE_EXPF02

342

4325

BRAX

00

000D

LSCTS_EXE_EXPF02

350

4326

FUNC

00

0000

LSCTS_EXE_EXPF02

351

4327

FUNC

00

C00F

LSCTS_EXE_EXPF02

351

4328

PAR2

02

0000

005B

8005

LSCTS_EXE_EXPF02

351

4330

PAR2

02

0000

0148

C013

LSCTS_EXE_EXPF02

351

>>>>>

FUNC

10

0005

LSCTS_EXE_EXPF02

351

4333

PAR2

07

0000

0063

C000

LSCTS_EXE_EXPF02

351

4335

PAR2

07

0000

0064

C003

LSCTS_EXE_EXPF02

351

4337

FUNC

FF

0000

LSCTS_EXE_EXPF02

351

4338

FUNC

00

4ED3

LSCTS_EXE_EXPF02

362

4339

FUNC

00

0162

LSCTS_EXE_EXPF02

362

4340

FUNC

10

0001

LSCTS_EXE_EXPF02

362

4341

FUNC

FF

0000

LSCTS_EXE_EXPF02

362

-

-


Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Good Morning

Did you ever get this working without restoring ?

Kind Regards

Marius