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: 

dump giving by std prg

Former Member
0 Kudos

Last week we went to our upgrace to ecc 6.0 from 4.6c.

Today I received the error from the FBL5N screen trying to retrieve open items for a specific customer.

Runtime Errors         CALL_FUNCTION_CONFLICT_LENG
Except.                CX_SY_DYN_CALL_ILLEGAL_TYPE
Date and Time          11/18/2008 15:37:13
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Short text                                                                                |
|    Type conflict when calling a function module (field length).                                  |
----------------------------------------------------------------------------------------------------

The error is coming up from program as explained from SAP dump screen as below :

Information on where terminated

Termination occurred in the ABAP program "RFITEMAR" - in "POS_TABLE_FILL".

The main program was "RFITEMAR ".

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

of the (Include) program " ".

The termination is caused because exception "CX_SY_DYN_CALL_ILLEGAL_TYPE"

occurred in

procedure "POS_TABLE_FILL" "(FORM)", but it was neither handled locally nor

declared

in the RAISING clause of its signature.

The procedure is in program "RFITEMAR "; its source code begins in line

0 of the (Include program "???".

Could you please explain what might be the reason for this ?

Do you suggest me to past here the entire dump analysis screen ( I want to learn clearly )?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

I am pasting my dump here:

Runtime Errors CALL_FUNCTION_CONFLICT_LENG

Except. CX_SY_DYN_CALL_ILLEGAL_TYPE

Date and Time 11/18/2008 15:37:13

-


-


Short text

Type conflict when calling a function module (field length).

-


-


What happened?

Error in the ABAP Application Program

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

come across a statement that unfortunately cannot be executed.

A function module was called incorrectly.

-


-


What can you do?

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

An exception occurred that is explained in detail below.

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

not caught in

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

The call to the function module "ITEM_DERIVE_FIELDS" is incorrect:

In the function module interface, you can specify only

fields of a specific type and length under "S_ITEM".

Although the currently specified field

"WA_POS" is the correct type, its length is incorrect.

-


-


How to correct the error

If the error occurred in your own ABAP program or in an SAP

program you modified, try to remove the error.

If the error occurs in the program SAPCNVE, it could be for any of

the following reasons:

1. The field <INPUT> conflicts with a function module called

"..._INPUT" or the field <OUTPUT> with "..._OUTPUT".

This is probably due to an error in the definition of the

function module interface. For the relevant

parameters, you should not specify any reference field.

2. The field <INPUT> conflicts with a function module called

"..._OUTPUT.

It may be that the GPA mechanism was used to read a value from the

SAP memory with an incorrect length. The

material number conversion MATN1, for example, expects

a material number 18 characters long in ABAP/4 internal terms. If,

instead, MAT contains a value only 1 character long, the program

terminates.

To view the current contents of the SAP memory, go into "Debugging"

and select Goto -> System -> System areas. View area SMEM.

A GPA value may be the wrong length for any of the following reasons:

a) The user master record contains a value with an incorrect length.

b) In the current transaction, an incorrect parameter ID was

chosen for the field with this conversion.

c) In one of the screens for a previously executed transaction, a

field was assigned an incorrect parameter ID.

d) In a previously executed ABAP/4 program, a

SET-PARAMETER statement has a value with an incorrect length, e.g.

SET PARAMETER ID 'MAT' FIELD '1'.

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"CALL_FUNCTION_CONFLICT_LENG" "CX_SY_DYN_CALL_ILLEGAL_TYPE"

"RFITEMAR" or " "

"POS_TABLE_FILL"

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.

The exception must either be prevented, caught within proedure

"POS_TABLE_FILL" "(FORM)", or its possible occurrence must be declared in the

RAISING clause of the procedure.

To prevent the exception, note the following:

-


-


System environment

SAP-Release 700

Application server... "aeupvi05"

Network address...... "198.208.216.115"

Operating system..... "HP-UX"

Release.............. "B.11.23"

Hardware type........ "ia64"

Character length.... 16 Bits

Pointer length....... 64 Bits

Work process number.. 7

Shortdump setting.... "full"

Database server... "adgru001"

Database type..... "ORACLE"

Database name..... "PEU"

Database user ID.. "SAPPEU"

Char.set.... "C"

SAP kernel....... 700

created (date)... "May 5 2008 21:24:26"

create on........ "HP-UX B.11.23 U ia64"

Database version. "OCI_102 (10.2.0.2.0) "

Patch level. 159

Patch text.. " "

Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."

SAP database version. 700

Operating system..... "HP-UX B.11"

Memory consumption

Roll.... 116272

EM...... 25139040

Heap.... 0

Page.... 884736

MM Used. 3945568

MM Free. 4531056

-


-


User and Transaction

Client.............. 003

User................ "CHARLHIL"

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

Transaction......... "FBL5N "

Transactions ID..... "4922F626B26B2554E1000000C6D0D873"

Program............. "RFITEMAR"

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

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

-


-


Information on where terminated

Termination occurred in the ABAP program "RFITEMAR" - in "POS_TABLE_FILL".

The main program was "RFITEMAR ".

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

of the (Include) program " ".

The termination is caused because exception "CX_SY_DYN_CALL_ILLEGAL_TYPE"

occurred in

procedure "POS_TABLE_FILL" "(FORM)", but it was neither handled locally nor

declared

in the RAISING clause of its signature.

The procedure is in program "RFITEMAR "; its source code begins in line

0 of the (Include program "???".

-


-


Contents of system fields

-


Name

Val.

-


SY-SUBRC

0

SY-INDEX

1

SY-TABIX

1

SY-DBCNT

1

SY-FDPOS

0

SY-LSIND

0

SY-PAGNO

0

SY-LINNO

1

SY-COLNO

1

SY-PFKEY

SY-UCOMM

SY-TITLE

Customer Line Item Display

SY-MSGTY

I

SY-MSGID

DB

SY-MSGNO

272

SY-MSGV1

SY-MSGV2

SY-MSGV3

SY-MSGV4

SY-MODNO

1

SY-DATUM

20081118

SY-UZEIT

153713

SY-XPROG

SAPDBDDF

SY-XFORM

%_ROOT

-


-


Active Calls/Events

-


No. Ty. Program Include Line

Name

-


9 FORM RFITEMAR ??? 0

POS_TABLE_FILL

8 FORM RFITEMAR ??? 0

%_GET_BSID

7 FORM SAPDBDDF SAPDBDDF 3514

WRITE_INTO_BSID

6 FORM SAPDBDDF SAPDBDDF 1375

PUT_BSID

5 FORM SAPDBDDF SAPDBDDF 1213

PUT_KNB1

4 FORM SAPDBDDF SAPDBDDF 977

PROCESS_VF_DEBI

3 FORM SAPDBDDF SAPDBDDF 870

PUT_KNA1

2 FORM SAPDBDDF SAPDBDDF 3584

%_ROOT

1 EVENT RFITEMAR ??? 0

SYSTEM-EXIT

-


-


Chosen variables

-


Name

Val.

-


No. 9 Ty. FORM

Name POS_TABLE_FILL

-


X_SHBV

0

0

2

0

X_MERK

0

0

2

0

X_PARK

0

0

2

0

WA_POS

00 000000006016667497RV2008090901 200809096038001########

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

3322222222222222222222222222222222222222333333333333333333553333333333233333333333333300000000

00000000000000000000000000000000000000000000000060166674972620080909010200809096038001000C000C

OKAY

X

0

0

5

8

BSIK-QSFBT

0000000

000000C

WA_BSEGP

000000000000000000000

000000C000000C000000C

%_DUMMY$$

0000

0000

2222

0000

SO_QSFBT-LOW

00000000

0000000C

%B025010_BLOCK_1000

Alternative Currency

00000000000000000000000000000000000000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000000000000000000000000000000000000

46767667676247776667222222222222222222222222222222222222222222222222222222222222222

1C452E14965035225E39000000000000000000000000000000000000000000000000000000000000000

%_ARCHIVE

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

P_KEYDATE

20081118

00000000

00000000

33333333

20081118

WA_POS-DMSHB

#######L

00000024

0000043C

BSID-DMBTR

######L

0000024

000043C

WA_POS-WRSHB

#######L

00000024

0000043C

BSID-WRBTR

######L

0000024

000043C

SO_WLBUK[]

Table IT_195[0x22]

\PROGRAM=RFITEMAR\DATA=SO_WLBUK[]

Table reference: 98

TABH+ 0(20) = 0000000000000000000000000000000000000000

TABH+ 20(20) = 00000062000000C30000000000000016FFFFFFFF

TABH+ 40(16) = 0400000000002AE0000A249001800000

store = 0x0000000000000000

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 98 (0x00000062)

label = 195 (0x000000C3)

fill = 0 (0x00000000)

leng = 22 (0x00000016)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000214

occu = 10 (0x0000000A)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

shmTabhSet = Not allocated

id = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

shmVersId = Not allocated

shmRefCount = Not allocated

shmIsReadOnly = Not allocated

>>>>> 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

X_OPSEL

X

0

0

5

8

DD_ZLSCH-HIGH

0

0

2

0

DD_MANST[]

Table IT_205[0x10]

\PROGRAM=RFITEMAR\DATA=DD_MANST[]

Table reference: 108

TABH+ 0(20) = 0000000000000000000000000000000000000000

TABH+ 20(20) = 0000006C000000CD000000000000000AFFFFFFFF

TABH+ 40(16) = 0400000000002240000A249001800000

store = 0x0000000000000000

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 108 (0x0000006C)

label = 205 (0x000000CD)

fill = 0 (0x00000000)

leng = 10 (0x0000000A)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000168

occu = 10 (0x0000000A)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

shmTabhSet = Not allocated

id = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

shmVersId = Not allocated

shmRefCount = Not allocated

shmIsReadOnly = Not allocated

>>>>> 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

T005-KALSM

TAXUSJ

000000

000000

545554

41853A

DD_ZLSCH-LOW

0

0

2

0

%_DD_ZLSCH_%_APP_%

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

DD_ZLSCH

00000

00000

22222

00000

IT_H_T001

0036038adidas Sales Inc. Portland US USD ECOA 10K42006038

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

3333333666667256667246622222222256776666222222222222222225525542244442334333333332222222222222

0036038149413031C5309E3E000000000F24C1E4000000000000000005305340053F1010B420060380000000000000

DD_MANST

00

00000

00000

22233

00000

%_DD_MANST_%_APP_%

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

DD_MANST-LOW

0

0

0

3

0

SY-REPID

RFITEMAR

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5445444522222222222222222222222222222222

26945D1200000000000000000000000000000000

%_DD_MSCHL_%_APP_%

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SY-SUBRC

0

0000

0000

SCREEN

%_17SXS0000002899_%_%_%_%_%_%_

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2533555333333333352525252525252222222222222222222222222222222222222222222222222222222222222222

5F173830000002899F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000

SY-MSGID

DB

00000000000000000000

00000000000000000000

44222222222222222222

42000000000000000000

DD_NOOAP

X

0

0

5

8

-


No. 8 Ty. FORM

Name %_GET_BSID

-


%_SELECTED

0

0

2

0

BSID

00360386007676000 00000000 ABGC FALL 2 200860166674970012008090920080909200809

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

3333333333333333322333333332222222222444424444232222222333333333333333333333333333333333333333

00360386007676000000000000000000000001273061CC020000000200860166674970012008090920080909200809

%_WA

00360386007676000 00000000 ABGC FALL 2 200860166674970012008090920080909200809

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

3333333333333333322333333332222222222444424444232222222333333333333333333333333333333333333333

00360386007676000000000000000000000001273061CC020000000200860166674970012008090920080909200809

WA_VBSEC

0000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222233333332222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

%_DD_AUGDT_%_APP_%

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SO_YRPER[]

Table IT_191[0x34]

\PROGRAM=RFITEMAR\DATA=SO_YRPER[]

Table reference: 94

TABH+ 0(20) = 0000000000000000000000000000000000000000

TABH+ 20(20) = 0000005E000000BF0000000000000022FFFFFFFF

TABH+ 40(16) = 0400000000002EA0000A249001800000

store = 0x0000000000000000

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 94 (0x0000005E)

label = 191 (0x000000BF)

fill = 0 (0x00000000)

leng = 34 (0x00000022)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000234

occu = 10 (0x0000000A)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

shmTabhSet = Not allocated

id = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

shmVersId = Not allocated

shmRefCount = Not allocated

shmIsReadOnly = Not allocated

>>>>> 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

LD_YRPER

2008009

0000000

0000000

3333333

2008009

%_SSCR[]

Table IT_0[129x492]

\PROGRAM=RFITEMAR\DATA=%_SSCR[]

Table reference: 0

TABH+ 0(20) = 60000000033D78D0000000000000000000000000

TABH+ 20(20) = 000000000000000000000081000001ECFFFFFFFF

TABH+ 40(16) = 04000000000003E000012CC021800000

store = 0x60000000033D78D0

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 0 (0x00000000)

label = 0 (0x00000000)

fill = 129 (0x00000081)

leng = 492 (0x000001EC)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000006

occu = 1 (0x00000001)

access = 1 (ItAccessStandard)

idxKind = 1 (ItIndexLinear)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 1

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = 0x60000000033D7930

pgHook = 0x60000000033D7F80

idxPtr = 0x60000000033D8150

shmTabhSet = 0x0000000000000000

id = 2 (0x00000002)

refCount = 2 (0x00000002)

tstRefCount = 0 (0x00000000)

lineAdmin = 227 (0x000000E3)

lineAlloc = 131 (0x00000083)

shmVersId = 0 (0x00000000)

shmRefCount = 3 (0x00000003)

>>>>> 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

X_STOP

0

0

2

0

SYST-REPID

RFITEMAR

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5445444522222222222222222222222222222222

26945D1200000000000000000000000000000000

-


No. 7 Ty. FORM

Name WRITE_INTO_BSID

-


DD_BUSAB-LOW

00

00

22

00

SY-SUBRC

0

0000

0000

SY-REPID

SAPDBDDF

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5454444422222222222222222222222222222222

3104244600000000000000000000000000000000

VBSEGD

0000000 000 ############## ##################### ######00000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000C000000C0000000C000000C000000C000000C00000000

2222222222222222233333332222333222222222222222000000000000002000000000000000000000200000033333

0000000000000000000000000000000000000000000000000000C000000C0000000C000000C000000C000000C00000

KNKK

        1. ############00000000 00000000 00000000 0000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222200002222222222000000000000333333332222222222222333333332223333333322223333333

00000000000000000000C0000000000000C000C000C000000000000000000000000000000000000000000000000000

%_DD_BUSAB_%_APP_%

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SYST-REPID

SAPDBDDF

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5454444422222222222222222222222222222222

3104244600000000000000000000000000000000

%_FREECALL

0

0

2

0

RSJOBINFO

00000000000000 ##

0000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222222222222222233333333333333222222222222222222222222222222222200

0000000000000000000000000000000000000000000000000000000000000000000000000000000000

%_CURRTAB

BSID

00000000000000

00000000000000

45442222222222

23940000000000

%_DD_KUNNR_%_APP_%

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SY-CPROG

RFITEMAR

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5445444522222222222222222222222222222222

26945D1200000000000000000000000000000000

%_%_SELECTED

0

0

2

0

BSID

00360386007676000 00000000 ABGC FALL 2 200860166674970012008090920080909200809

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

3333333333333333322333333332222222222444424444232222222333333333333333333333333333333333333333

00360386007676000000000000000000000001273061CC020000000200860166674970012008090920080909200809

SPACE

0

0

2

0

%_SPACE

0

0

2

0

%_DD_KONZS_%_APP_%

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

-


No. 6 Ty. FORM

Name PUT_BSID

-


YBSAD

Table[initial]

CURSOR-YBSAD

0

0000

0000

LD_ARCH

0

0

2

0

DD_USEDB

X

0

0

5

8

B0SG-XSTAN

X

0

0

5

8

B0SG-XSTAS

0

0

2

0

CURSOR-BSID

1

0000

0001

SP_TABLES

KNB1

0000000000000000000000000000000

0000000000000000000000000000000

4443222222222222222222222222222

BE21000000000000000000000000000

DD_BUKRS[]

Table IT_161[1x22]

\PROGRAM=SAPDBDDF\DATA=DD_BUKRS[]

Table reference: 64

TABH+ 0(20) = C0000001111D3620C0000001111EFBE000000000

TABH+ 20(20) = 00000040000000A10000000100000016FFFFFFFF

TABH+ 40(16) = 0400000000001E200001249021800000

store = 0xC0000001111D3620

ext1 = 0xC0000001111EFBE0

shmId = 0 (0x00000000)

id = 64 (0x00000040)

label = 161 (0x000000A1)

fill = 1 (0x00000001)

leng = 22 (0x00000016)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000146

occu = 1 (0x00000001)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 1

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = 0xC0000001111F91E0

pgHook = 0x0000000000000000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 148 (0x00000094)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 1 (0x00000001)

lineAlloc = 1 (0x00000001)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x00000001)

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

