Вы находитесь на странице: 1из 103

Runtime Errors

CALL_FUNCTION_CONFLICT_TYPE
Except.
CX_SY_DYN_CALL_ILLEGAL_TYPE
Date and Time
14.08.2012 19:31:54
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Short text
|
|
Type conflict when calling a function module.
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|What happened?
|
|
Error in the ABAP Application Program
|
|
|
|
The current ABAP program "YCL_IM_CL_NFE_PRINT===========CP" 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', wa
s
|
|
not caught in
|
|
procedure "IF_EX_CL_NFE_PRINT~FILL_ITEM" "(METHOD)", 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 "Y_J_1B_NFE_DANFE_XML_ITM_TEXTS" is incorre
ct:
|
|
|
|
The function module interface allows you to specify only
|
|
fields of a particular type under "I_WA_ITEM".
|
|
The field "IN_LIN" specified here is a different
|
|
field type
|
|
.
|
|
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|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 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_TYPE" "CX_SY_DYN_CALL_ILLEGAL_TYPE"
|
"YCL_IM_CL_NFE_PRINT===========CP" or "YCL_IM_CL_NFE_PRINT===========CM004"
|
"IF_EX_CL_NFE_PRINT~FILL_ITEM"
|

|
|
|

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

|
|
|
be

|
The exception must either be prevented, caught within proedure
|
"IF_EX_CL_NFE_PRINT~FILL_ITEM" "(METHOD)", or its possible occurrence must
|

declared in the
|
|
RAISING clause of the procedure.
|
|
To prevent the exception, note the following:
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|System environment
|
|
SAP-Release 700
|
|
|
|
Application server... "DKDN03SA536"
|
|
Network address...... "10.8.233.90"
|
|
Operating system..... "Windows NT"
|
|
Release.............. "6.0"
|
|
Hardware type........ "8x AMD64 Level"
|
|
Character length.... 16 Bits
|
|
Pointer length....... 64 Bits
|
|
Work process number.. 2
|
|
Shortdump setting.... "full"
|
|
|
|
Database server... "DKDN03DB502\Q08"
|
|
Database type..... "MSSQL"
|
|
Database name..... "Q08"
|
|
Database user ID.. "q08"
|
|
|
|
Terminal................. "PC0114469"
|
|
|
|
Char.set.... "C"
|
|
|
|
SAP kernel....... 700
|
|
created (date)... "Dec 9 2011 23:10:11"
|
|
create on........ "NT 5.2 3790 Service Pack 2 x86 MS VC++ 14.00"

|
Database version. "SQL_Server_8.00 "
|

|
|
|

|
Patch level. 331
|
Patch text.. " "
|

|
|
Database............. "MSSQL 9.00.2047 or higher"
|
|
SAP database version. 700
|
|
Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Wind
ows
|
|
NT 6.0, Windows NT 6.1"
|
|
|
|
Memory consumption
|
|
Roll.... 16192
|
|
EM...... 20949200
|
|
Heap.... 0
|
|
Page.... 352256
|
|
MM Used. 10152672
|
|
MM Free. 2413776
|
--------------------------------------------------------------------------------------------------|

--------------------------------------------------------------------------------------------------|User and Transaction


|
|
|
|
Client.............. 010
|
|
User................ "BRSC0002"
|
|
Language key........ "E"
|
|
Transaction......... "J1BNFE "
|
|
Transactions ID..... "7E35E6E1C8CAF11FBB65001F290B65F0"
|
|
|
|
Program............. "YCL_IM_CL_NFE_PRINT===========CP"
|
|
Screen.............. "J_1BNFE_MONITOR 0100"
|