regHook = 0x0000000000000000

collHook = 0x0000000000000000

ext2 = 0xC0000001111EFB70

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

tabhBack = 0xC00000011100F2B0

delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000

pb_func = 0x0000000000000000

pb_handle = 0x0000000000000000

XBSID[]

Table IT_377[100x2052]

\PROGRAM=SAPDBDDF\DATA=XBSID[]

Table reference: 251

TABH+ 0(20) = C0000001110326A0000000000000000000000000

TABH+ 20(20) = 000000FB000001790000006400000804FFFFFFFF

TABH+ 40(16) = 0400000800002DB000042CC401800000

store = 0xC0000001110326A0

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 251 (0x000000FB)

label = 377 (0x00000179)

fill = 100 (0x00000064)

leng = 2052 (0x00000804)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000229

occu = 4 (0x00000004)

access = 1 (ItAccessStandard)

idxKind = 1 (ItIndexLinear)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

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 = 0xC000000111032700

pgHook = 0xC00000011103C8F0

idxPtr = 0xC00000011102D4A0

shmTabhSet = 0x0000000000000000

id = 167 (0x000000A7)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 128 (0x00000080)

lineAlloc = 100 (0x00000064)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x00000001)

>>>>> 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

XBSID

00360386007676000 00000000 ABGC FALL 2 200860166674970012008090920080909200809

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

3333333333333333322333333332222222222444424444232222222333333333333333333333333333333333333333

00360386007676000000000000000000000001273061CC020000000200860166674970012008090920080909200809

CURSOR-BSAD

0

0000

0000

DDF_SP[]

Table[initial]

XBSAD[]

Table[initial]

XBSAD

00000000 0000 0000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222333333332222222222222222222222222222333322222222223333333333333333333333333

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

-


No. 5 Ty. FORM

Name PUT_KNB1

-


%_DD_LAND1_%_APP_%

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

%_REJECT

0

0

2

0

DD_LAND1-LOW

000

000

222

000

SY-LDBPG

SAPDBDDF

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5454444422222222222222222222222222222222

3104244600000000000000000000000000000000

DD_KUNNR[]

Table IT_160[1x46]

\PROGRAM=SAPDBDDF\DATA=DD_KUNNR[]

Table reference: 65

TABH+ 0(20) = C00000011100F4B0000000000000000000000000

TABH+ 20(20) = 00000041000000A0000000010000002EFFFFFFFF

TABH+ 40(16) = 0400000000001AF0000A249021800000

store = 0xC00000011100F4B0

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 65 (0x00000041)

label = 160 (0x000000A0)

fill = 1 (0x00000001)

leng = 46 (0x0000002E)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000129

occu = 10 (0x0000000A)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 1

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = 0xC000000111015570

pgHook = 0x0000000000000000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 95 (0x0000005F)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 10 (0x0000000A)

lineAlloc = 10 (0x0000000A)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x00000001)

>>>>> 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

%B024021_BLOCK_1000

00000000000000000000000000000000000000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000000000000000000000000000000000000

22222222222222222222222222222222222222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000000000000000000000000000000000000

DD_KUNNR

IEQ6007676000

00000000000000000000000

00000000000000000000000

44533333333332222222222

95160076760000000000000

%_SSCR

SO_SHKZG##S ##CCHARRFPOSXEXT-SHKZG

0000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000

545544540C520044445545455455254454222222222222222222222222222222222222222222222222222222222222

3FF38BA7F7300133812260F38584D38BA7000000000000000000000000000000000000000000000000000000000000

DD_APOPT

0

0

2

0

-


No. 4 Ty. FORM

Name PROCESS_VF_DEBI

-


DD_KONZS

00000000000000000000000

00000000000000000000000

22222222222222222222222

00000000000000000000000

DD_KONZS-LOW

0000000000

0000000000

2222222222

0000000000

DD_LAND1[]

Table IT_215[0x18]

\PROGRAM=SAPDBDDF\DATA=DD_LAND1[]

Table reference: 118

TABH+ 0(20) = 0000000000000000000000000000000000000000

TABH+ 20(20) = 00000076000000D70000000000000012FFFFFFFF

TABH+ 40(16) = 0400000000001A60000A249001800000

store = 0x0000000000000000

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 118 (0x00000076)

label = 215 (0x000000D7)

fill = 0 (0x00000000)

leng = 18 (0x00000012)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000126

occu = 10 (0x0000000A)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

shmTabhSet = Not allocated

id = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

shmVersId = Not allocated

shmRefCount = Not allocated

shmIsReadOnly = Not allocated

>>>>> 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

DD_BSTAT

IEQ

00000

00000

44522

95100

-


No. 3 Ty. FORM

Name PUT_KNA1

-


COUNT

1

0000

0001

MAX_COUNT

25

0001

0009

%_VIASELSCR

#

0

4

VF_DEBI

000000000000 0

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222222222222222222222222222233333333333322222222322222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

XVF_DEBI

003600767600060380000195403Company 000000000000 0

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

3333333333333333333333333334667667222222222233333333333322222222322222222222222222222222222222

0036007676000603800001954033FD01E9000000000000000000000000000000000000000000000000000000000000

DDF_SP

00000000000000

00000000000000

22222222222222

00000000000000

DD_VBUND[]

Table IT_217[0x30]

\PROGRAM=SAPDBDDF\DATA=DD_VBUND[]

Table reference: 120

TABH+ 0(20) = 0000000000000000000000000000000000000000

TABH+ 20(20) = 00000078000000D9000000000000001EFFFFFFFF

TABH+ 40(16) = 0400000000001910000A249001800000

store = 0x0000000000000000

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 120 (0x00000078)

label = 217 (0x000000D9)

fill = 0 (0x00000000)

leng = 30 (0x0000001E)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000119

occu = 10 (0x0000000A)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

shmTabhSet = Not allocated

id = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

shmVersId = Not allocated

shmRefCount = Not allocated

shmIsReadOnly = Not allocated

>>>>> 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

XVF_DEBI[]

Table IT_367[1x2686]

\PROGRAM=SAPDBDDF\DATA=XVF_DEBI[]

Table reference: 38

TABH+ 0(20) = C0000001110219A0000000000000000000000000

TABH+ 20(20) = 000000260000016F0000000100000A7EFFFFFFFF

TABH+ 40(16) = 0400000800002330000424C401800000

store = 0xC0000001110219A0

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 38 (0x00000026)

label = 367 (0x0000016F)

fill = 1 (0x00000001)

leng = 2686 (0x00000A7E)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000173

occu = 4 (0x00000004)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

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 = 0xC0000001110236A0

pgHook = 0x0000000000000000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 160 (0x000000A0)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 4 (0x00000004)

lineAlloc = 4 (0x00000004)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x00000001)

>>>>> 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

K_KUNNR[]

Table IT_366[1x46]

\PROGRAM=SAPDBDDF\DATA=K_KUNNR[]

Table reference: 45

TABH+ 0(20) = C0000001111B16C0000000000000000000000000

TABH+ 20(20) = 0000002D0000016E000000010000002EFFFFFFFF

TABH+ 40(16) = 0400000800003080000A249021800000

store = 0xC0000001111B16C0

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 45 (0x0000002D)

label = 366 (0x0000016E)

fill = 1 (0x00000001)

leng = 46 (0x0000002E)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000244

occu = 10 (0x0000000A)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 1

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = 0xC0000001110195E0

pgHook = 0x0000000000000000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 159 (0x0000009F)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 10 (0x0000000A)

lineAlloc = 10 (0x0000000A)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x00000001)

>>>>> 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

K_KUNNR

IEQ6007676000

00000000000000000000000

00000000000000000000000

44533333333332222222222

95160076760000000000000

%_DUMMY$$

0000

0000

2222

0000

GD_COUNT_ARCH

0

0000

0000

DD_BUKRS

IEQ6038

00000000000

00000000000

44533332222

95160380000

LD_ARCH

0

0

2

0

DD_AKONT[]

Table IT_212[0x46]

\PROGRAM=SAPDBDDF\DATA=DD_AKONT[]

Table reference: 115

TABH+ 0(20) = 0000000000000000000000000000000000000000

TABH+ 20(20) = 00000073000000D4000000000000002EFFFFFFFF

TABH+ 40(16) = 0400000000001D90000A249001800000

store = 0x0000000000000000

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 115 (0x00000073)

label = 212 (0x000000D4)

fill = 0 (0x00000000)

leng = 46 (0x0000002E)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000143

occu = 10 (0x0000000A)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

shmTabhSet = Not allocated

id = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

shmVersId = Not allocated

shmRefCount = Not allocated

shmIsReadOnly = Not allocated

>>>>> 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

G_BALV

0

0

2

0

DD_IARCH

X

0

0

5

8

SY-MSGID

DB

00000000000000000000

00000000000000000000

44222222222222222222

42000000000000000000

DD_ZLSCH[]

Table IT_206[0x10]

\PROGRAM=SAPDBDDF\DATA=DD_ZLSCH[]

Table reference: 109

TABH+ 0(20) = 0000000000000000000000000000000000000000

TABH+ 20(20) = 0000006D000000CE000000000000000AFFFFFFFF

TABH+ 40(16) = 04000000000021B0000A249001800000

store = 0x0000000000000000

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 109 (0x0000006D)

label = 206 (0x000000CE)

fill = 0 (0x00000000)

leng = 10 (0x0000000A)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000165

occu = 10 (0x0000000A)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

shmTabhSet = Not allocated

id = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

shmVersId = Not allocated

shmRefCount = Not allocated

shmIsReadOnly = Not allocated

>>>>> 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

-


No. 2 Ty. FORM

Name %_ROOT

-


ADMI_FILES

000000 00000000000000########

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

3333332222222222222222222233333333333333000000002222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

BSIDEXT

00000000 0000 0000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222333333332222222222222222222222222222333322222222223333333333333333333333333

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

BKPF

0000 00000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222233332233333333333333333333333333333333333333333333333333333333222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

BSEG

0000000 0000000000000000 ############## #####

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000C000000C00000000000C0

2222222222222222233333332333333333333333322222222222222222222222222222000000000000002222200000

0000000000000000000000000000000000000000000000000000000000000000000000000000C000000C0000000000

WITH_ITEM

0000000 ################ ################################ ######## #######

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222233333332222000000000000000020000000000000000000000000000000020000000020000000

0000000000000000000000000000000C000C000C000C0000C000C000C000C000C000C000C000C0000C000C0000C000

GSEG

0000000 0000000000000000 ############## #####

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000C000000C00000000000C0

2222222222222222233333332333333333333333322222222222222222222222222222000000000000002222200000

0000000000000000000000000000000000000000000000000000000000000000000000000000C000000C0000000000

DD_INDEX

######u

0000000000000000000000000000000000000000000000000000000000000000000000000000000000008000

000000000000000000000000000000000000000000000000000000000000000000000000000000000000A000

2222222222222222222222222222222222222222222222222222222222222222222222222222222220000007

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000005

KNA1

0036007676000US MATT GODEK INC DBA RUGBY & SOCCER SUPPLY MERRIFIE

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

3333333333333552445524444424442222222222222222222224442554452225444452555545222222222244554444

0036007676000530D14407F45B09E30000000000000000000004210257290603F335203500C90000000000D5229695

SCREEN

%_17SXS0000002899_%_%_%_%_%_%_

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2533555333333333352525252525252222222222222222222222222222222222222222222222222222222222222222

5F173830000002899F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000

SP_FIELDS[]

Table IT_321[2x266]

\PROGRAM=SAPDBDDF\DATA=SP_FIELDS[]

Table reference: 219

TABH+ 0(20) = C00000011109B1E0000000000000000000000000

TABH+ 20(20) = 000000DB00000141000000020000010AFFFFFFFF

TABH+ 40(16) = 0400000800000CB0000A249001800000

store = 0xC00000011109B1E0

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 219 (0x000000DB)

label = 321 (0x00000141)

fill = 2 (0x00000002)

leng = 266 (0x0000010A)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000053

occu = 10 (0x0000000A)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = 0xC00000011109B240

pgHook = 0x0000000000000000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 128 (0x00000080)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 10 (0x0000000A)

lineAlloc = 10 (0x0000000A)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x00000001)

>>>>> 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

SP_FIELDS

KNB1-BUKRS

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

4443245455222222222222222222222222222222222222222222222222222222222222222222222222222222222222

BE21D25B23000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SP_TABLES[]

Table IT_320[2x62]

\PROGRAM=SAPDBDDF\DATA=SP_TABLES[]

Table reference: 218

TABH+ 0(20) = C00000011109AE90C0000001110B41E000000000

TABH+ 20(20) = 000000DA00000140000000020000003EFFFFFFFF

TABH+ 40(16) = 0400000800000D40000A249001800000

store = 0xC00000011109AE90

ext1 = 0xC0000001110B41E0

shmId = 0 (0x00000000)

id = 218 (0x000000DA)

label = 320 (0x00000140)

fill = 2 (0x00000002)

leng = 62 (0x0000003E)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000056

occu = 10 (0x0000000A)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = 0xC00000011109AEF0

pgHook = 0x0000000000000000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 127 (0x0000007F)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 10 (0x0000000A)

lineAlloc = 10 (0x0000000A)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x00000001)

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

regHook = 0x0000000000000000

collHook = 0xC0000001110B4130

ext2 = 0x0000000000000000

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

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

-


No. 1 Ty. EVENT

Name SYSTEM-EXIT

-


SY-XPROG

SAPDBDDF

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5454444422222222222222222222222222222222

3104244600000000000000000000000000000000

SY-XFORM

%_ROOT

000000000000000000000000000000

000000000000000000000000000000

255445222222222222222222222222

5F2FF4000000000000000000000000

-


-


Internal notes

The termination was triggered in function "FuncParams"

of the SAP kernel, in line 3166 of the module

"//bas/700_REL/src/krn/runt/abfunc.c#16".

The internal operation just processed is "FUNC".

Internal mode was started at 20081118152013.

Name of function module...............: "ITEM_DERIVE_FIELDS"

Name of formal parameter..............: "S_ITEM"

Technical type of actual parameter....: "u"

Technical length of actual parameter..: 1680 bytes

Technical type of formal parameter....: "u"

Technical length of formal parameter..: 2472 bytes

Name of formal parameter at caller....: "S_ITEM"

-


-


Active Calls in SAP Kernel

-


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

-


(0) 0x4000000003b5f7b0 CTrcStack + 0x1b0 at dptstack.c:227 [dw.sapPEU_D07]

(1) 0x4000000004d5a870 Z16rabaxCStackSavev + 0x1d0 [dw.sapPEU_D07]

(2) 0x4000000004d60560 ab_rabax + 0x3570 [dw.sapPEU_D07]

(3) 0x400000000407e9c0 Z10FuncParamsP9FUNCINFO + 0x5ae0 [dw.sapPEU_D07]

(4) 0x4000000004081770 Z8abjfuncv + 0x6b0 at abfunc.c:757 [dw.sapPEU_D07]

(5) 0x4000000004059b30 Z8abextriv + 0x440 [dw.sapPEU_D07]

(6) 0x4000000003f7e220 Z9abxeventPKt + 0x3c0 at abrunt1.c:339 [dw.sapPEU_D07]

(7) 0x4000000003f5b4e0 Z7absyexPKtiS0_ijjPi + 0x240 at abrunt1.c:151 [dw.sapPEU_D07]

(8) 0x4000000003dd0350 Z8abtriggv + 0x310 at abrunt1.c:88 [dw.sapPEU_D07]

(9) 0x4000000003dcfb20 ab_run + 0xc0 [dw.sapPEU_D07]

(10) 0x4000000001cbb040 N_ab_run + 0x20 at dymainstp.c:4759 [dw.sapPEU_D07]

(11) 0x4000000001cc4f10 dynpmcal + 0x3f0 at dymainstp.c:2275 [dw.sapPEU_D07]

(12) 0x4000000001cbf790 dynppai0 + 0x3b0 at dymainstp.c:999 [dw.sapPEU_D07]

(13) 0x4000000001cc2ce0 dynprctl + 0x340 at dymainstp.c:358 [dw.sapPEU_D07]

(14) 0x4000000001cae500 dynpen00 + 0xab0 at dymain.c:1645 [dw.sapPEU_D07]

(15) 0x4000000002000330 Thdynpen00 + 0x520 at thxxhead.c:4843 [dw.sapPEU_D07]

(16) 0x4000000001fcaae0 TskhLoop + 0x5690 at thxxhead.c:3958 [dw.sapPEU_D07]

(17) 0x4000000001fc0280 ThStart + 0x460 at thxxhead.c:1164 [dw.sapPEU_D07]

(18) 0x4000000001577ae0 DpMain + 0x5f0 at dpxxdisp.c:1099 [dw.sapPEU_D07]

(19) 0x4000000002c31610 nlsui_main + 0x30 [dw.sapPEU_D07]

(20) 0x4000000002c315a0 main + 0x60 [dw.sapPEU_D07]

(21) 0xc00000000004f200 main_opd_entry + 0x50 [/usr/lib/hpux64/dld.so]

-


-


List of ABAP programs affected

-


Index

Typ

Program

Group

Date

Time

Size

Lang.

-


0

Prg

RFITEMAR

0

11/17/2008

12:08:45

408576

E

1

Prg

SAPMSSY0

1

11/14/2008

05:29:33

92160

E

2

Prg

SAPMSSYD

1

08/16/2006

12:06:37

21504

E

3

Prg

SAPFSYSCALLS

1

09/09/2004

14:18:32

8192

E

4

Prg

RSDBRUNT

0

11/14/2008

05:50:58

254976

E

5

Typ

RSSCR

0

03/30/2005

10:21:45

5120

6

Prg

RSDBSPBL

0

03/30/2005

10:21:58

72704

E

7

Prg

%_CTPIT

0

09/20/2006

10:27:23

26624

E

8

Prg

SAPDBDDF

0

11/14/2008

06:21:21

331776

E

9

Typ

VARID

0

05/12/1997

16:51:30

5120

10

Prg

SAPLSSEL

10

11/14/2008

05:50:58

1155072

E

11

Typ

RSDSTEXTS

0

08/20/1998

10:57:32

2048

12

Prg

SAPLSLDB

12

01/25/2006

11:07:10

82944

E

13

Typ

LDBD

0

02/14/1998

08:13:18

4096

14

Typ

LDBN

0

08/20/1998

11:19:50

3072

15

Typ

LDBNT

0

02/14/1998

08:13:31

2048

16

Typ

RSCONVERT

0

11/09/2000

14:11:21

4096

17

Prg

CONTEXT_X_FREE_SEL_DD_INFO

10

10/18/2006

09:51:05

62464

E

18

Typ

TCONT

0

09/09/2004

14:18:43

2048

19

Typ

CONTEXTB

0

09/09/2004

14:15:52

6144

20

Prg

%_CSYFRS

10

03/30/2005

10:21:45

9216

E

21

Prg

SAPLFCUE1

21

11/06/2003

21:21:57

18432

E

22

Typ

TCUR_BUKRS

0

02/22/2001

10:03:05

2048

23

Typ

TPRCD

0

02/22/2001

10:05:02

2048

24

Prg

SAPLFI_CHECK_DATE

24

12/18/2001

17:17:24

16384

E

25

Prg

SAPLSUNI

25

11/14/2008

05:58:20

153600

E

26

Typ

TFDIR

0

02/13/2005

17:31:57

3072

27

Prg

SAPLCA_CHECK_DATE

27

11/19/2001

16:15:55

19456

E

28

Typ

TPCUSERN

0

04/17/2002

10:34:16

2048

29

Typ

B0SG

0

04/11/2005

11:46:42

5120

30

Prg

SAPLAS_DATASOURCE

30

11/06/2003

21:17:26

50176

E

31

Prg

SAPLAADM

31

08/16/2006

12:05:20

332800

E

32

Typ

ASDATASRC1

0

05/06/2002

10:38:40

2048

33

Typ

SSCRFIELDS

0

05/13/1997

12:54:26

5120

34

Prg

%_CSYDB0

0

03/30/2005

10:21:45

36864

E

35

Prg

RSDBSPVA

0

11/14/2008

05:02:36

133120

E

36

Typ

SSCRTEXTS

0

09/03/1997

03:12:33

3072

37

Prg

RSDBSPMC

0

08/16/2006

11:55:58

79872

E

38

Prg

SAPLICON

38

11/14/2008

05:50:58

27648

E

39

Prg

%_CICON

38

11/14/2008

05:50:57

107520

E

40

Typ

ICONT

0

08/16/2006

11:55:57

2048

41

Prg

RSDBSPDD

0

10/18/2006

09:51:05

40960

E

42

Prg

SAPLSSELSERVICE

42

07/05/2005

13:10:18

22528

E

43

Typ

DFIES

0

12/28/2004

17:06:45

10240

44

Prg

CL_ABAP_CHAR_UTILITIES========CP

44

07/05/2005

13:10:15

13312

E

45

Prg

SAPLSVAR

45

11/14/2008

06:00:06

766976

E

46

Typ

RSVAMEMKEY

0

05/07/1997

13:07:49

2048

47

Prg

%_CSYLDB

0

02/18/2005

14:15:48

8192

E

48

Typ

RSDSSELOPT

0

04/04/1995

16:11:56

2048

49

Typ

DDSHDESCR

0

09/03/1997

03:05:16

4096

50

Typ

SPPARAMS

0

05/07/1997

13:10:38

2048

51

Typ

RSSUBINFO

0

10/14/1999

22:01:03

3072

52

Typ

RSEXFCODE

0

08/13/1997

12:52:57

2048

53

Prg

SAPLDSYA

53

11/14/2008

05:25:41

45056

E

54

Prg

SAPFSDS1

53

03/30/2005

10:22:01

53248

E

55

Typ

TDCLD

0

11/02/1998

09:51:35

5120

56

Prg

SAPLSDOD

56

01/25/2006

10:59:45

46080

E

57

Typ

DOKIL

0

05/12/1997

16:46:17

3072

58

Typ

T021S

0

08/20/1998

11:04:24

2048

59

Typ

BKPF

0

11/14/2008

12:40:14

19456

60

Typ

RFPOSXEXT

0

11/14/2008

00:19:41

23552

61

Typ

BSEC

0

07/05/2005

13:04:24

9216

62

Typ

BSED

0

11/14/2008

00:15:23

7168

63

Prg

SAPLSDIFRUNTIME

63

07/05/2005

13:11:53

96256

E

64

Typ

X031L

0

07/05/2005

13:10:15

6144

65

Prg

SAPLSDNT

65

11/15/2008

08:34:48

219136

E

66

Prg

SAPLSUGS

66

03/31/2006

11:14:08

47104

E

67

Typ

BSEG

0

11/14/2008

00:15:23

52224

68

Prg

%_CSLIS

0

01/25/2006

11:07:06

89088

E

69

Prg

/SAPPSPRO/CL_NUMBERS==========CP

69

03/01/2005

11:36:59

23552

E

70

Typ

/SAPPSPRO/EADD_DATA

0

03/01/2005

10:53:32

2048

71

Typ

/SAPPSPRO/C_GPF

0

04/11/2005

11:52:07

2048

72

Typ

FMRFC

0

08/13/1997

12:32:59

2048

73

Prg

SAPLITSR

73

11/17/2008

12:07:50

114688

E

74

Typ

TBE01

0

11/14/2008

14:09:21

2048

75

Typ

TBE31

0

09/03/1997

03:01:11

2048

76

Typ

TBE11

0

09/03/1997

03:01:06

2048

77

Prg

CONTEXT_X_SP_INFO

73

10/18/2006

09:51:18

36864

E

78

Typ

TBE32

0

09/03/1997

03:27:20

3072

79

Typ

TBE34

0

09/03/1997

03:27:24

3072

80

Typ

T014

0

07/10/1997

00:37:38

3072

81

Typ

RFOPT

0

02/22/2001

10:02:28

4096

82

Prg

RSDBSPVD

0

11/14/2008

03:45:07

88064

E

83

Typ

RVARI

0

03/30/1998

09:40:50

4096

84

Typ

RSVARIVDAT

0

04/04/1995

16:12:54

2048

85

Typ

RSDSFIELDS

0

08/20/1998

10:57:22

3072

86

Prg

%_CRSDS

0

02/18/2005

14:15:39

10240

E

87

Typ

RSDSWHERE

0

04/04/1995

16:11:56

2048

88

Typ

RSDSEXPR

0

08/20/1998

10:57:18

3072

89

Typ

RSDFSNODES

0

08/28/1997

09:01:19

2048

90

Prg

%_CSSCR

10

03/30/2005

10:21:45

11264

E

91

Typ

RSDSQCAT

0

05/07/1997

13:45:01

2048

92

Typ

RSDSEVENTS

0

08/13/1997

12:52:49

2048

93

Typ

RSDSEVFLDS

0

08/20/1998

11:23:14

3072

94

Typ

RSOPTIONS

0

11/15/1995

02:45:08

3072

95

Typ

RSVARIDYN

0

08/20/1998

11:23:44

6144

96

Typ

RSVDATDYN

0

11/15/2000

17:52:04

3072

97

Typ

RSDSTABS

0

08/20/1998

10:57:25

2048

98

Prg

SAPLFAUT

98

02/14/2006

17:45:15

13312

E

99

Typ

T000F

0

08/28/1997

09:30:02

2048

100

Prg

SAPLFEUO

100

09/09/2004

14:18:34

10240

E

101

Typ

TEURA

0

08/13/1997

13:59:01

2048

102

Prg

RSDBSPDS

0

11/14/2008

05:50:58

56320

E

103

Prg

SAPFSPOR

1

09/09/2004

14:18:32

15360

E

104

Prg

SAPLSCNT

104

02/18/2005

14:16:06

30720

E

105