Screen line......... 23
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Information on where terminated
|
|
Termination occurred in the ABAP program "YCL_IM_CL_NFE_PRINT===========CP"
|
|
in "IF_EX_CL_NFE_PRINT~FILL_ITEM".
|
|
The main program was "J_1BNFE_MONITOR ".
|
|
|
|
In the source code you have the termination point in line 78
|
|
of the (Include) program "YCL_IM_CL_NFE_PRINT===========CM004".
|
|
The termination is caused because exception "CX_SY_DYN_CALL_ILLEGAL_TYPE"
|
|
occurred in
|
|
procedure "IF_EX_CL_NFE_PRINT~FILL_ITEM" "(METHOD)", but it was neither han
dled
|
|
locally nor declared
|
|
in the RAISING clause of its signature.
|
|
|
|
The procedure is in program "YCL_IM_CL_NFE_PRINT===========CP "; its source
|
|
code begins in line
|
|
10 of the (Include program "YCL_IM_CL_NFE_PRINT===========CM004 ".
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Source Code Extract
|
--------------------------------------------------------------------------------------------------|Line |SourceCde
|
--------------------------------------------------------------------------------------------------| 48|
lv_length(10) TYPE n
, "Ticket Q674014
|
| 49|******nicio altero Samuel Xavier - Letnis 26.10.2011 NT004
|
| 50|
l_taxsit_output
TYPE j_1bnflin-taxsit,
|
| 51|
l_icms_exempt_reas TYPE j_1bagn-icms_exempt_reas.
|

52|******Fim altero Samuel Xavier - Letnis 26.10.2011 NT004


|
| 53|
|
| 54|
|
| 55| MOVE-CORRESPONDING in_xml_item TO out_item.
|
| 56|
out_item-ceantrib = in_xml_item-cean.
|
| 57|
|
| 58| IF in_lin-cfop(1) = '3'.
|
| 59|
out_item-o_ii = 'X'. " Alterado Letnis 31/10/2011 - Juliana D'arc - D
ados II Erro 599 |
| 60| ENDIF.
|
| 61|
|
| 62|*-Assign the field-symbols------------------------------------------|
| 63|*-Get All Items Additional data
|
| 64| ASSIGN (l_c_wk_item_add) TO <l_fs_wk_item_add>.
|
| 65| IF sy-subrc EQ 0.
|
| 66|
t_wk_item_add[] = <l_fs_wk_item_add>.
|
| 67| ENDIF.
|
| 68|
|
| 69|break u242456.
|
| 70|*--------------------------------------------------|
| 71|*-Item Additional texts
|
| 72|*--------------------------------------------------|
| 73| READ TABLE t_wk_item_add INTO wa_item_add
|
| 74|
WITH KEY docnum = in_lin-docnum
|
| 75|
itmnum = in_lin-itmnum
|
| 76|
BINARY SEARCH.
|
| 77|
|
|>>>>>| CALL FUNCTION 'Y_J_1B_NFE_DANFE_XML_ITM_TEXTS'
|
| 79|
EXPORTING
|
| 80|
doc_header
= in_doc
|
| 81|
i_wa_item
= in_lin
|

82|

83|

84|

85|

86|

i_wa_item_add = wa_item_add
|
i_it_item_tax = in_tax[]
|
IMPORTING
|
e_itm_message = t_adicional_mat.
|

|
87| LOOP AT t_adicional_mat INTO wa_adicional_mat.
|
| 88|
|
| 89|
IF sy-tabix EQ 1.
|
| 90|
out_item-infadprod = wa_adicional_mat-tdline.
|
| 91|
ELSE.
|
| 92|
CONCATENATE out_item-infadprod
|
| 93|
wa_adicional_mat-tdline
|
| 94|
'|'
|
| 95|
INTO out_item-infadprod
|
| 96|
SEPARATED BY space.
|
| 97|
ENDIF.
|
--------------------------------------------------------------------------------------------------|

--------------------------------------------------------------------------------------------------|Contents of system fields


|
--------------------------------------------------------------------------------------------------|Name
|Val.
|
--------------------------------------------------------------------------------------------------|SY-SUBRC|0
|
|SY-INDEX|0
|
|SY-TABIX|1
|
|SY-DBCNT|0
|
|SY-FDPOS|0
|
|SY-LSIND|0
|
|SY-PAGNO|0
|
|SY-LINNO|1

|
|SY-COLNO|1
|
|SY-PFKEY|SCREEN_100
|
|SY-UCOMM|RESEND_NFE
|
|SY-TITLE|NF-e Monitor
|
|SY-MSGTY|E
|
|SY-MSGID|AM
|
|SY-MSGNO|010
|
|SY-MSGV1|728348
|
|SY-MSGV2|
|
|SY-MSGV3|
|
|SY-MSGV4|
|
|SY-MODNO|0
|
|SY-DATUM|20120814
|
|SY-UZEIT|193154
|
|SY-XPROG|SAPCNVE
|
|SY-XFORM|CONVERSION_EXIT
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Active Calls/Events
|
--------------------------------------------------------------------------------------------------|No. Ty.
Program
Include
Line |
|
Name
|
--------------------------------------------------------------------------------------------------|
9 METHOD
YCL_IM_CL_NFE_PRINT===========CP
YCL_IM_CL_NFE_PRINT=====
======CM004
78 |
|
YCL_IM_CL_NFE_PRINT=>IF_EX_CL_NFE_PRINT~FILL_ITEM
|
|
8 METHOD
CL_EX_CL_NFE_PRINT============CP
CL_EX_CL_NFE_PRINT======
======CM004 197 |
|
CL_EX_CL_NFE_PRINT=>IF_EX_CL_NFE_PRINT~FILL_ITEM
|
|
7 FORM
SAPLJ_1B_NFE
LJ_1B_NFEF45
32 |
|
CALL_BADI_ITEM
|

6 FORM

SAPLJ_1B_NFE

LJ_1B_NFEF14

43 |
|

BLOCK_H

|
5 FUNCTION
SAPLJ_1B_NFE
LJ_1B_NFEU04
161 |
|
J_1B_NF_MAP_TO_XML
|
|
4 FUNCTION
SAPLJ_1B_NFE
LJ_1B_NFEU33
127 |
|
J_1B_NFE_SEND_C_NFE
|
|
3 FORM
J_1BNFE_MONITOR
J_1BNFE_MONITOR_F27
64 |
|
SEND_NFE_AGAIN
|
|
2 MODULE (PAI) J_1BNFE_MONITOR
J_1BNFE_MONITOR_I02
38 |
|
USER_COMMAND_0100
|
|
1 EVENT
J_1BNFE_MONITOR
J_1BNFE_MONITOR
694 |
|
END-OF-SELECTION
|
--------------------------------------------------------------------------------------------------|

--------------------------------------------------------------------------------------------------|Chosen variables
|
--------------------------------------------------------------------------------------------------|Name
|
|
Val.
|
--------------------------------------------------------------------------------------------------|No.
9 Ty.
METHOD
|
|Name YCL_IM_CL_NFE_PRINT=>IF_EX_CL_NFE_PRINT~FILL_ITEM
|
--------------------------------------------------------------------------------------------------|IN_DOC
|
|
0100000529331ZA12201208142012081420120814142805BRSC0002
00000000000000
NF5555 |
|
333333333333354333333333333333333333333333333334554333322223333333333333322
2222222222443333222|
|
0100000529331A1122012081420120814201208141428052233000200000000000000000000
0000000000E65555000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|IN_LIN
|
|
0100000529331000010060H1101
1620
130201 TERMO

STATO UT72 +30-30 |


|
333333333333333333333343333222222222233332222222222222222222233333322254544
5545425533223323322|
|
0100000529331000010060811010000000000162000000000000000000000130201000452DF
3414F054720B30D3000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|IN_TAX
|
|
Table IT_22069[56x234]
|
|
\FUNCTION-POOL=J_1B_NFE\DATA=WK_ITEM_TAX[]
|
|
Table reference: 471
|
|
TABH+ 0(20) = F0874400DF070000A0EC7F00DF07000000000000
|
|
TABH+ 20(20) = D70100003556000038000000EA000000FFFFFFFF
|
|
TABH+ 40(16) = 045601008009000010000000C1308001
|
|
store
= 0xF0874400DF070000
|
|
ext1
= 0xA0EC7F00DF070000
|
|
shmId
= 0
(0x00000000)
|
|
id
= 471 (0xD7010000)
|
|
label
= 22069 (0x35560000)
|
|
fill
= 56
(0x38000000)
|
|
leng
= 234 (0xEA000000)
|
|
loop
= -1
(0xFFFFFFFF)
|
|
xtyp
= TYPE#000036
|
|
occu
= 16
(0x10000000)
|
|
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
= 0x80B44600DF070000
|
|
pgHook
= 0x20CD3500DF070000
|
|
idxPtr
= 0x0000000000000000
|
|
shmTabhSet = 0x0000000000000000
|
|
id
= 20794 (0x3A510000)
|
|
refCount
= 0
(0x00000000)
|
|
tstRefCount = 0
(0x00000000)
|
|
lineAdmin
= 112 (0x70000000)
|
|
lineAlloc
= 112 (0x70000000)
|
|
shmVersId
= 0
(0x00000000)
|
|
shmRefCount = 1
(0x01000000)
|
|
>>>>> 1st level extension part <<<<<
|
|
regHook
= 0x0000000000000000
|
|
collHook
= 0x0000000000000000
|
|
ext2
= 0x804C6E00DF070000
|
|
>>>>> 2nd level extension part <<<<<
|
|
tabhBack
= 0x70693000DF070000
|
|
delta_head = 000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
pb_func
= 0x0000000000000000
|
|
pb_handle
= 0x0000000000000000
|
|IN_TEXT
|
|
Table IT_22067[10x180]
|
|
\FUNCTION-POOL=J_1B_NFE\DATA=WK_HEADER_MSG[]
|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

|
Table reference: 474
|
TABH+ 0(20) = A0D06F00DF07000040FD4900DF07000000000000
|
TABH+ 20(20) = DA010000335600000A000000B4000000FFFFFFFF
|
TABH+ 40(16) = 04560100D00A000010000000C1248001
|
store
= 0xA0D06F00DF070000
|
ext1
= 0x40FD4900DF070000
|
shmId
= 0
(0x00000000)
|
id
= 474 (0xDA010000)
|
label
= 22067 (0x33560000)
|
fill
= 10
(0x0A000000)
|
leng
= 180 (0xB4000000)
|
loop
= -1
(0xFFFFFFFF)
|
xtyp
= TYPE#000043
|
occu
= 16
(0x10000000)
|
access
= 1
(ItAccessStandard)
|
idxKind
= 0
(ItIndexNone)
|
uniKind
= 2
(ItUniqueNon)
|
keyKind
= 1
(default)
|
cmpMode
= 2
(cmpSingleMcmpR)
|
occu0
= 1
|
groupCntl
= 0
|
rfc
= 0
|
unShareable = 0
|
mightBeShared = 0
|
sharedWithShmTab = 0
|
isShmLockId = 0
|
gcKind
= 0
|
isUsed
= 1
|
isCtfyAble = 1
|
>>>>> Shareable Table Header Data <<<<<

|
= 0xF0696900DF070000
|
|
pgHook
= 0x0000000000000000
|
|
idxPtr
= 0x0000000000000000
|
|
shmTabhSet = 0x0000000000000000
|
|
id
= 20795 (0x3B510000)
|
|
refCount
= 0
(0x00000000)
|
|
tstRefCount = 0
(0x00000000)
|
|
lineAdmin
= 16
(0x10000000)
|
|
lineAlloc
= 16
(0x10000000)
|
|
shmVersId
= 0
(0x00000000)
|
|
shmRefCount = 1
(0x01000000)
|
|
>>>>> 1st level extension part <<<<<
|
|
regHook
= 0x0000000000000000
|
|
collHook
= 0x0000000000000000
|
|
ext2
= 0x00755E00DF070000
|
|
>>>>> 2nd level extension part <<<<<
|
|
tabhBack
= 0x70BB0D00DF070000
|
|
delta_head = 000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
pb_func
= 0x0000000000000000
|
|
pb_handle
= 0x0000000000000000
|
|IN_REFER
|
|
Table IT_22072[13x42]
|
|
\FUNCTION-POOL=J_1B_NFE\DATA=WK_REFER_MSG[]
|
|
Table reference: 492
|
|
TABH+ 0(20) = 407B5400DF07000080757E00DF07000000000000
|
|
TABH+ 20(20) = EC010000385600000D0000002A000000FFFFFFFF
|
|
TABH+ 40(16) = 04560100900B000010000000C1248001
|
|
store
= 0x407B5400DF070000
|
|
ext1
= 0x80757E00DF070000
|
|
shmId
= 0
(0x00000000)
|

tabi

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

|
= 492 (0xEC010000)
|
label
= 22072 (0x38560000)
|
fill
= 13
(0x0D000000)
|
leng
= 42
(0x2A000000)
|
loop
= -1
(0xFFFFFFFF)
|
xtyp
= TYPE#000047
|
occu
= 16
(0x10000000)
|
access
= 1
(ItAccessStandard)
|
idxKind
= 0
(ItIndexNone)
|
uniKind
= 2
(ItUniqueNon)
|
keyKind
= 1
(default)
|
cmpMode
= 2
(cmpSingleMcmpR)
|
occu0
= 1
|
groupCntl
= 0
|
rfc
= 0
|
unShareable = 0
|
mightBeShared = 0
|
sharedWithShmTab = 0
|
isShmLockId = 0
|
gcKind
= 0
|
isUsed
= 1
|
isCtfyAble = 1
|
>>>>> Shareable Table Header Data <<<<<
|
tabi
= 0x40516E00DF070000
|
pgHook
= 0x0000000000000000
|
idxPtr
= 0x0000000000000000
|
shmTabhSet = 0x0000000000000000
|
id
= 20796 (0x3C510000)
|
refCount
= 0
(0x00000000)
|
tstRefCount = 0
(0x00000000)
id

|
= 16
(0x10000000)
|
|
lineAlloc
= 16
(0x10000000)
|
|
shmVersId
= 0
(0x00000000)
|
|
shmRefCount = 1
(0x01000000)
|
|
>>>>> 1st level extension part <<<<<
|
|
regHook
= 0x0000000000000000
|
|
collHook
= 0x0000000000000000
|
|
ext2
= 0xF0C44600DF070000
|
|
>>>>> 2nd level extension part <<<<<
|
|
tabhBack
= 0x00086B00DF070000
|
|
delta_head = 000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
pb_func
= 0x0000000000000000
|
|
pb_handle
= 0x0000000000000000
|
|IN_VBELN
|
|
|
|
2222222222
|
|
0000000000
|
|
0000000000
|
|
0000000000
|
|IN_VBFA
|
|
Table IT_22454[70x392]
|
|
\FUNCTION-POOL=J_1B_NFE\FORM=CALL_BADI_ITEM\DATA=LT_VBFA
|
|
Table reference: 311
|
|
TABH+ 0(20) = D0C39800DF070000000000000000000000000000
|
|
TABH+ 20(20) = 37010000B65700004600000088010000FFFFFFFF
|
|
TABH+ 40(16) = 04560100206C000010000000C1308001
|
|
store
= 0xD0C39800DF070000
|
|
ext1
= 0x0000000000000000
|
|
shmId
= 0
(0x00000000)
|
|
id
= 311 (0x37010000)
|

lineAdmin

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

|
= 22454 (0xB6570000)
|
fill
= 70
(0x46000000)
|
leng
= 392 (0x88010000)
|
loop
= -1
(0xFFFFFFFF)
|
xtyp
= TYPE#000562
|
occu
= 16
(0x10000000)
|
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
= 0xB0369A00DF070000
|
pgHook
= 0x80F19800DF070000
|
idxPtr
= 0x0000000000000000
|
shmTabhSet = 0x0000000000000000
|
id
= 21117 (0x7D520000)
|
refCount
= 0
(0x00000000)
|
tstRefCount = 0
(0x00000000)
|
lineAdmin
= 112 (0x70000000)
label

|
= 80
(0x50000000)
|
|
shmVersId
= 0
(0x00000000)
|
|
shmRefCount = 1
(0x01000000)
|
|
>>>>> 1st level extension part <<<<<
|
|
regHook
= Not allocated
|
|
collHook
= Not allocated
|
|
ext2
= Not allocated
|
|
>>>>> 2nd level extension part <<<<<
|
|
tabhBack
= Not allocated
|
|
delta_head = Not allocated
|
|
pb_func
= Not allocated
|
|
pb_handle
= Not allocated
|
|IN_XML_ITEM
|
|
0000000000000000001060H1101
5702422007647
TERMOSTATO UT72 +3030
|
|
333333333333333333333343333222222222233333333333332222254544554542553322332
3322222222222222222|
|
0000000000000000001060811010000000000570242200764700000452DF3414F054720B30D
3000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|OUT_ITEM
|
|
000000000000000090321010
TERMOSTATO UT72 +30-30
|
|
333333333333333333333333222222225454455454255332233233222222222222222222222
2222222222222222222|
|
00000000000000009032101000000000452DF3414F054720B30D30000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|OUT_BATCH
|
|
Table[initial]
|
|OUT_IMPORT
|
|
Table[initial]
|
|OUT_ADI
|
|
Table[initial]
|

lineAlloc

|
|CH_EXTENSION1
|
|

Table[initial]
|

|CH_EXTENSION2
|
|

Table[initial]
|

|SYST-REPID
|
YCL_IM_CL_NFE_PRINT===========CP
|
|
5445445445444555445333333333334522222222
|
|
93CF9DF3CFE65F029E4DDDDDDDDDDD3000000000
|
|
0000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000
|
|<%_TABLE_J_1BATL4T>
|
|
???
|
|
??????
|
|
??????
|
|L_C_WK_ITEM_ADD
|
|
(SAPLJ_1B_NFE)WK_ITEM_ADD[]
|
|
254544534544425454544544455222
|
|
8310CAF12FE6597BF945DF144BD000
|
|
000000000000000000000000000000
|
|
000000000000000000000000000000
|
|<L_FS_WK_ITEM_ADD>
|
|
Table IT_22123[14x304]
|
|
\FUNCTION-POOL=J_1B_NFE\DATA=WK_ITEM_ADD[]
|
|
Table reference: 520
|
|
TABH+ 0(20) = 80871C00DF07000080BA1100DF07000000000000
|
|
TABH+ 20(20) = 080200006B5600000E00000030010000FFFFFFFF
|
|
TABH+ 40(16) = 04560100100A000010000000C1308401
|
|
store
= 0x80871C00DF070000
|
|
ext1
= 0x80BA1100DF070000
|
|
shmId
= 0
(0x00000000)
|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

|
= 520 (0x08020000)
|
label
= 22123 (0x6B560000)
|
fill
= 14
(0x0E000000)
|
leng
= 304 (0x30010000)
|
loop
= -1
(0xFFFFFFFF)
|
xtyp
= TYPE#000039
|
occu
= 16
(0x10000000)
|
access
= 1
(ItAccessStandard)
|
idxKind
= 0
(ItIndexNone)
|
uniKind
= 2
(ItUniqueNon)
|
keyKind
= 1
(default)
|
cmpMode
= 8
(cmpManyEq)
|
occu0
= 1
|
groupCntl
= 0
|
rfc
= 0
|
unShareable = 0
|
mightBeShared = 1
|
sharedWithShmTab = 0
|
isShmLockId = 0
|
gcKind
= 0
|
isUsed
= 1
|
isCtfyAble = 1
|
>>>>> Shareable Table Header Data <<<<<
|
tabi
= 0xF06B8700DF070000
|
pgHook
= 0x0000000000000000
|
idxPtr
= 0x0000000000000000
|
shmTabhSet = 0x0000000000000000
|
id
= 20846 (0x6E510000)
|
refCount
= 1
(0x01000000)
|
tstRefCount = 0
(0x00000000)
id

|
= 16
(0x10000000)
|
|
lineAlloc
= 16
(0x10000000)
|
|
shmVersId
= 0
(0x00000000)
|
|
shmRefCount = 2
(0x02000000)
|
|
>>>>> 1st level extension part <<<<<
|
|
regHook
= 0x0000000000000000
|
|
collHook
= 0x0000000000000000
|
|
ext2
= 0x80925C00DF070000
|
|
>>>>> 2nd level extension part <<<<<
|
|
tabhBack
= 0xF08D4100DF070000
|
|
delta_head = 000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
pb_func
= 0x0000000000000000
|
|
pb_handle
= 0x0000000000000000
|
|SY-SUBRC
|
|
0
|
|
0000
|
|
0000
|
|T_WK_ITEM_ADD
|
|
Table IT_22459[14x304]
|
|
\CLASS=YCL_IM_CL_NFE_PRINT\METHOD=IF_EX_CL_NFE_PRINT~FILL_ITEM\DATA=T_WK_IT
EM_ADD
|
|
Table reference: 534
|
|
TABH+ 0(20) = 80871C00DF070000000000000000000000000000
|
|
TABH+ 20(20) = 16020000BB5700000E00000030010000FFFFFFFF
|
|
TABH+ 40(16) = 047D0200D013000010000000C1308401
|
|
store
= 0x80871C00DF070000
|
|
ext1
= 0x0000000000000000
|
|
shmId
= 0
(0x00000000)
|
|
id
= 534 (0x16020000)
|
|
label
= 22459 (0xBB570000)
|
|
fill
= 14
(0x0E000000)
|

lineAdmin

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

|
= 304 (0x30010000)
|
loop
= -1
(0xFFFFFFFF)
|
xtyp
= TYPE#000091
|
occu
= 16
(0x10000000)
|
access
= 1
(ItAccessStandard)
|
idxKind
= 0
(ItIndexNone)
|
uniKind
= 2
(ItUniqueNon)
|
keyKind
= 1
(default)
|
cmpMode
= 8
(cmpManyEq)
|
occu0
= 1
|
groupCntl
= 0
|
rfc
= 0
|
unShareable = 0
|
mightBeShared = 1
|
sharedWithShmTab = 0
|
isShmLockId = 0
|
gcKind
= 0
|
isUsed
= 1
|
isCtfyAble = 1
|
>>>>> Shareable Table Header Data <<<<<
|
tabi
= 0xF06B8700DF070000
|
pgHook
= 0x0000000000000000
|
idxPtr
= 0x0000000000000000
|
shmTabhSet = 0x0000000000000000
|
id
= 20846 (0x6E510000)
|
refCount
= 1
(0x01000000)
|
tstRefCount = 0
(0x00000000)
|
lineAdmin
= 16
(0x10000000)
|
lineAlloc
= 16
(0x10000000)
|
shmVersId
= 0
(0x00000000)
leng

|
shmRefCount = 2
(0x02000000)
|
|
>>>>> 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
|
|SY-REPID
|
|
YCL_IM_CL_NFE_PRINT===========CP
|
|
5445445445444555445333333333334522222222
|
|
93CF9DF3CFE65F029E4DDDDDDDDDDD3000000000
|
|
0000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000
|
|SY-UNAME
|
|
BRSC0002
|
|
455433332222
|
|
223300020000
|
|
000000000000
|
|
000000000000
|
|WA_ITEM_ADD
|
|
0000529331000010####ST ######################################| ###### #####
###################|
|
333333333333333300005520001000010000000000000000000100080000072070004200050
0000000000001000107|
|
0000529331000010001C3400060C006C000C000C000C000C006C007C1C000C0000006000080
0000000000006000006|
|
000000000000000000000000050000500000000000000000005000505000900000001000010
0000000000005000900|
|
0000000000000000000000000800008000000000000000000080006000008000C000C0006C0
C000C0C000C0C000C0C|
|IN_LIN-DOCNUM
|
|
0000529331
|

|
|

3333333333

0000529331

0000000000

0000000000

|
|
|
|
|<%_TABLE_T005T>
|
|

???

??????

??????

|
|
|
|IN_LIN-ITMNUM
|
|

000010

333333

000010

000000

000000

|
|
|
|
|
|<%_TABLE_J_1BAGN>
|
|

???

??????

??????

|
|
|
|T_ADICIONAL_MAT
|
|

Table[initial]
|

|WA_ADICIONAL_MAT
|
|

000000
|
|
222222222222222222333333222222222222222222222222222222222222222222222222222
2222222222222222222|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|%_PRINT
|
|
000
0###|
|
222233322222222222222222222222222222222222222222222222222222222222222222222
2222222222222223000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|SY-TABIX
|
|
1
|
|
0000
|
|
1000
|
|%_DUMMY$$
|
|
|
|
2222
|
|
0000
|
|
0000
|
|
0000
|
|%_SPACE
|
|
|
|
2
|
|
0
|
|
0
|
|
0
|
|OUT_ITEM-INFADPROD
|
|
|
|WA_ADICIONAL_MAT-TDLINE
|
|
|
|
222222222222222222222222222222222222222222222222222222222222222222222222222
2222222222222222222|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
--------------------------------------------------------------------------------------------------|No.
8 Ty.
METHOD
|
|Name CL_EX_CL_NFE_PRINT=>IF_EX_CL_NFE_PRINT~FILL_ITEM
|
--------------------------------------------------------------------------------

-------------------|IN_DOC
|
|
0100000529331ZA12201208142012081420120814142805BRSC0002
00000000000000
NF5555 |
|
333333333333354333333333333333333333333333333334554333322223333333333333322
2222222222443333222|
|
0100000529331A1122012081420120814201208141428052233000200000000000000000000
0000000000E65555000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|IN_LIN
|
|
0100000529331000010060H1101
1620
130201 TERMO
STATO UT72 +30-30 |
|
333333333333333333333343333222222222233332222222222222222222233333322254544
5545425533223323322|
|
0100000529331000010060811010000000000162000000000000000000000130201000452DF
3414F054720B30D3000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|IN_TAX
|
|
Table IT_22069[56x234]
|
|IN_TEXT
|
|
Table IT_22067[10x180]
|
|IN_REFER
|
|
Table IT_22072[13x42]
|
|IN_VBELN
|
|
|
|
2222222222
|
|
0000000000
|
|
0000000000
|
|
0000000000
|
|IN_VBFA
|
|
Table IT_22454[70x392]
|
|IN_XML_ITEM
|
|
0000000000000000001060H1101
5702422007647
TERMOSTATO UT72 +3030
|
|
333333333333333333333343333222222222233333333333332222254544554542553322332
3322222222222222222|
|
0000000000000000001060811010000000000570242200764700000452DF3414F054720B30D

3000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|OUT_ITEM
|
|
000000000000000090321010
TERMOSTATO UT72 +30-30
|
|
333333333333333333333333222222225454455454255332233233222222222222222222222
2222222222222222222|
|
00000000000000009032101000000000452DF3414F054720B30D30000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|OUT_BATCH
|
|
Table[initial]
|
|OUT_IMPORT
|
|
Table[initial]
|
|OUT_ADI
|
|
Table[initial]
|
|CH_EXTENSION1
|
|
Table[initial]
|
|CH_EXTENSION2
|
|
Table[initial]
|
|SY-SUBRC
|
|
0
|
|
0000
|
|
0000
|
|SY-REPID
|
|
CL_EX_CL_NFE_PRINT============CP
|
|
4454554454445554453333333333334522222222
|
|
3CF58F3CFE65F029E4DDDDDDDDDDDD3000000000
|
|
0000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000
|
|EXITINTF
|
|
{O:217*\CLASS=YCL_IM_CL_NFE_PRINT}

|
|

2000D000

60009000

|
|
|<FLT_CACHE_LINE>-OBJ
|
|
{O:217*\CLASS=YCL_IM_CL_NFE_PRINT}
|
|
2000D000
|
|
60009000
|
|%_ARCHIVE
|
|
|
|
222222222222222222222222222222222222222222222222222222222222222222222222222
2222222222222222222|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|SYST-REPID
|
|
CL_EX_CL_NFE_PRINT============CP
|
|
4454554454445554453333333333334522222222
|
|
3CF58F3CFE65F029E4DDDDDDDDDDDD3000000000
|
|
0000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000
|
|%_DUMMY$$
|
|
|
|
2222
|
|
0000
|
|
0000
|
|
0000
|
--------------------------------------------------------------------------------------------------|No.
7 Ty.
FORM
|
|Name CALL_BADI_ITEM
|
--------------------------------------------------------------------------------------------------|%_ARFC_TID
|
|

|
222222222222222222222222
|
|
000000000000000000000000
|
|
000000000000000000000000
|
|
000000000000000000000000
|
|XMLH-CNF
|
|
141548963
|
|
333333333
|
|
141548963
|
|
000000000
|
|
000000000
|
|XMLH-G_CMUN
|
|
|
|
2222222
|
|
0000000
|
|
0000000
|
|
0000000
|
|LT_VBFA
|
|
Table IT_22454[70x392]
|
|LS_VBFA
|
|
16203463340001401620346334000140+####ST ####BRL M+ 20120814192743016220
12
A0|
|
222333333333333333333333333333333332000055200054542242233333333333333333333
3322222222222222243|
|
00016203463340001401620346334000140B0000340007622C00DB020120814192743016220
1200000000000000010|
|
000000000000000000000000000000000000000000000340000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000001C000007C0000000000000000000000000000
0000000000000000000|
|%_ARCHIVE
|
|
|
|
222222222222222222222222222222222222222222222222222222222222222222222222222
2222222222222222222|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
|

0000000000000000000|
|YT_NFFTX
|
|
00000000000000
|
|
222333333333333332222222222222222222222222222222222222222222222222222222222
222222222222222
|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000
|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000
|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000
|
|WK_HEADER
|
|
0100000529331ZA12201208142012081420120814142805BRSC0002
00000000000000
NF5555 |
|
333333333333354333333333333333333333333333333334554333322223333333333333322
2222222222443333222|
|
0100000529331A1122012081420120814201208141428052233000200000000000000000000
0000000000E65555000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|WK_ITEM
|
|
0100000529331000010060H1101
1620
130201 TERMO
STATO UT72 +30-30 |
|
333333333333333333333343333222222222233332222222222222222222233333322254544
5545425533223323322|
|
0100000529331000010060811010000000000162000000000000000000000130201000452DF
3414F054720B30D3000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|WK_ITEM_TAX[]
|
|
Table IT_22069[56x234]
|
|YT_NFFTX[]
|
|
Table IT_22067[10x180]
|
|YT_NFREF[]
|
|
Table IT_22072[13x42]
|
|Y_VBELN
|
|
|
|
2222222222
|
|
0000000000
|
|
0000000000
|
|
0000000000

|
|XMLI
|
|
0000000000000000001060H1101
5702422007647
TERMOSTATO UT72 +3030
|
|
333333333333333333333343333222222222233333333333332222254544554542553322332
3322222222222222222|
|
0000000000000000001060811010000000000570242200764700000452DF3414F054720B30D
3000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|XMLI_BADI
|
|
000000000000000090321010
TERMOSTATO UT72 +30-30
|
|
333333333333333333333333222222225454455454255332233233222222222222222222222
2222222222222222222|
|
00000000000000009032101000000000452DF3414F054720B30D30000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|XMLB_TAB
|
|
Table[initial]
|
|XML_IMPORT_TAB
|
|
Table[initial]
|
|XML_ADI_TAB
|
|
Table[initial]
|
|XML_EXT1_TAB
|
|
Table[initial]
|
|XML_EXT2_TAB
|
|
Table[initial]
|
|%_DUMMY$$
|
|
|
|
2222
|
|
0000
|
|
0000
|
|
0000
|
|WK_ITEM-ITMNUM
|
|
000010

|
|

333333

000010

000000

000000

|
|
|
|
|WK_OT_PARTNER
|
|

0000000000

|
|
222333333333322222222222222222222222222222222222222222222222222222222222222
2222222222222222222|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|XMLI+514(1322)
|
|
# # # # # # # # # #0#0#0#0#0#0#0#0# # # # # # # # # # # # # # # # # # # #
# # # # # # # # # #|
|
202020202020202020203030303030303030202020202020202020202020202020202020202
0202020202020202020|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|XMLI_BADI+332(1322)
|
|
# # # # # # # # # #0#0#0#0#0#0#0#0# # # # # # # # # # # # # # # # # # # #
# # # # # # # # # #|
|
202020202020202020203030303030303030202020202020202020202020202020202020202
0202020202020202020|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
--------------------------------------------------------------------------------------------------|No.
6 Ty.
FORM
|
|Name BLOCK_H
|
--------------------------------------------------------------------------------------------------|WK_ITEM[]
|
|
Table IT_22068[14x714]
|
|
\FUNCTION-POOL=J_1B_NFE\DATA=WK_ITEM[]
|
|
Table reference: 475
|
|
TABH+ 0(20) = 90BC2300DF070000400C2D00DF07000000000000
|
|
TABH+ 20(20) = DB010000345600000E000000CA02000098000000
|
|
TABH+ 40(16) = 04560100C008000010000000C1308001
|
|
store
= 0x90BC2300DF070000

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

|
= 0x400C2D00DF070000
|
shmId
= 0
(0x00000000)
|
id
= 475 (0xDB010000)
|
label
= 22068 (0x34560000)
|
fill
= 14
(0x0E000000)
|
leng
= 714 (0xCA020000)
|
loop
= 152 (0x98000000)
|
xtyp
= TYPE#000032
|
occu
= 16
(0x10000000)
|
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
= 0x305B4400DF070000
|
pgHook
= 0x0000000000000000
|
idxPtr
= 0x0000000000000000
|
shmTabhSet = 0x0000000000000000
|
id
= 20793 (0x39510000)
ext1

|
= 0
(0x00000000)
|
|
tstRefCount = 0
(0x00000000)
|
|
lineAdmin
= 16
(0x10000000)
|
|
lineAlloc
= 16
(0x10000000)
|
|
shmVersId
= 0
(0x00000000)
|
|
shmRefCount = 1
(0x01000000)
|
|
>>>>> 1st level extension part <<<<<
|
|
regHook
= 0x0000000000000000
|
|
collHook
= 0x0000000000000000
|
|
ext2
= 0x50900200DF070000
|
|
>>>>> 2nd level extension part <<<<<
|
|
tabhBack
= 0x20734200DF070000
|
|
delta_head = 000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
pb_func
= 0x0000000000000000
|
|
pb_handle
= 0x0000000000000000
|
|WK_ITEM_TAX
|
|
0100000529331000010IPSN################## ##
|
|
333333333333333333345540005010001000000002200222222222222222222222222222222
2222222222222222222|
|
0100000529331000010903E0008060000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000001050009000000000000000000000000000000000000000000
0000000000000000000|
|
00000000000000000000000006C0C000C000C000C000C000000000000000000000000000000
0000000000000000000|
|SY
|
|
###########################################################################
#%##########XC####|
|
000000000000000000000000000000000000003000000000000000000000000000000000000
020B000000010540000|
|
000010E00000A00000000000100010000000000000000000900000000000000000000000000
0505000900000830200|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000001000000000000000000000000000000000000
00000000000E000000C|
|LV_TABIX
|
|
1
|
|
2232
|

refCount

|
|

0010

0000

0000

|
|
|
|SY-TABIX
|
|

0000

1000

|
|
|
|SY-REPID
|
|
|
|
|
|

SAPLJ_1B_NFE
|
5454453454442222222222222222222222222222
|
310CAF12FE650000000000000000000000000000
|
0000000000000000000000000000000000000000
|
0000000000000000000000000000000000000000
|

|C_0
|
|

|
|
|
|
|
|C_C
|
|

|
|
|
|
|
|XMLI-NITEM
|
|

001

333

001

000

|
|
|

|
|

000
|

|LS_TTXD
|
010TAXBRA03070000CX
|
|
333545454333333334522222222222222222222222222222222222222222222222222222222
2222222222222222222|
|
010418221030700003800000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|C_6
|
|
6
|
|
3
|
|
6
|
|
0
|
|
0
|
|C_40
|
|
40
|
|
33
|
|
40
|
|
00
|
|
00
|
|XT_VBFA[]
|
|
Table IT_22176[70x440]
|
|
\FUNCTION=J_1B_NF_MAP_TO_XML\DATA=LT_VBFA[]
|
|
Table reference: 344
|
|
TABH+ 0(20) = 00A21600DF070000000000000000000000000000
|
|
TABH+ 20(20) = 58010000A056000046000000B8010000FFFFFFFF
|
|
TABH+ 40(16) = 045601002030000010000000C1308001
|
|
store
= 0x00A21600DF070000
|
|
ext1
= 0x0000000000000000
|
|
shmId
= 0
(0x00000000)
|
|
id
= 344 (0x58010000)
|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

|
= 22176 (0xA0560000)
|
fill
= 70
(0x46000000)
|
leng
= 440 (0xB8010000)
|
loop
= -1
(0xFFFFFFFF)
|
xtyp
= TYPE#000242
|
occu
= 16
(0x10000000)
|
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
= 0x80CA8400DF070000
|
pgHook
= 0x20001600DF070000
|
idxPtr
= 0x0000000000000000
|
shmTabhSet = 0x0000000000000000
|
id
= 20892 (0x9C510000)
|
refCount
= 0
(0x00000000)
|
tstRefCount = 0
(0x00000000)
|
lineAdmin
= 112 (0x70000000)
label

|
= 80
(0x50000000)
|
|
shmVersId
= 0
(0x00000000)
|
|
shmRefCount = 1
(0x01000000)
|
|
>>>>> 1st level extension part <<<<<
|
|
regHook
= Not allocated
|
|
collHook
= Not allocated
|
|
ext2
= Not allocated
|
|
>>>>> 2nd level extension part <<<<<
|
|
tabhBack
= Not allocated
|
|
delta_head = Not allocated
|
|
pb_func
= Not allocated
|
|
pb_handle
= Not allocated
|
|XT_NFFTX[]
|
|
Table IT_22067[10x180]
|
|XT_NFREF[]
|
|
Table IT_22072[13x42]
|
|X_VBELN
|
|
|
|
2222222222
|
|
0000000000
|
|
0000000000
|
|
0000000000
|
|XMLI-INFADPROD
|
|
|
|SYST
|
|
###########################################################################
#%##########XC####|
|
000000000000000000000000000000000000003000000000000000000000000000000000000
020B000000010540000|
|
000010E00000A00000000000100010000000000000000000900000000000000000000000000
0505000900000830200|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000001000000000000000000000000000000000000
|

lineAlloc

00000000000E000000C|
|C_R
|
|
R
|
|
5
|
|
2
|
|
0
|
|
0
|
--------------------------------------------------------------------------------------------------|No.
5 Ty.
FUNCTION
|
|Name J_1B_NF_MAP_TO_XML
|
--------------------------------------------------------------------------------------------------|I_ACCKEY
|
|
35120862158480000170550000000450701415489634
|
|
33333333333333333333333333333333333333333333
|
|
35120862158480000170550000000450701415489634
|
|
00000000000000000000000000000000000000000000
|
|
00000000000000000000000000000000000000000000
|
|I_NFDOC
|
|
0100000529331ZA12201208142012081420120814142805BRSC0002
00000000000000
NF5555 |
|
333333333333354333333333333333333333333333333334554333322223333333333333322
2222222222443333222|
|
0100000529331A1122012081420120814201208141428052233000200000000000000000000
0000000000E65555000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|I_PARALLEL
|
|
|
|
2
|
|
0
|
|
0
|
|
0
|
|I_VBELN
|
|

|
|

2222222222

0000000000

0000000000

0000000000

|
|
|
|
|EV_MSSTAT
|
|
|
|

|
|
|
|
|IT_NFCPD[]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

|
Table IT_22070[0x2768]
|
\FUNCTION-POOL=J_1B_NFE\DATA=WK_OT_PARTNER[]
|
Table reference: 477
|
TABH+ 0(20) = 0000000000000000A0156B00DF07000000000000
|
TABH+ 20(20) = DD0100003656000000000000D00A0000FFFFFFFF
|
TABH+ 40(16) = 04560100200C000004000000C1248001
|
store
= 0x0000000000000000
|
ext1
= 0xA0156B00DF070000
|
shmId
= 0
(0x00000000)
|
id
= 477 (0xDD010000)
|
label
= 22070 (0x36560000)
|
fill
= 0
(0x00000000)
|
leng
= 2768 (0xD00A0000)
|
loop
= -1
(0xFFFFFFFF)
|
xtyp
= TYPE#000050
|
occu
= 4
(0x04000000)
|
access
= 1
(ItAccessStandard)
|
idxKind
= 0
(ItIndexNone)
|
uniKind
= 2
(ItUniqueNon)

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

|
= 1
(default)
|
cmpMode
= 2
(cmpSingleMcmpR)
|
occu0
= 1
|
groupCntl
= 0
|
rfc
= 0
|
unShareable = 0
|
mightBeShared = 0
|
sharedWithShmTab = 0
|
isShmLockId = 0
|
gcKind
= 0
|
isUsed
= 1
|
isCtfyAble = 1
|
>>>>> Shareable Table Header Data <<<<<
|
tabi
= 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
= 0x0000000000000000
|
collHook
= 0x0000000000000000
|
ext2
= 0xC0662A00DF070000
|
>>>>> 2nd level extension part <<<<<
keyKind

|
= 0xF07C6200DF070000
|
|
delta_head = 000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
pb_func
= 0x0000000000000000
|
|
pb_handle
= 0x0000000000000000
|
|IT_NFFTX[]
|
|
Table IT_22067[10x180]
|
|IT_NFLIN[]
|
|
Table IT_22068[14x714]
|
|IT_NFNAD[]
|
|
Table IT_22071[4x1256]
|
|
\FUNCTION-POOL=J_1B_NFE\DATA=WK_PARTNER[]
|
|
Table reference: 487
|
|
TABH+ 0(20) = 20B95500DF070000002C8800DF07000000000000
|
|
TABH+ 20(20) = E70100003756000004000000E8040000FFFFFFFF
|
|
TABH+ 40(16) = 045601000008000008000000C1248001
|
|
store
= 0x20B95500DF070000
|
|
ext1
= 0x002C8800DF070000
|
|
shmId
= 0
(0x00000000)
|
|
id
= 487 (0xE7010000)
|
|
label
= 22071 (0x37560000)
|
|
fill
= 4
(0x04000000)
|
|
leng
= 1256 (0xE8040000)
|
|
loop
= -1
(0xFFFFFFFF)
|
|
xtyp
= TYPE#000028
|
|
occu
= 8
(0x08000000)
|
|
access
= 1
(ItAccessStandard)
|
|
idxKind
= 0
(ItIndexNone)
|
|
uniKind
= 2
(ItUniqueNon)
|
|
keyKind
= 1
(default)
|
|
cmpMode
= 2
(cmpSingleMcmpR)
|

tabhBack

|
= 1
|
|
groupCntl
= 0
|
|
rfc
= 0
|
|
unShareable = 0
|
|
mightBeShared = 0
|
|
sharedWithShmTab = 0
|
|
isShmLockId = 0
|
|
gcKind
= 0
|
|
isUsed
= 1
|
|
isCtfyAble = 1
|
|
>>>>> Shareable Table Header Data <<<<<
|
|
tabi
= 0xE05D0200DF070000
|
|
pgHook
= 0x0000000000000000
|
|
idxPtr
= 0x0000000000000000
|
|
shmTabhSet = 0x0000000000000000
|
|
id
= 20792 (0x38510000)
|
|
refCount
= 0
(0x00000000)
|
|
tstRefCount = 0
(0x00000000)
|
|
lineAdmin
= 8
(0x08000000)
|
|
lineAlloc
= 8
(0x08000000)
|
|
shmVersId
= 0
(0x00000000)
|
|
shmRefCount = 1
(0x01000000)
|
|
>>>>> 1st level extension part <<<<<
|
|
regHook
= 0x0000000000000000
|
|
collHook
= 0x0000000000000000
|
|
ext2
= 0xF0EB2C00DF070000
|
|
>>>>> 2nd level extension part <<<<<
|
|
tabhBack
= 0x305C3F00DF070000
|
|
delta_head = 000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
pb_func
= 0x0000000000000000
|

occu0

pb_handle

|
= 0x0000000000000000
|

|IT_NFREF[]
|
Table IT_22072[13x42]
|
|IT_NFSTX[]
|
|
Table IT_22069[56x234]
|
|IT_VBFA[]
|
|
Table[initial]
|
|LT_VBFA[]
|
|
Table IT_22176[70x440]
|
|LV_VBELN
|
|
|
|
2222222222
|
|
0000000000
|
|
0000000000
|
|
0000000000
|
|XMLH-G_XBAIRRO
|
|
|
|
2222222222222222222222222222222222222222
|
|
0000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000
|
|SYST-REPID
|
|
SAPLJ_1B_NFE
|
|
5454453454442222222222222222222222222222
|
|
310CAF12FE650000000000000000000000000000
|
|
0000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000
|
|GV_VBELN
|
|
|
|
2222222222
|

|
|

0000000000

0000000000

0000000000

|
|
|
|C_10
|
|

10

33

10

00

00

|
|
|
|
|
|LS_ADDR1_VAL
|
|

0000516260

|
|
333333333322222222222222222222222222222222222222222222222222222222222222222
2222222222222222222|
|
000051626000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|C_9
|
|
9
|
|
3
|
|
9
|
|
0
|
|
0
|
|C_00
|
|
00
|
|
33
|
|
00
|
|
00
|
|
00
|
|LV_SUBRC
|
|
0
|
|
0000

|
|

0000
|

|C_02
|
|

02

33

02

00

00

|
|
|
|
|
|C_04
|
|

04

33

04

00

00

|
|
|
|
|
|C_07
|
|

07

33

07

00

00

|
|
|
|
|
--------------------------------------------------------------------------------------------------|No.
4 Ty.
FUNCTION
|
|Name J_1B_NFE_SEND_C_NFE
|
--------------------------------------------------------------------------------------------------|IV_DOCNUM
|
|
0000529331
|
|
3333333333
|
|
0000529331
|
|
0000000000
|
|
0000000000
|
|IV_RESEND

|
|

|
|
|
|
|
|ES_ACTIVE_MOD
|
0000000000
00
000000000000000|
|
222333333333322222222222222222222222222233222222222222222222222222222222222
2222333333333333333|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|WK_HDTAX[]
|
|
Table IT_22124[4x102]
|
|
\FUNCTION-POOL=J_1B_NFE\DATA=WK_HDTAX[]
|
|
Table reference: 483
|
|
TABH+ 0(20) = B0D43F00DF070000C0BA1100DF07000000000000
|
|
TABH+ 20(20) = E30100006C5600000400000066000000FFFFFFFF
|
|
TABH+ 40(16) = 04560100700D000010000000C1308001
|
|
store
= 0xB0D43F00DF070000
|
|
ext1
= 0xC0BA1100DF070000
|
|
shmId
= 0
(0x00000000)
|
|
id
= 483 (0xE3010000)
|
|
label
= 22124 (0x6C560000)
|
|
fill
= 4
(0x04000000)
|
|
leng
= 102 (0x66000000)
|
|
loop
= -1
(0xFFFFFFFF)
|
|
xtyp
= TYPE#000057
|
|
occu
= 16
(0x10000000)
|
|
access
= 1
(ItAccessStandard)
|
|
idxKind
= 0
(ItIndexNone)
|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

|
= 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
= 0xE0DB7000DF070000
|
pgHook
= 0x0000000000000000
|
idxPtr
= 0x0000000000000000
|
shmTabhSet = 0x0000000000000000
|
id
= 20844 (0x6C510000)
|
refCount
= 0
(0x00000000)
|
tstRefCount = 0
(0x00000000)
|
lineAdmin
= 16
(0x10000000)
|
lineAlloc
= 16
(0x10000000)
|
shmVersId
= 0
(0x00000000)
|
shmRefCount = 1
(0x01000000)
|
>>>>> 1st level extension part <<<<<
|
regHook
= 0x0000000000000000
|
collHook
= 0x30D63D00DF070000
|
ext2
= 0x90AE6500DF070000
|
>>>>> 2nd level extension part <<<<<
uniKind

|
= 0xD0247E00DF070000
|
|
delta_head = 000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
pb_func
= 0x0000000000000000
|
|
pb_handle
= 0x0000000000000000
|
|GTAB_VBAP
|
|
Table IT_22180[28x2408]
|
|
\FUNCTION-POOL=J_1B_NFE\DATA=GTAB_VBAP
|
|
Table reference: 349
|
|
TABH+ 0(20) = F0CE3500DF070000000000000000000000000000
|
|
TABH+ 20(20) = 5D010000A45600001C00000068090000FFFFFFFF
|
|
TABH+ 40(16) = 045601004010000004000000C9308001
|
|
store
= 0xF0CE3500DF070000
|
|
ext1
= 0x0000000000000000
|
|
shmId
= 0
(0x00000000)
|
|
id
= 349 (0x5D010000)
|
|
label
= 22180 (0xA4560000)
|
|
fill
= 28
(0x1C000000)
|
|
leng
= 2408 (0x68090000)
|
|
loop
= -1
(0xFFFFFFFF)
|
|
xtyp
= TYPE#000072
|
|
occu
= 4
(0x04000000)
|
|
access
= 1
(ItAccessStandard)
|
|
idxKind
= 1
(ItIndexLinear)
|
|
uniKind
= 2
(ItUniqueNon)
|
|
keyKind
= 1
(default)
|
|
cmpMode
= 8
(cmpManyEq)
|
|
occu0
= 1
|
|
groupCntl
= 0
|
|
rfc
= 0
|
|
unShareable = 0
|

tabhBack

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

|
mightBeShared = 0
|
sharedWithShmTab = 0
|
isShmLockId = 0
|
gcKind
= 0
|
isUsed
= 1
|
isCtfyAble = 1
|
>>>>> Shareable Table Header Data <<<<<
|
tabi
= 0x50641600DF070000
|
pgHook
= 0x50689700DF070000
|
idxPtr
= 0x30C09800DF070000
|
shmTabhSet = 0x0000000000000000
|
id
= 20896 (0xA0510000)
|
refCount
= 0
(0x00000000)
|
tstRefCount = 0
(0x00000000)
|
lineAdmin
= 32
(0x20000000)
|
lineAlloc
= 28
(0x1C000000)
|
shmVersId
= 0
(0x00000000)
|
shmRefCount = 1
(0x01000000)
|
>>>>> 1st level extension part <<<<<
|
regHook
= Not allocated
|
collHook
= Not allocated
|
ext2
= Not allocated
|
>>>>> 2nd level extension part <<<<<
|
tabhBack
= Not allocated
|
delta_head = Not allocated
|
pb_func
= Not allocated
|
pb_handle
= Not allocated
|

|C_1
|
|

|
|

|
|
|
|C_G
|
|

|
|
|
|
|
|C_REQUIRED_ACTION_7
|
|
7
|
|
3
|
|
7
|
|
0
|
|
0
|
|XMLH-VERSION
|
|
# #
|
|
020
|
|
00C
|
|LS_HISTTAB+128(522)
|
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # # # # # # #|
|
202020202020202020202020202020202020202020202020202020202020202020202020202
0202020202020202020|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|LS_ACTTAB+304(522)
|
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # # # # # # #|
|
202020202020202020202020202020202020202020202020202020202020202020202020202
0202020202020202020|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|<%_TABLE_MARA>
|
|
???
|
|
??????

|
|

??????

|
|LS_HISTTAB+692(588)
|
|
0#0#0#0#0#0#0#0#0#0#0#0#0#0#1# # # # # # # # # # # # # # # # # # # # # # #
# # # # # # # # # #|
|
303030303030303030303030303030202020202020202020202020202020202020202020202
0202020202020202020|
|
000000000000000000000000000010000000000000000000000000000000000000000000000
0000000000000000000|
|LS_ACTTAB+870(588)
|
|
0#0#0#0#0#0#0#0#0#0#0#0#0#0#1# # # # # # # # # # # # # # # # # # # # # # #
# # # # # # # # # #|
|
303030303030303030303030303030202020202020202020202020202020202020202020202
0202020202020202020|
|
000000000000000000000000000010000000000000000000000000000000000000000000000
0000000000000000000|
|LS_HISTTAB
|
|
0100000529331 001
20120814142846BRSC0002
|
|
333333333333322333222223333333333333345543333222222222222222222222222222222
2222222222222222222|
|
010000052933100001000002012081414284622330002000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|C_01
|
|
01
|
|
33
|
|
01
|
|
00
|
|
00
|
|LS_ACCKEY
|
|
35120862158480000170550000000450701415489634
|
|
33333333333333333333333333333333333333333333
|
|
35120862158480000170550000000450701415489634
|
|
00000000000000000000000000000000000000000000
|
|
00000000000000000000000000000000000000000000
|
|C_00
|
|
00
|
|
33

|
|

00

00

00

|
|
|
|C_04
|
|

04

33

04

00

00

|
|
|
|
|
|LS_ACTTAB-MSSTAT
|
|
|
|

|
|
|
|
|WK_OT_PARTNER[]
|
Table IT_22070[0x2768]
|

|
|C_08

|
|

08

33

08

00

00

|
|
|
|
|
|WK_HEADER_MSG[]
|
Table IT_22067[10x180]
|

|
|C_05

|
|

05

33

05

00

|
|
|

|
|

00
|

|C_06
|
|

06

33

06

00

00

|
|
|
|
|
|WK_PARTNER[]
|
Table IT_22071[4x1256]
|

|
|C_09

|
|

09

33

09

00

00

|
|
|
|
|
|WK_REFER_MSG[]
|
Table IT_22072[13x42]
|

|
|C_07

|
|

07

33

07

00

00

|
|
|
|
|
|C_ISSP
|
|

ISSP

4555

9330

0000

0000

|
|
|
|
|
--------------------------------------------------------------------------------

-------------------|No.
3 Ty.
FORM
|
|Name SEND_NFE_AGAIN
|
--------------------------------------------------------------------------------------------------|%_CODE_%_APP_%
|
|
CODE
Official Status Code
to
@1F\QMultip|
|
444422224666666625767772466622222222227622222222222222222222222222222222222
2222222243455476767|
|
3F450000F669391C034145303F4500000000004F00000000000000000000000000000000000
00000000016C1D5C490|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|LS_ACTTAB
|
|
0100000529331
35120862158480000170550000000450701415489634
201208142012081|
|
333333333333322222223333333333333333333333333333333333333333333322222222222
2222333333333333333|
|
010000052933100000003512086215848000017055000000045070141548963400000000000
0000201208142012081|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|SUBRC
|
|
|
|
2
|
|
0
|
|
0
|
|
0
|
|C_X
|
|
X
|
|
5
|
|
8
|
|
0
|
|
0
|
|%_SPACE
|
|
|
|
2

|
|

|
|
|
|LS_ACTTAB-DOCNUM
|
|

0000529331

3333333333

0000529331

0000000000

0000000000

|
|
|
|
|
|LS_ACTTAB-NFNUM9
|
|

000045070

333333333

000045070

000000000

000000000

|
|
|
|
|
|C_2
|
|

0000

2000

|
|
|
|%_SSCR[]
|
|
|
|
|
|
|
|
|
|

|
Table IT_0[36x492]
|
\PROGRAM=J_1BNFE_MONITOR\DATA=%_SSCR[]
|
Table reference: 0
|
TABH+ 0(20) = 301F0000DF070000000000000000000000000000
|
TABH+ 20(20) = 000000000000000024000000EC010000FFFFFFFF
|
TABH+ 40(16) = 04000000E003000004000000C9108401
|
store
= 0x301F0000DF070000
|
ext1
= 0x0000000000000000
|
shmId
= 0
(0x00000000)
|
id
= 0
(0x00000000)

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

|
= 0
(0x00000000)
|
fill
= 36
(0x24000000)
|
leng
= 492 (0xEC010000)
|
loop
= -1
(0xFFFFFFFF)
|
xtyp
= TYPE#000006
|
occu
= 4
(0x04000000)
|
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
= 0x60170000DF070000
|
pgHook
= 0x901F0000DF070000
|
idxPtr
= 0xD0200000DF070000
|
shmTabhSet = 0x0000000000000000
|
id
= 2
(0x02000000)
|
refCount
= 2
(0x02000000)
|
tstRefCount = 0
(0x00000000)
|
lineAdmin
= 44
(0x2C000000)
label

|
= 44
(0x2C000000)
|
shmVersId
= 0
(0x00000000)
|
shmRefCount = 3
(0x03000000)
|
>>>>> 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
|

|
|

lineAlloc

|
|
|
|
|
|
|
|
|
|
|SYST

|
|
###########################################################################
#%##########XC####|
|
000000000000000000000000000000000000003000000000000000000000000000000000000
020B000000010540000|
|
000010E00000A00000000000100010000000000000000000900000000000000000000000000
0505000900000830200|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000001000000000000000000000000000000000000
00000000000E000000C|
|WA_ACTIVE_MOD
|
|
0000000000
00
000000000000000|
|
222333333333322222222222222222222222222233222222222222222222222222222222222
2222333333333333333|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|STCD1[]
|
|
Table[initial]
|
|INDEX
|
|
2
|
|
0000
|
|
2000

|
|SY-SUBRC
|
|

0000

0000

|
|
|
--------------------------------------------------------------------------------------------------|No.
2 Ty.
MODULE (PAI)
|
|Name USER_COMMAND_0100
|
--------------------------------------------------------------------------------------------------|GC_CCE
|
|
EV_CCE
|
|
455444222222222
|
|
56F335000000000
|
|
000000000000000
|
|
000000000000000
|
|OK_CODE
|
|
RESEND_NFE
|
|
5454445444222222222222222222222222222222222222222222222222222222222222
|
|
2535E4FE65000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000000000
|
|C_102
|
|
102
|
|
333
|
|
102
|
|
000
|
|
000
|
|%_SPACE
|
|
|
|
2
|
|
0

|
|

|
|
|%_SCSSTA_%_APP_%
|
SCSSTA System Communication Status to
@1F\QMultip|
|
545554225777662466676666766625767772227622222222222222222222222222222222222
2222222243455476767|
|
3333410039345D03FDD5E93149FE03414530004F00000000000000000000000000000000000
00000000016C1D5C490|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|C_GRID_COLOR_C300
|
|
C300
|
|
4333
|
|
3300
|
|
0000
|
|
0000
|
|C_18
|
|
18
|
|
1000
|
|
2000
|
|FORM-LOW
|
|
|
|
2222
|
|
0000
|
|
0000
|
|
0000
|
|C_FCODE_SYNC_CANCEL
|
|
SYNC_CANCL
|
|
5544544444222222222222222222222222222222222222222222222222222222222222
|
|
39E3F31E3C000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000000000
|

|
|C_1
|
|

0000

1000

|
|
|
|C_FCODE_SET_NUM
|
|

SET_NUM

|
5455454222222222222222222222222222222222222222222222222222222222222222
|
|
354FE5D000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000000000
|
|SCSSTA[]
|
|
Table[initial]
|
|C_FCODE_CONTING
|
|
CONTING
|
|
4445444222222222222222222222222222222222222222222222222222222222222222
|
|
3FE49E7000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000000000
|
--------------------------------------------------------------------------------------------------|No.
1 Ty.
EVENT
|
|Name END-OF-SELECTION
|
--------------------------------------------------------------------------------------------------|WA_EXCLUDE_FCODE
|
|
&INFO
|
|
2444422222222222222222222222222222222222222222222222222222222222222222
|
|
69E6F00000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000000000
|
|%_MODEL_%_APP_%
|
|
MODEL NF-e Model
to
|

@1F\QMultip|
|
444442224426246666222222222222222222227622222222222222222222222222222222222
2222222243455476767|
|
DF45C000E6D50DF45C000000000000000000004F00000000000000000000000000000000000
00000000016C1D5C490|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|IT_EXCLUDE_FCODE
|
|
Table IT_105[8x140]
|
|
\PROGRAM=J_1BNFE_MONITOR\DATA=IT_EXCLUDE_FCODE
|
|
Table reference: 38
|
|
TABH+ 0(20) = D0C70700DF070000000000000000000000000000
|
|
TABH+ 20(20) = 2600000069000000080000008C000000FFFFFFFF
|
|
TABH+ 40(16) = 040000001019000010000000C1248401
|
|
store
= 0xD0C70700DF070000
|
|
ext1
= 0x0000000000000000
|
|
shmId
= 0
(0x00000000)
|
|
id
= 38
(0x26000000)
|
|
label
= 105 (0x69000000)
|
|
fill
= 8
(0x08000000)
|
|
leng
= 140 (0x8C000000)
|
|
loop
= -1
(0xFFFFFFFF)
|
|
xtyp
= TYPE#000119
|
|
occu
= 16
(0x10000000)
|
|
access
= 1
(ItAccessStandard)
|
|
idxKind
= 0
(ItIndexNone)
|
|
uniKind
= 2
(ItUniqueNon)
|
|
keyKind
= 1
(default)
|
|
cmpMode
= 2
(cmpSingleMcmpR)
|
|
occu0
= 1
|
|
groupCntl
= 0
|
|
rfc
= 0
|
|
unShareable = 0

|
mightBeShared = 1
|
|
sharedWithShmTab = 0
|
|
isShmLockId = 0
|
|
gcKind
= 0
|
|
isUsed
= 1
|
|
isCtfyAble = 1
|
|
>>>>> Shareable Table Header Data <<<<<
|
|
tabi
= 0x70D00D00DF070000
|
|
pgHook
= 0x0000000000000000
|
|
idxPtr
= 0x0000000000000000
|
|
shmTabhSet = 0x0000000000000000
|
|
id
= 79
(0x4F000000)
|
|
refCount
= 0
(0x00000000)
|
|
tstRefCount = 0
(0x00000000)
|
|
lineAdmin
= 16
(0x10000000)
|
|
lineAlloc
= 16
(0x10000000)
|
|
shmVersId
= 0
(0x00000000)
|
|
shmRefCount = 4
(0x04000000)
|
|
>>>>> 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
|
|MODEL-LOW
|
|
00
|
|
33
|

|
|

00

00

00

|
|
|
|NFNUM9[]
|
|

Table[initial]
|

|NFNUM9
|
|
|
222222222222222222222
|
|
000000000000000000000
|
|
000000000000000000000
|
|
000000000000000000000
|
|WA_NFE_ACTIVE-NFNUM9
|
|
000045070
|
|
333333333
|
|
000045070
|
|
000000000
|
|
000000000
|
|%_NFNUM9_%_APP_%
|
|
NFNUM9 NF-e Number
to
@1F\QMultip|
|
444543224426247666722222222222222222227622222222222222222222222222222222222
2222222243455476767|
|
E6E5D900E6D50E5D25200000000000000000004F00000000000000000000000000000000000
00000000016C1D5C490|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|NFNUM9-LOW
|
|
|
|
222222222
|
|
000000000
|
|
000000000
|
|
000000000
|
-------------------------------------------------------------------------------|

---------------------------------------------------------------------------------------------------------------------|Internal notes
|
|
The termination was triggered in function "FuncParams"
|
|
of the SAP kernel, in line 3169 of the module
|
|
"//bas/700_REL/src/krn/runt/abfunc.c#20".
|
|
The internal operation just processed is "FUNC".
|
|
Internal mode was started at 20120814192851.
|
|
Name of function module...............: "Y_J_1B_NFE_DANFE_XML_ITM_TEXTS"
|
|
Name of formal parameter..............: "I_WA_ITEM"
|
|
Technical type of actual parameter....: "u"
|
|
Technical length of actual parameter..: 714 bytes
|
|
Technical type of formal parameter....: "u"
|
|
Technical length of formal parameter..: 1134 bytes
|
|
Name of formal parameter at caller....: "I_WA_ITEM"
|
|
|
|
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Active Calls in SAP Kernel
|
--------------------------------------------------------------------------------------------------|Lines of C Stack in Kernel (Structure Differs on Each Platform)
|
--------------------------------------------------------------------------------------------------|SAP (R) - R/3(TM) Callstack, Version 1.0
|
|Copyright (C) SAP AG. All rights reserved.
|
|Callstack without Exception:
|
|App
: disp+work.EXE (pid=6492)
|
|When
: 8/14/2012 19:31:55.374
|
|Threads : 2
|
|Computer Name
: DKDN03SA536

|
|User Name

: SAPServiceQ08
|
|Number of Processors: 8
|
|Processor Type: Intel64 Family 6 Model 15 Stepping
|
|Windows Version
: 6.0 Current Build: 6002
|
|State Dump for Thread Id 2254
|
|FramePtr
ReturnAd
Param#1
|
|00000000086ff0a0 00000000778fb380 0000000017472b20
|
|00000000086ff160 00000000017ac8b1 0000000000000af0
Ex
|
|00000000086ff3b0 0000000000627795 0000000000000001
stcdbg.c (509)]
|
|00000000086ff3e0 0000000000b3e60c 0000000000000001
k.c (182)]
|
|00000000086ff430 0000000000b43c01 0000000000000001
abrabax.c (7316)] |
|00000000086ffe10 00000000008bb003 0000000001d2f368
c (1276)]
|
|00000000086fffa0 00000000008c0412 0000000008700040
.c (3169)]
|
|0000000008705930 0000000000867788 0000000000000000
(757)]
|
|0000000008705a90 0000000000a4f572 0000000000000018
c (527)]
|
|0000000008705ae0 0000000000b0d28c 0000000000000018
.c (281)]
|
|0000000008705b70 000000000068f0a9 0000000000000018
.c (499)]
|
|0000000008705d00 00000000006939be 000007df0022b858
p.c (2532)]
|
|0000000008705da0 0000000000692c6a 0000000000000000
p.c (1114)]
|
|0000000008705e50 0000000000649833 0000000000000000
p.c (361)]
|
|000000000870fc10 00000000004f8c02 0000000000000002
(1940)]
|
|000000000870fe90 0000000000430bdb 000000000033b980
.c (4702)]
|
|000000000870fec0 000000000040108d ffffffff00000003
(1171)]
|
|000000000870fef0 0000000001a8e4d1 0000000000000000
f.c (84)]
|
|000000000870ff50 00000000778eb22d 0000000000000000
rtexe.c (498)]
|
|000000000870ff80 0000000077a26861 0000000000000000
|
|000000000870ffd0 0000000000000000 0000000000000000
|
|State Dump for Thread Id 17d8
|
|FramePtr
ReturnAd
Param#1
|
|0000000011f6fdf0 00000000778db000 0000000011f6fe38