Typ

DYCBOX

0

08/20/1998

11:16:53

3072

106

Prg

SAPLSTUP

106

01/05/2006

12:20:05

74752

E

107

Prg

SAPLCNDP

107

11/14/2008

04:59:35

195584

E

108

Prg

SAPSHDTV

104

01/05/2005

16:26:16

33792

E

109

Typ

DD30L

0

08/20/1998

11:36:00

4096

110

Typ

RSSELINT

0

04/04/1995

16:12:37

3072

111

Typ

RSPARINT

0

04/10/1995

09:58:38

2048

112

Prg

SAPLSVSM

112

01/05/2006

12:25:28

28672

E

113

Prg

SAPLSGUI

113

11/14/2008

05:29:33

84992

E

114

Prg

SAPLSTTM

114

07/05/2005

13:10:18

69632

E

115

Prg

SAPLSBDC

115

11/14/2008

12:38:42

44032

E

116

Prg

CL_DATAPROVIDER===============CP

116

02/28/2005

21:00:46

50176

E

117

Prg

%_CCNTL

116

02/18/2005

14:15:08

15360

E

118

Typ

OBJ_RECORD

0

02/14/1998

08:30:43

2048

119

Prg

SAPFGUICNTL

1

02/18/2005

14:15:08

24576

E

120

Prg

SAPLOLEA

120

11/14/2008

04:08:22

96256

E

121

Prg

SAPLSFES

121

11/14/2008

06:00:02

261120

E

122

Prg

SAPLSPLUGIN

122

09/09/2004

14:18:36

8192

E

123

Typ

ARFCRDATA

0

11/14/2008

00:15:02

7168

124

Prg

SAPLGRFC

124

02/13/2005

18:20:25

16384

E

125

Typ

SWCBCONT

0

11/15/2000

17:55:11

3072

126

Typ

OLE_VERBS

0

04/04/1995

16:02:20

2048

127

Typ

OLE_PA

0

04/04/1995

16:02:19

2048

128

Prg

CL_GUI_PROPS_CONSUMER=========CP

128

11/14/2008

05:59:30

30720

E

129

Prg

SAPLTHFB

129

11/17/2008

12:07:56

394240

E

130

Typ

EUDB

0

11/06/2003

20:28:08

8192

131

Prg

CL_DYNAMIC_GUI_EXTENSIONS=====CP

131

02/18/2005

14:15:28

37888

E

132

Prg

CL_GUI_DATAMANAGER============CP

132

07/05/2005

13:10:15

75776

E

133

Typ

RSVUVINT

0

01/15/1996

16:09:23

2048

134

Typ

T001

0

11/14/2008

14:08:29

13312

135

Prg

SAPLF018

135

02/14/2006

17:45:15

11264

E

136

Typ

KNB1

0

11/14/2008

13:55:32

14336

137

Prg

FI_LDB_UTIL

0

06/02/2003

15:40:31

20480

E

138

Prg

SAPLLDB_LOG

138

09/09/2004

16:18:01

15360

E

139

Typ

USR05

0

12/18/2001

16:51:43

2048

140

Prg

SAPLSPIAGENTCW

140

11/14/2008

04:56:52

13312

E

141

Prg

SAPLSPILS

141

11/14/2008

05:29:33

64512

E

142

Prg

CL_OS_TRANSACTION_END_NOTIFIERCP

142

07/05/2005

13:05:25

9216

E

143

Prg

CL_SYSTEM_TRANSACTION_STATE===CP

143

11/14/2008

05:29:33

106496

E

144

Typ

T001A

0

09/03/1997

03:13:22

3072

145

Typ

KNA1

0

11/14/2008

13:55:32

30720

146

Typ

KNB5

0

03/08/1992

03:50:37

3072

147

Typ

BSID

0

11/14/2008

12:40:33

30720

148

Prg

%_CRSFS

0

02/18/2005

14:15:41

6144

E

149

Prg

SAPLF023

149

09/09/2004

14:18:34

11264

E

150

Prg

SAPLF035

150

09/20/2006

10:27:18

163840

E

151

Prg

SAPLFACSCORE

151

06/07/2001

18:27:03

13312

E

152

Typ

T001CM

0

07/10/1997

00:37:33

2048

153

Prg

SAPLFACS

153

09/20/2006

10:29:53

288768

E

154

Typ

RSDYNBREPI

0

08/20/1998

10:57:33

2048

155

Typ

RSSELDYN

0

08/20/1998

10:57:50

3072

156

Typ

RSVAR

0

11/02/1998

09:48:19

8192

157

Typ

TRDIR

0

11/02/1998

09:59:17

6144

158

Typ

NODE2STRUC

0

11/02/1998

09:46:02

2048

159

Typ

RSFS_STRUC

0

08/20/1998

10:57:36

2048

160

Typ

GSEG

0

11/14/2008

00:17:18

52224

161

Typ

VF_DEBI

0

11/14/2008

15:50:51

25600

162

Typ

ADDR1_VAL

0

07/19/2004

10:43:37

16384

163

Typ

ADDR1_TEXT

0

11/14/2008

00:14:54

3072

164

Typ

T005

0

11/13/2008

23:51:22

11264

165

Typ

RFEPB

0

08/13/1997

12:50:00

2048

166

Typ

BOOLE

0

04/04/1995

15:41:35

2048

167

Typ

T009

0

06/01/1992

11:17:16

2048

168

Typ

X001

0

09/11/1997

10:20:14

3072

169

Typ

RFEPK

0

08/13/1997

12:50:00

3072

170

Typ

TCURE

0

05/04/1999

11:55:27

2048

171

Typ

BSEGH

0

07/09/1997

23:49:31

4096

172

Prg

SAPBSEGA

0

09/09/2004

14:18:32

11264

E

173

Typ

BSEGA

0

05/06/1998

01:56:50

4096

174

Typ

FAEDE

0

07/09/1997

23:55:14

3072

175

Prg

SAPLFREP

175

01/09/2005

17:54:17

13312

E

176

Typ

T003

0

11/14/2008

14:08:29

7168

177

Prg

SAPLFI_ITEMS

177

11/18/2008

15:21:17

258048

E

178

Prg

CX_SY_DYN_CALL_ILLEGAL_TYPE===CP

178

07/05/2005

13:10:16

13312

E

179

Typ

SCX_SRCPOS

0

05/18/2004

14:07:11

2048

180

Prg

CX_SY_DYN_CALL_PARAMETER_ERRORCP

180

07/05/2005

13:10:16

12288

E

181

Prg

CX_SY_DYN_CALL_ERROR==========CP

181

07/05/2005

13:10:16

11264

E

182

Prg

CX_DYNAMIC_CHECK==============CP

182

07/05/2005

13:10:16

10240

E

183

Prg

CX_ROOT=======================CP

183

11/14/2008

04:24:45

11264

E

184

Prg

CX_NO_CHECK===================CP

184

07/05/2005

13:10:16

10240

E

185

Prg

CX_SY_NO_HANDLER==============CP

185

07/05/2005

13:10:16

10240

E

186

Typ

BSIK

0

11/14/2008

12:40:33

30720

187

Typ

SYST

0

09/09/2004

14:18:12

31744

188

Typ

VBSEGD

0

11/14/2008

14:10:02

22528

189

Typ

KNKK

0

11/29/1999

17:40:59

7168

190

Typ

RSJOBINFO

0

04/29/1992

14:52:25

3072

191

Typ

ADMI_FILES

0

11/14/2008

09:33:34

5120

192

Typ

BSIDEXT

0

11/14/2008

00:15:23

33792

193

Typ

WITH_ITEM

0

11/14/2008

14:18:44

16384

-


-


Directory of Application Tables

-


Name Date Time Lngth

Val.

-


Program RFITEMAR

-


SYST 09/09/2004 14:18:12 00004612

\0\0\0\0\0\x0001\0\0\0\0\0\0\0\x000A\0\0\0\0\0\0\0\x0001\0

RSJOBINFO / / : : 00000164

00000000000000

B0SG / / : : 00000050

X XXX X X

SSCRFIELDS 09/09/2004 14:18:02 00001708

KNA1 / / : : 00003674

0036007676000US MATT GODEK INC DBA RUG

KNB1 / / : : 00001048

003600767600060380000000020040412TOLJAC 000 000003

BSID / / : : 00002052

00360386007676000 00000000 ABGC FALL 2 200

BSIK / / : : 00002052

00000000 000

ADMI_FILES / / : : 00001000

000000 00000000000000\0\0\0\0\0\0\0\0

T001 / / : : 00000492

0036038adidas Sales Inc. Portland U

T005 / / : : 00000274

003US USA101004 EX US069000 176094106 100 0011510

KNB5 / / : : 00000106

\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0

SSCRTEXTS 03/23/2000 22:41:19 00000742

Selection using search help

-


Program RSDBRUNT

-


RSVUVINT / / : : 00000094

VARID / / : : 00000252

RFITEMAR

-


Program SAPDBDDF

-


KNKK / / : : 00000426

\0\0\0\x000C \0\0\0\x000C\0\0\0

BSIDEXT / / : : 00002200

00000000 000

BKPF / / : : 00001358

0000 00000000000000000000000000000000000

BSEG / / : : 00003264

0000000 0000000000000000

BSEGH / / : : 00000134

S\0\0##\0\x0004#\0\0\0\x0C00\0\0\x000C\0\0\0\x0C00\0\0

BSEGA / / : : 00000148

\0\0##\0\0\x000C\0\0##\0\x0004#\0\0\0\x0C00\0\x0004#\0\0\0

VBSEGD / / : : 00001430

0000000 000 \0\0\0\x0C00

GSEG / / : : 00003264

0000000 0000000000000000

ADDR1_VAL / / : : 00002752

ADDR1_TEXT / / : : 00000272

VF_DEBI / / : : 00002686

000000000000

WITH_ITEM / / : : 00000752

0000000 \0\0\0\x000C\0\0\0\x000C\0\0\0

-


Program SAPLSLDB

-


LDBD / / : : 00000264

DDF 0000000000000000000000000000

-


Program CONTEXT_X_FREE_SEL_DD_INFO

-


CONTEXTB / / : : 00002992

003IBFREE_SEL_DD_INFO 000005000120081118150000\0\0\0\0

TCONT / / : : 00000068

FREE_SEL_DD_INFO 00000000000000

-


Program SAPLFCUE1

-


TCURE / / : : 00000036

-


Program SAPLSUNI

-


TFDIR / / : : 00000268

CA_CHECK_DATE SAPLCA_CHECK_DATE

-


Program SAPLICON

-


ICONT / / : : 00000130

-


Program SAPLSSELSERVICE

-


DFIES 12/28/2004 17:06:45 00001342

RFPOSXEXT FAEDT

-


Program SAPLSVAR

-


TRDIR / / : : 00000340

RFITEMAR XFDD 903 1F

RSVAR / / : : 00000772

RFITEMAR

-


Program SAPFSDS1

-


TDCLD / / : : 00000098

RE DOKU 8R XX XXLIMUDOKUX #XR3TRPROGX

-


Program SAPLSDOD

-


DOKIL / / : : 00000152

RERFITEMAR

-


Program SAPLITSR

-


TBE01 / / : : 00000080

00001650SAMPLE_INTERFACE_00001650

TBE11 / / : : 00000074

FSCM Dispute Management

-


Program CONTEXT_X_SP_INFO

-


CONTEXTB / / : : 00002992

003EBSP_INFO 000004000220081118150000\0\0\0\0

TCONT / / : : 00000068

SP_INFO 20081117133352

-


Program SAPLFAUT

-


T000F / / : : 00000014

003 XX

T003 / / : : 00000104

003RV07ADS AB X NA XX X

-


Program SAPLFEUO

-


TEURA / / : : 00000080

T000F / / : : 00000014

003 XX

-


Program CL_GUI_PROPS_CONSUMER=========CP

-


EUDB / / : : 00004068

%C492207CCB2632542E1000000C6D0D873 \0\0\0

-


Program SAPLF018

-


T001 / / : : 00000492

0036038adidas Sales Inc. Portland U

-


Program SAPLF035

-


T001 / / : : 00000492

0036038adidas Sales Inc. Portland U

T001CM / / : : 00000022

-


Program SAPLFACSCORE

-


T001 / / : : 00000492

0036038adidas Sales Inc. Portland U

-


Program SAPLFACS

-


T001 / / : : 00000492

0036038adidas Sales Inc. Portland U

T001A / / : : 00000046

T009 / / : : 00000024

003K4X 01204

T014 / / : : 00000062

0036000USD 000012K4 \0\0\0\x000C

X001 / / : : 00000060

6038

-


Program SAPBSEGA

-


FAEDE / / : : 00000112

SD20080909#\x000C\x000C 200809092009010720090107

-


Program SAPLFREP

-


FAEDE / / : : 00000112

SD20080909#\x000C\x000C 200809092009010720090107

-


-


ABAP Control Blocks (CONT)

-


Index

Name

Fl

PAR0

PAR1

PAR2

PAR3

PAR4

PAR5

PAR6

Source Code

Line

-


1042

mvqk

14

001E

1BB0

000E

0

1044

MOVE

FF

0034

022D

022E

0

1046

MOVE

FF

0034

022F

0230

0

1048

mvqk

07

001E

6444

0122

0

1050

mvqk

07

001E

644B

0129

0

1052

mvqk

07

001E

6452

0478

0

1054

FUNC

00

B716

0

1055

FUNC

00

0231

0

1056

PAR2

02

0000

00D0

0232

0

1058

PAR2

02

0000

00CF

0034

0

1060

PAR2

02

0000

00CE

0072

0

1062

PAR2

02

0000

00CD

0110

0

>>>>>

FUNC

10

0007

0

1065

PAR2

00

0000

00D1

005F

0

1067

FUNC

81

00D2

0

1068

FUNC

82

0001

0

1069

FUNC

81

00D3

0

1070

FUNC

82

0002

0

1071

FUNC

FF

0000

0

1072

cmpr

00

00CA

020D

0000

0

-


7 REPLIES 7

raviprakash
Advisor
Advisor
0 Kudos

Hi Sam,

I think this has happened because of the change in the SAP Function Module's parameters or interface. I would request you to run the program "RSTODIRS" and check whether the function module you have used has undergone change or not. Find the changes between the releases 46C and 620.

Many Regards,

Ravi.

Former Member
0 Kudos

Does it tell you anywhere in the dump specifically which variable is causing the error?

Rob

Former Member
0 Kudos

I am pasting my dump here:

Runtime Errors CALL_FUNCTION_CONFLICT_LENG

Except. CX_SY_DYN_CALL_ILLEGAL_TYPE

Date and Time 11/18/2008 15:37:13

-


-


Short text

Type conflict when calling a function module (field length).

-


-


What happened?

Error in the ABAP Application Program

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

come across a statement that unfortunately cannot be executed.

A function module was called incorrectly.

-


-


What can you do?

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

An exception occurred that is explained in detail below.

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

not caught in

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

The call to the function module "ITEM_DERIVE_FIELDS" is incorrect:

In the function module interface, you can specify only

fields of a specific type and length under "S_ITEM".

Although the currently specified field

"WA_POS" is the correct type, its length is incorrect.

-


-


How to correct the error

If the error occurred in your own ABAP program or in an SAP

program you modified, try to remove the error.

If the error occurs in the program SAPCNVE, it could be for any of

the following reasons:

1. The field <INPUT> conflicts with a function module called

"..._INPUT" or the field <OUTPUT> with "..._OUTPUT".

This is probably due to an error in the definition of the

function module interface. For the relevant

parameters, you should not specify any reference field.

2. The field <INPUT> conflicts with a function module called

"..._OUTPUT.

It may be that the GPA mechanism was used to read a value from the

SAP memory with an incorrect length. The

material number conversion MATN1, for example, expects

a material number 18 characters long in ABAP/4 internal terms. If,

instead, MAT contains a value only 1 character long, the program

terminates.

To view the current contents of the SAP memory, go into "Debugging"

and select Goto -> System -> System areas. View area SMEM.

A GPA value may be the wrong length for any of the following reasons:

a) The user master record contains a value with an incorrect length.

b) In the current transaction, an incorrect parameter ID was

chosen for the field with this conversion.

c) In one of the screens for a previously executed transaction, a

field was assigned an incorrect parameter ID.

d) In a previously executed ABAP/4 program, a

SET-PARAMETER statement has a value with an incorrect length, e.g.

SET PARAMETER ID 'MAT' FIELD '1'.

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"CALL_FUNCTION_CONFLICT_LENG" "CX_SY_DYN_CALL_ILLEGAL_TYPE"

"RFITEMAR" or " "

"POS_TABLE_FILL"

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.

The exception must either be prevented, caught within proedure

"POS_TABLE_FILL" "(FORM)", or its possible occurrence must be declared in the

RAISING clause of the procedure.

To prevent the exception, note the following:

-


-


System environment

SAP-Release 700

Application server... "aeupvi05"

Network address...... "198.208.216.115"

Operating system..... "HP-UX"

Release.............. "B.11.23"

Hardware type........ "ia64"

Character length.... 16 Bits

Pointer length....... 64 Bits

Work process number.. 7

Shortdump setting.... "full"

Database server... "adgru001"

Database type..... "ORACLE"

Database name..... "PEU"

Database user ID.. "SAPPEU"

Char.set.... "C"

SAP kernel....... 700

created (date)... "May 5 2008 21:24:26"

create on........ "HP-UX B.11.23 U ia64"

Database version. "OCI_102 (10.2.0.2.0) "

Patch level. 159

Patch text.. " "

Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."

SAP database version. 700

Operating system..... "HP-UX B.11"

Memory consumption

Roll.... 116272

EM...... 25139040

Heap.... 0

Page.... 884736

MM Used. 3945568

MM Free. 4531056

-


-


User and Transaction

Client.............. 003

User................ "CHARLHIL"

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

Transaction......... "FBL5N "

Transactions ID..... "4922F626B26B2554E1000000C6D0D873"

Program............. "RFITEMAR"

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

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

-


-


Information on where terminated

Termination occurred in the ABAP program "RFITEMAR" - in "POS_TABLE_FILL".

The main program was "RFITEMAR ".

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

of the (Include) program " ".

The termination is caused because exception "CX_SY_DYN_CALL_ILLEGAL_TYPE"

occurred in

procedure "POS_TABLE_FILL" "(FORM)", but it was neither handled locally nor

declared

in the RAISING clause of its signature.

The procedure is in program "RFITEMAR "; its source code begins in line

0 of the (Include program "???".

-


-


Contents of system fields

-


Name

Val.

-


SY-SUBRC

0

SY-INDEX

1

SY-TABIX

1

SY-DBCNT

1

SY-FDPOS

0

SY-LSIND

0

SY-PAGNO

0

SY-LINNO

1

SY-COLNO

1

SY-PFKEY

SY-UCOMM

SY-TITLE

Customer Line Item Display

SY-MSGTY

I

SY-MSGID

DB

SY-MSGNO

272

SY-MSGV1

SY-MSGV2

SY-MSGV3

SY-MSGV4

SY-MODNO

1

SY-DATUM

20081118

SY-UZEIT

153713

SY-XPROG

SAPDBDDF

SY-XFORM

%_ROOT

-


-


Active Calls/Events

-


No. Ty. Program Include Line

Name

-


9 FORM RFITEMAR ??? 0

POS_TABLE_FILL

8 FORM RFITEMAR ??? 0

%_GET_BSID

7 FORM SAPDBDDF SAPDBDDF 3514

WRITE_INTO_BSID

6 FORM SAPDBDDF SAPDBDDF 1375

PUT_BSID

5 FORM SAPDBDDF SAPDBDDF 1213

PUT_KNB1

4 FORM SAPDBDDF SAPDBDDF 977

PROCESS_VF_DEBI

3 FORM SAPDBDDF SAPDBDDF 870

PUT_KNA1

2 FORM SAPDBDDF SAPDBDDF 3584

%_ROOT

1 EVENT RFITEMAR ??? 0

SYSTEM-EXIT

-


-


Chosen variables

-


Name

Val.

-


No. 9 Ty. FORM

Name POS_TABLE_FILL

-


X_SHBV

0

0

2

0

X_MERK

0

0

2

0

X_PARK

0

0

2

0

WA_POS

00 000000006016667497RV2008090901 200809096038001########

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

3322222222222222222222222222222222222222333333333333333333553333333333233333333333333300000000

00000000000000000000000000000000000000000000000060166674972620080909010200809096038001000C000C

OKAY

X

0

0

5

8

BSIK-QSFBT

0000000

000000C

WA_BSEGP

000000000000000000000

000000C000000C000000C

%_DUMMY$$

0000

0000

2222

0000

SO_QSFBT-LOW

00000000

0000000C

%B025010_BLOCK_1000

Alternative Currency

00000000000000000000000000000000000000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000000000000000000000000000000000000

46767667676247776667222222222222222222222222222222222222222222222222222222222222222

1C452E14965035225E39000000000000000000000000000000000000000000000000000000000000000

%_ARCHIVE

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

P_KEYDATE

20081118

00000000

00000000

33333333

20081118

WA_POS-DMSHB

#######L

00000024

0000043C

BSID-DMBTR

######L

0000024

000043C

WA_POS-WRSHB

#######L

00000024

0000043C

BSID-WRBTR

######L

0000024

000043C

SO_WLBUK[]

Table IT_195[0x22]

\PROGRAM=RFITEMAR\DATA=SO_WLBUK[]

Table reference: 98

TABH+ 0(20) = 0000000000000000000000000000000000000000

TABH+ 20(20) = 00000062000000C30000000000000016FFFFFFFF

TABH+ 40(16) = 0400000000002AE0000A249001800000

store = 0x0000000000000000

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 98 (0x00000062)

label = 195 (0x000000C3)

fill = 0 (0x00000000)

leng = 22 (0x00000016)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000214

occu = 10 (0x0000000A)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

shmTabhSet = Not allocated

id = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

shmVersId = Not allocated

shmRefCount = Not allocated

shmIsReadOnly = Not allocated

>>>>> 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

X_OPSEL

X

0

0

5

8

DD_ZLSCH-HIGH

0

0

2

0

DD_MANST[]

Table IT_205[0x10]

\PROGRAM=RFITEMAR\DATA=DD_MANST[]

Table reference: 108

TABH+ 0(20) = 0000000000000000000000000000000000000000

TABH+ 20(20) = 0000006C000000CD000000000000000AFFFFFFFF

TABH+ 40(16) = 0400000000002240000A249001800000

store = 0x0000000000000000

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 108 (0x0000006C)

label = 205 (0x000000CD)

fill = 0 (0x00000000)

leng = 10 (0x0000000A)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000168

occu = 10 (0x0000000A)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

shmTabhSet = Not allocated

id = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

shmVersId = Not allocated

shmRefCount = Not allocated

shmIsReadOnly = Not allocated

>>>>> 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

T005-KALSM

TAXUSJ

000000

000000

545554

41853A

DD_ZLSCH-LOW

0

0

2

0

%_DD_ZLSCH_%_APP_%

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

DD_ZLSCH

00000

00000

22222

00000

IT_H_T001

0036038adidas Sales Inc. Portland US USD ECOA 10K42006038

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

3333333666667256667246622222222256776666222222222222222225525542244442334333333332222222222222

0036038149413031C5309E3E000000000F24C1E4000000000000000005305340053F1010B420060380000000000000

DD_MANST

00

00000

00000

22233

00000

%_DD_MANST_%_APP_%

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

DD_MANST-LOW

0

0

0

3

0

SY-REPID

RFITEMAR

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5445444522222222222222222222222222222222

26945D1200000000000000000000000000000000

%_DD_MSCHL_%_APP_%

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SY-SUBRC

0

0000

0000

SCREEN

%_17SXS0000002899_%_%_%_%_%_%_

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2533555333333333352525252525252222222222222222222222222222222222222222222222222222222222222222

5F173830000002899F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000

SY-MSGID

DB

00000000000000000000

00000000000000000000

44222222222222222222

42000000000000000000

DD_NOOAP

X

0

0

5

8

-


No. 8 Ty. FORM

Name %_GET_BSID

-


%_SELECTED

0

0

2

0

BSID

00360386007676000 00000000 ABGC FALL 2 200860166674970012008090920080909200809

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

3333333333333333322333333332222222222444424444232222222333333333333333333333333333333333333333

00360386007676000000000000000000000001273061CC020000000200860166674970012008090920080909200809

%_WA

00360386007676000 00000000 ABGC FALL 2 200860166674970012008090920080909200809

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

3333333333333333322333333332222222222444424444232222222333333333333333333333333333333333333333

00360386007676000000000000000000000001273061CC020000000200860166674970012008090920080909200809

WA_VBSEC

0000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222233333332222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

%_DD_AUGDT_%_APP_%

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SO_YRPER[]

Table IT_191[0x34]

\PROGRAM=RFITEMAR\DATA=SO_YRPER[]

Table reference: 94

TABH+ 0(20) = 0000000000000000000000000000000000000000

TABH+ 20(20) = 0000005E000000BF0000000000000022FFFFFFFF

TABH+ 40(16) = 0400000000002EA0000A249001800000

store = 0x0000000000000000

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 94 (0x0000005E)

label = 191 (0x000000BF)

fill = 0 (0x00000000)

leng = 34 (0x00000022)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000234

occu = 10 (0x0000000A)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

shmTabhSet = Not allocated

id = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

shmVersId = Not allocated

shmRefCount = Not allocated

shmIsReadOnly = Not allocated

>>>>> 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

LD_YRPER

2008009

0000000

0000000

3333333

2008009

%_SSCR[]

Table IT_0[129x492]

\PROGRAM=RFITEMAR\DATA=%_SSCR[]

Table reference: 0

TABH+ 0(20) = 60000000033D78D0000000000000000000000000

TABH+ 20(20) = 000000000000000000000081000001ECFFFFFFFF

TABH+ 40(16) = 04000000000003E000012CC021800000

store = 0x60000000033D78D0

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 0 (0x00000000)

label = 0 (0x00000000)

fill = 129 (0x00000081)

leng = 492 (0x000001EC)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000006

occu = 1 (0x00000001)

access = 1 (ItAccessStandard)

idxKind = 1 (ItIndexLinear)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 1

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = 0x60000000033D7930

pgHook = 0x60000000033D7F80

idxPtr = 0x60000000033D8150

shmTabhSet = 0x0000000000000000

id = 2 (0x00000002)

refCount = 2 (0x00000002)

tstRefCount = 0 (0x00000000)

lineAdmin = 227 (0x000000E3)

lineAlloc = 131 (0x00000083)

shmVersId = 0 (0x00000000)

shmRefCount = 3 (0x00000003)

>>>>> 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

X_STOP

0

0

2

0

SYST-REPID

RFITEMAR

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5445444522222222222222222222222222222222

26945D1200000000000000000000000000000000

-


No. 7 Ty. FORM

Name WRITE_INTO_BSID

-


DD_BUSAB-LOW

00

00

22

00

SY-SUBRC

0

0000

0000

SY-REPID

SAPDBDDF

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5454444422222222222222222222222222222222

3104244600000000000000000000000000000000

VBSEGD

0000000 000 ############## ##################### ######00000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000C000000C0000000C000000C000000C000000C00000000

2222222222222222233333332222333222222222222222000000000000002000000000000000000000200000033333

0000000000000000000000000000000000000000000000000000C000000C0000000C000000C000000C000000C00000

KNKK

        1. ############00000000 00000000 00000000 0000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222200002222222222000000000000333333332222222222222333333332223333333322223333333

00000000000000000000C0000000000000C000C000C000000000000000000000000000000000000000000000000000

%_DD_BUSAB_%_APP_%

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SYST-REPID

SAPDBDDF

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5454444422222222222222222222222222222222

3104244600000000000000000000000000000000

%_FREECALL

0

0

2

0

RSJOBINFO

00000000000000 ##

0000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222222222222222233333333333333222222222222222222222222222222222200

0000000000000000000000000000000000000000000000000000000000000000000000000000000000

%_CURRTAB

BSID

00000000000000

00000000000000

45442222222222

23940000000000

%_DD_KUNNR_%_APP_%

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SY-CPROG

RFITEMAR

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5445444522222222222222222222222222222222

26945D1200000000000000000000000000000000

%_%_SELECTED

0

0

2

0

BSID

00360386007676000 00000000 ABGC FALL 2 200860166674970012008090920080909200809

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

3333333333333333322333333332222222222444424444232222222333333333333333333333333333333333333333

00360386007676000000000000000000000001273061CC020000000200860166674970012008090920080909200809

SPACE

0

0

2

0

%_SPACE

0

0

2

0

%_DD_KONZS_%_APP_%

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

-


No. 6 Ty. FORM

Name PUT_BSID

-


YBSAD

Table[initial]

CURSOR-YBSAD

0

0000

0000

LD_ARCH

0

0

2

0

DD_USEDB

X

0

0

5

8

B0SG-XSTAN

X

0

0

5

8

B0SG-XSTAS

0

0

2

0

CURSOR-BSID

1

0000

0001

SP_TABLES

KNB1

0000000000000000000000000000000

0000000000000000000000000000000

4443222222222222222222222222222

BE21000000000000000000000000000

DD_BUKRS[]

Table IT_161[1x22]

\PROGRAM=SAPDBDDF\DATA=DD_BUKRS[]

Table reference: 64

TABH+ 0(20) = C0000001111D3620C0000001111EFBE000000000

TABH+ 20(20) = 00000040000000A10000000100000016FFFFFFFF

TABH+ 40(16) = 0400000000001E200001249021800000

store = 0xC0000001111D3620

ext1 = 0xC0000001111EFBE0

shmId = 0 (0x00000000)

id = 64 (0x00000040)

label = 161 (0x000000A1)

fill = 1 (0x00000001)

leng = 22 (0x00000016)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000146

occu = 1 (0x00000001)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 1

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = 0xC0000001111F91E0

pgHook = 0x0000000000000000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 148 (0x00000094)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 1 (0x00000001)

lineAlloc = 1 (0x00000001)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x00000001)

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