11

Function Name
ntdll!NtWaitForSingleObject
kernel32!WaitForSingleObject
disp+work!NTDebugProcess [nt
disp+work!CTrcStack [dptstac
disp+work!rabax_CStackSave [
disp+work!ab_rabax [abrabax.
disp+work!FuncParams [abfunc
disp+work!ab_jfunc [abfunc.c
disp+work!ab_extri [abextri.
disp+work!ab_xevent [abrunt1
disp+work!ab_dstep [abdynpro
disp+work!dynpmcal [dymainst
disp+work!dynppai0 [dymainst
disp+work!dynprctl [dymainst
disp+work!dynpen00 [dymain.c
disp+work!TskhLoop [thxxhead
disp+work!DpMain [dpxxdisp.c
disp+work!nlsui_main [thxxan
disp+work!wmainCRTStartup [c
kernel32!BaseThreadInitThunk
ntdll!RtlUserThreadStart

Function Name
ntdll!NtFsControlFile

|
|0000000011f6fe60 000000000196ccaf fffffffffffffffe kernel32!ConnectNamedPipe
|
|0000000011f6fef0 000007fefe153eb7 000000000032e4d0 disp+work!SigIMsgFunc [signt
.c (679)]
|
|0000000011f6ff20 000007fefe15664d 000007fefe1de740 msvcrt!sqrt
|
|0000000011f6ff50 00000000778eb22d 0000000000000000 msvcrt!fmod
|
|0000000011f6ff80 0000000077a26861 0000000000000000 kernel32!BaseThreadInitThunk
|
|0000000011f6ffd0 0000000000000000 0000000000000000 ntdll!RtlUserThreadStart
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|List of ABAP programs affected
|
--------------------------------------------------------------------------------------------------|Index |Typ|Program
|Group |Date
|Time
|
Size
|Lang.
|
--------------------------------------------------------------------------------------------------|
0|Prg|J_1BNFE_MONITOR
|
0|08.05.2012|20:04:53|
263168|E
|
|
1|Prg|SAPMSSY0
|
1|17.12.2007|11:08:02|
92160|E
|
|
2|Prg|SAPMSSYD
|
1|16.08.2006|12:06:37|
21504|E
|
|
3|Prg|SAPFSYSCALLS
|
1|09.09.2004|14:18:32|
7168|E
|
|
4|Prg|RSDBRUNT
|
0|14.11.2009|13:18:23|
254976|E
|
|
5|Typ|RSSCR
|
0|30.03.2005|10:21:45|
5120|
|
|
6|Prg|RSDBSPBL
|
0|30.03.2005|10:21:58|
72704|E
|
|
7|Prg|SAPDB__S
|
0|30.03.2005|10:22:01|
19456|E
|
|
8|Typ|VARID
|
0|12.05.1997|16:51:30|
4096|
|
|
9|Typ|SSCRFIELDS
|
0|13.05.1997|12:54:26|
6144|
|
|
10|Prg|%_CSYDB0
|
0|30.03.2005|10:21:45|
35840|E
|
|
11|Prg|RSDBSPVA
|
0|14.11.2009|13:05:07|
133120|E
|
|
12|Typ|TUVID
|
0|10.07.1997|00:46:43|
2048|
|
|
13|Prg|SAPLSVAR
|
13|14.11.2009|13:18:09|
766976|E
|
|
14|Typ|RSVAMEMKEY
|
0|07.05.1997|13:07:49|
2048|
|
|
15|Prg|RSDBSPMC
|
0|16.08.2006|11:55:58|
81920|E
|
|
16|Typ|DDSHDESCR
|
0|03.09.1997|03:05:16|
4096|
|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

17|Typ|SPPARAMS
2048|
|
18|Prg|SAPLICON
27648|E
|
19|Prg|%_CICON
107520|E
|
20|Typ|ICONT
2048|
|
21|Prg|SAPLSABE
12288|E
|
22|Prg|SAPLSECU
99328|E
|
23|Typ|RSSUBINFO
5120|
|
24|Prg|SAPLDSYA
45056|E
|
25|Prg|SAPFSDS1
52224|E
|
26|Typ|TDCLD
5120|
|
27|Prg|SAPLSDOD
45056|E
|
28|Typ|DOKIL
3072|
|
29|Prg|SAPCNVE
8192|E
|
30|Prg|SAPLLANG
10240|E
|
31|Typ|T002
2048|
|
32|Typ|RSEXFCODE
2048|
|
33|Prg|SAPFSPOR
14336|E
|
34|Typ|RSSELINT
2048|
|
35|Typ|RSPARINT
2048|
|
36|Prg|SAPLSCNT
30720|E
|
37|Typ|DYCBOX
3072|
|
38|Prg|SAPLSVSM
28672|E
|
39|Prg|SAPLSGUI
84992|E
|
40|Prg|SAPLSTTM
69632|E
|
41|Prg|SAPLSBDC
44032|E
|
42|Prg|CL_DATAPROVIDER===============CP
49152|E
|
43|Prg|%_CCNTL
15360|E
|
44|Typ|OBJ_RECORD
2048|
|
45|Prg|SAPLSTUP
74752|E
|
46|Prg|SAPLCNDP
197632|E
|

0|07.05.1997|13:10:38|

18|17.12.2007|11:19:35|

18|17.12.2007|11:19:33|

0|16.08.2006|11:55:57|

21|09.09.2004|14:18:36|

22|03.04.2012|10:48:51|

0|14.10.1999|22:01:03|

24|17.12.2007|11:04:45|

24|30.03.2005|10:22:01|

0|02.11.1998|09:51:35|

27|25.01.2006|10:59:45|

0|12.05.1997|16:46:17|

29|09.09.2004|14:36:10|

30|28.08.2007|11:24:52|

0|28.08.2007|11:24:42|

0|13.08.1997|12:52:57|

0|14.11.2009|11:51:03|

0|04.04.1995|16:12:37|

0|10.04.1995|09:58:38|

36|18.02.2005|14:16:06|

0|20.08.1998|11:16:53|

38|14.11.2009|13:04:48|

39|17.12.2007|11:08:02|

40|05.07.2005|13:10:18|

41|17.12.2007|11:00:11|

42|28.02.2005|21:00:46|

42|18.02.2005|14:15:08|

0|14.02.1998|08:30:43|

45|17.12.2007|10:59:21|

46|14.11.2009|13:17:48|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

47|Prg|SAPSHDTV
33792|E
|
48|Typ|SHDSTU
2048|
|
49|Typ|SHDSTCIU
2048|
|
50|Prg|SAPFGUICNTL
24576|E
|
51|Prg|SAPLOLEA
96256|E
|
52|Prg|SAPLSFES
260096|E
|
53|Prg|SAPLSPLUGIN
8192|E
|
54|Typ|ARFCRDATA
6144|
|
55|Prg|SAPLGRFC
16384|E
|
56|Typ|SWCBCONT
3072|
|
57|Typ|OLE_VERBS
2048|
|
58|Typ|OLE_PA
2048|
|
59|Typ|SSCRTEXTS
3072|
|
60|Prg|CL_GUI_PROPS_CONSUMER=========CP
29696|E
|
61|Prg|SAPLTHFB
394240|E
|
62|Typ|EUDB
8192|
|
63|Prg|CL_DYNAMIC_GUI_EXTENSIONS=====CP
37888|E
|
64|Prg|CL_GUI_DATAMANAGER============CP
75776|E
|
65|Prg|CL_ABAP_CHAR_UTILITIES========CP
14336|E
|
66|Typ|RSVUVINT
2048|
|
67|Prg|RSDBSPVD
88064|E
|
68|Typ|RVARI
4096|
|
69|Typ|RSVARIVDAT
2048|
|
70|Typ|J_1BNFE_ACTIVE
13312|
|
71|Typ|J_1BSTSCODET
2048|
|
72|Typ|J_1BNFE_EXTEVT
2048|
|
73|Typ|J_1BNFE_EVEGRPT
2048|
|
74|Typ|DD07V
3072|
|
75|Prg|SAPLSDIF
197632|E
|
76|Typ|DD01V
6144|
|

36|05.01.2005|16:26:16|

0|14.12.1998|23:15:34|

0|14.12.1998|23:15:34|

1|18.02.2005|14:15:08|

51|14.11.2009|13:14:04|

52|14.11.2009|13:17:59|

53|09.09.2004|14:18:36|

0|13.02.2005|18:20:24|

55|13.02.2005|18:20:25|

0|15.11.2000|17:55:11|

0|04.04.1995|16:02:20|

0|04.04.1995|16:02:19|

0|03.09.1997|03:12:33|

60|14.11.2009|11:32:22|

61|18.01.2012|09:01:10|

0|06.11.2003|20:28:08|

63|18.02.2005|14:15:28|

64|05.07.2005|13:10:15|

65|05.07.2005|13:10:15|

0|15.01.1996|16:09:23|

0|28.08.2007|11:31:54|

0|30.03.1998|09:40:50|

0|04.04.1995|16:12:54|

0|01.11.2011|22:33:38|

0|28.08.2007|17:11:44|

0|06.10.2011|14:15:05|

0|06.10.2011|14:14:43|

0|09.09.2004|14:20:41|

75|14.11.2009|12:39:05|

0|28.12.2004|18:22:59|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

77|Prg|SAPLSDDO
244736|E
|
78|Typ|DCDOMAGET
2048|
|
79|Prg|RADBTDDO
39936|E
|
80|Prg|RADBTDDF
259072|E
|
81|Typ|DD01L
6144|
|
82|Typ|DD01T
2048|
|
83|Typ|DDDOSTATE
3072|
|
84|Typ|DD07L
3072|
|
85|Typ|DD07T
3072|
|
86|Typ|J_1BNFE_CANCELRT
3072|
|
87|Typ|J_1BNFE_CONTINRT
3072|
|
88|Typ|BAL_S_LFIL
13312|
|
89|Prg|SAPLSBAL_DB
229376|E
|
90|Typ|BALHDR
8192|
|
91|Typ|BAL_S_OBJ
2048|
|
92|Typ|BAL_S_SUB
2048|
|
93|Prg|CL_GUI_CONTROL================CP
112640|E
|
94|Prg|CL_GUI_OBJECT=================CP
375808|E
|
95|Prg|CL_GUI_CFW====================CP
168960|E
|
96|Typ|TOLE
3072|
|
97|Prg|%_COLE2
10240|E
|
98|Prg|SAPLSCP2
136192|E
|
99|Typ|SWCONT
3072|
|
100|Prg|CL_GUI_CUSTOM_CONTAINER=======CP
44032|E
|
101|Typ|CFW_LINK
3072|
|
102|Prg|CL_GUI_CONTAINER==============CP
56320|E
|
103|Prg|SAPLCNTH
29696|E
|
104|Prg|CL_GUI_ALV_GRID===============CP
711680|E
|
105|Typ|LVC_S_ROID
2048|
|
106|Typ|LVC_S_PRNT
10240|
|

77|14.11.2009|13:14:44|

0|30.03.1995|13:11:13|

77|05.07.2005|13:10:16|

77|22.11.2009|06:12:11|

0|28.12.2004|17:07:19|

0|12.05.1997|16:45:41|

0|07.05.1997|12:48:49|

0|09.09.2004|14:19:32|

0|12.05.1997|16:45:51|

0|13.11.2009|21:01:09|

0|01.09.2010|12:06:28|

0|04.12.2000|12:45:13|

89|28.08.2007|11:32:03|

0|30.08.2001|17:56:24|

0|18.11.1998|16:20:52|

0|18.11.1998|16:20:52|

93|28.02.2005|21:03:09|

94|31.08.2007|13:19:53|

95|14.11.2009|13:17:22|

0|29.07.1998|19:56:01|

51|18.02.2005|14:15:28|

98|14.11.2009|12:57:16|

0|04.04.1995|16:18:01|

100|28.02.2005|21:00:46|

0|01.12.1999|12:16:48|

102|28.02.2005|21:00:46|

103|18.02.2005|14:15:08|

104|22.11.2009|05:00:10|

0|14.10.1999|21:58:04|

0|25.01.2006|10:55:42|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

107|Typ|ALV_S_PCTL
8192|
|
108|Typ|PRI_PARAMS
5120|
|
109|Typ|ARC_PARAMS
5120|
|
110|Typ|LVC_S_RPRP
3072|
|
111|Typ|LVC_S_RPID
2048|
|
112|Typ|LVC_S_LAYL
2048|
|
113|Typ|LVC_S_BDS
26624|
|
114|Prg|CL_GUI_ALV_GRID_BASE==========CP
233472|E
|
115|Prg|CL_GUI_DATAPONDEMAND==========CP
63488|E
|
116|Prg|CL_DATAPTABLECACHE============CP
56320|E
|
117|Prg|CL_GUI_FRONTEND_SERVICES======CP
122880|E
|
118|Prg|CL_ALV_TRACE==================CP
253952|E
|
119|Typ|LTCXKEY
3072|
|
120|Prg|CL_ALV_VARIANT================CP
157696|E
|
121|Typ|DISVARIANT
3072|
|
122|Typ|LVC_S_LAYO
15360|
|
123|Typ|LVC_S_DD01
2048|
|
124|Typ|LVC_S_TOTO
8192|
|
125|Typ|DTC_S_LAYO
6144|
|
126|Prg|CL_ALV_BDS====================CP
174080|E
|
127|Typ|BAPIFILES
4096|
|
128|Prg|CL_BDS_DOCUMENT_SET===========CP
112640|E
|
129|Prg|CL_CTMENU=====================CP
39936|E
|
130|Prg|CL_ALV_EVENT_TOOLBAR_SET======CP
9216|E
|
131|Prg|SAPLSLVC
418816|E
|
132|Prg|SAPLSKBB
70656|E
|
133|Prg|SAPLSKBH
832512|E
|
134|Prg|SAPLSSN1
27648|E
|
135|Prg|SAPLSDIFRUNTIME
96256|E
|
136|Typ|DDFIXVALUE
2048|
|

0|25.01.2006|10:54:38|

0|02.11.1998|09:46:12|

0|28.08.1997|08:36:28|

0|04.12.2000|12:48:05|

0|10.11.1998|05:38:53|

0|09.11.2000|14:09:15|

0|09.09.2004|14:16:48|

114|14.11.2009|13:17:22|

115|14.11.2009|13:17:43|

116|05.07.2005|13:10:15|

117|14.11.2009|13:17:23|

118|14.11.2009|12:57:16|

0|09.11.2000|14:09:11|

120|14.11.2009|13:03:29|

0|29.07.1998|18:25:39|

0|18.05.2004|14:08:00|

0|18.05.2004|14:06:56|

0|04.12.2000|12:48:07|

0|04.12.2000|12:46:23|

126|14.11.2009|12:57:16|

0|25.03.1999|11:29:01|

128|28.12.2004|18:26:38|

129|14.11.2009|11:32:05|

130|18.02.2005|14:12:59|

131|14.11.2009|13:15:29|

132|14.11.2009|13:13:25|

133|14.11.2009|13:20:02|

134|28.08.2007|11:24:54|

135|14.11.2009|12:39:04|

0|27.08.1999|18:04:56|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

137|Typ|X031L
6144|
|
138|Typ|DFIES
10240|
|
139|Prg|SAPLSDNT
219136|E
|
140|Prg|SAPLSUGS
47104|E
|
141|Typ|DDFTX
4096|
|
142|Prg|%_CSLIS
89088|E
|
143|Prg|%_CKKBLO
140288|E
|
144|Typ|LVC_S_FCAT
18432|
|
145|Prg|CL_SALV_VERI_RUN==============CP
95232|E
|
146|Prg|CL_SALV_CALLER_SERVICES=======CP
57344|E
|
147|Prg|SAPLKKBL
1492992|E
|
148|Prg|CL_SALV_TOOLTIP===============CP
13312|E
|
149|Prg|CL_SALV_METADATA_BASE=========CP
9216|E
|
150|Prg|CL_SALV_METADATA==============CP
9216|E
|
151|Prg|SAPLSLVC_DIALOG
691200|E
|
152|Typ|LVC_S_SELF
3072|
|
153|Prg|CL_ABAP_LIST_UTILITIES========CP
21504|E
|
154|Typ|LVC_S_FILT
7168|
|
155|Typ|LVC_S_SORT
4096|
|
156|Typ|LVC_S_GRPL
4096|
|
157|Prg|%_CVRM
8192|E
|
158|Typ|LTVARIANT
5120|
|
159|Prg|SAPLSKBS
292864|E
|
160|Typ|LVC_S_RNGS
2048|
|
161|Typ|V_LTDX
4096|
|
162|Prg|CL_SALV_VERI_MAINTAIN=========CP
208896|E
|
163|Typ|EUINFO
6144|
|
164|Typ|LVC_S_DEPS
2048|
|
165|Typ|LVC_S_COL
2048|
|
166|Prg|CL_ABAP_TYPEDESCR=============CP
29696|E
|

0|05.07.2005|13:10:15|

0|28.12.2004|17:06:45|

139|14.11.2009|13:00:01|

140|31.03.2006|11:14:08|

0|05.11.1997|02:52:59|

134|25.01.2006|11:07:06|

133|28.08.2007|12:40:55|

0|18.05.2004|14:08:02|

145|17.12.2007|11:19:35|

146|17.12.2007|11:19:34|

147|09.02.2011|12:14:40|

148|28.08.2007|12:01:00|

149|28.08.2007|12:00:59|

150|28.08.2007|12:01:00|

151|14.11.2009|13:04:39|

0|04.12.2000|12:48:07|

153|05.07.2005|13:10:15|

0|15.11.2000|17:38:34|

0|15.11.2000|17:38:36|

0|15.11.2000|17:38:34|

151|18.02.2005|14:16:06|

0|15.11.2000|17:38:31|

159|17.12.2007|11:19:34|

0|10.11.1999|17:41:05|

0|09.11.2000|14:27:10|

162|14.11.2009|12:44:12|

0|16.07.1997|14:45:04|

0|04.12.2000|12:48:02|

0|21.12.1999|19:15:32|

166|05.07.2005|13:10:15|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

167|Prg|CL_ABAP_ELEMDESCR=============CP
36864|E
|
168|Prg|CL_ABAP_DATADESCR=============CP
19456|E
|
169|Prg|CL_ABAP_REFDESCR==============CP
24576|E
|
170|Prg|CL_ABAP_STRUCTDESCR===========CP
40960|E
|
171|Prg|CL_ABAP_COMPLEXDESCR==========CP
17408|E
|
172|Prg|CL_ABAP_TABLEDESCR============CP
25600|E
|
173|Prg|CL_ABAP_CLASSDESCR============CP
30720|E
|
174|Prg|CL_ABAP_OBJECTDESCR===========CP
34816|E
|
175|Prg|CL_ABAP_INTFDESCR=============CP
25600|E
|
176|Prg|CL_ABAP_SOFT_REFERENCE========CP
9216|E
|
177|Prg|CL_ABAP_REFERENCE=============CP
8192|E
|
178|Prg|CL_I18N_BIDI==================CP
26624|E
|
179|Prg|CL_ABAP_CONV_IN_CE============CP
22528|E
|
180|Prg|CL_SALV_BS_RUNTIME_INFO=======CP
52224|E
|
181|Prg|CX_SALV_BS_SC_RUNTIME_INFO====CP
12288|E
|
182|Typ|SCX_SRCPOS
2048|
|
183|Prg|CX_SALV_BS_SC_MSG=============CP
11264|E
|
184|Prg|CX_SALV_BS_SC=================CP
10240|E
|
185|Prg|CX_STATIC_CHECK===============CP
10240|E
|
186|Prg|CX_ROOT=======================CP
11264|E
|
187|Prg|CX_NO_CHECK===================CP
10240|E
|
188|Prg|%_CSCTX
9216|E
|
189|Typ|STB_BUTTON
3072|
|
190|Prg|CL_ALV_CHECK_THIRD_PARTY======CP
17408|E
|
191|Prg|CL_ALV_XSLT_TRANSFORM=========CP
18432|E
|
192|Prg|SAPLAQXI
17408|E
|
193|Typ|AQXINTI
2048|
|
194|Typ|AQXINT
2048|
|
195|Typ|AQXINTA
2048|
|
196|Typ|AQXINTT
2048|
|

167|03.07.2006|10:26:16|

168|05.07.2005|13:10:15|

169|05.07.2005|13:10:15|

170|31.08.2007|13:19:43|

171|05.07.2005|13:10:15|

172|05.07.2005|13:10:15|

173|05.07.2005|13:10:15|

174|05.07.2005|13:10:15|

175|05.07.2005|13:10:15|

176|05.07.2005|13:10:15|

177|09.09.2004|14:18:16|

178|14.11.2009|12:57:26|

179|05.07.2005|13:10:15|

180|14.11.2009|13:20:02|

181|28.08.2007|12:00:12|

0|18.05.2004|14:07:11|

183|28.08.2007|12:00:12|

184|28.08.2007|12:00:12|

185|05.07.2005|13:10:16|

186|28.08.2007|12:28:16|

187|05.07.2005|13:10:16|

129|09.09.2004|14:18:14|

0|25.01.1999|13:03:41|

190|14.11.2009|13:12:36|

191|28.08.2007|11:57:37|

192|09.09.2004|14:18:33|

0|14.04.1998|11:17:17|

0|30.03.1998|09:55:50|

0|30.03.1998|09:55:50|

0|30.03.1998|09:55:51|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

197|Prg|%_CABAP
29696|E
|
198|Prg|SAPLSLVX
39936|E
|
199|Typ|LVC_S_STBL
2048|
|
200|Typ|LVC_S_ADDI
2048|
|
201|Typ|LVC_S_INFO
6144|
|
202|Prg|SAPLS_NLS_BIDI
22528|E
|
203|Typ|STB_BTNMNU
2048|
|
204|Typ|RFC_FIELDS
3072|
|
205|Prg|SAPLCNTL
304128|E
|
206|Typ|DPPROPS
2048|
|
207|Prg|SAPLURFC
22528|E
|
208|Prg|SAPLSRFC
37888|E
|
209|Prg|SAPLSYST
36864|E
|
210|Prg|SAPMSSY1
21504|E
|
211|Typ|ARFCDATA
5120|
|
212|Prg|SAPLCNT0
39936|E
|
213|Prg|CX_SY_MOVE_CAST_ERROR=========CP
11264|E
|
214|Prg|CX_DYNAMIC_CHECK==============CP
10240|E
|
215|Typ|LVC_S_CO01
2048|
|
216|Prg|IF_DATAPONDEMAND==============IP
5120|E
|
217|Typ|LVC_S_COL2
2048|
|
218|Typ|LVC_S_DATA
4096|
|
219|Prg|CX_SY_STRUCT_COMP_NAME========CP
12288|E
|
220|Prg|CX_SY_STRUCT_CREATION=========CP
11264|E
|
221|Prg|CX_SY_TYPE_CREATION===========CP
10240|E
|
222|Prg|CX_SY_STRUCT_ATTRIBUTES=======CP
11264|E
|
223|Prg|CX_SY_STRUCT_SUFFIX_NAME======CP
12288|E
|
224|Prg|CX_SY_STRUCT_COMP_TYPE========CP
11264|E
|
225|Rty|type000000000000
0|
|
226|Prg|CX_SY_TABLE_LINE_TYPE=========CP
11264|E
|

172|05.07.2005|13:10:15|

198|28.08.2007|12:40:55|

0|30.11.1998|15:53:11|

0|04.12.2000|12:47:40|

0|09.11.2000|14:09:14|

202|14.11.2009|12:57:26|

0|04.12.2000|12:53:55|

0|20.08.1998|10:56:34|

205|14.11.2009|12:38:47|

0|09.07.1997|23:53:23|

207|17.12.2007|11:05:16|

208|05.01.2006|12:14:38|

209|03.04.2012|10:47:48|

46|11.04.2005|09:27:15|

0|04.04.1995|15:40:32|

212|18.02.2005|14:15:08|

213|05.07.2005|13:10:16|

214|05.07.2005|13:10:16|

0|21.12.1999|19:15:32|

115|18.02.2005|14:12:59|

0|21.12.1999|19:15:32|

0|29.11.1999|17:41:29|

219|05.07.2005|13:10:16|

220|05.07.2005|13:10:16|

221|05.07.2005|13:10:16|

222|28.08.2007|12:30:55|

223|25.01.2006|11:01:25|

224|05.07.2005|13:10:16|

0|14.08.2012|19:28:53|

226|05.07.2005|13:10:16|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

227|Prg|CX_SY_TABLE_CREATION==========CP
10240|E
|
228|Prg|CL_SCP_LINEBREAK_UTIL=========CP
15360|E
|
229|Prg|SAPLSLVC_FULLSCREEN
244736|E
|
230|Prg|CL_GUI_SPLITTER_CONTAINER=====CP
66560|E
|
231|Prg|CL_GUI_SIMPLE_CONTAINER=======CP
43008|E
|
232|Typ|LVC_S_ROW
2048|
|
233|Prg|SAPFGUICNTL_CFW
15360|E
|
234|Typ|ARFCSDATA
6144|
|
235|Prg|%_CCNDP
14336|E
|
236|Prg|IF_DATAPTABLECACHE_MODIFY=====IP
7168|E
|
237|Prg|IF_DATAPTABLECACHE_MODIFY2====IP
6144|E
|
238|Prg|IF_CACHED_PROP================IP
5120|E
|
239|Prg|IF_GUI_DYNAMIC_DATA===========IP
5120|E
|
240|Prg|CL_GUI_EVENT==================CP
11264|E
|
241|Prg|CL_GUI_DOCKING_CONTAINER======CP
49152|E
|
242|Typ|J_1BNFE_HISTORY
10240|
|
243|Typ|J_1BNFE_EVENT
4096|
|
244|Typ|SHLP_DESCR
12288|
|
245|Prg|SAPLSDSD
313344|E
|
246|Typ|DDSHOFFLD
6144|
|
247|Typ|DD35L
2048|
|
248|Typ|DD04T
3072|
|
249|Typ|DD04L
8192|
|
250|Typ|TPARA
2048|
|
251|Typ|DDSETSTATE
3072|
|
252|Typ|DCDTELGET
2048|
|
253|Typ|SHLP_INTDS
4096|
|
254|Typ|DDSHIFACE
4096|
|
255|Typ|DDSHFPROP
3072|
|
256|Typ|DDSHSELOPT
3072|
|

227|05.07.2005|13:10:16|

228|05.07.2005|13:10:15|

229|09.02.2011|12:14:40|

230|28.02.2005|21:00:47|

231|28.02.2005|21:00:47|

0|02.11.1998|09:45:47|

1|28.02.2005|21:00:47|

0|13.02.2005|18:20:25|

64|18.02.2005|14:15:28|

115|18.02.2005|14:15:28|

64|18.02.2005|14:12:59|

64|18.02.2005|14:12:55|

64|18.02.2005|14:13:18|

240|28.02.2005|21:00:47|

241|28.02.2005|21:00:47|

0|01.11.2011|22:33:40|

0|06.10.2011|14:14:45|

0|28.12.2004|17:07:09|

245|14.11.2009|13:17:56|

0|18.05.2004|14:07:58|

0|20.08.1998|11:16:26|

0|12.05.1997|16:45:50|

0|19.07.2004|10:44:26|

0|10.07.1997|00:45:24|

0|07.05.1997|12:49:06|

0|30.03.1995|13:13:18|

0|18.05.2004|14:08:03|

0|20.08.1998|10:51:59|

0|20.08.1998|10:51:57|

0|20.08.1998|10:52:01|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

257|Typ|DTELINFO
7168|
|
258|Typ|DTFLAG1
2048|
|
259|Typ|DTFLAG2
2048|
|
260|Typ|DTFLAG3
2048|
|
261|Prg|SAPLSDF4
55296|E
|
262|Typ|DVAL
2048|
|
263|Typ|SEAHLPRES
4096|
|
264|Prg|SAPLSDDT
83968|E
|
265|Typ|DDF4LBBUF1
5120|
|
266|Prg|CL_ALV_EVENT_DATA=============CP
9216|E
|
267|Prg|BCALV_F4
31744|E
|
268|Typ|DDSHRETVAL
3072|
|
269|Prg|SAPLSDHI
142336|E
|
270|Prg|RADBTNA1
48128|E
|
271|Typ|HELP_INFO
11264|
|
272|Prg|WDR_TASK======================CP
12288|E
|
273|Prg|SAPLWDTM
265216|E
|
274|Prg|SAPLAWRT
194560|E
|
275|Prg|SAPLGRAP
428032|E
|
276|Typ|USR05
2048|
|
277|Typ|DDSHF4CTRL
5120|
|
278|Typ|DDSHOCXINT
3072|
|
279|Typ|DDSHTECINF
4096|
|
280|Prg|SAPLSDH4
330752|E
|
281|Typ|DDSHPVAL50
6144|
|
282|Typ|MCTBC_CTRL
6144|
|
283|Typ|DYNPREAD
3072|
|
284|Prg|SAPLSHL2
647168|E
|
285|Typ|DYNPRO_ID
2048|
|
286|Typ|DPOV610
3072|
|

0|05.07.2005|13:05:29|

0|14.02.1998|07:04:39|

0|14.02.1998|07:04:39|

0|13.02.2005|18:20:25|

261|05.01.2006|12:33:59|

0|04.04.1995|15:48:07|

0|09.11.2000|14:12:33|

264|31.08.2007|13:18:23|

0|18.05.2004|14:08:00|

266|09.09.2004|14:18:16|

104|31.08.2007|13:20:18|

0|28.10.1998|13:07:04|

269|14.11.2009|13:00:10|

245|17.12.2007|11:07:44|

0|07.01.2002|15:49:03|

272|09.02.2011|12:14:41|

273|17.12.2007|11:08:04|

274|17.12.2007|11:07:06|

275|14.11.2009|13:12:36|

0|18.12.2001|16:51:43|

0|18.05.2004|14:07:58|

0|18.05.2004|14:07:58|

0|20.08.1998|11:16:38|

280|14.11.2009|13:04:33|

0|09.11.2000|14:19:32|

0|18.05.2004|14:08:16|

0|18.12.2001|16:52:53|

284|14.11.2009|13:18:00|

0|09.11.2000|14:07:21|

0|18.12.2001|16:52:52|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

287|Typ|DSELC
3072|
|
288|Typ|MCTBC_HI
3072|
|
289|Typ|MCTBC_CMSG
2048|
|
290|Typ|X030L
6144|
|
291|Typ|DD03P
13312|
|
292|Typ|DD05M
4096|
|
293|Typ|DD08V
4096|
|
294|Typ|DD12V
5120|
|
295|Typ|DD17V
3072|
|
296|Typ|DD35V
2048|
|
297|Typ|DD36M
5120|
|
298|Prg|SAPLSDTB
405504|E
|
299|Typ|DDCACHE
2048|
|
300|Typ|DCTABDGET
2048|
|
301|Typ|DD02V
7168|
|
302|Prg|SAPLSDSG
123904|E
|
303|Typ|DD02L
6144|
|
304|Typ|DDSTATE
2048|
|
305|Typ|DD03L
6144|
|
306|Prg|SAPLSDDM
57344|E
|
307|Typ|DD08L
4096|
|
308|Prg|SAPLSDFK
26624|E
|
309|Typ|DD12L
4096|
|
310|Typ|DD09V
5120|
|
311|Typ|DD09L
4096|
|
312|Typ|DCTABLGET
3072|
|
313|Typ|DDXTT
6144|
|
314|Prg|RATTBUTL
206848|E
|
315|Typ|V_21S23L
3072|
|
316|Typ|DD092526V
2048|
|

0|20.08.1998|11:16:48|

0|07.05.1997|12:58:15|

0|07.05.1997|12:58:15|

0|05.07.2005|13:10:10|

0|18.02.2005|13:53:33|

0|09.11.2000|14:06:49|

0|20.08.1998|11:35:49|

0|19.07.2004|10:44:55|

0|20.08.1998|10:50:57|

0|01.03.2001|12:21:53|

0|01.03.2001|12:38:06|

298|14.11.2009|13:18:18|

0|30.03.1995|13:12:06|

0|13.05.1997|12:49:28|

0|19.11.2001|15:50:56|

302|05.07.2005|13:11:53|

0|19.11.2001|15:49:25|

0|07.05.1997|12:49:07|

0|28.12.2004|17:10:07|

306|03.07.2006|10:25:03|

0|05.11.1997|02:52:51|

308|05.07.2005|13:10:14|

0|19.07.2004|10:44:27|

0|28.12.2004|18:22:11|

0|28.12.2004|18:22:43|

0|04.06.1997|19:16:24|

0|05.07.2005|13:05:24|

135|31.08.2007|13:21:04|

0|20.08.1998|11:32:35|

0|20.08.1998|11:15:55|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

317|Typ|MCTBC_TBFN
3072|
|
318|Prg|CL_F4CUSTOM===================CP
66560|E
|
319|Typ|DDF4PSALLS
4096|
|
320|Typ|F4SETTING
2048|
|
321|Prg|SAPLSDTO
29696|E
|
322|Typ|DDSHLSCTRL
61440|
|
323|Typ|DDSHLPACK
27648|
|
324|Typ|DDSHWROBJ
5120|
|
325|Typ|DDSHLCOLIN
13312|
|
326|Typ|MCTBC_DI
4096|
|
327|Typ|MCTBC_DP
3072|
|
328|Typ|MCTBC_COLN
2048|
|
329|Prg|RADDOCHL
285696|E
|
330|Typ|CODEPAGES
2048|
|
331|Prg|CL_ABAP_CONV_OUT_CE===========CP
18432|E
|
332|Prg|SAPLJ1BB
444416|E
|
333|Typ|J_1BNFDOC
19456|
|
334|Prg|SAPLJ1BA
786432|E
|
335|Typ|J_1BNFNAD
8192|
|
336|Typ|J_1BNFCPD
18432|
|
337|Typ|J_1BNFLIN
12288|
|
338|Typ|J_1BNFSTX
5120|
|
339|Typ|J_1BNFFTX
3072|
|
340|Typ|J_1BNFREF
2048|
|
341|Prg|SAPLJ1BB2
329728|E
|
342|Prg|SAPLJ_1B_NFE
363520|E
|
343|Typ|J_1B_NFE_ACCESS_KEY
3072|
|
344|Typ|J_1BAL
2048|
|
345|Typ|J_1BAM
2048|
|
346|Typ|J_1BDYSTX
6144|
|

0|20.08.1998|11:20:46|

318|31.08.2007|13:24:31|

0|18.05.2004|14:08:00|

0|14.02.1998|07:17:23|

321|03.07.2006|09:54:11|

0|28.12.2004|17:06:45|

0|18.05.2004|14:07:42|

0|18.05.2004|14:07:58|

0|18.05.2004|14:07:23|

0|18.05.2004|14:08:16|

0|18.05.2004|14:08:15|

0|16.08.2006|11:56:27|

135|31.08.2007|13:21:04|

0|09.07.1997|23:51:03|

331|05.07.2005|13:10:15|

332|20.02.2012|13:16:50|

0|11.12.2010|12:01:39|

334|01.11.2011|22:33:40|

0|01.09.2010|12:06:33|

0|13.11.2009|13:28:04|

0|13.11.2009|21:01:08|

0|19.11.2007|11:25:01|

0|13.11.2009|21:01:08|

0|10.07.1997|00:29:05|

341|27.04.2012|15:50:18|

342|18.04.2012|23:49:45|

0|13.11.2009|21:00:56|

0|13.08.1997|13:30:16|

0|26.05.1999|09:50:11|

0|19.11.2007|11:25:01|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

347|Typ|J_1BINNAD
7168|
|
348|Prg|SAPLJ1BE
33792|E
|
349|Prg|SAPLJ1BC2
16384|E
|
350|Typ|J_1BDYMPA
3072|
|
351|Typ|J_1BAK
2048|
|
352|Typ|J_1BDYDOC
25600|
|
353|Typ|J_1BAQ
2048|
|
354|Typ|J_1BAQT
2048|
|
355|Typ|J_1B_NFE_SCREEN_FIELDS
2048|
|
356|Typ|J_1BNFE_DOCNUM9_DIVIDED
2048|
|
357|Typ|J_1BDYPAR
2048|
|
358|Prg|SAPLJ1BD
18432|E
|
359|Typ|J_1BDYLIN
17408|
|
360|Typ|J_1BITEMTYPES
2048|
|
361|Typ|MARA
37888|
|
362|Typ|T001W
12288|
|
363|Typ|MBEW
19456|
|
364|Typ|T023
4096|
|
365|Typ|T006
5120|
|
366|Typ|MCH1
7168|
|
367|Typ|J_1BAB
2048|
|
368|Typ|J_1BAG
4096|
|
369|Typ|J_1BATL1
2048|
|
370|Typ|J_1BATL2
2048|
|
371|Typ|J_1BATL3
2048|
|
372|Typ|J_1BATL4A
2048|
|
373|Typ|J_1BATL5
2048|
|
374|Typ|T604F
2048|
|
375|Typ|J_1BAS
2048|
|
376|Prg|%_CCXTAB
7168|E
|

0|04.08.2011|18:07:13|

348|25.10.2011|08:42:16|

349|11.12.2010|12:01:42|

0|13.11.2009|21:01:27|

0|20.08.1998|11:36:30|

0|11.12.2010|12:01:38|

0|10.07.1997|00:28:40|

0|14.02.1998|08:03:21|

0|28.08.2007|17:09:39|

0|01.09.2010|12:05:59|

0|13.08.1997|12:36:10|

358|08.03.2005|19:15:13|

0|13.11.2009|21:01:27|

0|20.11.2001|15:37:23|

0|13.11.2009|15:02:34|

0|13.11.2009|15:04:38|

0|20.09.2006|10:27:27|

0|09.12.2004|16:41:28|

0|09.11.2000|14:23:45|

0|21.05.2002|08:51:07|

0|10.07.1997|00:28:27|

0|20.11.2001|15:37:22|

0|29.03.2001|12:32:47|

0|28.08.2007|17:11:39|

0|28.08.2007|17:11:40|

0|01.04.2011|12:19:05|

0|01.04.2011|12:19:06|

0|13.08.1997|13:50:44|

0|10.07.1997|00:28:44|

341|18.02.2005|14:15:08|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

377|Typ|SCXTAB_CONTROL
6144|
|
378|Typ|J_1BAA
4096|
|
379|Typ|J_1BABT
2048|
|
380|Typ|J_1BINLIN
9216|
|
381|Prg|SAPLJ1BC
118784|E
|
382|Typ|J_1BTXCOND
2048|
|
383|Typ|J_1BAJ
2048|
|
384|Typ|J_1BPOTAX
3072|
|
385|Prg|SAPLOMCV
24576|E
|
386|Prg|CL_EXITHANDLER================CP
30720|E
|
387|Prg|SAPLSEXV
116736|E
|
388|Typ|SXS_ATTR
5120|
|
389|Prg|CL_BADI_FLT_DATA_TRANS_AND_DB=CP
35840|E
|
390|Typ|V_EXT_ACT
2048|
|
391|Typ|SXC_EXIT
2048|
|
392|Prg|CL_EX_BADI_MATN1==============CP
21504|E
|
393|Prg|IF_EX_BADI_MATN1==============IP
5120|E
|
394|Typ|TMCNV
4096|
|
395|Prg|SAPLSCVU
70656|E
|
396|Typ|T006A
3072|
|
397|Prg|%_CSHLP
13312|E
|
398|Typ|DDLBBUFTST
5120|
|
399|Prg|SAPLSUNI
154624|E
|
400|Typ|TFDIR
3072|
|
401|Typ|J_1BAN
2048|
|
402|Typ|BAL_S_PROF
48128|
|
403|Typ|J_1BAAT
2048|
|
404|Typ|J_1BB2
6144|
|
405|Prg|SAPLZG02
11264|E
|
406|Typ|Z039B
4096|
|

0|18.05.2004|14:07:29|

0|01.09.2010|12:06:01|

0|14.02.1998|08:03:08|

0|19.10.2011|21:40:42|

381|20.02.2012|13:16:50|

0|19.02.2002|12:51:45|

0|19.08.2004|16:55:23|

0|28.08.2007|17:09:38|

385|31.08.2007|14:01:39|

386|14.11.2009|13:09:46|

387|14.11.2009|13:16:48|

0|05.01.2006|12:04:28|

389|14.11.2009|13:09:46|

0|09.11.2000|14:27:05|

0|09.11.2000|14:23:43|

392|28.08.2007|12:40:58|

386|18.05.2004|11:08:26|

0|01.03.2005|11:00:16|

395|17.12.2007|11:07:22|

0|28.08.1997|09:04:18|

245|05.01.2006|12:33:57|

0|18.05.2004|14:07:59|

399|27.04.2012|14:43:16|

0|13.02.2005|17:31:57|

0|29.07.1998|18:39:48|

0|25.01.2006|10:54:39|

0|28.08.1997|08:50:30|

0|13.11.2009|21:01:32|

405|22.11.2009|12:28:20|

0|13.11.2009|15:24:16|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

407|Typ|Z039
4096|
|
408|Prg|SAPLSWUG
60416|E
|
409|Typ|SWOTOBJID
2048|
|
410|Typ|SWHACTOR
2048|
|
411|Prg|CL_GOS_MANAGER================CP
19456|E
|
412|Prg|CL_GOS_VIEW_MANAGER===========CP
24576|E
|
413|Typ|SIBFLPOR
2048|
|
414|Typ|SGOS_MVOBJ
3072|
|
415|Typ|BORIDENT
2048|
|
416|Prg|SAPLSUU1
278528|E
|
417|Typ|USR02
8192|
|
418|Typ|USREFUS
2048|
|
419|Typ|SIBFLPORB
2048|
|
420|Prg|CL_GOS_TOOLBOX_MODEL==========CP
43008|E
|
421|Typ|SGOS_MODL
5120|
|
422|Prg|SAPLSWOR
297984|E
|
423|Typ|SWOTRI
2048|
|
424|Typ|SWOTRETURN
4096|
|
425|Prg|SAPLSWOH
9216|E
|
426|Typ|SWOTENV
4096|
|
427|Prg|SAPLSWOD
291840|E
|
428|Typ|TOJTD
2048|
|
429|Prg|SAPLRHS0
15360|E
|
430|Typ|TOJTB
9216|
|
431|Typ|SWOTLI
2048|
|
432|Typ|T100
2048|
|
433|Prg|CL_EX_GOS_SRV_SELECT==========CP
15360|E
|
434|Prg|IF_EX_GOS_SRV_SELECT==========IP
5120|E
|
435|Prg|%_CSXRT
15360|E
|
436|Prg|CL_EXIT_MASTER================CP
24576|E
|

0|13.11.2009|15:24:16|

408|31.08.2007|13:33:36|

0|04.05.1995|15:20:52|

0|04.04.1995|16:18:07|

411|28.12.2004|18:23:28|

412|28.12.2004|18:23:28|

0|15.11.2000|17:53:54|

0|24.07.2001|09:18:06|

0|28.08.1997|08:38:50|

416|29.09.2011|13:11:17|

0|17.12.2007|11:00:59|

0|07.01.2003|18:24:17|

0|15.11.2000|17:53:55|

420|28.12.2004|18:23:28|

0|24.07.2001|09:18:05|

422|14.11.2009|13:18:10|

0|03.01.1996|15:29:13|

0|20.08.1998|10:59:29|

425|08.12.2004|18:00:33|

0|08.12.2004|18:00:33|

427|14.11.2009|13:02:33|

0|15.11.1995|03:08:46|

429|09.09.2004|14:18:35|

0|14.02.1998|14:02:55|

0|04.04.1995|17:30:59|

0|28.08.1997|09:04:45|

433|11.04.2001|13:16:27|

386|04.12.2000|16:22:18|

433|17.12.2007|11:19:34|

436|14.11.2009|13:09:46|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

437|Prg|SAPLSEXE
92160|E
|
438|Typ|SXS_MLCO
2048|
|
439|Prg|CL_EX_BADI_LAYER==============CP
28672|E
|
440|Prg|IF_EX_BADI_LAYER==============IP
7168|E
|
441|Typ|V_EXT_IMP
3072|
|
442|Prg|CL_GOS_PUBLICATION============CP
18432|E
|
443|Prg|SAPLSGOSHIST
54272|E
|
444|Prg|CL_GOS_STARTER================CP
16384|E
|
445|Prg|CL_GUI_TOOLBAR================CP
57344|E
|
446|Prg|CL_GUI_GOS_CONTAINER==========CP
37888|E
|
447|Prg|SAPLSECH
28672|E
|
448|Typ|T006B
2048|
|
449|Typ|T001
13312|
|
450|Typ|J_1BBRANCH
5120|
|
451|Typ|TCURC
2048|
|
452|Prg|SAPLKGJH
11264|E
|
453|Typ|TVTY
5120|
|
454|Typ|TINC
2048|
|
455|Typ|TVST
7168|
|
456|Typ|J_1BDYFTX
3072|
|
457|Typ|J_1BDYNAD
9216|
|
458|Typ|J_1BAD
2048|
|
459|Typ|SI_005S
2048|
|
460|Typ|T005S
2048|
|
461|Typ|T005
11264|
|
462|Typ|TTXJ
4096|
|
463|Typ|DD05S
3072|
|
464|Typ|DD03K
3072|
|
465|Prg|/1BCF41/T005
46080|E
|
466|Prg|SAPLSDH3
65536|E
|

437|14.11.2009|13:09:47|

0|04.12.2000|14:59:55|

439|14.11.2009|13:09:46|

386|14.11.2009|13:09:46|

0|06.11.2003|20:40:20|

442|28.12.2004|18:23:28|

443|17.12.2007|11:05:33|

444|28.12.2004|18:23:28|

445|28.02.2005|21:00:47|

446|13.11.2000|16:32:45|

447|05.02.2011|12:03:13|

0|28.08.1997|09:04:18|

0|19.11.2007|11:25:41|

0|28.08.2007|17:11:40|

0|01.12.1999|12:14:40|

452|31.08.2007|13:18:17|

0|01.12.1999|15:20:44|

0|24.02.2005|14:03:41|

0|03.09.1997|03:28:25|

0|13.11.2009|21:01:27|

0|04.08.2011|18:07:13|

0|13.08.1997|13:30:14|

0|04.04.1995|16:16:47|

0|15.11.2000|17:56:10|

0|13.11.2009|18:45:37|

0|18.12.2001|16:54:29|

0|05.11.1997|02:52:51|

0|09.11.2000|14:25:24|

245|22.11.2009|22:32:00|

466|14.11.2009|12:39:27|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

467|Typ|T005T
3072|
|
468|Prg|/1BCF41/J_1BAD
18432|E
|
469|Typ|J_1BADT
2048|
|
470|Prg|/1BCF41/T005S
20480|E
|
471|Typ|J_1BINTAX
4096|
|
472|Typ|J_1BINTAXD
3072|
|
473|Typ|J_1BDYTAX
4096|
|
474|Typ|J_1BINDOC
10240|
|
475|Prg|SAPLJ1BR
340992|E
|
476|Typ|J_1BAJT
2048|
|
477|Typ|BDCMSGCOLL
5120|
|
478|Typ|BAL_S_MSG
7168|
|
479|Typ|BAL_S_LOG
7168|
|
480|Prg|SAPLSBAL
324608|E
|
481|Typ|BAL_S_CONT
2048|
|
482|Typ|BAL_S_PARM
3072|
|
483|Typ|BAL_S_CLBK
2048|
|
484|Typ|BAL_S_SCNT
3072|
|
485|Typ|BAL_S_SDEF
2048|
|
486|Prg|SAPLSBAL_SERVICE
173056|E
|
487|Typ|BALOBJ
2048|
|
488|Typ|BALSUB
2048|
|
489|Prg|SAPLSYGU
29696|E
|
490|Prg|SAPLRHFE
15360|E
|
491|Prg|/SDF/SAPLSMD_E2E_TRACE
187392|E
|
492|Prg|SAPLSETRM
151552|E
|
493|Typ|BAL_S_DB
8192|
|
494|Prg|CL_SYSTEM_TRANSACTION_STATE===CP
106496|E
|
495|Prg|SAPLSBAL_TOOLBOX
201728|E
|
496|Prg|SAPLSNR3
53248|E
|

0|02.10.2001|22:00:32|

245|23.11.2009|11:24:50|

0|14.02.1998|08:03:08|

245|23.11.2009|05:45:00|

0|28.08.2007|17:09:38|

0|28.08.2007|17:09:38|

0|28.08.2007|17:09:38|

0|19.10.2011|21:40:39|

475|17.02.2012|12:48:10|

0|20.09.2006|10:26:37|

0|12.06.2001|12:54:15|

0|04.12.2000|13:04:01|

0|04.12.2000|13:04:00|

480|17.12.2007|11:04:26|

0|02.11.1998|09:43:07|

0|04.12.2000|12:45:14|

0|02.11.1998|09:43:07|

0|30.11.1998|15:52:33|

0|04.12.2000|12:45:15|

486|28.08.2007|11:32:03|

0|13.08.1997|13:16:25|

0|13.08.1997|13:16:26|

489|09.09.2004|14:18:36|

490|28.08.2007|11:58:13|

491|17.07.2012|21:54:01|

492|17.12.2007|11:02:55|

0|30.08.2001|17:56:25|

494|17.12.2007|11:08:02|

495|28.08.2007|11:32:03|

496|22.11.2009|04:33:46|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

497|Prg|BADI_NUMBER_GET_NEXT==========CP
13312|E
|
498|Prg|CL_BADI_BASE==================CP
7168|E
|
499|Prg|CL_BADI_CACHE_HANDLER=========CP
15360|E
|
500|Prg|CL_BADI_NUMBER_GET_NEXT_FALLB=CP
10240|E
|
501|Typ|TNRO
6144|
|
502|Typ|BNRIV
3072|
|
503|Typ|BALDAT
3072|
|
504|Prg|SAPLSBAL_DB_INTERNAL
37888|E
|
505|Typ|VBFAVB
9216|
|
506|Prg|SAPLJ_1B_BAPI_UTILITY
12288|E
|
507|Prg|SAPLTAX1
564224|E
|
508|Prg|SAPLFACSCORE
13312|E
|
509|Typ|T000F
2048|
|
510|Prg|SAPLTAX2
290816|E
|
511|Typ|TTXD
3072|
|
512|Prg|SAPLVS02
91136|E
|
513|Prg|SAPLJ1BU
59392|E
|
514|Typ|T001Z
2048|
|
515|Prg|SAPLSZA0
1852416|E
|
516|Typ|ADAGROUPS
2048|
|
517|Typ|ADDR_ERROR
3072|
|
518|Typ|ADDR_VERS
2048|
|
519|Prg|SAPLSZA12
22528|E
|
520|Typ|ADCOMTYPES
2048|
|
521|Prg|SAPLAIEV
13312|E
|
522|Typ|ADRC
17408|
|
523|Typ|ADRCT
3072|
|
524|Typ|ADRP
10240|
|
525|Typ|ADCP
8192|
|
526|Typ|ADR2
4096|
|

497|22.11.2009|04:33:43|

498|08.12.2004|18:54:01|

499|05.07.2005|13:21:02|

500|16.08.2006|12:08:33|

0|28.02.2005|20:58:19|

0|14.02.1998|06:08:11|

0|10.11.1999|17:48:33|

504|31.08.2007|13:18:11|

0|01.03.2005|10:56:36|

506|01.11.2011|22:33:39|

507|16.03.2012|08:32:26|

508|07.06.2001|18:27:03|

0|28.08.1997|09:30:02|

510|17.02.2012|12:48:10|

0|18.12.2001|16:51:38|

512|07.06.2001|18:27:58|

513|11.12.2010|12:01:42|

0|10.07.1993|02:54:22|

515|22.11.2009|05:00:52|

0|04.04.1995|15:38:42|

0|20.08.1998|10:48:09|

0|29.01.1997|18:43:20|

519|03.07.2006|09:49:36|

0|29.03.2001|16:06:54|

521|13.02.2005|17:32:00|

0|06.11.2003|20:25:51|

0|28.08.1997|08:35:27|

0|14.04.1998|11:18:32|

0|14.02.2005|17:05:14|

0|06.11.2003|20:34:00|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

527|Typ|ADR3
5120|
|
528|Typ|ADR4
4096|
|
529|Typ|ADR5
4096|
|
530|Typ|ADR6
5120|
|
531|Typ|ADR7
4096|
|
532|Typ|ADR8
9216|
|
533|Typ|ADR9
4096|
|
534|Typ|ADR10
4096|
|
535|Typ|ADR11
8192|
|
536|Typ|ADR12
8192|
|
537|Typ|ADR13
7168|
|
538|Typ|ADRT
3072|
|
539|Typ|ADRU
3072|
|
540|Typ|ADRG
2048|
|
541|Typ|ADRGP
2048|
|
542|Typ|ADRCOMC
2048|
|
543|Typ|ADRV
3072|
|
544|Typ|ADRVP
3072|
|
545|Prg|SAPLSZAU
24576|E
|
546|Typ|TSAD3T
2048|
|
547|Typ|ADCNTRYQU
2048|
|
548|Typ|ADDR1_VAL
16384|
|
549|Typ|VADRC
18432|
|
550|Prg|SAPLSZA13
171008|E
|
551|Typ|VADRCT
3072|
|
552|Typ|AD1_FLAGS
5120|
|
553|Typ|ADDR1_TEXT
4096|
|
554|Prg|SAPLSZAD
54272|E
|
555|Prg|SAPLSADR
216064|E
|
556|Prg|SAPLJ1BS
69632|E
|

0|06.11.2003|20:34:01|

0|06.11.2003|20:34:02|

0|06.11.2003|20:34:03|

0|25.01.2006|10:54:35|

0|06.11.2003|20:34:04|

0|06.11.2003|20:34:06|

0|06.11.2003|20:34:07|

0|06.11.2003|20:33:58|

0|09.11.2000|14:17:37|

0|09.11.2000|14:17:39|

0|06.11.2003|20:33:59|

0|14.02.1998|05:38:23|

0|06.11.2003|20:34:08|

0|03.07.1996|22:44:47|

0|03.07.1996|22:44:47|

0|03.07.1996|22:44:45|

0|07.05.1997|13:26:34|

0|07.05.1997|13:26:35|

545|18.02.2005|14:12:49|

0|14.02.1998|17:01:10|

0|04.01.2000|18:08:16|

0|19.07.2004|10:43:37|

0|29.03.2001|16:08:49|

550|14.11.2009|13:14:08|

0|29.03.2001|16:08:49|

0|30.03.1998|09:11:18|

0|13.11.2009|12:53:40|

554|25.01.2006|10:54:36|

555|22.11.2009|07:06:39|

556|25.10.2011|08:42:16|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

557|Prg|IF_EX_J_1B_RANGE_NUMBER=======IP
5120|E
|
558|Typ|SXS_INTER
2048|
|
559|Typ|SEOCLASS
2048|
|
560|Prg|CL_EX_J_1B_RANGE_NUMBER=======CP
16384|E
|
561|Typ|SXC_IMPSWH
2048|
|
562|Prg|YCL_IM_J_1B_RANGE_NUMBER======CP
9216|E
|
563|Prg|SAPLASTAT_TRIG
13312|E
|
564|Typ|ASTAT_TYP2
2048|
|
565|Prg|SAPLJ_1B_NFE_UTILITY
16384|E
|
566|Typ|J_1BNFE_CUST3
6144|
|
567|Typ|J_1BNFE_CONTIN
4096|
|
568|Prg|/1BCDWBEN/SAPLJEN0006
262144|E
|
569|Prg|SAPLSENA
33792|E
|
570|Prg|SAPLFREGU2
119808|E
|
571|Typ|J_1BCFOP_XREGN
2048|
|
572|Typ|J_1BCFOPVER
2048|
|
573|Typ|J1B_NF_XML_HEADER
43008|
|
574|Typ|J1B_NF_XML_H3_V20
4096|
|
575|Typ|J1B_NF_XML_T3_V20
2048|
|
576|Prg|CL_EX_CL_NFE_PRINT============CP
45056|E
|
577|Prg|IF_EX_CL_NFE_PRINT============IP
20480|E
|
578|Prg|SAPLBDLS
196608|E
|
579|Typ|T000
4096|
|
580|Prg|J_1BLFC5
151552|E
|
581|Typ|T052
5120|
|
582|Prg|SAPLJ1BM
72704|E
|
583|Typ|J_1BAC
2048|
|
584|Typ|SADR
13312|
|
585|Typ|KNA1
30720|
|
586|Prg|SAPLMG41
79872|E
|

169|11.12.2010|12:01:41|

0|30.11.1998|15:55:16|

0|26.02.1999|14:49:57|

560|11.12.2010|12:01:41|

0|09.11.2000|14:23:44|

562|11.12.2010|12:01:43|

563|09.09.2004|14:18:33|

0|10.11.1998|05:35:18|

565|27.02.2012|09:47:41|

0|01.11.2011|22:33:40|

0|01.09.2010|12:06:27|

568|23.05.2012|10:18:42|

569|28.08.2007|11:58:43|

570|25.10.2011|08:42:16|

0|08.01.2003|17:31:25|

0|08.01.2003|17:31:24|

0|19.10.2011|21:40:04|

0|19.10.2011|21:40:04|

0|25.05.2010|13:19:56|

576|01.11.2011|22:33:38|

386|01.11.2011|22:33:39|

578|17.12.2007|11:19:33|

0|11.09.1997|10:17:18|

342|20.02.2012|13:16:43|

0|29.03.2001|12:35:26|

582|25.10.2011|08:42:05|

0|13.08.1997|13:30:12|

0|14.02.1998|09:46:22|

0|25.10.2011|08:41:57|

586|25.10.2011|08:42:05|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

587|Typ|J_1BSTAST
2048|
|
588|Typ|VBFA
8192|
|
589|Prg|SAPLV05C
146432|E
|
590|Typ|VBCO6
2048|
|
591|Typ|VBUK
13312|
|
592|Prg|SAPLV45BADI
28672|E
|
593|Typ|BADIISIMPLED
2048|
|
594|Prg|CL_EX_BADI_SD_DOCUMENTFLOW====CP
25600|E
|
595|Prg|IF_EX_BADI_SD_DOCUMENTFLOW====IP
13312|E
|
596|Prg|BADI_SD_DOCUMENTFLOW==========CP
13312|E
|
597|Prg|/SPE/CL_IM_BADI_SD_DOCFLOW====CP
48128|E
|
598|Prg|CL_IM_CRM_BILL_DOCUMENT=======CP
27648|E
|
599|Prg|/SPE/CL_DLV_DOC===============CP
50176|E
|
600|Typ|LIKPVB
33792|
|
601|Typ|VBUKVB
13312|
|
602|Typ|VTTKVB
37888|
|
603|Prg|/SPE/CL_DOC_BASE==============CP
8192|E
|
604|Typ|SALES_PRECEDING_DOCUMENTFLOW
5120|
|
605|Typ|VBRP
33792|
|
606|Typ|VBRK
17408|
|
607|Typ|LIPS
48128|
|
608|Prg|SAPLSCUN
66560|E
|
609|Typ|LIKP
30720|
|
610|Typ|VBAP
37888|
|
611|Typ|TVAP
11264|
|
612|Prg|SAPLV45I
534528|E
|
613|Typ|VBAK
21504|
|
614|Prg|SAPLFACI
988160|E
|
615|Typ|ABUZ
14336|
|
616|Typ|ACCCR
6144|
|

0|20.02.1998|09:13:19|

0|29.03.2006|16:52:44|

589|20.02.2012|13:16:51|

0|08.03.1992|18:15:58|

0|13.11.2009|17:00:51|

592|20.02.2012|13:16:51|

0|19.05.2005|19:10:34|

594|28.04.2005|11:58:10|

386|28.04.2005|11:59:56|

596|22.11.2009|04:35:28|

597|09.12.2004|14:31:26|

598|25.03.2003|16:57:54|

599|14.11.2009|13:55:21|

0|13.11.2009|15:11:19|

0|13.11.2009|13:12:09|

0|13.11.2009|15:10:13|

603|11.04.2005|12:02:09|

0|24.01.2002|20:25:13|

0|20.02.2012|13:16:08|

0|29.04.2003|17:08:13|

0|13.11.2009|15:17:12|

608|13.11.2000|14:40:11|

0|13.11.2009|15:09:00|

0|17.02.2012|12:48:36|

0|13.11.2009|17:27:17|

612|17.02.2012|12:50:19|

0|05.01.2006|16:42:43|

614|16.03.2012|08:32:23|

0|16.01.2004|14:23:51|

0|11.11.2003|20:11:50|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

617|Typ|ACCHD
9216|
|
618|Typ|ACCIT
76800|
|
619|Typ|BKPF
19456|
|
620|Typ|BSEG
52224|
|
621|Prg|SAPLVFRR
1226752|E
|
622|Typ|VBREVKVB
6144|
|
623|Typ|VBKD
15360|
|
624|Typ|VBREVK
6144|
|
625|Typ|VBAPVB
51200|
|
626|Typ|VBKDVB
16384|
|
627|Typ|ACC_DOC
3072|
|
628|Typ|J1B_NF_XML_ITEM
48128|
|
629|Prg|SAPLCONV_EAN
14336|E
|
630|Prg|SAPLWEA1
218112|E
|
631|Prg|SAPLMATL
477184|E
|
632|Prg|SAPLMG37
67584|E
|
633|Typ|MEANI
2048|
|
634|Typ|MEAN
3072|
|
635|Typ|TNTP
3072|
|
636|Typ|J1B_NF_XML_BADI_ITEM
18432|
|
637|Prg|YCL_IM_CL_NFE_PRINT===========CP
88064|E
|
638|Prg|SAPLYNFE00
90112|E
|
639|Prg|CX_SY_DYN_CALL_ILLEGAL_TYPE===CP
13312|E
|
640|Prg|CX_SY_DYN_CALL_PARAMETER_ERRORCP
11264|E
|
641|Prg|CX_SY_DYN_CALL_ERROR==========CP
11264|E
|
642|Prg|CX_SY_NO_HANDLER==============CP
10240|E
|
643|Prg|%_CRSDS
13312|E
|
644|Prg|%_CSYLDB
8192|E
|
645|Typ|RSVARKEY
2048|
|
646|Typ|CAT_SVARS
3072|
|

0|09.04.2005|14:25:54|

0|13.11.2009|22:52:45|

0|13.11.2009|14:52:49|

0|13.11.2009|15:16:57|

621|10.08.2012|03:37:27|

0|28.08.2007|17:10:52|

0|13.11.2009|17:01:35|

0|28.08.2007|17:12:24|

0|17.02.2012|12:48:23|

0|13.11.2009|15:03:29|

0|05.01.2006|16:38:06|

0|11.12.2010|12:01:36|

629|06.11.2003|21:20:47|

630|28.08.2007|17:24:27|

631|28.08.2007|17:52:54|

632|28.08.2007|17:28:01|

0|30.03.1998|09:36:46|

0|30.03.1998|09:36:45|

0|15.04.1998|00:38:17|

0|11.12.2010|12:01:35|

637|14.08.2012|06:41:46|

638|14.08.2012|06:41:47|

639|05.07.2005|13:10:16|

640|05.07.2005|13:10:16|

641|05.07.2005|13:10:16|

642|05.07.2005|13:10:16|

0|18.02.2005|14:15:39|

0|18.02.2005|14:15:48|

0|07.05.1997|13:07:54|

0|18.05.2004|10:32:36|

647|Typ|LVC_S_MSG
|
0|04.12.2000|12:48:05|
6144|
|
| 648|Typ|FLT_S_LAYO
|
0|04.12.2000|12:46:41|
3072|
|
| 649|Prg|%_CSSCR
| 151|30.03.2005|10:21:45|
11264|E
|
| 650|Typ|DDSHCUMAR
|
0|18.05.2004|14:07:23|
2048|
|
| 651|Prg|%_CVIMTY
| 334|28.08.2007|11:24:45|
33792|E
|
| 652|Typ|J1B_NF_XML_BADI_HEADER
|
0|11.12.2010|12:01:35|
25600|
|
| 653|Typ|BAL_S_MDEF
|
0|04.12.2000|13:04:00|
6144|
|
| 654|Typ|BAL_S_CONF
|
0|06.11.2003|20:26:08|
19456|
|
| 655|Typ|BAL_S_COLL
|
0|06.11.2003|20:26:08|
10240|
|
| 656|Typ|BAL_S_MFIL
|
0|06.11.2003|20:26:08|
9216|
|
| 657|Typ|BAL_S_MSGN
|
0|18.11.1998|16:20:52|
2048|
|
| 658|Typ|BAL_S_MSID
|
0|18.11.1998|16:20:52|
2048|
|
| 659|Typ|BAL_S_MSNO
|
0|18.11.1998|16:20:52|
2048|
|
| 660|Typ|BAL_S_IDNO
|
0|04.12.2000|12:45:12|
3072|
|
| 661|Typ|BAL_S_MSTY
|
0|18.11.1998|16:20:52|
2048|
|
| 662|Typ|BAL_S_DLEV
|
0|18.11.1998|16:20:52|
2048|
|
| 663|Typ|BAL_S_PRCL
|
0|18.11.1998|16:20:52|
2048|
|
| 664|Typ|BAL_S_EXCLS
|
0|06.11.2003|20:26:08|
2048|
|
| 665|Typ|BAL_S_EXTXT
|
0|06.11.2003|20:26:08|
2048|
|
| 666|Typ|BAL_S_CFIL
|
0|04.12.2000|12:45:11|
5120|
|
| 667|Typ|BAL_S_DISP
|
0|06.11.2003|20:26:08|
11264|
|
| 668|Typ|BALMSGHNDL
|
0|02.11.1998|09:43:06|
2048|
|
| 669|Typ|BAL_S_NTAB
|
0|18.05.2004|14:07:04|
4096|
|
| 670|Prg|%_CNF2TY
| 492|18.02.2005|14:15:27|
8192|E
|
| 671|Typ|BDI_LSPAR
|
0|19.11.2001|15:45:46|
4096|
|
| 672|Typ|SYST
|
0|09.09.2004|14:18:12|
31744|
|
| 673|Typ|YS022
|
0|03.09.2010|02:27:44|
2048|
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Directory of Application Tables

|
--------------------------------------------------------------------------------------------------|Name
Date
Time
Lngth
|
|
Val.
|
--------------------------------------------------------------------------------------------------|Program J_1BNFE_MONITOR
|
--------------------------------------------------------------------------------------------------|SYST
09.09.2004 14:18:12 00004612
|
|
\0\0\0\0\x0004\0\x000E\0\0\0\0\0\x000A\0\0\0\0\0\0\0\0\0\0
|
|SSCRFIELDS
09.09.2004 14:18:02 00001708
|
|
|
|SSCRTEXTS
. .
: :
00000742
|
|
|
--------------------------------------------------------------------------------------------------|Program RSDBRUNT
|
--------------------------------------------------------------------------------------------------|TUVID
. .
: :
00000046
|
|
010BUK
|
|
|RSVUVINT
. .
: :
00000094
|
|
|
|
|VARID
. .
: :
00000252
|
|
J_1BNFE_MONITOR
|
--------------------------------------------------------------------------------------------------|Program SAPLICON
|
--------------------------------------------------------------------------------------------------|ICONT
. .
: :
00000130
|
|
|
--------------------------------------------------------------------------------------------------|Program SAPFSDS1
|
--------------------------------------------------------------------------------------------------|TDCLD
. .
: :
00000098

|
8R XX XXLIMUDOKUX \x001EXR3TRPROGX
|
|
--------------------------------------------------------------------------------------------------|Program SAPLSDOD
|
--------------------------------------------------------------------------------------------------|DOKIL
. .
: :
00000152
|
|
|
--------------------------------------------------------------------------------------------------|Program SAPLLANG
|
--------------------------------------------------------------------------------------------------|T002
. .
: :
00000010
|
|
PS4PT|
|
--------------------------------------------------------------------------------------------------|Program SAPSHDTV
|
--------------------------------------------------------------------------------------------------|SHDSTU
. .
: :
00000106
|
|
|
|
|SHDSTCIU
. .
: :
00000100
|
|
|
|
--------------------------------------------------------------------------------------------------|Program SAPLOLEA
|
--------------------------------------------------------------------------------------------------|TOLE
. .
: :
00000394
|
|
SAP.DATAPROVIDER.1
{799104C5-04C5-11D0|
--------------------------------------------------------------------------------------------------|Program CL_GUI_PROPS_CONSUMER=========CP
|
--------------------------------------------------------------------------------------------------|EUDB
. .
: :
00004068
|
|
%CBA33E6E19E63F106BB65001F290B65F0
\0\0\0
|
--------------------------------------------------------------------------------------------------|Program SAPLSBAL_DB
|

RE DOKU

|
--------------------------------------------------------------------------------------------------|BALDAT
. .
: :
00000588
|
|
010ALuUOrx0fwgV6xPG0VAGjby0000001\0\x0002\0\x0014#\xF8C7##
|
--------------------------------------------------------------------------------------------------|Program CL_GUI_FRONTEND_SERVICES======CP
|
--------------------------------------------------------------------------------------------------|EUDB
. .
: :
00004068
|
|
FEBA33E6E19E63F106BB65001F290B65F0
\0\0\0
|
--------------------------------------------------------------------------------------------------|Program SAPLSLVC
|
--------------------------------------------------------------------------------------------------|EUINFO
. .
: :
00003184
|
|
%FJ_1BNFE_EVENTE REPLY_TMPL
\0\0\0
|
--------------------------------------------------------------------------------------------------|Program SAPLSDNT
|
--------------------------------------------------------------------------------------------------|DDXTT
. .
: :
00000272
|
|
\0\0\0\0\0\0\0\0
|
|V_21S23L
. .
: :
00000102
|
|
00000000
|
|
|DD092526V
. .
: :
00000124
|
|
|
--------------------------------------------------------------------------------------------------|Program SAPLSDSD
|
--------------------------------------------------------------------------------------------------|DDSHOFFLD
. .
: :
00003020
|
|
IFJ_1BDYLIN
TAXSI5
|
|DDF4LBBUF1
. .
: :
00002968
|
|
\0\0\0\0\0\0\0\0\0\0
|
|DDLBBUFTST
. .
: :
00002956

|
|

EBT005U

\0\0\0\0\0\0\0\0\0\0\0\0\0
|
--------------------------------------------------------------------------------------------------|Program SAPLJ1BB2
|
--------------------------------------------------------------------------------------------------|J_1BDYDOC
06.05.2011 12:01:43 00002694
|
|
0100000529331ZA12201208142012081420120814142805BRSC0002
|
|J_1BDYNAD
04.08.2011 18:07:13 00001320
|
|
0000000000WE0002131986C
SPRINGER CARRIER
|
|J_1BDYLIN
13.11.2009 21:01:27 00001042
|
|
0000000000000140034L0046
1620
|
|J_1BDYMPA
13.11.2009 21:01:27 00000278
|
|
00021319861094865100016100000000000SPRINGER CARRIER LTDAOO
|
|J_1BDYSTX
19.10.2011 21:40:39 00000426
|
|
0000000000000000
\0\0\0\x0C00\0\x0C00\0\0\0\x0C00\0
|
|J_1BDYTAX
19.10.2011 21:40:39 00000162
|
|
0000529331IPSN\0\0##\0\0\x1400#\0\0\0\x0C00\0\0\0\x0C00\0
|
|J_1BDYFTX
13.11.2009 21:01:27 00000186
|
|
01000005293310801Imune do imposto - art. 18, II, do Decret
|
|J_1BAD
21.05.2002 08:49:04 00000012
|
|
010WEC|
|
|J_1BAB
23.03.2000 23:05:47 00000072
|
|
BIJ_1B_NF_REF_BI_DISPLAY
0010|
|
|J_1BABT
. .
: :
00000066
|
|
EBIBilling
|
|
|J_1BAL
. .
: :
00000028
|
|
010ZA DIS 0001|
|
|J_1BAM
. .
: :
00000222
|
|
0100001* .
*
.
.
|
|J_1BATL1
07.06.2001 17:42:13 00000014
|
|
|

|
|J_1BATL2

28.08.2007 17:11:39

00000032

28.08.2007 17:11:40

00000016

01.04.2011 12:19:05

00000020

01.04.2011 12:19:06

00000020

|
0000000000|
|

|
|J_1BATL3

|
|

|
|

|J_1BATL4A
|
|

|
|

|J_1BATL5
|
|

|
|

|J_1BAJT

. .

|
010EIPSNPIS Normal Tax
|

|MARA

: :

00000076

|
13.11.2009 15:02:34

00002330

|
|

00000000

00000000

|
|T001

19.11.2007 11:25:41

00000492

|
|

0100162BRSC

Osasco

|
|T001W

13.11.2009 15:04:38

|
0101620BRSC Danfoss Brazil
|

|T023

00000688

16200000242313
19.02.2005 23:11:30

00000216

20.09.2006 10:27:27

00000786

|
|
|
|MBEW
|
|

\0\0\0\x000C\0\0\x0C00
|

|J_1BNFE_ACTIVE

01.11.2011 22:33:38

00001462

|
|

0100000529331

35120862158480000170550000000450701415
|
|J_1B_NFE_SCREEN_FIELDS
28.08.2007 17:09:39
|
|
35120862158480000170550000000450701415489634|
|
|J_1BNFE_DOCNUM9_DIVIDED
01.09.2010 12:05:59
|
|
141548963|
|
|J_1BAJ
19.10.2011 21:40:38
|
|
010IPSNPIS
|
|
|J_1BBRANCH
19.03.2012 07:13:48
|
|
01001620001Danfoss do Brasil Ind Com Ltda0001492547041117

00000088

00000018

00000028

00000544

|
|J_1BNFDOC

06.05.2011 12:01:44

00002068

|
|

0000000000

000000000000000000000000000000
|
--------------------------------------------------------------------------------------------------|Program SAPLJ1BE
|
--------------------------------------------------------------------------------------------------|KNA1
. .
: :
00003754
|
|
0100002131986BR SPRINGER CARRIER LTDAOOOOOOOOOOOOOOMMMMMMM
|
--------------------------------------------------------------------------------------------------|Program SAPLJ1BB2
|
--------------------------------------------------------------------------------------------------|J_1BAQ
06.05.2011 12:01:43 00000024
|
|
00 |
|
|J_1BDYPAR
02.10.2001 21:51:48 00000048
|
|
|
|
|*J_1BDYLIN
13.11.2009 21:01:27 00001042
|
|
0000000000000000
|
|J_1BITEMTYPES
30.01.2003 16:47:16 00000010
|
|
|
|
|T006
05.01.2005 16:16:03 00000104
|
|
\0
\0\0\0\0\0\0\0\0\x000C\0\0
\0\0\0\0
|
|MCH1
28.04.2005 11:50:37 00000518
|
|
00000000
|
|J_1BAG
30.01.2003 16:47:15 00000026
|
|
|
|
|T604F
19.02.2002 12:50:10 00000044
|
|
|
|
|J_1BAS
23.03.2000 23:05:47 00000016
|
|
00000|
|
--------------------------------------------------------------------------------------------------|Program SAPLOMCV

|
--------------------------------------------------------------------------------------------------|TMCNV
. .
: :
00000118
|
|
010MATCONV \x0012\0\0\0\x0012
|
--------------------------------------------------------------------------------------------------|Program SAPLSCVU
|
--------------------------------------------------------------------------------------------------|T006A
. .
: :
00000112
|
|
010EKG KG kg
Kg
Kilogram
|
|
|T006B
. .
: :
00000020
|
|
010EPC ST |
|
--------------------------------------------------------------------------------------------------|Program SAPLSUNI
|
--------------------------------------------------------------------------------------------------|TFDIR
. .
: :
00000268
|
|
CONV_EXIT_EAN11_OUTPUT_INTERN SAPLWEA1
|
--------------------------------------------------------------------------------------------------|Program SAPLZG02
|
--------------------------------------------------------------------------------------------------|Z039
. .
: :
00000086
|
|
010LJ1BB2OC7
|
|
--------------------------------------------------------------------------------------------------|Program SAPLSUU1
|
--------------------------------------------------------------------------------------------------|USR02
. .
: :
00000432
|
|
010BRSC0002
##\xA5B4#2000020199991231A80054289
\0800
|
|USREFUS
. .
: :
00000134
|
|
010BRSC0002
ADRIANO RODRIGUES JOAQUIM - BRS
|
--------------------------------------------------------------------------------------------------|Program SAPLSWOR
|
--------------------------------------------------------------------------------

-------------------|TOJTB
. .
: :
00000906
|
|
BUS2143 XE
RBUS2143
|
--------------------------------------------------------------------------------------------------|Program SAPLJ1BB2
|
--------------------------------------------------------------------------------------------------|J_1BAA
06.05.2011 12:01:43 00000076
|
|
00
|
|
|TCURC
23.03.2000 23:03:45 00000046
|
|
00000000 |
|
|TVTY
22.02.2001 10:03:13 00000088
|
|
0000 000
|
|
|TINC
24.02.2005 14:03:41 00000018
|
|
|
|
|TVST
07.01.2002 15:49:57 00000336
|
|
\0\x000C
|
|*J_1BDYFTX
13.11.2009 21:01:27 00000186
|
|
00000000000000
|
|*J_1BDYNAD
04.08.2011 18:07:13 00001320
|
|
0000000000
|
|T005S
15.11.2000 17:56:10 00000028
|
|
|
|
|T005
13.11.2009 18:45:37 00000268
|
|
00
000 00 00 00 00 0000 00
|
|T002
23.03.2000 22:41:19 00000010
|
|
|
|
|TTXJ
06.11.2003 20:32:29 00000052
|
|
|
|
--------------------------------------------------------------------------------------------------|Program SAPLRHFE
|
--------------------------------------------------------------------------------

-------------------|TFDIR
. .
: :
00000268
|
|
ECATT_SAVE_BALMSG
SAPLSETRM
|
--------------------------------------------------------------------------------------------------|Program SAPLSNR3
|
--------------------------------------------------------------------------------------------------|TNRO
. .
: :
00000930
|
|
APPL_LOG
|
|BNRIV
. .
: :
00000212
|
|
010APPL_LOG
010000000000000000000000019999999999999
|
--------------------------------------------------------------------------------------------------|Program SAPLTAX1
|
--------------------------------------------------------------------------------------------------|TTXD
. .
: :
00000188
|
|
010TAXBRA03070000CX
|
|*TTXJ
. .
: :
00000052
|
|
|
|
|T000F
. .
: :
00000014
|
|
010X |
|
|T001
. .
: :
00000492
|
|
0100162BRSC
Osasco
B
|
|T005
. .
: :
00000268
|
|
010BR BR 097007X P X
BRBRA076 15109200 1092X 0014411
|
--------------------------------------------------------------------------------------------------|Program SAPLFACSCORE
|
--------------------------------------------------------------------------------------------------|T001
. .
: :
00000492
|
|
0100162BRSC
Osasco
B
|
|T005
. .
: :
00000268
|
|
010BR BR 097007X P X
BRBRA076 15109200 1092X 0014411
|
--------------------------------------------------------------------------------

-------------------|Program SAPLVS02
|
--------------------------------------------------------------------------------------------------|TTXD
. .
: :
00000188
|
|
010TAXBRA03070000CX
|
--------------------------------------------------------------------------------------------------|Program SAPLJ1BU
|
--------------------------------------------------------------------------------------------------|T001Z
. .
: :
00000122
|
|
0100162J_1BCG62158480
|
|J_1BBRANCH
. .
: :
00000544
|
|
01001620001Danfoss do Brasil Ind Com Ltda0001492547041117
|
--------------------------------------------------------------------------------------------------|Program SAPLSZA0
|
--------------------------------------------------------------------------------------------------|ADRC
. .
: :
00002540
|
|
00000000 00000000
|
|ADRP
. .
: :
00001198
|
|
00000000 00000000
|
|ADCP
. .
: :
00000692
|
|
00000000 00000000
|
|ADRCOMC
. .
: :
00000074
|
|
00000000 |
|
|ADRCT
. .
: :
00000146
|
|
00000000
|
|ADRG
. .
: :
00000034
|
|
|
|
|ADRGP
. .
: :
00000034
|
|
|
|
|ADRT
. .
: :
00000176
|
|
00000000000

|
|ADRV
|
|ADRVP
|

. .

: :

00000336

. .

: :

00000358

. .

: :

00000136

. .

: :

00000340

. .

: :

00000342

. .

: :

00000194

. .

: :

00000194

. .

: :

00000660

. .

: :

00000186

. .

: :

00001952

. .

: :

00000198

. .

: :

00000140

. .

: :

00004564

. .

: :

00004280

. .

: :

00000328

|
0000000000
|
|
0000000000
|

|ADRU
|
|

000
|

|ADR2
|
|

00000000000
|

|ADR3
|
|

00000000000
|

|ADR4
|
|

00000000000
|

|ADR5
|
|

00000000000
|

|ADR6
|
|

00000000000
|

|ADR7
|
|

00000000000
|

|ADR8
|
|

00000000000
|

|ADR9
|
|

00000000000
|

|ADR10
|
|

00000000000
|

|ADR11
|
|

00000000000
|

|ADR12
|
|

00000000000
|

|ADR13
|
|

00000000000

|
--------------------------------------------------------------------------------------------------|Program SAPLSZAD
|
--------------------------------------------------------------------------------------------------|TSAD3T
. .
: :
00000076
|
|
010E0003Company
|
|
--------------------------------------------------------------------------------------------------|Program SAPLSADR
|
--------------------------------------------------------------------------------------------------|T005
. .
: :
00000268
|
|
010BR BR 097007X P X
BRBRA076 15109200 1092X 0014411
|
--------------------------------------------------------------------------------------------------|Program SAPLFREGU2
|
--------------------------------------------------------------------------------------------------|T005T
. .
: :
00000334
|
|
010EBR BRAZIL
Brazilian
|
--------------------------------------------------------------------------------------------------|Program SAPLBDLS
|
--------------------------------------------------------------------------------------------------|T000
. .
: :
00000214
|
|
010DANFOSS
DKK
|
--------------------------------------------------------------------------------------------------|Program J_1BLFC5
|
--------------------------------------------------------------------------------------------------|T052
. .
: :
00000110
|
|
00 0000000\0\x000C000\0\x000C000000000000000
|
--------------------------------------------------------------------------------------------------|Program SAPLMG41
|
--------------------------------------------------------------------------------------------------|KNA1
. .
: :
00003754
|
|
0100002131986BR SPRINGER CARRIER LTDAOOOOOOOOOOOOOOMMMMMMM

|
--------------------------------------------------------------------------------------------------|Program SAPLV05C
|
--------------------------------------------------------------------------------------------------|VBAP
. .
: :
00002408
|
|
0108525454846000140034L0046
034L0046
|
|VBAK
. .
: :
00001676
|
|
010852545484620120810154817BRSC0002
0000000000000000201
|
|VBUK
. .
: :
00000204
|
|
00000000
|
|LIKP
. .
: :
00002224
|
|
00000000000000
|
|LIPS
. .
: :
00003152
|
|
0108505617808000140YTBRBRSC0002
19242420120814034L0046
|
|VBRK
. .
: :
00001156
|
|
1620346334YVEN BRL
20120814
|
|VBRP
. .
: :
00002192
|
|
0101620346334000140000000\0\0\x0001\x000CST \0\x001C\x1C00
|
|T001
. .
: :
00000492
|
|
0100162BRSC
Osasco
B
|
|TVAP
. .
: :
00000314
|
|
010YTBRAXN N
X
B
XZA BRSC9008
|
|VBCO6
. .
: :
00000046
|
|
01016203463340001400000|
|
|VBFA
. .
: :
00000392
|
|
010
0000008525454846000140C\0\0#\x0C00ST \0\0##BR
|
--------------------------------------------------------------------------------------------------|Program SAPLFACI
|
--------------------------------------------------------------------------------------------------|T000
. .
: :
00000214
|
|
010DANFOSS
DKK

|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|ABAP Control Blocks (CONT)
|
--------------------------------------------------------------------------------------------------|Index|Name|Fl|PAR0|PAR1|PAR2|PAR3|PAR4|PAR5|PAR6|Source Code
|Line
|
--------------------------------------------------------------------------------------------------| 1565|BREA|02|0000|
|
|
|
|
|
|YCL_IM_CL_NFE_PRINT===========
CM004
|
69|
| 1566|BREA|FF|0000|
|
|
|
|
|
|YCL_IM_CL_NFE_PRINT===========
CM004
|
69|
| 1567|TREA|18|0243|C010|C014|0002|0000|004D|0003|YCL_IM_CL_NFE_PRINT===========
CM004
|
73|
| 1571|PAR4|04|0000|0002|0000|0000|0000|0000|0002|YCL_IM_CL_NFE_PRINT===========
CM004
|
73|
| 1575|PAR2|01|0243|003C|C029|
|
|
|
|YCL_IM_CL_NFE_PRINT===========
CM004
|
73|
| 1577|PAR2|01|0243|003D|C02A|
|
|
|
|YCL_IM_CL_NFE_PRINT===========
CM004
|
73|
| 1579|FUNC|00|C4EF|
|
|
|
|
|
|YCL_IM_CL_NFE_PRINT===========
CM004
|
78|
| 1580|FUNC|00|005F|
|
|
|
|
|
|YCL_IM_CL_NFE_PRINT===========
CM004
|
78|
| 1581|PAR2|02|0000|006C|C000|
|
|
|
|YCL_IM_CL_NFE_PRINT===========
CM004
|
78|
| 1583|PAR2|02|0000|0090|C002|
|
|
|
|YCL_IM_CL_NFE_PRINT===========
CM004
|
78|
| 1585|PAR2|02|0000|008E|C001|
|
|
|
|YCL_IM_CL_NFE_PRINT===========
CM004
|
78|
| 1587|PAR2|02|0000|008F|C014|
|
|
|
|YCL_IM_CL_NFE_PRINT===========
CM004
|
78|
|>>>>>|FUNC|10|0003|
|
|
|
|
|
|YCL_IM_CL_NFE_PRINT===========
CM004
|
78|
| 1590|PAR2|01|0000|0091|C00F|
|
|
|
|YCL_IM_CL_NFE_PRINT===========
CM004
|
78|
| 1592|FUNC|FF|0000|
|
|
|
|
|
|YCL_IM_CL_NFE_PRINT===========
CM004
|
78|
| 1593|LOOP|03|0243|C00F|C013|0000|0000|0000|0000|YCL_IM_CL_NFE_PRINT===========
CM004
|
87|
| 1597|LOOP|05|0000|C00F|C013|0000|0000|0000|0000|YCL_IM_CL_NFE_PRINT===========
CM004
|
87|
| 1601|BRAN|05|000D|
|
|
|
|
|
|YCL_IM_CL_NFE_PRINT===========
CM004
|
87|
| 1602|cmpr|00|00CA|002E|0001|
|
|
|
|YCL_IM_CL_NFE_PRINT===========
CM004
|
89|
| 1604|BRAF|02|0004|
|
|
|
|
|
|YCL_IM_CL_NFE_PRINT===========
CM004
|
89|
---------------------------------------------------------------------------------------------------

Вам также может понравиться