regHook = 0x0000000000000000

collHook = 0x0000000000000000

ext2 = 0xC0000001111EFB70

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

tabhBack = 0xC00000011100F2B0

delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000

pb_func = 0x0000000000000000

pb_handle = 0x0000000000000000

XBSID[]

Table IT_377[100x2052]

\PROGRAM=SAPDBDDF\DATA=XBSID[]

Table reference: 251

TABH+ 0(20) = C0000001110326A0000000000000000000000000

TABH+ 20(20) = 000000FB000001790000006400000804FFFFFFFF

TABH+ 40(16) = 0400000800002DB000042CC401800000

store = 0xC0000001110326A0

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 251 (0x000000FB)

label = 377 (0x00000179)

fill = 100 (0x00000064)

leng = 2052 (0x00000804)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000229

occu = 4 (0x00000004)

access = 1 (ItAccessStandard)

idxKind = 1 (ItIndexLinear)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

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 = 0xC000000111032700

pgHook = 0xC00000011103C8F0

idxPtr = 0xC00000011102D4A0

shmTabhSet = 0x0000000000000000

id = 167 (0x000000A7)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 128 (0x00000080)

lineAlloc = 100 (0x00000064)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x00000001)

>>>>> 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

XBSID

00360386007676000 00000000 ABGC FALL 2 200860166674970012008090920080909200809

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

3333333333333333322333333332222222222444424444232222222333333333333333333333333333333333333333

00360386007676000000000000000000000001273061CC020000000200860166674970012008090920080909200809

CURSOR-BSAD

0

0000

0000

DDF_SP[]

Table[initial]

XBSAD[]

Table[initial]

XBSAD

00000000 0000 0000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222333333332222222222222222222222222222333322222222223333333333333333333333333

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

-


No. 5 Ty. FORM

Name PUT_KNB1

-


%_DD_LAND1_%_APP_%

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

%_REJECT

0

0

2

0

DD_LAND1-LOW

000

000

222

000

SY-LDBPG

SAPDBDDF

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5454444422222222222222222222222222222222

3104244600000000000000000000000000000000

DD_KUNNR[]

Table IT_160[1x46]

\PROGRAM=SAPDBDDF\DATA=DD_KUNNR[]

Table reference: 65

TABH+ 0(20) = C00000011100F4B0000000000000000000000000

TABH+ 20(20) = 00000041000000A0000000010000002EFFFFFFFF

TABH+ 40(16) = 0400000000001AF0000A249021800000

store = 0xC00000011100F4B0

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 65 (0x00000041)

label = 160 (0x000000A0)

fill = 1 (0x00000001)

leng = 46 (0x0000002E)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000129

occu = 10 (0x0000000A)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 1

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = 0xC000000111015570

pgHook = 0x0000000000000000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 95 (0x0000005F)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 10 (0x0000000A)

lineAlloc = 10 (0x0000000A)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x00000001)

>>>>> 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

%B024021_BLOCK_1000

00000000000000000000000000000000000000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000000000000000000000000000000000000

22222222222222222222222222222222222222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000000000000000000000000000000000000

DD_KUNNR

IEQ6007676000

00000000000000000000000

00000000000000000000000

44533333333332222222222

95160076760000000000000

%_SSCR

SO_SHKZG##S ##CCHARRFPOSXEXT-SHKZG

0000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000

545544540C520044445545455455254454222222222222222222222222222222222222222222222222222222222222

3FF38BA7F7300133812260F38584D38BA7000000000000000000000000000000000000000000000000000000000000

DD_APOPT

0

0

2

0

-


No. 4 Ty. FORM

Name PROCESS_VF_DEBI

-


DD_KONZS

00000000000000000000000

00000000000000000000000

22222222222222222222222

00000000000000000000000

DD_KONZS-LOW

0000000000

0000000000

2222222222

0000000000

DD_LAND1[]

Table IT_215[0x18]

\PROGRAM=SAPDBDDF\DATA=DD_LAND1[]

Table reference: 118

TABH+ 0(20) = 0000000000000000000000000000000000000000

TABH+ 20(20) = 00000076000000D70000000000000012FFFFFFFF

TABH+ 40(16) = 0400000000001A60000A249001800000

store = 0x0000000000000000

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 118 (0x00000076)

label = 215 (0x000000D7)

fill = 0 (0x00000000)

leng = 18 (0x00000012)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000126

occu = 10 (0x0000000A)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

shmTabhSet = Not allocated

id = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

shmVersId = Not allocated

shmRefCount = Not allocated

shmIsReadOnly = Not allocated

>>>>> 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

DD_BSTAT

IEQ

00000

00000

44522

95100

-


No. 3 Ty. FORM

Name PUT_KNA1

-


COUNT

1

0000

0001

MAX_COUNT

25

0001

0009

%_VIASELSCR

#

0

4

VF_DEBI

000000000000 0

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222222222222222222222222222233333333333322222222322222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

XVF_DEBI

003600767600060380000195403Company 000000000000 0

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

3333333333333333333333333334667667222222222233333333333322222222322222222222222222222222222222

0036007676000603800001954033FD01E9000000000000000000000000000000000000000000000000000000000000

DDF_SP

00000000000000

00000000000000

22222222222222

00000000000000

DD_VBUND[]

Table IT_217[0x30]

\PROGRAM=SAPDBDDF\DATA=DD_VBUND[]

Table reference: 120

TABH+ 0(20) = 0000000000000000000000000000000000000000

TABH+ 20(20) = 00000078000000D9000000000000001EFFFFFFFF

TABH+ 40(16) = 0400000000001910000A249001800000

store = 0x0000000000000000

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 120 (0x00000078)

label = 217 (0x000000D9)

fill = 0 (0x00000000)

leng = 30 (0x0000001E)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000119

occu = 10 (0x0000000A)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

shmTabhSet = Not allocated

id = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

shmVersId = Not allocated

shmRefCount = Not allocated

shmIsReadOnly = Not allocated

>>>>> 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

XVF_DEBI[]

Table IT_367[1x2686]

\PROGRAM=SAPDBDDF\DATA=XVF_DEBI[]

Table reference: 38

TABH+ 0(20) = C0000001110219A0000000000000000000000000

TABH+ 20(20) = 000000260000016F0000000100000A7EFFFFFFFF

TABH+ 40(16) = 0400000800002330000424C401800000

store = 0xC0000001110219A0

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 38 (0x00000026)

label = 367 (0x0000016F)

fill = 1 (0x00000001)

leng = 2686 (0x00000A7E)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000173

occu = 4 (0x00000004)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

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 = 0xC0000001110236A0

pgHook = 0x0000000000000000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 160 (0x000000A0)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 4 (0x00000004)

lineAlloc = 4 (0x00000004)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x00000001)

>>>>> 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

K_KUNNR[]

Table IT_366[1x46]

\PROGRAM=SAPDBDDF\DATA=K_KUNNR[]

Table reference: 45

TABH+ 0(20) = C0000001111B16C0000000000000000000000000

TABH+ 20(20) = 0000002D0000016E000000010000002EFFFFFFFF

TABH+ 40(16) = 0400000800003080000A249021800000

store = 0xC0000001111B16C0

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 45 (0x0000002D)

label = 366 (0x0000016E)

fill = 1 (0x00000001)

leng = 46 (0x0000002E)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000244

occu = 10 (0x0000000A)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 1

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = 0xC0000001110195E0

pgHook = 0x0000000000000000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 159 (0x0000009F)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 10 (0x0000000A)

lineAlloc = 10 (0x0000000A)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x00000001)

>>>>> 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

K_KUNNR

IEQ6007676000

00000000000000000000000

00000000000000000000000

44533333333332222222222

95160076760000000000000

%_DUMMY$$

0000

0000

2222

0000

GD_COUNT_ARCH

0

0000

0000

DD_BUKRS

IEQ6038

00000000000

00000000000

44533332222

95160380000

LD_ARCH

0

0

2

0

DD_AKONT[]

Table IT_212[0x46]

\PROGRAM=SAPDBDDF\DATA=DD_AKONT[]

Table reference: 115

TABH+ 0(20) = 0000000000000000000000000000000000000000

TABH+ 20(20) = 00000073000000D4000000000000002EFFFFFFFF

TABH+ 40(16) = 0400000000001D90000A249001800000

store = 0x0000000000000000

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 115 (0x00000073)

label = 212 (0x000000D4)

fill = 0 (0x00000000)

leng = 46 (0x0000002E)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000143

occu = 10 (0x0000000A)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

shmTabhSet = Not allocated

id = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

shmVersId = Not allocated

shmRefCount = Not allocated

shmIsReadOnly = Not allocated

>>>>> 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

G_BALV

0

0

2

0

DD_IARCH

X

0

0

5

8

SY-MSGID

DB

00000000000000000000

00000000000000000000

44222222222222222222

42000000000000000000

DD_ZLSCH[]

Table IT_206[0x10]

\PROGRAM=SAPDBDDF\DATA=DD_ZLSCH[]

Table reference: 109

TABH+ 0(20) = 0000000000000000000000000000000000000000

TABH+ 20(20) = 0000006D000000CE000000000000000AFFFFFFFF

TABH+ 40(16) = 04000000000021B0000A249001800000

store = 0x0000000000000000

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 109 (0x0000006D)

label = 206 (0x000000CE)

fill = 0 (0x00000000)

leng = 10 (0x0000000A)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000165

occu = 10 (0x0000000A)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

shmTabhSet = Not allocated

id = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

shmVersId = Not allocated

shmRefCount = Not allocated

shmIsReadOnly = Not allocated

>>>>> 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

-


No. 2 Ty. FORM

Name %_ROOT

-


ADMI_FILES

000000 00000000000000########

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

3333332222222222222222222233333333333333000000002222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

BSIDEXT

00000000 0000 0000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222222333333332222222222222222222222222222333322222222223333333333333333333333333

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

BKPF

0000 00000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222233332233333333333333333333333333333333333333333333333333333333222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

BSEG

0000000 0000000000000000 ############## #####

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000C000000C00000000000C0

2222222222222222233333332333333333333333322222222222222222222222222222000000000000002222200000

0000000000000000000000000000000000000000000000000000000000000000000000000000C000000C0000000000

WITH_ITEM

0000000 ################ ################################ ######## #######

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2222222222222222233333332222000000000000000020000000000000000000000000000000020000000020000000

0000000000000000000000000000000C000C000C000C0000C000C000C000C000C000C000C000C0000C000C0000C000

GSEG

0000000 0000000000000000 ############## #####

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000C000000C00000000000C0

2222222222222222233333332333333333333333322222222222222222222222222222000000000000002222200000

0000000000000000000000000000000000000000000000000000000000000000000000000000C000000C0000000000

DD_INDEX

######u

0000000000000000000000000000000000000000000000000000000000000000000000000000000000008000

000000000000000000000000000000000000000000000000000000000000000000000000000000000000A000

2222222222222222222222222222222222222222222222222222222222222222222222222222222220000007

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000005

KNA1

0036007676000US MATT GODEK INC DBA RUGBY & SOCCER SUPPLY MERRIFIE

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

3333333333333552445524444424442222222222222222222224442554452225444452555545222222222244554444

0036007676000530D14407F45B09E30000000000000000000004210257290603F335203500C90000000000D5229695

SCREEN

%_17SXS0000002899_%_%_%_%_%_%_

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

2533555333333333352525252525252222222222222222222222222222222222222222222222222222222222222222

5F173830000002899F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000

SP_FIELDS[]

Table IT_321[2x266]

\PROGRAM=SAPDBDDF\DATA=SP_FIELDS[]

Table reference: 219

TABH+ 0(20) = C00000011109B1E0000000000000000000000000

TABH+ 20(20) = 000000DB00000141000000020000010AFFFFFFFF

TABH+ 40(16) = 0400000800000CB0000A249001800000

store = 0xC00000011109B1E0

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 219 (0x000000DB)

label = 321 (0x00000141)

fill = 2 (0x00000002)

leng = 266 (0x0000010A)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000053

occu = 10 (0x0000000A)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = 0xC00000011109B240

pgHook = 0x0000000000000000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 128 (0x00000080)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 10 (0x0000000A)

lineAlloc = 10 (0x0000000A)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x00000001)

>>>>> 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

SP_FIELDS

KNB1-BUKRS

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

4443245455222222222222222222222222222222222222222222222222222222222222222222222222222222222222

BE21D25B23000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SP_TABLES[]

Table IT_320[2x62]

\PROGRAM=SAPDBDDF\DATA=SP_TABLES[]

Table reference: 218

TABH+ 0(20) = C00000011109AE90C0000001110B41E000000000

TABH+ 20(20) = 000000DA00000140000000020000003EFFFFFFFF

TABH+ 40(16) = 0400000800000D40000A249001800000

store = 0xC00000011109AE90

ext1 = 0xC0000001110B41E0

shmId = 0 (0x00000000)

id = 218 (0x000000DA)

label = 320 (0x00000140)

fill = 2 (0x00000002)

leng = 62 (0x0000003E)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000056

occu = 10 (0x0000000A)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = 0xC00000011109AEF0

pgHook = 0x0000000000000000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 127 (0x0000007F)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 10 (0x0000000A)

lineAlloc = 10 (0x0000000A)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x00000001)

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

regHook = 0x0000000000000000

collHook = 0xC0000001110B4130

ext2 = 0x0000000000000000

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

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

-


No. 1 Ty. EVENT

Name SYSTEM-EXIT

-


SY-XPROG

SAPDBDDF

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5454444422222222222222222222222222222222

3104244600000000000000000000000000000000

SY-XFORM

%_ROOT

000000000000000000000000000000

000000000000000000000000000000

255445222222222222222222222222

5F2FF4000000000000000000000000

-


-


Internal notes

The termination was triggered in function "FuncParams"

of the SAP kernel, in line 3166 of the module

"//bas/700_REL/src/krn/runt/abfunc.c#16".

The internal operation just processed is "FUNC".

Internal mode was started at 20081118152013.

Name of function module...............: "ITEM_DERIVE_FIELDS"

Name of formal parameter..............: "S_ITEM"

Technical type of actual parameter....: "u"

Technical length of actual parameter..: 1680 bytes

Technical type of formal parameter....: "u"

Technical length of formal parameter..: 2472 bytes

Name of formal parameter at caller....: "S_ITEM"

-


-


Active Calls in SAP Kernel

-


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

-


(0) 0x4000000003b5f7b0 CTrcStack + 0x1b0 at dptstack.c:227 [dw.sapPEU_D07]

(1) 0x4000000004d5a870 Z16rabaxCStackSavev + 0x1d0 [dw.sapPEU_D07]

(2) 0x4000000004d60560 ab_rabax + 0x3570 [dw.sapPEU_D07]

(3) 0x400000000407e9c0 Z10FuncParamsP9FUNCINFO + 0x5ae0 [dw.sapPEU_D07]

(4) 0x4000000004081770 Z8abjfuncv + 0x6b0 at abfunc.c:757 [dw.sapPEU_D07]

(5) 0x4000000004059b30 Z8abextriv + 0x440 [dw.sapPEU_D07]

(6) 0x4000000003f7e220 Z9abxeventPKt + 0x3c0 at abrunt1.c:339 [dw.sapPEU_D07]

(7) 0x4000000003f5b4e0 Z7absyexPKtiS0_ijjPi + 0x240 at abrunt1.c:151 [dw.sapPEU_D07]

(8) 0x4000000003dd0350 Z8abtriggv + 0x310 at abrunt1.c:88 [dw.sapPEU_D07]

(9) 0x4000000003dcfb20 ab_run + 0xc0 [dw.sapPEU_D07]

(10) 0x4000000001cbb040 N_ab_run + 0x20 at dymainstp.c:4759 [dw.sapPEU_D07]

(11) 0x4000000001cc4f10 dynpmcal + 0x3f0 at dymainstp.c:2275 [dw.sapPEU_D07]

(12) 0x4000000001cbf790 dynppai0 + 0x3b0 at dymainstp.c:999 [dw.sapPEU_D07]

(13) 0x4000000001cc2ce0 dynprctl + 0x340 at dymainstp.c:358 [dw.sapPEU_D07]

(14) 0x4000000001cae500 dynpen00 + 0xab0 at dymain.c:1645 [dw.sapPEU_D07]

(15) 0x4000000002000330 Thdynpen00 + 0x520 at thxxhead.c:4843 [dw.sapPEU_D07]

(16) 0x4000000001fcaae0 TskhLoop + 0x5690 at thxxhead.c:3958 [dw.sapPEU_D07]

(17) 0x4000000001fc0280 ThStart + 0x460 at thxxhead.c:1164 [dw.sapPEU_D07]

(18) 0x4000000001577ae0 DpMain + 0x5f0 at dpxxdisp.c:1099 [dw.sapPEU_D07]

(19) 0x4000000002c31610 nlsui_main + 0x30 [dw.sapPEU_D07]

(20) 0x4000000002c315a0 main + 0x60 [dw.sapPEU_D07]

(21) 0xc00000000004f200 main_opd_entry + 0x50 [/usr/lib/hpux64/dld.so]

-


-


List of ABAP programs affected

-


Index

Typ

Program

Group

Date

Time

Size

Lang.

-


0

Prg

RFITEMAR

0

11/17/2008

12:08:45

408576

E

1

Prg

SAPMSSY0

1

11/14/2008

05:29:33

92160

E

2

Prg

SAPMSSYD

1

08/16/2006

12:06:37

21504

E

3

Prg

SAPFSYSCALLS

1

09/09/2004

14:18:32

8192

E

4

Prg

RSDBRUNT

0

11/14/2008

05:50:58

254976

E

5

Typ

RSSCR

0

03/30/2005

10:21:45

5120

6

Prg

RSDBSPBL

0

03/30/2005

10:21:58

72704

E

7

Prg

%_CTPIT

0

09/20/2006

10:27:23

26624

E

8

Prg

SAPDBDDF

0

11/14/2008

06:21:21

331776

E

9

Typ

VARID

0

05/12/1997

16:51:30

5120

10

Prg

SAPLSSEL

10

11/14/2008

05:50:58

1155072

E

11

Typ

RSDSTEXTS

0

08/20/1998

10:57:32

2048

12

Prg

SAPLSLDB

12

01/25/2006

11:07:10

82944

E

13

Typ

LDBD

0

02/14/1998

08:13:18

4096

14

Typ

LDBN

0

08/20/1998

11:19:50

3072

15

Typ

LDBNT

0

02/14/1998

08:13:31

2048

16

Typ

RSCONVERT

0

11/09/2000

14:11:21

4096

17

Prg

CONTEXT_X_FREE_SEL_DD_INFO

10

10/18/2006

09:51:05

62464

E

18

Typ

TCONT

0

09/09/2004

14:18:43

2048

19

Typ

CONTEXTB

0

09/09/2004

14:15:52

6144

20

Prg

%_CSYFRS

10

03/30/2005

10:21:45

9216

E

21

Prg

SAPLFCUE1

21

11/06/2003

21:21:57

18432

E

22

Typ

TCUR_BUKRS

0

02/22/2001

10:03:05

2048

23

Typ

TPRCD

0

02/22/2001

10:05:02

2048

24

Prg

SAPLFI_CHECK_DATE

24

12/18/2001

17:17:24

16384

E

25

Prg

SAPLSUNI

25

11/14/2008

05:58:20

153600

E

26

Typ

TFDIR

0

02/13/2005

17:31:57

3072

27

Prg

SAPLCA_CHECK_DATE

27

11/19/2001

16:15:55

19456

E

28

Typ

TPCUSERN

0

04/17/2002

10:34:16

2048

29

Typ

B0SG

0

04/11/2005

11:46:42

5120

30

Prg

SAPLAS_DATASOURCE

30

11/06/2003

21:17:26

50176

E

31

Prg

SAPLAADM

31

08/16/2006

12:05:20

332800

E

32

Typ

ASDATASRC1

0

05/06/2002

10:38:40

2048

33

Typ

SSCRFIELDS

0

05/13/1997

12:54:26

5120

34

Prg

%_CSYDB0

0

03/30/2005

10:21:45

36864

E

35

Prg

RSDBSPVA

0

11/14/2008

05:02:36

133120

E

36

Typ

SSCRTEXTS

0

09/03/1997

03:12:33

3072

37

Prg

RSDBSPMC

0

08/16/2006

11:55:58

79872

E

38

Prg

SAPLICON

38

11/14/2008

05:50:58

27648

E

39

Prg

%_CICON

38

11/14/2008

05:50:57

107520

E

40

Typ

ICONT

0

08/16/2006

11:55:57

2048

41

Prg

RSDBSPDD

0

10/18/2006

09:51:05

40960

E

42

Prg

SAPLSSELSERVICE

42

07/05/2005

13:10:18

22528

E

43

Typ

DFIES

0

12/28/2004

17:06:45

10240

44

Prg

CL_ABAP_CHAR_UTILITIES========CP

44

07/05/2005

13:10:15

13312

E

45

Prg

SAPLSVAR

45

11/14/2008

06:00:06

766976

E

46

Typ

RSVAMEMKEY

0

05/07/1997

13:07:49

2048

47

Prg

%_CSYLDB

0

02/18/2005

14:15:48

8192

E

48

Typ

RSDSSELOPT

0

04/04/1995

16:11:56

2048

49

Typ

DDSHDESCR

0

09/03/1997

03:05:16

4096

50

Typ

SPPARAMS

0

05/07/1997

13:10:38

2048

51

Typ

RSSUBINFO

0

10/14/1999

22:01:03

3072

52

Typ

RSEXFCODE

0

08/13/1997

12:52:57

2048

53

Prg

SAPLDSYA

53

11/14/2008

05:25:41

45056

E

54

Prg

SAPFSDS1

53

03/30/2005

10:22:01

53248

E

55

Typ

TDCLD

0

11/02/1998

09:51:35

5120

56

Prg

SAPLSDOD

56

01/25/2006

10:59:45

46080

E

57

Typ

DOKIL

0

05/12/1997

16:46:17

3072

58

Typ

T021S

0

08/20/1998

11:04:24

2048

59

Typ

BKPF

0

11/14/2008

12:40:14

19456

60

Typ

RFPOSXEXT

0

11/14/2008

00:19:41

23552

61

Typ

BSEC

0

07/05/2005

13:04:24

9216

62

Typ

BSED

0

11/14/2008

00:15:23

7168

63

Prg

SAPLSDIFRUNTIME

63

07/05/2005

13:11:53

96256

E

64

Typ

X031L

0

07/05/2005

13:10:15

6144

65

Prg

SAPLSDNT

65

11/15/2008

08:34:48

219136

E

66

Prg

SAPLSUGS

66

03/31/2006

11:14:08

47104

E

67

Typ

BSEG

0

11/14/2008

00:15:23

52224

68

Prg

%_CSLIS

0

01/25/2006

11:07:06

89088

E

69

Prg

/SAPPSPRO/CL_NUMBERS==========CP

69

03/01/2005

11:36:59

23552

E

70

Typ

/SAPPSPRO/EADD_DATA

0

03/01/2005

10:53:32

2048

71

Typ

/SAPPSPRO/C_GPF

0

04/11/2005

11:52:07

2048

72

Typ

FMRFC

0

08/13/1997

12:32:59

2048

73

Prg

SAPLITSR

73

11/17/2008

12:07:50

114688

E

74

Typ

TBE01

0

11/14/2008

14:09:21

2048

75

Typ

TBE31

0

09/03/1997

03:01:11

2048

76

Typ

TBE11

0

09/03/1997

03:01:06

2048

77

Prg

CONTEXT_X_SP_INFO

73

10/18/2006

09:51:18

36864

E

78

Typ

TBE32

0

09/03/1997

03:27:20

3072

79

Typ

TBE34

0

09/03/1997

03:27:24

3072

80

Typ

T014

0

07/10/1997

00:37:38

3072

81

Typ

RFOPT

0

02/22/2001

10:02:28

4096

82

Prg

RSDBSPVD

0

11/14/2008

03:45:07

88064

E

83

Typ

RVARI

0

03/30/1998

09:40:50

4096

84

Typ

RSVARIVDAT

0

04/04/1995

16:12:54

2048

85

Typ

RSDSFIELDS

0

08/20/1998

10:57:22

3072

86

Prg

%_CRSDS

0

02/18/2005

14:15:39

10240

E

87

Typ

RSDSWHERE

0

04/04/1995

16:11:56

2048

88

Typ

RSDSEXPR

0

08/20/1998

10:57:18

3072

89

Typ

RSDFSNODES

0

08/28/1997

09:01:19

2048

90

Prg

%_CSSCR

10

03/30/2005

10:21:45

11264

E

91

Typ

RSDSQCAT

0

05/07/1997

13:45:01

2048

92

Typ

RSDSEVENTS

0

08/13/1997

12:52:49

2048

93

Typ

RSDSEVFLDS

0

08/20/1998

11:23:14

3072

94

Typ

RSOPTIONS

0

11/15/1995

02:45:08

3072

95

Typ

RSVARIDYN

0

08/20/1998

11:23:44

6144

96

Typ

RSVDATDYN

0

11/15/2000

17:52:04

3072

97

Typ

RSDSTABS

0

08/20/1998

10:57:25

2048

98

Prg

SAPLFAUT

98

02/14/2006

17:45:15

13312

E

99

Typ

T000F

0

08/28/1997

09:30:02

2048

100

Prg

SAPLFEUO

100

09/09/2004

14:18:34

10240

E

101

Typ

TEURA

0

08/13/1997

13:59:01

2048

102

Prg

RSDBSPDS

0

11/14/2008

05:50:58

56320

E

103

Prg

SAPFSPOR

1

09/09/2004

14:18:32

15360

E

104

Prg

SAPLSCNT

104

02/18/2005

14:16:06

30720

E

105

Typ

DYCBOX

0

08/20/1998

11:16:53

3072

106

Prg

SAPLSTUP

106

01/05/2006

12:20:05

74752

E

107

Prg

SAPLCNDP

107

11/14/2008

04:59:35

195584

E

108

Prg

SAPSHDTV

104

01/05/2005

16:26:16

33792

E

109

Typ

DD30L

0

08/20/1998

11:36:00

4096

110

Typ

RSSELINT

0

04/04/1995

16:12:37

3072

111

Typ

RSPARINT

0

04/10/1995

09:58:38

2048

112

Prg

SAPLSVSM

112

01/05/2006

12:25:28

28672

E

113

Prg

SAPLSGUI

113

11/14/2008

05:29:33

84992

E

114

Prg

SAPLSTTM

114

07/05/2005

13:10:18

69632

E

115

Prg

SAPLSBDC

115

11/14/2008

12:38:42

44032

E

116

Prg

CL_DATAPROVIDER===============CP

116

02/28/2005

21:00:46

50176

E

117

Prg

%_CCNTL

116

02/18/2005

14:15:08

15360

E

118

Typ

OBJ_RECORD

0

02/14/1998

08:30:43

2048

119

Prg

SAPFGUICNTL

1

02/18/2005

14:15:08

24576

E

120

Prg

SAPLOLEA

120

11/14/2008

04:08:22

96256

E

121

Prg

SAPLSFES

121

11/14/2008

06:00:02

261120

E

122

Prg

SAPLSPLUGIN

122

09/09/2004

14:18:36

8192

E

123

Typ

ARFCRDATA

0

11/14/2008

00:15:02

7168

124

Prg

SAPLGRFC

124

02/13/2005

18:20:25

16384

E

125

Typ

SWCBCONT

0

11/15/2000

17:55:11

3072

126

Typ

OLE_VERBS

0

04/04/1995

16:02:20

2048

127

Typ

OLE_PA

0

04/04/1995

16:02:19

2048

128

Prg

CL_GUI_PROPS_CONSUMER=========CP

128

11/14/2008

05:59:30

30720

E

129

Prg

SAPLTHFB

129

11/17/2008

12:07:56

394240

E

130

Typ

EUDB

0

11/06/2003

20:28:08

8192

131

Prg

CL_DYNAMIC_GUI_EXTENSIONS=====CP

131

02/18/2005

14:15:28

37888

E

132

Prg

CL_GUI_DATAMANAGER============CP

132

07/05/2005

13:10:15

75776

E

133

Typ

RSVUVINT

0

01/15/1996

16:09:23

2048

134

Typ

T001

0

11/14/2008

14:08:29

13312

135

Prg

SAPLF018

135

02/14/2006

17:45:15

11264

E

136

Typ

KNB1

0

11/14/2008

13:55:32

14336

137

Prg

FI_LDB_UTIL

0

06/02/2003

15:40:31

20480

E

138

Prg

SAPLLDB_LOG

138

09/09/2004

16:18:01

15360

E

139

Typ

USR05

0

12/18/2001

16:51:43

2048

140

Prg

SAPLSPIAGENTCW

140

11/14/2008

04:56:52

13312

E

141

Prg

SAPLSPILS

141

11/14/2008

05:29:33

64512

E

142

Prg

CL_OS_TRANSACTION_END_NOTIFIERCP

142

07/05/2005

13:05:25

9216

E

143

Prg

CL_SYSTEM_TRANSACTION_STATE===CP

143

11/14/2008

05:29:33

106496

E

144

Typ

T001A

0

09/03/1997

03:13:22

3072

145

Typ

KNA1

0

11/14/2008

13:55:32

30720

146

Typ

KNB5

0

03/08/1992

03:50:37

3072

147

Typ

BSID

0

11/14/2008

12:40:33

30720

148

Prg

%_CRSFS

0

02/18/2005

14:15:41

6144

E

149

Prg

SAPLF023

149

09/09/2004

14:18:34

11264

E

150

Prg

SAPLF035

150

09/20/2006

10:27:18

163840

E

151

Prg

SAPLFACSCORE

151

06/07/2001

18:27:03

13312

E

152

Typ

T001CM

0

07/10/1997

00:37:33

2048

153

Prg

SAPLFACS

153

09/20/2006

10:29:53

288768

E

154

Typ

RSDYNBREPI

0

08/20/1998

10:57:33

2048

155

Typ

RSSELDYN

0

08/20/1998

10:57:50

3072

156

Typ

RSVAR

0

11/02/1998

09:48:19

8192

157

Typ

TRDIR

0

11/02/1998

09:59:17

6144

158

Typ

NODE2STRUC

0

11/02/1998

09:46:02

2048

159

Typ

RSFS_STRUC

0

08/20/1998

10:57:36

2048

160

Typ

GSEG

0

11/14/2008

00:17:18

52224

161

Typ

VF_DEBI

0

11/14/2008

15:50:51

25600

162

Typ

ADDR1_VAL

0

07/19/2004

10:43:37

16384

163

Typ

ADDR1_TEXT

0

11/14/2008

00:14:54

3072

164

Typ

T005

0

11/13/2008

23:51:22

11264

165

Typ

RFEPB

0

08/13/1997

12:50:00

2048

166

Typ

BOOLE

0

04/04/1995

15:41:35

2048

167

Typ

T009

0

06/01/1992

11:17:16

2048

168

Typ

X001

0

09/11/1997

10:20:14

3072

169

Typ

RFEPK

0

08/13/1997

12:50:00

3072

170

Typ

TCURE

0

05/04/1999

11:55:27

2048

171

Typ

BSEGH

0

07/09/1997

23:49:31

4096

172

Prg

SAPBSEGA

0

09/09/2004

14:18:32

11264

E

173

Typ

BSEGA

0

05/06/1998

01:56:50

4096

174

Typ

FAEDE

0

07/09/1997

23:55:14

3072

175

Prg

SAPLFREP

175

01/09/2005

17:54:17

13312

E

176

Typ

T003

0

11/14/2008

14:08:29

7168

177

Prg

SAPLFI_ITEMS

177

11/18/2008

15:21:17

258048

E

178

Prg

CX_SY_DYN_CALL_ILLEGAL_TYPE===CP

178

07/05/2005

13:10:16

13312

E

179

Typ

SCX_SRCPOS

0

05/18/2004

14:07:11

2048

180

Prg

CX_SY_DYN_CALL_PARAMETER_ERRORCP

180

07/05/2005

13:10:16

12288

E

181

Prg

CX_SY_DYN_CALL_ERROR==========CP

181

07/05/2005

13:10:16

11264

E

182

Prg

CX_DYNAMIC_CHECK==============CP

182

07/05/2005

13:10:16

10240

E

183

Prg

CX_ROOT=======================CP

183

11/14/2008

04:24:45

11264

E

184

Prg

CX_NO_CHECK===================CP

184

07/05/2005

13:10:16

10240

E

185

Prg

CX_SY_NO_HANDLER==============CP

185

07/05/2005

13:10:16

10240

E

186

Typ

BSIK

0

11/14/2008

12:40:33

30720

187

Typ

SYST

0

09/09/2004

14:18:12

31744

188

Typ

VBSEGD

0

11/14/2008

14:10:02

22528

189

Typ

KNKK

0

11/29/1999

17:40:59

7168

190

Typ

RSJOBINFO

0

04/29/1992

14:52:25

3072

191

Typ

ADMI_FILES

0

11/14/2008

09:33:34

5120

192

Typ

BSIDEXT

0

11/14/2008

00:15:23

33792

193

Typ

WITH_ITEM

0

11/14/2008

14:18:44

16384

-


-


Directory of Application Tables

-


Name Date Time Lngth

Val.

-


Program RFITEMAR

-


SYST 09/09/2004 14:18:12 00004612

\0\0\0\0\0\x0001\0\0\0\0\0\0\0\x000A\0\0\0\0\0\0\0\x0001\0

RSJOBINFO / / : : 00000164

00000000000000

B0SG / / : : 00000050

X XXX X X

SSCRFIELDS 09/09/2004 14:18:02 00001708

KNA1 / / : : 00003674

0036007676000US MATT GODEK INC DBA RUG

KNB1 / / : : 00001048

003600767600060380000000020040412TOLJAC 000 000003

BSID / / : : 00002052

00360386007676000 00000000 ABGC FALL 2 200

BSIK / / : : 00002052

00000000 000

ADMI_FILES / / : : 00001000

000000 00000000000000\0\0\0\0\0\0\0\0

T001 / / : : 00000492

0036038adidas Sales Inc. Portland U

T005 / / : : 00000274

003US USA101004 EX US069000 176094106 100 0011510

KNB5 / / : : 00000106

\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0

SSCRTEXTS 03/23/2000 22:41:19 00000742

Selection using search help

-


Program RSDBRUNT

-


RSVUVINT / / : : 00000094

VARID / / : : 00000252

RFITEMAR

-


Program SAPDBDDF

-


KNKK / / : : 00000426

\0\0\0\x000C \0\0\0\x000C\0\0\0

BSIDEXT / / : : 00002200

00000000 000

BKPF / / : : 00001358

0000 00000000000000000000000000000000000

BSEG / / : : 00003264

0000000 0000000000000000

BSEGH / / : : 00000134

S\0\0##\0\x0004#\0\0\0\x0C00\0\0\x000C\0\0\0\x0C00\0\0

BSEGA / / : : 00000148

\0\0##\0\0\x000C\0\0##\0\x0004#\0\0\0\x0C00\0\x0004#\0\0\0

VBSEGD / / : : 00001430

0000000 000 \0\0\0\x0C00

GSEG / / : : 00003264

0000000 0000000000000000

ADDR1_VAL / / : : 00002752

ADDR1_TEXT / / : : 00000272

VF_DEBI / / : : 00002686

000000000000

WITH_ITEM / / : : 00000752

0000000 \0\0\0\x000C\0\0\0\x000C\0\0\0

-


Program SAPLSLDB

-


LDBD / / : : 00000264

DDF 0000000000000000000000000000

-


Program CONTEXT_X_FREE_SEL_DD_INFO

-


CONTEXTB / / : : 00002992

003IBFREE_SEL_DD_INFO 000005000120081118150000\0\0\0\0

TCONT / / : : 00000068

FREE_SEL_DD_INFO 00000000000000

-


Program SAPLFCUE1

-


TCURE / / : : 00000036

-


Program SAPLSUNI

-


TFDIR / / : : 00000268

CA_CHECK_DATE SAPLCA_CHECK_DATE

-


Program SAPLICON

-


ICONT / / : : 00000130

-


Program SAPLSSELSERVICE

-


DFIES 12/28/2004 17:06:45 00001342

RFPOSXEXT FAEDT

-


Program SAPLSVAR

-


TRDIR / / : : 00000340

RFITEMAR XFDD 903 1F

RSVAR / / : : 00000772

RFITEMAR

-


Program SAPFSDS1

-


TDCLD / / : : 00000098

RE DOKU 8R XX XXLIMUDOKUX #XR3TRPROGX

-


Program SAPLSDOD

-


DOKIL / / : : 00000152

RERFITEMAR

-


Program SAPLITSR

-


TBE01 / / : : 00000080

00001650SAMPLE_INTERFACE_00001650

TBE11 / / : : 00000074

FSCM Dispute Management

-


Program CONTEXT_X_SP_INFO

-


CONTEXTB / / : : 00002992

003EBSP_INFO 000004000220081118150000\0\0\0\0

TCONT / / : : 00000068

SP_INFO 20081117133352

-


Program SAPLFAUT

-


T000F / / : : 00000014

003 XX

T003 / / : : 00000104

003RV07ADS AB X NA XX X

-


Program SAPLFEUO

-


TEURA / / : : 00000080

T000F / / : : 00000014

003 XX

-


Program CL_GUI_PROPS_CONSUMER=========CP

-


EUDB / / : : 00004068

%C492207CCB2632542E1000000C6D0D873 \0\0\0

-


Program SAPLF018

-


T001 / / : : 00000492

0036038adidas Sales Inc. Portland U

-


Program SAPLF035

-


T001 / / : : 00000492

0036038adidas Sales Inc. Portland U

T001CM / / : : 00000022

-


Program SAPLFACSCORE

-


T001 / / : : 00000492

0036038adidas Sales Inc. Portland U

-


Program SAPLFACS

-


T001 / / : : 00000492

0036038adidas Sales Inc. Portland U

T001A / / : : 00000046

T009 / / : : 00000024

003K4X 01204

T014 / / : : 00000062

0036000USD 000012K4 \0\0\0\x000C

X001 / / : : 00000060

6038

-


Program SAPBSEGA

-


FAEDE / / : : 00000112

SD20080909#\x000C\x000C 200809092009010720090107

-


Program SAPLFREP

-


FAEDE / / : : 00000112

SD20080909#\x000C\x000C 200809092009010720090107

-


-


ABAP Control Blocks (CONT)

-


Index

Name

Fl

PAR0

PAR1

PAR2

PAR3

PAR4

PAR5

PAR6

Source Code

Line

-


1042

mvqk

14

001E

1BB0

000E

0

1044

MOVE

FF

0034

022D

022E

0

1046

MOVE

FF

0034

022F

0230

0

1048

mvqk

07

001E

6444

0122

0

1050

mvqk

07

001E

644B

0129

0

1052

mvqk

07

001E

6452

0478

0

1054

FUNC

00

B716

0

1055

FUNC

00

0231

0

1056

PAR2

02

0000

00D0

0232

0

1058

PAR2

02

0000

00CF

0034

0

1060

PAR2

02

0000

00CE

0072

0

1062

PAR2

02

0000

00CD

0110

0

>>>>>

FUNC

10

0007

0

1065

PAR2

00

0000

00D1

005F

0

1067

FUNC

81

00D2

0

1068

FUNC

82

0001

0

1069

FUNC

81

00D3

0

1070

FUNC

82

0002

0

1071

FUNC

FF

0000

0

1072

cmpr

00

00CA

020D

0000

0

-


0 Kudos

You say you want to learn, so the first thing to learn is how to read a dump. there is no need to post the entire dump here.

The relevent section is:

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

not caught in

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

The call to the function module "ITEM_DERIVE_FIELDS" is incorrect:

In the function module interface, you can specify only

fields of a specific type and length under "S_ITEM".

Although the currently specified field

"WA_POS" is the correct type, its length is incorrect.-----

-


How to correct the error

If the error occurred in your own ABAP program or in an SAP

program you modified, try to remove the error.

My question is - have you modified this program?

Rob

Former Member
0 Kudos

Yes Rob, some body already modified the program.

Former Member
0 Kudos

Hi sam,

as stated above, no need to show the entire dump screen, valid info could be passed by seeing the relevent subject in the dump...

well coming back to the problem...

just check if the the table you have used in the POS_TABLE_FILL or S_ITEM has the same type as defined in the FM ywhich you are calling. i have faced this issue, so this is the right and only way to solve this problem, that;s why its saying Type conflict when calling a function module (field length) , because FM is expecting some type as shown in export/import/table field and you are passing some other type and that is resulting into a DUMP.

i hope i am able to solve your query.

Regards,

Rohan

Former Member
0 Kudos

Hi

try to run the extended check for program RFITEMAR or try to check how the wa_pos is defined in RFITEMAR and how the parameter s_item is defined in the interface of fm ITEM_DERIVE_FIELDS

Max